removed include of bitvector.h

result fix Tables_in_information_schema -> Tables_in_INFORMATION_SCHEMA
This commit is contained in:
tulin@dl145c.mysql.com 2005-05-16 13:41:34 +02:00
commit 9a6cc9172a
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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

View file

@ -23,7 +23,6 @@
#include <ft_global.h>
#include <keycache.h>
#include <bitvector.h>
#ifndef NO_HASH
#define NO_HASH /* Not yet implemented */