diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-06-15 19:09:55 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-06-15 19:09:55 +0200 |
commit | 54b3472ef1928df18f23869e304a6d018db89094 (patch) | |
tree | aa4ca3b07b4b1dc84fbc69dae598a0b1e8c38a67 /sql/handler.h | |
parent | 8bc6aed49186b1f6020ecea29a9b0def5803d370 (diff) | |
download | mariadb-git-54b3472ef1928df18f23869e304a6d018db89094.tar.gz |
remove unsusd DB_TYPE value
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h index 5232900a293..35d27599d9d 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -353,7 +353,6 @@ enum legacy_db_type DB_TYPE_PARTITION_DB=20, DB_TYPE_BINLOG=21, DB_TYPE_PBXT=23, - DB_TYPE_MARIA=27, DB_TYPE_PERFORMANCE_SCHEMA=28, DB_TYPE_FIRST_DYNAMIC=42, DB_TYPE_DEFAULT=127 // Must be last |