mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
e1eb788f73
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(). |
||
---|---|---|
.. | ||
ut0byte.c | ||
ut0dbg.c | ||
ut0list.c | ||
ut0mem.c | ||
ut0rnd.c | ||
ut0ut.c | ||
ut0vec.c | ||
ut0wqueue.c |