#At file:///Users/mattiasj/clones/bzrroot/pushfix-60-bugteam/
2757 Mattias Jonsson 2008-08-13
merge (post push fix of compiler warning)
modified:
sql/ha_partition.cc
=== modified file 'sql/ha_partition.cc'
--- a/sql/ha_partition.cc 2008-08-12 16:23:49 +0000
+++ b/sql/ha_partition.cc 2008-08-13 09:03:00 +0000
@@ -1815,7 +1815,8 @@ uint ha_partition::del_ren_cre_table(con
char from_buff[FN_REFLEN], to_buff[FN_REFLEN], from_lc_buff[FN_REFLEN],
to_lc_buff[FN_REFLEN];
char *name_buffer_ptr;
- const char *from_path, *to_path;
+ const char *from_path;
+ const char *to_path= NULL;
uint i;
handler **file, **abort_file;
DBUG_ENTER("del_ren_cre_table()");
| Thread |
|---|
| • bzr commit into mysql-6.0-bugteam branch (mattiasj:2757) | Mattias Jonsson | 13 Aug |