1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-30327 Client crashes in print_last_query_cost

Fixed by calling init_pager() before tee_fprintf()
This commit is contained in:
Monty
2023-01-05 15:43:14 +02:00
parent 8d4bccf338
commit 1a13dbff01
3 changed files with 16 additions and 1 deletions

View File

@ -637,3 +637,6 @@ drop table t1;
WARNING: option '--enable-cleartext-plugin' is obsolete.
1
1
#
# MDEV-30327 Client crashes in print_last_query_cost
#