List:Commits« Previous MessageNext Message »
From:Jon Olav Hauglid Date:May 4 2010 2:33pm
Subject:bzr commit into mysql-trunk-runtime branch (jon.hauglid:3010) Bug#42546
View as plain text  
#At file:///export/home/z/mysql-trunk-runtime-mytest/ based on revid:kostja@stripped

 3010 Jon Olav Hauglid	2010-05-04
      Followup to Bug#42546 Backup: RESTORE fails, thinking it finds an existing table
      
      Fixes a bug where bool* was used as an argument to a function where the parameter
      was of type bool.

    modified:
      sql/sql_prepare.cc
=== modified file 'sql/sql_prepare.cc'
--- a/sql/sql_prepare.cc	2010-04-07 11:58:40 +0000
+++ b/sql/sql_prepare.cc	2010-05-04 14:33:42 +0000
@@ -1708,7 +1708,7 @@ static bool mysql_test_create_table(Prep
 
     res= select_like_stmt_test(stmt, 0, 0);
 
-    lex->link_first_table_back(create_table, &link_to_local);
+    lex->link_first_table_back(create_table, link_to_local);
   }
   else
   {


Attachment: [text/bzr-bundle] bzr/jon.hauglid@sun.com-20100504143342-vzw67v91xmxvyxhj.bundle
Thread
bzr commit into mysql-trunk-runtime branch (jon.hauglid:3010) Bug#42546Jon Olav Hauglid4 May