1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1-main

into  ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-marvel
This commit is contained in:
jani@ua141d10.elisa.omakaista.fi
2007-03-28 20:46:42 +03:00
13 changed files with 35 additions and 33 deletions

View File

@@ -1668,7 +1668,7 @@ static bool check_prepared_statement(Prepared_statement *stmt,
enum enum_sql_command sql_command= lex->sql_command;
int res= 0;
DBUG_ENTER("check_prepared_statement");
DBUG_PRINT("enter",("command: %d, param_count: %u",
DBUG_PRINT("enter",("command: %d param_count: %u",
sql_command, stmt->param_count));
lex->first_lists_tables_same();