summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/innodb/t/help_url.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/t/help_url.test')
-rw-r--r--mysql-test/suite/innodb/t/help_url.test8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/t/help_url.test b/mysql-test/suite/innodb/t/help_url.test
new file mode 100644
index 00000000..bcf74c31
--- /dev/null
+++ b/mysql-test/suite/innodb/t/help_url.test
@@ -0,0 +1,8 @@
+#
+# MDEV-4273 MYSQL_VERSION_MAJOR.MYSQL_VERSION_MINOR not replaced
+#
+--source include/have_innodb.inc
+--source include/not_embedded.inc
+
+create table innodb_table_monitor (a int) engine=InnoDB;
+drop table innodb_table_monitor;