mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -2392,5 +2392,11 @@ DROP TABLE t1;
|
||||
DROP TABLE t1;
|
||||
SET SQL_MODE=DEFAULT;
|
||||
#
|
||||
# MDEV-27673 Warning after "select progress from information_schema.processlist"
|
||||
#
|
||||
select progress from information_schema.processlist limit 1;
|
||||
progress
|
||||
0.000
|
||||
#
|
||||
# End of 10.3 tests
|
||||
#
|
||||
|
Reference in New Issue
Block a user