mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
row0mysql.c:
Backport the column prefix memory corruption fix from 5.0 innobase/row/row0mysql.c: Backport the column prefix memory corruption fix from 5.0
This commit is contained in:
@@ -399,7 +399,7 @@ row_create_prebuilt(
|
|||||||
prebuilt->sel_graph = NULL;
|
prebuilt->sel_graph = NULL;
|
||||||
|
|
||||||
prebuilt->search_tuple = dtuple_create(heap,
|
prebuilt->search_tuple = dtuple_create(heap,
|
||||||
dict_table_get_n_cols(table));
|
2 * dict_table_get_n_cols(table));
|
||||||
|
|
||||||
clust_index = dict_table_get_first_index(table);
|
clust_index = dict_table_get_first_index(table);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user