1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Post review fixes for "SQL Syntax for Prepared Statements".

This commit is contained in:
sergefp@mysql.com
2004-06-07 12:09:10 +04:00
parent bec20d1fd7
commit 1e05e6cb82
10 changed files with 182 additions and 244 deletions

View File

@ -233,7 +233,7 @@ THD::THD():user_time(0), current_statement(0), is_fatal_error(0),
16);
else
bzero((char*) &user_var_events, sizeof(user_var_events));
/* Protocol */
protocol= &protocol_simple; // Default protocol
protocol_simple.init(this);