mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
merge with 5.3
sql/sql_insert.cc: CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. ****** CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. sql/sql_table.cc: small cleanup ****** small cleanup
This commit is contained in:
@ -37,6 +37,7 @@ wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state
|
||||
wait/synch/mutex/sql/hash_filo::lock
|
||||
wait/synch/mutex/sql/LOCK_active_mi
|
||||
wait/synch/mutex/sql/LOCK_audit_mask
|
||||
wait/synch/mutex/sql/LOCK_commit_ordered
|
||||
wait/synch/mutex/sql/LOCK_connection_count
|
||||
wait/synch/mutex/sql/LOCK_crypt
|
||||
wait/synch/mutex/sql/LOCK_delayed_create
|
||||
@ -55,6 +56,7 @@ wait/synch/mutex/sql/LOCK_manager
|
||||
wait/synch/mutex/sql/LOCK_open
|
||||
wait/synch/mutex/sql/LOCK_plugin
|
||||
wait/synch/mutex/sql/LOCK_prepared_stmt_count
|
||||
wait/synch/mutex/sql/LOCK_prepare_ordered
|
||||
wait/synch/mutex/sql/LOCK_rpl_status
|
||||
wait/synch/mutex/sql/LOCK_server_started
|
||||
wait/synch/mutex/sql/LOCK_slave_list
|
||||
@ -63,7 +65,7 @@ wait/synch/mutex/sql/LOCK_status
|
||||
wait/synch/mutex/sql/LOCK_thread_count
|
||||
wait/synch/mutex/sql/LOCK_user_conn
|
||||
wait/synch/mutex/sql/LOCK_user_locks
|
||||
wait/synch/mutex/sql/LOCK_uuid_generator
|
||||
wait/synch/mutex/sql/LOCK_uuid_short_generator
|
||||
wait/synch/mutex/sql/LOCK_xid_cache
|
||||
wait/synch/mutex/sql/LOG::LOCK_log
|
||||
wait/synch/mutex/sql/LOG_INFO::lock
|
||||
@ -80,6 +82,7 @@ wait/synch/mutex/sql/Relay_log_info::run_lock
|
||||
wait/synch/mutex/sql/Slave_reporting_capability::err_lock
|
||||
wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data
|
||||
wait/synch/mutex/sql/THD::LOCK_thd_data
|
||||
wait/synch/mutex/sql/THD::LOCK_wakeup_ready
|
||||
wait/synch/mutex/sql/tz_LOCK
|
||||
select name from rwlock_instances group by name;
|
||||
name
|
||||
@ -127,6 +130,7 @@ wait/synch/cond/sql/Relay_log_info::data_cond
|
||||
wait/synch/cond/sql/Relay_log_info::log_space_cond
|
||||
wait/synch/cond/sql/Relay_log_info::start_cond
|
||||
wait/synch/cond/sql/Relay_log_info::stop_cond
|
||||
wait/synch/cond/sql/THD::COND_wakeup_ready
|
||||
select event_name from file_instances group by event_name;
|
||||
event_name
|
||||
wait/io/file/aria/control
|
||||
|
Reference in New Issue
Block a user