diff options
author | unknown <brian@zim.tangent.org> | 2006-02-11 17:21:01 -0800 |
---|---|---|
committer | unknown <brian@zim.tangent.org> | 2006-02-11 17:21:01 -0800 |
commit | 88aa9b13102aa2d2676128b66caf532720cb8e8a (patch) | |
tree | 8069e98b4aaa0d9c03ec34489469209399a885eb /sql/lex.h | |
parent | 0dc95fd02384b8e022953d3a66a025f016914eec (diff) | |
download | mariadb-git-88aa9b13102aa2d2676128b66caf532720cb8e8a.tar.gz |
This patch is to further remove the RAID code. We removed support for people creating tables with RAID. This patch remove most of the source for this.
sql/ha_myisam.cc:
Remove RAID code
sql/ha_partition.cc:
Remove RAID code.
sql/handler.h:
Remove RAID code
sql/lex.h:
Remove RAID code.
sql/mysqld.cc:
Remove RAID code.
sql/set_var.cc:
Remove RAID code.
sql/sql_show.cc:
Remove RAID code
sql/sql_yacc.yy:
Remove more of the RAID code
sql/table.cc:
Remove RAID code.
Diffstat (limited to 'sql/lex.h')
-rw-r--r-- | sql/lex.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/lex.h b/sql/lex.h index 29c693c2c74..50b89df029b 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -412,10 +412,6 @@ static SYMBOL symbols[] = { { "QUARTER", SYM(QUARTER_SYM)}, { "QUERY", SYM(QUERY_SYM)}, { "QUICK", SYM(QUICK)}, - { "RAID0", SYM(RAID_0_SYM)}, - { "RAID_CHUNKS", SYM(RAID_CHUNKS)}, - { "RAID_CHUNKSIZE", SYM(RAID_CHUNKSIZE)}, - { "RAID_TYPE", SYM(RAID_TYPE)}, { "RANGE", SYM(RANGE_SYM)}, { "READ", SYM(READ_SYM)}, { "READ_ONLY", SYM(READ_ONLY_SYM)}, @@ -513,7 +509,6 @@ static SYMBOL symbols[] = { { "STORAGE", SYM(STORAGE_SYM)}, { "STRAIGHT_JOIN", SYM(STRAIGHT_JOIN)}, { "STRING", SYM(STRING_SYM)}, - { "STRIPED", SYM(RAID_STRIPED_SYM)}, { "SUBJECT", SYM(SUBJECT_SYM)}, { "SUBPARTITION", SYM(SUBPARTITION_SYM)}, { "SUBPARTITIONS", SYM(SUBPARTITIONS_SYM)}, |