diff options
author | Alice Sherepa <alice.sherepa@gmail.com> | 2020-01-10 10:44:39 +0100 |
---|---|---|
committer | Alice Sherepa <alice.sherepa@gmail.com> | 2020-01-15 18:06:24 +0100 |
commit | 60d7011c5f6ebda057d3e730c6f67519a1fb7f0c (patch) | |
tree | f52c2322cb2be4fb0a7ebdc99ed0c75e369945ff /mysql-test/suite/innodb_gis | |
parent | b7fb30e930d544897fc13e817ded44557c882c91 (diff) | |
download | mariadb-git-60d7011c5f6ebda057d3e730c6f67519a1fb7f0c.tar.gz |
MDEV-21360 global debug_dbug pre-test value restoration issues
Diffstat (limited to 'mysql-test/suite/innodb_gis')
-rw-r--r-- | mysql-test/suite/innodb_gis/r/rtree_debug.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb_gis/r/rtree_debug.result b/mysql-test/suite/innodb_gis/r/rtree_debug.result index 11e2cd40e25..e8d2418af57 100644 --- a/mysql-test/suite/innodb_gis/r/rtree_debug.result +++ b/mysql-test/suite/innodb_gis/r/rtree_debug.result @@ -42,7 +42,7 @@ SET @save_dbug = @@SESSION.debug_dbug; SET debug_dbug='+d,row_merge_ins_spatial_fail'; create spatial index idx2 on t1(c2); ERROR HY000: Got error 1000 "Unknown error 1000" from storage engine InnoDB -SET debug_dbug = @save_dbug; +SET @@SESSION.debug_dbug = @save_dbug; show create table t1; Table Create Table t1 CREATE TABLE `t1` ( |