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

Correction of WL#1567: row_count() is -1 following non-insert/update/delete

statements.
This commit is contained in:
pem@mysql.comhem.se
2004-05-04 17:18:47 +02:00
parent 296ba0ea57
commit e1182c5226
4 changed files with 28 additions and 1 deletions

View File

@ -829,7 +829,7 @@ public:
bool charset_is_system_charset, charset_is_collation_connection;
bool slow_command;
ulong row_count_func; /* For the ROW_COUNT() function */
longlong row_count_func; /* For the ROW_COUNT() function */
sp_rcontext *spcont; // SP runtime context
sp_cache *sp_proc_cache;
sp_cache *sp_func_cache;