mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.7' into 10.8
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
SHOW CREATE TABLE INFORMATION_SCHEMA.MROONGA_STATS;
|
||||
Table Create Table
|
||||
Mroonga_stats CREATE TEMPORARY TABLE `Mroonga_stats` (
|
||||
`VERSION` varchar(40) NOT NULL DEFAULT '',
|
||||
`rows_written` int(11) NOT NULL DEFAULT 0,
|
||||
`rows_read` int(11) NOT NULL DEFAULT 0
|
||||
`VERSION` varchar(40) NOT NULL,
|
||||
`rows_written` int(11) NOT NULL,
|
||||
`rows_read` int(11) NOT NULL
|
||||
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb3
|
||||
|
Reference in New Issue
Block a user