mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Write information about restart in .result
Idea comes from MySQL which does something similar
This commit is contained in:
@ -11,6 +11,7 @@ insert into a select null, uuid() from a a, a b, a c;
|
||||
insert into a select null, uuid() from a a, a b, a c;
|
||||
SET GLOBAL innodb_flush_log_at_trx_commit=1;
|
||||
COMMIT;
|
||||
# restart
|
||||
SELECT COUNT(*) from a;
|
||||
COUNT(*)
|
||||
1010
|
||||
|
Reference in New Issue
Block a user