Browse Source
Lots of small cleanups
Lots of small cleanups
- Simplified use_trans_cache() to return at once if is_transactional is set - Indentation and spelling errors fixed - Don't call signal_update() if update_binlog_end_pos() is called as the function already calls signal_update() - Removed not used function wait_for_update_bin_log(), which would cause errors if ever used. - Simplified handler::clone() by always allocating 'ref' in ha_open(). To do this I added an optional MEM_ROOT argument to ha_open() to be used when allocating 'ref' - Changed arguments to get_system_var() from LEX_CSTRING to LEX_CSTRING* - Added THD as argument to create_select_for_variable(). Changed also char* argument to LEX_CSTRING to avoid strlen() call. - Change calls to append() to use LEX_CSTRINGpull/440/head
committed by
Sergei Golubchik
33 changed files with 147 additions and 144 deletions
-
1extra/mariabackup/ds_archive.c
-
15extra/mariabackup/encryption_plugin.cc
-
1extra/mariabackup/fil_cur.cc
-
1extra/mariabackup/xtrabackup.cc
-
5mysys/thr_mutex.c
-
4sql/event_data_objects.cc
-
2sql/event_scheduler.cc
-
32sql/handler.cc
-
3sql/handler.h
-
12sql/item.cc
-
36sql/item_func.cc
-
4sql/item_func.h
-
7sql/item_subselect.cc
-
66sql/log.cc
-
1sql/log.h
-
2sql/log_event.cc
-
2sql/session_tracker.cc
-
14sql/sp_head.cc
-
6sql/sql_acl.cc
-
2sql/sql_load.cc
-
11sql/sql_parse.cc
-
2sql/sql_parse.h
-
6sql/sql_show.cc
-
4sql/sql_string.h
-
6sql/sql_trigger.cc
-
5sql/sql_view.cc
-
12sql/sql_yacc.yy
-
12sql/sql_yacc_ora.yy
-
2sql/unireg.cc
-
9sql/wsrep_mysqld.cc
-
2storage/connect/json.h
-
2storage/connect/jsonudf.cpp
-
2storage/connect/tabjson.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue