mirror of
https://github.com/MariaDB/server.git
synced 2025-04-26 11:49:09 +03:00
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.
9 lines
227 B
Plaintext
9 lines
227 B
Plaintext
#
|
|
# 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;
|