-
Notifications
You must be signed in to change notification settings - Fork 977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drafting mysql_hostgroup_attributes #4091
Commits on Jan 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5fc840b - Browse repository at this point
Copy the full SHA 5fc840bView commit details
Commits on Jan 12, 2023
-
Code cleanup on MySQL_HostGroups_Manager
Some rework to try to reduce duplicated code
Configuration menu - View commit details
-
Copy full SHA for 71e2510 - Browse repository at this point
Copy the full SHA 71e2510View commit details -
Configuration menu - View commit details
-
Copy full SHA for 107a864 - Browse repository at this point
Copy the full SHA 107a864View commit details
Commits on Jan 17, 2023
-
In Admin: - replaced a lot of flush_[...]__from_memory_to_disk() and flush_[...]__from_disk_to_memory() with a generic flush_GENERIC__from_to() - several commands like "LOAD MYSQL SERVERS FROM DISK" and similar are automatically generated for various modules (not all) and saved/map in a map load_save_disk_commands - FlushCommandWrapper() is able to map the various LOAD/SAVE from/to DISK into commands to run on SQLite
Configuration menu - View commit details
-
Copy full SHA for 36575d2 - Browse repository at this point
Copy the full SHA 36575d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceb5695 - Browse repository at this point
Copy the full SHA ceb5695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e382f0 - Browse repository at this point
Copy the full SHA 7e382f0View commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 23a36ee - Browse repository at this point
Copy the full SHA 23a36eeView commit details
Commits on Jan 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d61c043 - Browse repository at this point
Copy the full SHA d61c043View commit details
Commits on Jan 29, 2023
-
Added 1st testing for mysql_hostgroup_attributes
This commit adds some minimal testing for mysql_hostgroup_attributes . It helped detecting some bugs.
Configuration menu - View commit details
-
Copy full SHA for 9235fbf - Browse repository at this point
Copy the full SHA 9235fbfView commit details -
Fixes: * minor memory leak when running CHECKSUM command * minor memory leak in load_mysql_servers_to_runtime() * not initialized json in MySQL_Event (valgrind doesn't like it) * not initialized variable MySQL_Thread::shutdown in the constructor
Configuration menu - View commit details
-
Copy full SHA for 3837de6 - Browse repository at this point
Copy the full SHA 3837de6View commit details -
Implemented mysql_hostgroup_attributes.multiplex
If mysql_hostgroup_attributes.multiplex: - 0 : multiplexing is always disabled - 1 : multiplexing is enabled for the hostgroup, but other criteria can disable multiplexing (transaction, temp tables, query rules, etc)
Configuration menu - View commit details
-
Copy full SHA for f3c604e - Browse repository at this point
Copy the full SHA f3c604eView commit details -
mysql_hostgroup_attributes free_connections_pct and connection_warming
Implementation of mysql_hostgroup_attributes.free_connections_pct and mysql_hostgroup_attributes.connection_warming If mysql_hostgroup_attributes is configured: - mysql_hostgroup_attributes.free_connections_pct has higher priority than global variable mysql-free_connections_pct - mysql_hostgroup_attributes.connection_warming has higher priority than global variable mysql-connection_warming
Configuration menu - View commit details
-
Copy full SHA for 7b00d05 - Browse repository at this point
Copy the full SHA 7b00d05View commit details -
mysql_hostgroup_attributes.throttle_connections_per_sec
Implementation of mysql_hostgroup_attributes.throttle_connections_per_sec If mysql_hostgroup_attributes is configured, mysql_hostgroup_attributes.throttle_connections_per_sec has higher priority than global variable mysql-throttle_connections_per_sec_to_hostgroup
Configuration menu - View commit details
-
Copy full SHA for dcf9a4a - Browse repository at this point
Copy the full SHA dcf9a4aView commit details