mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 05:35:31 +02:00
Merge with MariaDB 5.1.49
Removed references to HA_END_SPACE_KEY (which has been 0 for a long time)
This commit is contained in:
commit
d042146e5b
820 changed files with 37150 additions and 19196 deletions
|
|
@ -1539,7 +1539,7 @@ Dep_value_table *Dep_analysis_context::create_table_value(TABLE *table)
|
|||
for (uint i=0; i < table->s->keys; i++)
|
||||
{
|
||||
KEY *key= table->key_info + i;
|
||||
if ((key->flags & (HA_NOSAME | HA_END_SPACE_KEY)) == HA_NOSAME)
|
||||
if (key->flags & HA_NOSAME)
|
||||
{
|
||||
Dep_module_key *key_dep;
|
||||
if (!(key_dep= new Dep_module_key(tbl_dep, i, key->key_parts)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue