mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -181,3 +181,10 @@ test/parent 1 2
|
||||
DROP TABLE child;
|
||||
DROP TABLE parent;
|
||||
SET GLOBAL innodb_purge_rseg_truncate_frequency=@save_frequency;
|
||||
#
|
||||
# MDEV-29479 I_S.INNODB_SYS_TABLESPACES doesn't have
|
||||
# temporary tablespace information
|
||||
#
|
||||
SELECT SPACE FROM INFORMATION_SCHEMA.INNODB_SYS_TABLESPACES WHERE name like 'innodb_temporary';
|
||||
SPACE
|
||||
4294967294
|
||||
|
Reference in New Issue
Block a user