Commit 3bf1bab1 authored by unknown's avatar unknown
Browse files

removed include of bitvector.h

    result fix Tables_in_information_schema -> Tables_in_INFORMATION_SCHEMA


mysql-test/r/information_schema_db.result:
  result fix Tables_in_information_schema -> Tables_in_INFORMATION_SCHEMA
sql/handler.h:
  removed include of bitvector.h
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
parent fa30a8c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.
+2 −2
Original line number Diff line number Diff line
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
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@

#include <ft_global.h>
#include <keycache.h>
#include <bitvector.h>

#ifndef NO_HASH
#define NO_HASH				/* Not yet implemented */