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

Things missing in last changset

After merge fixes
Don't give duplicate warnings for some ::store() functions
This commit is contained in:
monty@mysql.com
2005-02-10 15:41:51 +02:00
parent b9e502a99a
commit ccb2f3381b
10 changed files with 66 additions and 48 deletions

View File

@ -1027,6 +1027,7 @@ public:
bool charset_is_system_charset, charset_is_collation_connection;
bool slow_command;
bool no_trans_update, abort_on_warning;
bool got_warning; /* Set on call to push_warning() */
longlong row_count_func; /* For the ROW_COUNT() function */
sp_rcontext *spcont; // SP runtime context
sp_cache *sp_proc_cache;