mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
50aaf5ceb1
Fixed innodb.help_url failure. mysql-test/suite/innodb/r/help_url.result: Accessing discarded tablespace doesn't cause loud error message anymore. Use different way to retrieve refman link. mysql-test/suite/innodb/t/help_url.test: Accessing discarded tablespace doesn't cause loud error message anymore. Use different way to retrieve refman link.
8 lines
227 B
Text
8 lines
227 B
Text
#
|
|
# 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;
|