mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
removed include of bitvector.h
result fix Tables_in_information_schema -> Tables_in_INFORMATION_SCHEMA
This commit is contained in:
parent
adc1ce1734
commit
9a6cc9172a
3 changed files with 3 additions and 3 deletions
|
|
@ -193,6 +193,7 @@ mysqldev@melody.local
|
|||
mysqldev@mysql.com
|
||||
mysqldev@o2k.irixworld.net
|
||||
ndbdev@dl145b.mysql.com
|
||||
ndbdev@dl145c.mysql.com
|
||||
ndbdev@eel.hemma.oreland.se
|
||||
ndbdev@ndbmaster.mysql.com
|
||||
ndbdev@shark.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
use INFORMATION_SCHEMA;
|
||||
show tables;
|
||||
Tables_in_information_schema
|
||||
Tables_in_INFORMATION_SCHEMA
|
||||
SCHEMATA
|
||||
TABLES
|
||||
COLUMNS
|
||||
|
|
@ -17,7 +17,7 @@ COLUMN_PRIVILEGES
|
|||
TABLE_CONSTRAINTS
|
||||
KEY_COLUMN_USAGE
|
||||
show tables from INFORMATION_SCHEMA like 'T%';
|
||||
Tables_in_information_schema (T%)
|
||||
Tables_in_INFORMATION_SCHEMA (T%)
|
||||
TABLES
|
||||
TABLE_PRIVILEGES
|
||||
TABLE_CONSTRAINTS
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
#include <ft_global.h>
|
||||
#include <keycache.h>
|
||||
#include <bitvector.h>
|
||||
|
||||
#ifndef NO_HASH
|
||||
#define NO_HASH /* Not yet implemented */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue