1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Post-merge fixes.

Multiple result sets from stored procedures now works with the
mysql and mysqltest clients.
This commit is contained in:
pem@mysql.comhem.se
2003-12-16 18:09:22 +01:00
parent 975061bb5a
commit bb51272bd1
9 changed files with 541 additions and 527 deletions

View File

@ -360,7 +360,7 @@ set sql_log_bin=1;
set sql_log_off=1;
set sql_log_update=1;
Warnings:
Note 1298 The update log is deprecated and replaced by the binary log. SET SQL_LOG_UPDATE has been ignored.
Note 1299 The update log is deprecated and replaced by the binary log. SET SQL_LOG_UPDATE has been ignored.
set sql_low_priority_updates=1;
set sql_max_join_size=200;
select @@sql_max_join_size,@@max_join_size;