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:
@@ -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
|
||||
|
Reference in New Issue
Block a user