1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixes for compiler warnings.

This commit is contained in:
jani@a88-113-38-195.elisa-laajakaista.fi
2007-02-27 11:27:04 +02:00
parent 83a5eac0a4
commit 6163508f85
12 changed files with 117 additions and 81 deletions

View File

@@ -4818,7 +4818,7 @@ bool mysql_create_like_table(THD* thd, TABLE_LIST* table,
else
unlock_dst_table= TRUE;
int result= store_create_info(thd, table, &query, create_info);
IF_DBUG(int result=)store_create_info(thd, table, &query, create_info);
DBUG_ASSERT(result == 0); // store_create_info() always return 0
write_bin_log(thd, TRUE, query.ptr(), query.length());