Merge branch '10.6' into 10.7

This commit is contained in:
Oleksandr Byelkin 2022-02-04 14:11:46 +01:00
commit 9ed8deb656
910 changed files with 20141 additions and 6210 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