- 24 Apr, 2006 2 commits
- 21 Apr, 2006 4 commits
- 20 Apr, 2006 1 commit
-
-
osku authored
-
- 18 Apr, 2006 3 commits
- 17 Apr, 2006 2 commits
- 15 Apr, 2006 1 commit
-
-
osku authored
is not already used.
-
- 13 Apr, 2006 2 commits
- 12 Apr, 2006 5 commits
- 11 Apr, 2006 5 commits
-
-
osku authored
DB_ROW_ID", by refusing tables that use reserved column names. Add dict_mem_table_free(), use it instead of duplicating the code everywhere. Use already existing dict_mem_index_free(). Fix memory leaks in row_create_table_for_mysql() in rare corner cases.
-
osku authored
-
marko authored
-
marko authored
the implementation would be challenging with ROW_FORMAT=COMPACT. Remove the table types DICT_TABLE_CLUSTER_MEMBER and DICT_TABLE_CLUSTER and all related tests and functions. dict_table_t: Remove mix_id, mix_len, mix_id_len, mix_id_buf, and cluster_name. plan_t: Remove mixed_index. dict_create_sys_tables_tuple(): Set MIX_ID=0, MIX_LEN=0 and CLUSTER_NAME=NULL when inserting into SYS_TABLES. dict_tree_check_search_tuple(): Enclose in #ifdef UNIV_DEBUG.
-
osku authored
how long the input string is.
-
- 10 Apr, 2006 2 commits
- 07 Apr, 2006 3 commits
- 06 Apr, 2006 6 commits
-
-
osku authored
-
osku authored
-
osku authored
returns in the query graph execution stage, we can't free pars_info_t in pars_sql(). Instead, make pars_sql() transfer ownership of pars_info_t to the created query graph, and make que_graph_free() free it if needed.
-
osku authored
constructing correctly allocated and quoted strings to pass the data in in ASCII form.
-
osku authored
-
osku authored
-
- 05 Apr, 2006 3 commits
-
-
jan authored
test cases to a one test case and wait their lock timeout after all have been send to the server. Remove unnecessary option --loose_innodb_lock_wait_timeout.
-
osku authored
no effect on the effectiveness of the test and reduces the running time by ~10 seconds on my machine.
-
jan authored
a one test case and wait their lock timeout after all have been send to the server.
-
- 04 Apr, 2006 1 commit
-
-
osku authored
-