• marko's avatar
    branches/zip: INFORMATION_SCHEMA.INNODB_LOCKS: Quote lock_table, lock_index. · e1eb788f
    marko authored
    innodb_information_schema.test. Add tests that display most columns from
    INFORMATION_SCHEMA.INNODB_LOCKS.  Test that quoting of table names works
    and respects SQL_MODE='ANSI_QUOTES'.
    
    innobase_print_identifier(): Remove.
    
    innobase_convert_identifier(): New function,
    based on innobase_print_identifier().
    
    innobase_convert_name(): New function, similar to ut_print_namel(), but
    using a memory buffer.
    
    ut_print_namel(): Use innobase_convert_name().
    
    fill_innodb_locks_from_cache(): Convert lock_table and lock_index by
    calling innobase_convert_name().
    e1eb788f
i_s.cc 31.4 KB