mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
Merge branch bb-10.2-release into bb-10.3-release
This commit is contained in:
1
mysql-test/suite/innodb_fts/t/innodb_fts_misc_1.opt
Normal file
1
mysql-test/suite/innodb_fts/t/innodb_fts_misc_1.opt
Normal file
@@ -0,0 +1 @@
|
||||
--innodb-ft-deleted
|
||||
@@ -932,3 +932,13 @@ UPDATE t1 SET f6='cascade';
|
||||
DROP TABLE t1;
|
||||
|
||||
SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS;
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-25536 sym_node->table != NULL in pars_retrieve_table_def
|
||||
--echo #
|
||||
CREATE TABLE t1 (f1 TEXT,FULLTEXT (f1)) ENGINE=InnoDB;
|
||||
ALTER TABLE t1 DISCARD TABLESPACE;
|
||||
SET GLOBAL innodb_ft_aux_table='test/t1';
|
||||
SELECT * FROM information_schema.innodb_ft_deleted;
|
||||
DROP TABLE t1;
|
||||
SET GLOBAL innodb_ft_aux_table=DEFAULT;
|
||||
|
||||
Reference in New Issue
Block a user