Skip to content

Commit f11e4b3

Browse files
TCeasonwubx
andauthored
chore(query): bump federated mysql version (#17118)
* chore(query): bump federated mysql version * Update query.test change 8.0.26 to 8.0.90 --------- Co-authored-by: wubx <[email protected]>
1 parent ae25cb0 commit f11e4b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/query/service/src/servers/mysql/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ pub use self::mysql_handler::MySQLHandler;
2626
pub use self::mysql_session::MySQLConnection;
2727
pub use self::tls::MySQLTlsConfig;
2828

29-
const MYSQL_VERSION: &str = "8.0.26";
29+
const MYSQL_VERSION: &str = "8.0.90";

src/query/service/src/sessions/query_ctx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ use crate::sessions::SessionType;
137137
use crate::sql::binder::get_storage_params_from_options;
138138
use crate::storages::Table;
139139

140-
const MYSQL_VERSION: &str = "8.0.26";
140+
const MYSQL_VERSION: &str = "8.0.90";
141141
const CLICKHOUSE_VERSION: &str = "8.12.14";
142142
const COPIED_FILES_FILTER_BATCH_SIZE: usize = 1000;
143143

tests/sqllogictests/suites/query/case_sensitivity/query.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ onlyif mysql
6363
query T
6464
select substr(version(), 1, 6);
6565
----
66-
8.0.26
66+
8.0.90
6767

0 commit comments

Comments
 (0)