1. 24 May, 2006 1 commit
    • marko's avatar
      Adapt InnoDB to the new tablename to filename encoding in MySQL 5.1. · 85ccc78f
      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.
      85ccc78f
  2. 23 May, 2006 2 commits
  3. 22 May, 2006 3 commits
  4. 18 May, 2006 1 commit
  5. 16 May, 2006 1 commit
  6. 12 May, 2006 2 commits
  7. 11 May, 2006 4 commits
  8. 10 May, 2006 1 commit
  9. 09 May, 2006 2 commits
  10. 08 May, 2006 3 commits
  11. 05 May, 2006 5 commits
  12. 04 May, 2006 1 commit
  13. 29 Apr, 2006 1 commit
  14. 28 Apr, 2006 4 commits
  15. 26 Apr, 2006 4 commits
  16. 24 Apr, 2006 5 commits
    • osku's avatar
      From MySQL: · 1b2d46c8
      osku authored
      Updates to innodb.[test|result].
      1b2d46c8
    • osku's avatar
      From MySQL: · af84ccc3
      osku authored
      Added new function to handlerton.
      af84ccc3
    • osku's avatar
      From MySQL: · 55c11152
      osku authored
      Refactored some code to remove ifdef and removed dead code related to
      un-useable sync code.
      55c11152
    • osku's avatar
      From MySQL: · 19ea5ccd
      osku authored
      After merge fixes.
      19ea5ccd
    • osku's avatar
      Remove remnants of the obsolete concept of memoryfixing tables and indexes. · 032df406
      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.
      032df406