mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
Merge branch '10.7' into 10.8
This commit is contained in:
commit
4fb2cb1a30
907 changed files with 20188 additions and 6217 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue