1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.7 into 10.8

This commit is contained in:
Marko Mäkelä
2023-01-13 11:11:04 +02:00
86 changed files with 1860 additions and 657 deletions

View File

@@ -10628,7 +10628,7 @@ key_or(RANGE_OPT_PARAM *param, SEL_ARG *key1,SEL_ARG *key2)
tmp: [---------]
*/
key2->copy_max_to_min(tmp);
key2= key2_next;
key2->next= key2_next; // In case of key2_shared
}
continue;
}