mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-11975: SQLCOM_PREPARE of EXPLAIN & ANALYZE statement do not return correct metadata info
Added metadate info after prepare EXPLAIN/ANALYZE.
This commit is contained in:
@ -29,5 +29,12 @@ echo ok;
|
||||
--echo # ------------------------------------
|
||||
--echo
|
||||
|
||||
--echo
|
||||
--echo # cat MYSQL_TMP_DIR/test_explain_meta.out.log
|
||||
--echo # ------------------------------------
|
||||
--cat_file $MYSQL_TMP_DIR/test_explain_meta.out.log
|
||||
--echo # ------------------------------------
|
||||
--echo
|
||||
|
||||
SET @@global.general_log= @old_general_log;
|
||||
SET @@global.slow_query_log= @old_slow_query_log;
|
||||
|
Reference in New Issue
Block a user