/install/centos
]
Supported the latest Percona Server 5.6./install/centos
]
Supported the latest Percona Server 5.7./install/centos
]
Supported the latest MySQL 5.5./install/centos
]
Supported the latest MySQL 5.6./install/centos
]
Supported the latest MySQL 5.7./tutorial/storage
]
Reduced index size for multiple column index./install/ubuntu
]
Added document how to install Mroonga for MariaDB on Ubuntu 16.04./install
][/tutorial
] Improved sample
SQL format for easy to copy and paste.COUNT(*)
with
InnoDB doesn't return correct number of records because behavior of
InnoDB was changed since MySQL 5.7. [Reported by koyama_wataru_7]FOREIGN KEY
. [Gitter:https://gitter.im/groonga/ja?at=57d629477b9f8167113efb04]
[Reported by mizutamazukki]/reference/limitations
] Updated description about
table limitations. There is a good news that the limitation about the
maximum number of records are relaxed. In the past, it is described as
268,435,455 records, but it turns out that actually you can store more
records.COUNT(*)
skip optimization
for BETWEEN
again./install/ubuntu
]
Dropped Ubuntu 15.10 (Wily Werewolf) support. It had been reached to End
of Life on July 28, 2016.COUNT(*)
skip optimization
when it can't be applied correctly. For example,
SELECT COUNT(*) FROM users WHERE age = 29;
is such a case
on MariaDB 5.5.[/install/centos
] Supported Percona Server 5.7 on
CentOS 6/7.
[UDF][mroonga_snippet_html
] Supported query format
as keywords:
mroonga_snippet_html(column, '...query format...' AS query);
AS query
is important in the above example.
[/install/windows
] Supported MariaDB 10.1.14 on
Windows.
/developer/release
] Updated to use Visual Studio
12(2013) in building instruction in Windows./reference/full_text_search/boolean_mode
] Translated
documentation about boolean mode./install/debian
]
Dropped Debian 7.0 (Wheezy). It had been reached to End of Life on April
26, 2016./install/ubuntu
]
Supported Ubuntu 16.04 (Xenial Xerus)WITH_POSITION
is used
without tokenizer. Stopped to add WITH_POSITION
to index
that doesn't use tokenizer. Index without tokenizer doesn't need to
store position information. Because there is only one token./install/windows
]
Fixed URLs of binaries for Windows. [Reported by torinky]/install/ubuntu
]
Dropped Ubuntu 15.04 (Vivid Vervet) support. It had been reached to End
of Life on February 4, 2016./install/windows
]
Updated base MariaDB to 10.1.13.MATCH AGAINST
. [groonga-dev,03964][Reported by Hironori
Matsubara]
mroonga_escape()
mroonga_normalize()
mroonga_snippet()
mroonga_snippet_html()
DELETE
without condition
remains unique indexes. [GitHub#99][Reported by GMO Media, Inc.]boolean-mode-pragma-ss
] Added a pragma to use script
syntax for search. [GitHub#95][Patch by Naoya Murakami]/reference/udf/mroonga_normalize
] Add missing
CREATE FUNCTION
to install SQL. [GitHub#94][Patch by Naoya
Murakami]