This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-27 01:04:19 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
239790d92f
mariadb
/
mysql-test
/
suite
/
innodb
/
r
/
help_url.result
3 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
MDEV-4786 - merge 10.0-monty - 10.0 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.
2013-07-24 16:48:23 +04:00
create table innodb_table_monitor (a int) engine=InnoDB;
drop table innodb_table_monitor;
Reference in a new issue
Copy permalink