List:Commits« Previous MessageNext Message »
From:Georgi Kodinov Date:May 20 2009 2:04pm
Subject:bzr commit into mysql-6.0-wl3220 branch (joro:2690)
View as plain text  
#At file:///home/kgeorge/mysql/work/fixwin-6.0-wl3220/ based on revid:joro@stripped

 2690 Georgi Kodinov	2009-05-20
      fixed a missing initialization in create_virtual_tmp_table()
      that causes the windows builds to fail.

    modified:
      sql/sql_select.cc
=== modified file 'sql/sql_select.cc'
--- a/sql/sql_select.cc	2009-05-19 12:32:26 +0000
+++ b/sql/sql_select.cc	2009-05-20 14:03:31 +0000
@@ -15239,6 +15239,7 @@ TABLE *create_virtual_tmp_table(THD *thd
   bzero(share, sizeof(*share));
   table->field= field;
   table->s= share;
+  table->temp_pool_slot= MY_BIT_NONE;
   share->blob_field= blob_field;
   share->fields= field_count;
   share->blob_ptr_size= portable_sizeof_char_ptr;


Attachment: [text/bzr-bundle] bzr/joro@sun.com-20090520140331-abwdi4a6wm9uxcs0.bundle
Thread
bzr commit into mysql-6.0-wl3220 branch (joro:2690) Georgi Kodinov20 May