radondb / radon

RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services
https://radondb.io/
GNU General Public License v3.0
1.79k stars 218 forks source link

[bug] When lower-case-table-names is set to 1, the conditions following show variables will not take effect. #730

Closed zhyass closed 3 years ago

zhyass commented 3 years ago
mysql> show variables like '%timeout'\G
*************************** 1. row ***************************
Variable_name: auto_increment_increment
        Value: 1
*************************** 2. row ***************************
Variable_name: auto_increment_offset
        Value: 1
*************************** 3. row ***************************
Variable_name: autocommit
        Value: ON
*************************** 4. row ***************************
Variable_name: automatic_sp_privileges
        Value: ON
*************************** 5. row ***************************
Variable_name: avoid_temporal_upgrade
        Value: OFF
... ...
*************************** 658. row ***************************
Variable_name: warning_count
        Value: 0