#At file:///home/mikael/mysql_clones/mysql-6.0-bugteam-bug32115/
3479 Mikael Ronstrom 2009-07-29
Bug#32115, Removed an assert that was no longer needed
modified:
sql/table.cc
=== modified file 'sql/table.cc'
--- a/sql/table.cc 2009-07-06 08:38:21 +0000
+++ b/sql/table.cc 2009-07-29 18:01:49 +0000
@@ -1966,8 +1966,6 @@ int open_table_from_share(THD *thd, TABL
thd->restore_active_arena(&part_func_arena, &backup_arena);
goto partititon_err;
}
- /* fix_partition_func needs thd->lex set up. TODO: fix! */
- DBUG_ASSERT(thd->lex->is_lex_started);
outparam->part_info->is_auto_partitioned= share->auto_partitioned;
DBUG_PRINT("info", ("autopartitioned: %u", share->auto_partitioned));
/* we should perform the fix_partition_func in either local or
| Thread |
|---|
| • bzr commit into mysql-5.4 branch (mikael:3479) Bug#32115 | Mikael Ronstrom | 29 Jul 2009 |