1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.6 into 10.7

This commit is contained in:
Marko Mäkelä
2022-09-21 09:33:07 +03:00
1191 changed files with 30926 additions and 30105 deletions

View File

@@ -45,7 +45,7 @@ password_reuse_check_history CREATE TABLE `password_reuse_check_history` (
`time` timestamp NOT NULL DEFAULT current_timestamp(),
PRIMARY KEY (`hash`),
KEY `tm` (`time`)
) ENGINE=Aria DEFAULT CHARSET=latin1 PAGE_CHECKSUM=1
) ENGINE=Aria DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci PAGE_CHECKSUM=1
select count(*) from mysql.password_reuse_check_history;
count(*)
1