mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge 10.4 into 10.5
FIXME: Part of the MDEV-20699 test is disabled due to nonderterministic result.
This commit is contained in:
@@ -24,3 +24,19 @@ VARIABLE_VALUE>0 VARIABLE_NAME
|
||||
1 Collation used utf8mb4_bin
|
||||
1 Collation used utf8_bin
|
||||
1 Collation used utf8_general_ci
|
||||
prepare stmt from "SELECT VARIABLE_VALUE>0, VARIABLE_NAME FROM INFORMATION_SCHEMA.FEEDBACK WHERE VARIABLE_NAME LIKE 'Collation used %' ORDER BY VARIABLE_NAME";
|
||||
execute stmt;
|
||||
VARIABLE_VALUE>0 VARIABLE_NAME
|
||||
1 Collation used binary
|
||||
1 Collation used latin1_swedish_ci
|
||||
1 Collation used utf8mb4_bin
|
||||
1 Collation used utf8_bin
|
||||
1 Collation used utf8_general_ci
|
||||
execute stmt;
|
||||
VARIABLE_VALUE>0 VARIABLE_NAME
|
||||
1 Collation used binary
|
||||
1 Collation used latin1_swedish_ci
|
||||
1 Collation used utf8mb4_bin
|
||||
1 Collation used utf8_bin
|
||||
1 Collation used utf8_general_ci
|
||||
deallocate prepare stmt;
|
||||
|
@@ -42,3 +42,10 @@ if (`SELECT VERSION() LIKE '%embedded%'`)
|
||||
SELECT VARIABLE_VALUE>0, VARIABLE_NAME FROM INFORMATION_SCHEMA.FEEDBACK
|
||||
WHERE VARIABLE_NAME LIKE 'Collation used %'
|
||||
ORDER BY VARIABLE_NAME;
|
||||
|
||||
prepare stmt from "SELECT VARIABLE_VALUE>0, VARIABLE_NAME FROM INFORMATION_SCHEMA.FEEDBACK WHERE VARIABLE_NAME LIKE 'Collation used %' ORDER BY VARIABLE_NAME";
|
||||
|
||||
execute stmt;
|
||||
execute stmt;
|
||||
|
||||
deallocate prepare stmt;
|
||||
|
Reference in New Issue
Block a user