Commit Graph

51 Commits (200fdecb8d870db39abe622f3ff875cd1abb0948)

Author SHA1 Message Date
René Cannaò d963232ce0 Ignore tracking of session_track_system_variables
12 months ago
Javier Jaramago Fernández f260e2ee9f Fix 'mysqld_error.h' include using deps path
2 years ago
Javier Jaramago Fernández b91b6b8f9f Add list of special permitted variables tracking errors - Closes #4591
2 years ago
René Cannaò 699fe7efcd Moved proxysql_find_charset_* functions out of MySQL_Thread.cpp
2 years ago
Rahim Kanji a3d29863e8 Adding SET TRANSACTION ISOLATION LEVEL * support
3 years ago
René Cannaò 71e2510ef6 Code cleanup on MySQL_HostGroups_Manager
3 years ago
René Cannaò c0fdf02b78 Fixed various compiler warnings
4 years ago
René Cannaò d20683c589
Merge pull request #3702 from sysown/v2.x-variables
4 years ago
René Cannaò ba929e2851 Improved handling of sql_big_selects variable
4 years ago
René Cannaò e983fc6827 Adding support for more MySQL variables
4 years ago
René Cannaò 9ee636395d Remove poor optimization to disable wsrep_sync_wait #3723
4 years ago
René Cannaò 2ba9c401f1 Bug fixes in the new implementation of tracking mysql variables
4 years ago
René Cannaò 497ef76478
Merge branch 'v2.x' into v2.x-variables
4 years ago
René Cannaò d335bfb899 Improvements on how MySQL variables are processed
4 years ago
René Cannaò 194243503a Adding LCOV_EXCL_START around assert(0)
5 years ago
René Cannaò 241a5e54d7 Draft to reimplement how session variables are handled
5 years ago
Javier Jaramago Fernández 4027d8cd0e Temporarily added 'session_track_schema' to the list of ignored variables #3442
5 years ago
René Cannaò 76deab2fad Add lock on hostgroup for any not parsed variable
5 years ago
René Cannaò f0e3a87159 Introduce ignore_vars in MySQL_Variables
5 years ago
Javier Jaramago Fernández d23005db83 Added more detailed documentation to 'MySQL_Variables::client_set_value'
5 years ago
René Cannaò 47d3420662 Change default of exit_after_SetParse
6 years ago
René Cannaò fe503cfcae Modify validate_charset to ignore unset variables
6 years ago
Valentin Rakush c7f49ebc9c generate regexp for mysql variables
6 years ago
Valentin Rakush b0d36acb2f Session variable group_concat_max_len
6 years ago
René Cannaò 3454c625c2 Adding ability to parse some variables based ontheir attributes
6 years ago
René Cannaò 54ee4e9b69 Simplified the number of session statuses
6 years ago
René Cannaò d83f2974b6 on_connect_to_backend() to accept a MySQL_Connection as argument instead of a MySQL_Session
6 years ago
René Cannaò 6dd73fc631 Removed long checks in MySQL_Variables methods with assert()
6 years ago
val 056366ea6b do not set variables on connect
6 years ago
val 08c6622eb0 set charset command sets connection character set to empty
6 years ago
val 246a9d828a use separate function for set names verification
6 years ago
val 5a33e9763d call getters just once
6 years ago
val 26b6b617ee fix unnecessary recursion in MySQL_Variables
6 years ago
val 66788863b3 set names optimization
6 years ago
val d0d7018e34 rollback session_track_gtids
6 years ago
val ade8491f47 Re-evaluate on_connect_to_backend
6 years ago
val 6e75ac7033 do not change mysql_tracked_variables. do not use special_handling as for now
6 years ago
val abd0555852 remove is_connected_to_backend
6 years ago
val b0ca1a030f make MySQL_Variables a global variable
6 years ago
val 3e790c9083 Polishing and cleanup
6 years ago
Valentin Rakush 61c1913334 Character set handling implementation
6 years ago
René Cannaò c28deb7c7d Generalize the use of session variables
6 years ago
Valentin Rakush 0e79eb39f7 Implementation of the session variables array
6 years ago
val cdbf70817a Revert "Implementation of the session variables array"
6 years ago
val b1339faefd Revert "Generalize the use of session variables"
6 years ago
val eb08620181 Revert "Character set handling implementation"
6 years ago
val 8696ece34b Revert "Polishing and cleanup"
6 years ago
val dbafde2ff4 Polishing and cleanup
6 years ago
Valentin Rakush 796ea5b215 Character set handling implementation
6 years ago
René Cannaò d242771a25 Generalize the use of session variables
6 years ago