mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
MDEV-5060 Server crashes on EXPLAIN EXTENDED or EXPLAIN PARTITIONS with explain in slow_log
- If we're running explain with flags, use the same set of flags to make EXPLAIN columns and contents.
This commit is contained in:
@@ -20,3 +20,9 @@ Error 1146 Table 'test.nonexisting' doesn't exist
|
||||
SELECT 1;
|
||||
1
|
||||
1
|
||||
#
|
||||
# MDEV-5060 Server crashes on EXPLAIN EXTENDED or EXPLAIN PARTITIONS with explain in slow_log
|
||||
#
|
||||
EXPLAIN PARTITIONS SELECT 1 ;
|
||||
id select_type table partitions type possible_keys key key_len ref rows Extra
|
||||
1 SIMPLE NULL NULL NULL NULL NULL NULL NULL NULL No tables used
|
||||
|
||||
Reference in New Issue
Block a user