summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/instant_alter_debug.result
diff options
context:
space:
mode:
authorAleksey Midenkov <midenok@gmail.com>2017-12-21 11:52:39 +0300
committerAleksey Midenkov <midenok@gmail.com>2017-12-21 14:14:05 +0300
commitba3e689c4db4deb3321a244b530f2d936dc0c3d3 (patch)
tree94573895206308366f18eecdff4eb0f797727016 /mysql-test/suite/innodb/r/instant_alter_debug.result
parentfbbdd44f7217ecf77344faa99674217b090d0713 (diff)
downloadmariadb-git-ba3e689c4db4deb3321a244b530f2d936dc0c3d3.tar.gz
Tests: full test results [#387]
Diffstat (limited to 'mysql-test/suite/innodb/r/instant_alter_debug.result')
-rw-r--r--mysql-test/suite/innodb/r/instant_alter_debug.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/r/instant_alter_debug.result b/mysql-test/suite/innodb/r/instant_alter_debug.result
index 795d302087f..ebc76b31f8b 100644
--- a/mysql-test/suite/innodb/r/instant_alter_debug.result
+++ b/mysql-test/suite/innodb/r/instant_alter_debug.result
@@ -35,7 +35,7 @@ ALTER TABLE t4 ADD COLUMN b INT;
SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS
LEFT JOIN t4 ON (NUMERIC_SCALE = pk);
COUNT(*)
-1747
+1742
SET DEBUG_SYNC='innodb_inplace_alter_table_enter SIGNAL enter WAIT_FOR delete';
ALTER TABLE t4 ADD COLUMN c INT;
connect dml,localhost,root,,;