Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,6 @@ storage/mroonga/vendor/groonga/src/grnslap
storage/mroonga/vendor/groonga/src/groonga
storage/mroonga/vendor/groonga/src/groonga-benchmark
storage/mroonga/vendor/groonga/src/suggest/groonga-suggest-create-dataset
storage/mroonga/mysql-test/mroonga/storage/r/information_schema_plugins.result
storage/mroonga/mysql-test/mroonga/storage/r/variable_version.result
# C and C++

# Compiled Object files
Expand Down
8 changes: 0 additions & 8 deletions storage/mroonga/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -423,14 +423,6 @@ set(MRN_TEST_SUITE_DIR "${CMAKE_SOURCE_DIR}/mysql-test/suite/mroonga")
if(NOT EXISTS "${MRN_TEST_SUITE_DIR}")
set(MRN_TEST_SUITE_DIR "${PROJECT_SOURCE_DIR}/mysql-test/mroonga")
endif()
configure_file(
"${MRN_TEST_SUITE_DIR}/storage/r/information_schema_plugins.result.in"
"${MRN_TEST_SUITE_DIR}/storage/r/information_schema_plugins.result"
NEWLINE_STYLE LF)
configure_file(
"${MRN_TEST_SUITE_DIR}/storage/r/variable_version.result.in"
"${MRN_TEST_SUITE_DIR}/storage/r/variable_version.result"
NEWLINE_STYLE LF)

configure_file(
"${PROJECT_SOURCE_DIR}/data/install.sql.in"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
select PLUGIN_NAME, PLUGIN_TYPE
from information_schema.plugins where plugin_name = "Mroonga";
PLUGIN_NAME PLUGIN_TYPE
Mroonga STORAGE ENGINE

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
show variables like 'mroonga_version';
Variable_name Value
mroonga_version @MRN_VERSION@
mroonga_version X.YY
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

--source ../../include/mroonga/have_mroonga.inc

select PLUGIN_NAME, PLUGIN_VERSION, PLUGIN_TYPE
select PLUGIN_NAME, PLUGIN_TYPE
from information_schema.plugins where plugin_name = "Mroonga";

--source ../../include/mroonga/have_mroonga_deinit.inc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
--source ../../include/mroonga/have_mroonga.inc

# show variables like 'groonga%';
--replace_regex /[0-9]+\.[0-9]+/X.YY/
show variables like 'mroonga_version';

--source ../../include/mroonga/have_mroonga_deinit.inc