Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ functions
Functions
1,866 in github.com/Tencent/phxsql
⨍
Functions
1,866
◇
Types & classes
407
Method
WriteToDest
phxsqlproxy/io_channel.cpp:128
Method
__init__
( self, args )
phxrpc_package_config/tools/binary_operator.py:9
Method
__init__
( self, args )
phxrpc_package_config/tools/directory_operator.py:8
Method
__init__
( self, args )
phxrpc_package_config/tools/binary_installer.py:9
Method
__init__
(self,defaults=None)
phxrpc_package_config/tools/config_generator.py:7
Method
__init__
( self, args )
phxrpc_package_config/tools/config_generator.py:14
Function
abort_thread
phx_percona/percona/sql/mysqld.cc:3108
Function
acl_authenticate
Perform the handshake, authorize the client and update thd sctx variables. @param thd thread handle @param com_change_user_pk
phx_percona/percona/sql/sql_acl.cc:11407
Function
acl_check_host
phx_percona/percona/sql/sql_acl.cc:2301
Function
acl_check_proxy_grant_access
phx_percona/percona/sql/sql_acl.cc:8960
Function
acl_compare
phx_percona/percona/sql/sql_acl.cc:1792
Function
acl_entry_get_key
phx_percona/percona/sql/sql_acl.cc:632
Function
acl_getroot
phx_percona/percona/sql/sql_acl.cc:1818
Method
add_log_to_index
Append log file name to index file. - To make crash safe, we copy all the content of index file to crash safe index file firstly and then append
phx_percona/percona/sql/binlog.cc:3610
Function
add_observer
phx_percona/percona/sql/rpl_handler.h:44
Method
after_append_to_relay_log
Called after an event has been written to the relay log by the IO thread. This flushes and possibly syncs the file (according to the sync options
phx_percona/percona/sql/binlog.cc:5274
Method
after_commit
phx_percona/percona/sql/rpl_handler.cc:219
Method
after_flush
phx_percona/percona/sql/rpl_handler.cc:251
Method
after_queue_event
phx_percona/percona/sql/rpl_handler.cc:468
Method
after_read_event
phx_percona/percona/sql/rpl_handler.cc:454
Method
after_reset_master
phx_percona/percona/sql/rpl_handler.cc:398
Method
after_reset_slave
phx_percona/percona/sql/rpl_handler.cc:486
Method
after_rollback
phx_percona/percona/sql/rpl_handler.cc:237
Method
after_send_event
phx_percona/percona/sql/rpl_handler.cc:380
Method
allocate_pem_buffer
phx_percona/percona/sql/sql_acl.cc:12066
Method
append_buffer
phx_percona/percona/sql/binlog.cc:5337
Method
append_event
phx_percona/percona/sql/binlog.cc:5311
Method
attach_to
Attach the POSIX thread to a session. */
phx_percona/percona/sql/binlog.cc:265
Method
auth_element_equals
phx_percona/percona/sql/sql_acl.cc:501
Method
before_binlog_init
phx_percona/percona/sql/rpl_handler.cc:268
Method
before_request_transmit
phx_percona/percona/sql/rpl_handler.cc:442
Method
before_send_event
phx_percona/percona/sql/rpl_handler.cc:362
Method
binlog_cache_data
phx_percona/percona/sql/binlog.cc:317
Method
binlog_cache_mngr
phx_percona/percona/sql/binlog.cc:720
Function
binlog_clone_consistent_snapshot
phx_percona/percona/sql/binlog.cc:1387
Function
binlog_close_connection
phx_percona/percona/sql/binlog.cc:932
Function
binlog_commit
This function is called once after each statement. @todo This function is currently not used any more and will eventually be eliminated. The real
phx_percona/percona/sql/binlog.cc:1454
Method
binlog_delete_row
phx_percona/percona/sql/binlog.cc:9275
Function
binlog_enabled
Check whether binlog_hton has valid slot and enabled */
phx_percona/percona/sql/binlog.cc:873
Method
binlog_get_pending_rows_event
This function retrieves a pending row event from a cache which is specified through the parameter @c is_transactional. Respectively, when it is @c
phx_percona/percona/sql/binlog.cc:8029
Function
binlog_init
phx_percona/percona/sql/binlog.cc:912
Function
binlog_prepare
phx_percona/percona/sql/binlog.cc:1358
Method
binlog_prepare_pending_rows_event
phx_percona/percona/sql/binlog.cc:8995
Method
binlog_prepare_row_images
phx_percona/percona/sql/binlog.cc:9326
Method
binlog_query
Log the current query. The query will be logged in either row format or statement format depending on the value of @c current_stmt_binlog_format_
phx_percona/percona/sql/binlog.cc:9684
Function
binlog_rollback
This function is called when a transaction or a statement is rolled back. @internal It is necessary to execute a rollback here if the transaction
phx_percona/percona/sql/binlog.cc:1482
Method
binlog_row_event_extra_data_eq
binlog_row_event_extra_data_eq Comparator for two binlog row event extra data pointers. It compares their significant bytes. Null point
phx_percona/percona/sql/binlog.cc:9440
Function
binlog_savepoint_rollback
phx_percona/percona/sql/binlog.cc:1886
Function
binlog_savepoint_rollback_can_release_mdl
Check whether binlog state allows to safely release MDL locks after rollback to savepoint. @param hton The binlog handlerton. @param thd The
phx_percona/percona/sql/binlog.cc:1938
Function
binlog_savepoint_set
phx_percona/percona/sql/binlog.cc:1852
Function
binlog_start_consistent_snapshot
phx_percona/percona/sql/binlog.cc:1369
Method
binlog_stmt_cache_data
phx_percona/percona/sql/binlog.cc:592
Method
binlog_trx_cache_data
phx_percona/percona/sql/binlog.cc:631
Method
binlog_update_row
phx_percona/percona/sql/binlog.cc:9208
Method
binlog_write_row
phx_percona/percona/sql/binlog.cc:9177
Method
binlog_write_table_map
This function writes a table map to the binary log. Note that in order to keep the signature uniform with related methods, we use a redundant par
phx_percona/percona/sql/binlog.cc:7979
Function
buffered_option_error_reporter
Error reporter that buffer log messages. @param level log message level @param format log message format string */
phx_percona/percona/sql/mysqld.cc:1177
Method
calc_ip
phx_percona/percona/sql/sql_acl.cc:229
Function
change_password
phx_percona/percona/sql/sql_acl.cc:2439
Method
change_stage
phx_percona/percona/sql/binlog.cc:7049
Function
charset_error_reporter
Character set and collation error reporter that prints to sql error log. @param level log message level @param format log message
phx_percona/percona/sql/mysqld.cc:1207
Function
check_column_grant_in_table_ref
phx_percona/percona/sql/sql_acl.cc:6139
Function
check_enough_stack_size
phx_percona/percona/sql/mysqld.cc:3684
Function
check_get_key
phx_percona/percona/sql/sql_acl.cc:1906
Function
check_grant_all_columns
@brief check if a query can access a set of columns @param thd the current thread @param want_access_arg the privileges requested @param f
phx_percona/percona/sql/sql_acl.cc:6202
Function
check_grant_db
phx_percona/percona/sql/sql_acl.cc:6314
Function
check_grant_routine
phx_percona/percona/sql/sql_acl.cc:6384
Function
check_password_strength
for validate_password_strength SQL function */
phx_percona/percona/sql/sql_acl.cc:12510
Function
check_routine_level_acl
phx_percona/percona/sql/sql_acl.cc:6449
Method
check_write_error
phx_percona/percona/sql/binlog.cc:3677
Method
cleanup
phx_percona/percona/sql/binlog.cc:2610
Method
close_crash_safe_index_file
Close the crash safe index file. @note The crash safe file is just closed, is not deleted. Because it is moved to index file later on. @r
phx_percona/percona/sql/binlog.cc:4131
Method
close_purge_index_file
phx_percona/percona/sql/binlog.cc:4560
Method
compute_statistics
This function computes binlog cache and disk usage. */
phx_percona/percona/sql/binlog.cc:552
Function
console_event_handler
phx_percona/percona/sql/mysqld.cc:3137
Function
copy_global_thread_list
phx_percona/percona/sql/mysqld.cc:879
Function
create_thread_to_handle_connection
phx_percona/percona/sql/mysqld.cc:6462
Method
dec_prep_xids
Decrement the prepared XID counter. Signal m_prep_xids_cond if the counter reaches zero. */
phx_percona/percona/sql/binlog.h:337
Method
decide_logging_format
phx_percona/percona/sql/binlog.cc:8349
Function
destroy_thd
Delete the THD object. */
phx_percona/percona/sql/mysqld.cc:2948
Method
detach
phxsqlproxy/phxthread.cpp:35
Method
do_write_cache
phx_percona/percona/sql/binlog.cc:5801
Function
dumper
phxcomm/configparser/inih-master/tests/unittest.c:23
Function
dumper
phxcomm/configparser/inih-master/examples/ini_dump.c:7
Function
end_thread_signal
phx_percona/percona/sql/mysqld.cc:2903
Function
fetch_queue_for
Fetch the entire queue and empty it. @return Pointer to the first session of the queue. */
phx_percona/percona/sql/binlog.h:198
Function
fill_effective_table_privileges
phx_percona/percona/sql/sql_acl.cc:9464
Function
fill_schema_column_privileges
phx_percona/percona/sql/sql_acl.cc:9370
Function
fill_schema_schema_privileges
phx_percona/percona/sql/sql_acl.cc:9208
Function
fill_schema_table_privileges
phx_percona/percona/sql/sql_acl.cc:9286
Function
fill_schema_user_privileges
phx_percona/percona/sql/sql_acl.cc:9130
Method
find_first_log_not_in_gtid_set
phx_percona/percona/sql/binlog.cc:2976
Method
find_next_log
Find the position in the log-index-file for the given log name. @param[out] linfo The filename will be stored here, along with the byte offset of
phx_percona/percona/sql/binlog.cc:3850
Method
finish_commit
Helper function executed when leaving @c ordered_commit. This function contain the necessary code for fetching the error code, doing post-commi
phx_percona/percona/sql/binlog.cc:7158
Function
fix_rpl_semi_sync_master_enabled
phx_percona/percona/plugin/semisync/semisync_master_plugin.cc:191
Function
fix_rpl_semi_sync_master_timeout
phx_percona/percona/plugin/semisync/semisync_master_plugin.cc:179
Function
fix_rpl_semi_sync_master_trace_level
phx_percona/percona/plugin/semisync/semisync_master_plugin.cc:185
Method
flush
Convenience method to flush both caches to the binary log. @param bytes_written Pointer to variable that will be set to the
phx_percona/percona/sql/binlog.cc:782
Method
flush_and_sync
phx_percona/percona/sql/binlog.cc:5360
Method
flush_cache_to_file
phx_percona/percona/sql/binlog.cc:7084
← previous
next →
1,401–1,500 of 1,866, ranked by callers