1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Post-merge fixes

sql/opt_range.cc:
  Auto merged
This commit is contained in:
unknown
2005-04-17 02:10:43 +04:00
3 changed files with 39 additions and 0 deletions

View File

@ -4371,6 +4371,7 @@ key_or(SEL_ARG *key1,SEL_ARG *key2)
last=last->next;
key1=key1->tree_delete(save);
}
last->copy_min(tmp);
if (last->copy_min(key2) || last->copy_max(key2))
{ // Full range
key1->free_tree();