summaryrefslogtreecommitdiff
path: root/mysql-test/r/bootstrap_innodb.result
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2020-10-26 17:21:26 +0100
committerSergei Golubchik <serg@mariadb.org>2020-10-27 09:24:15 +0100
commitd03ea82759aef7734f162c3137b10aa2476b35e9 (patch)
tree4530dc4d0a4f41f3e1cab9edcf4401719fbaf18e /mysql-test/r/bootstrap_innodb.result
parenta7d5e85c4935080458fea21c718f56c7bf6f02bd (diff)
downloadmariadb-git-d03ea82759aef7734f162c3137b10aa2476b35e9.tar.gz
test case for BUG#31650096
Diffstat (limited to 'mysql-test/r/bootstrap_innodb.result')
-rw-r--r--mysql-test/r/bootstrap_innodb.result7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/bootstrap_innodb.result b/mysql-test/r/bootstrap_innodb.result
new file mode 100644
index 00000000000..2fc7800843b
--- /dev/null
+++ b/mysql-test/r/bootstrap_innodb.result
@@ -0,0 +1,7 @@
+create table t1(a int) engine=innodb;
+select * from t1;
+a
+1
+2
+5
+drop table t1;