Merge branch '10.7' into 10.8

This commit is contained in:
Oleksandr Byelkin 2022-02-04 14:50:25 +01:00
commit 4fb2cb1a30
907 changed files with 20188 additions and 6217 deletions

View file

@ -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