Navigation Menu

Skip to content

Commit

Permalink
wrapper innodb test: support 'SET storage_mode=InnoDB'
Browse files Browse the repository at this point in the history
refs #1195
  • Loading branch information
kou committed Mar 18, 2012
1 parent 163518c commit 1639bbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/run-sql-test.sh
Expand Up @@ -95,6 +95,8 @@ if ! test -d "${mroonga_wrapper_innodb_test_suite_dir}"; then
ruby -i'' \
-pe "\$_.gsub!(/\bengine\s*=\s*innodb\b([^;\\n]*)/i,
\"ENGINE=mroonga\\\1 COMMENT='ENGINE \\\"InnoDB\\\"'\")
\$_.gsub!(/\b(storage_engine\s*=\s*)innodb\b([^;\\n]*)/i,
\"\\\1mroonga\")
" \
${mroonga_wrapper_innodb_test_suite_dir}/r/*.result \
${mroonga_wrapper_innodb_test_suite_dir}/t/*.test \
Expand Down

0 comments on commit 1639bbd

Please sign in to comment.