mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 20:55:32 +02:00
Fix for bug #10659: information_schema_db fail on Mac OS
This commit is contained in:
parent
87f3b9f43e
commit
f9433acc81
2 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
|||
-- source include/testdb_only.inc
|
||||
|
||||
use INFORMATION_SCHEMA;
|
||||
--replace_result Tables_in_INFORMATION_SCHEMA Tables_in_information_schema
|
||||
show tables;
|
||||
--replace_result 'Tables_in_INFORMATION_SCHEMA (T%)' 'Tables_in_information_schema (T%)'
|
||||
show tables from INFORMATION_SCHEMA like 'T%';
|
||||
create database `inf%`;
|
||||
use `inf%`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue