Browse Source
Cleanup: Remove InnoDB wrappers of thd_charset(), thd_query_safe()
Cleanup: Remove InnoDB wrappers of thd_charset(), thd_query_safe()
innobase_get_charset(), innobase_get_stmt_safe(): Remove. It is more efficient and readable to invoke thd_charset() and thd_query_safe() directly, without a non-inlined wrapper function.pull/1535/head
5 changed files with 7 additions and 58 deletions
-
4storage/innobase/dict/dict0dict.cc
-
27storage/innobase/handler/ha_innodb.cc
-
2storage/innobase/handler/ha_innodb.h
-
23storage/innobase/include/ha_prototypes.h
-
9storage/innobase/trx/trx0i_s.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue