- 24 May, 2006 1 commit
-
-
marko authored
ut_print_name(), ut_print_namel(): Add parameter table_id for distinguishing names of tables from other identifiers (names of indexes, columns and constraints). innobase_convert_from_table_id(), innobase_convert_from_id(), innobase_convert_from_filename(), innobase_get_charset(): New functions. dict_accept(), dict_scan_id(), dict_scan_col(), dict_scan_table_name(), dict_skip_word(), dict_create_foreign_constraints_low(): Add parameter "cs", so that isspace() can be replaced with my_isspace(), whose operation depends on the connection character set. dict_scan_id(): Convert the identifier to UTF-8. dict_str_starts_with_keyword(): New extern function, to replace dict_accept() in row_search_for_mysql(). mysql_get_identifier_quote_char(): Replaced with innobase_print_identifier(). ha_innobase::create(): Remove the thd->convert_string() call. Pass the statement to InnoDB in the connection character set and let InnoDB convert the identifiers to UTF-8.
-
- 23 May, 2006 2 commits
- 22 May, 2006 3 commits
-
-
marko authored
the code is compiled with GCC 3 or later on other platforms than Windows or Netware. Also disable the variable ut_dbg_stop_threads and the function ut_dbg_stop_thread() in this case, unless UNIV_SYNC_DEBUG is defined. This should allow the compiler to generate more compact code for assertions.
-
osku authored
needed.
-
osku authored
when handling an externally stored column.
-
- 18 May, 2006 1 commit
-
-
osku authored
-
- 16 May, 2006 1 commit
-
-
marko authored
-
- 12 May, 2006 2 commits
- 11 May, 2006 4 commits
- 10 May, 2006 1 commit
-
-
osku authored
-
- 09 May, 2006 2 commits
- 08 May, 2006 3 commits
- 05 May, 2006 5 commits
-
-
marko authored
space id on the disk do not match those in the memory. Also write to the error log if a page was read from the doublewrite buffer. The doublewrite buffer should be only read by the lower-level function fil_io() at database startup.
-
marko authored
trailers also after writing to disk. This improves the chances of diagnosing Bug #18886. os_file_check_page_trailers(): New function for checking that the two copies of the LSN stamped on the pages match. os_aio_simulated_handle(): Call os_file_check_page_trailers() before and after os_file_write().
-
marko authored
#ifdef UNIV_IBUF_DEBUG. Previously, when compiled without UNIV_IBUF_DEBUG, invoking ibuf_count_get() would crash InnoDB. The function is only being called #ifdef UNIV_IBUF_DEBUG.
-
marko authored
-
osku authored
-
- 04 May, 2006 1 commit
-
-
marko authored
-
- 29 Apr, 2006 1 commit
-
-
osku authored
-
- 28 Apr, 2006 4 commits
- 26 Apr, 2006 4 commits
- 24 Apr, 2006 5 commits
-
-
osku authored
Updates to innodb.[test|result].
-
osku authored
Added new function to handlerton.
-
osku authored
Refactored some code to remove ifdef and removed dead code related to un-useable sync code.
-
osku authored
After merge fixes.
-
osku authored
Remove unused dict_table_LRU_trim(). Remove unused 'trx' parameter from the functions dict_table_get_on_id_low, dict_table_get and dict_table_get_and_increment_handle_count.
-