Commit a07be053 authored by Alexander Barkov's avatar Alexander Barkov

Fixing --ps test failures in "MDEV-20016 Add MariaDB_DATA_TYPE_PLUGIN"

parent 6afb2a37
......@@ -9,9 +9,11 @@
SET @old_debug_dbug=@@debug_dbug;
SET @@debug_dbug="+d,frm_data_type_info";
--disable_ps_protocol
CREATE TABLE t1 (a TEST_DOUBLE);
SHOW CREATE TABLE t1;
DROP TABLE t1;
--enable_ps_protocol
SET @@debug_dbug=@old_debug_dbug;
......
......@@ -9,9 +9,11 @@
SET @old_debug_dbug=@@debug_dbug;
SET @@debug_dbug="+d,frm_data_type_info";
--disable_ps_protocol
CREATE TABLE t1 (a TEST_INT8);
SHOW CREATE TABLE t1;
DROP TABLE t1;
--enable_ps_protocol
SET @@debug_dbug=@old_debug_dbug;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment