1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Eliminating compiler warnings in the sql/ directory.

This commit is contained in:
mats@romeo.(none)
2007-02-26 18:05:08 +01:00
parent 62f8230938
commit 75be2a8b65
3 changed files with 7 additions and 8 deletions

View File

@ -3189,7 +3189,7 @@ void select_create::send_error(uint errcode,const char *err)
thd->current_stmt_binlog_row_based ? "is" : "is NOT"));
DBUG_PRINT("info",
("Current table (at 0x%lu) %s a temporary (or non-existant) table",
(void*) table,
(ulong) table,
table && !table->s->tmp_table ? "is NOT" : "is"));
DBUG_PRINT("info",
("Table %s prior to executing this statement",