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

Fixed BUG#4902: Stored procedure with SHOW WARNINGS leads to packet error,

and tried to do it properly this time, digging out all show commands that
  need the multi results flag set.
This commit is contained in:
pem@mysql.comhem.se
2004-08-06 13:47:01 +02:00
parent 7ff92949db
commit 015b4145da
5 changed files with 889 additions and 8 deletions

View File

@ -32,6 +32,9 @@
Item_result
sp_map_result_type(enum enum_field_types type);
bool
sp_multi_results_command(enum enum_sql_command cmd);
struct sp_label;
class sp_instr;
struct sp_cond_type;