diff options
author | unknown <heikki@hundin.mysql.fi> | 2005-02-13 21:05:18 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2005-02-13 21:05:18 +0200 |
commit | 0d57871425c1a4a2b469cecad92e1ce41ba9b572 (patch) | |
tree | 94f0841be5c9e51b46e9ec0efb97c1842e87c73d /innobase | |
parent | 95d3d98b0007b70ae51726a084cda369f6d44469 (diff) | |
parent | 4c21a10f27c6a15690b5640352d23f1c111ac729 (diff) | |
download | mariadb-git-0d57871425c1a4a2b469cecad92e1ce41ba9b572.tar.gz |
Merge hundin.mysql.fi:/home/heikki/mysql-4.0
into hundin.mysql.fi:/home/heikki/mysql-4.1
innobase/row/row0mysql.c:
Auto merged
sql/sql_cache.cc:
Auto merged
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/row/row0mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/row/row0mysql.c b/innobase/row/row0mysql.c index b7cd730828a..482cf698547 100644 --- a/innobase/row/row0mysql.c +++ b/innobase/row/row0mysql.c @@ -417,7 +417,7 @@ row_create_prebuilt( prebuilt->sel_graph = NULL; 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); |