[Groonga-mysql-commit] mroonga/mroonga at 9b43852 [master] mysql-test: (maybe) avoid error when the test is the first test case

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 8 21:05:26 JST 2014


Kouhei Sutou	2014-10-08 21:05:26 +0900 (Wed, 08 Oct 2014)

  New Revision: 9b43852d270b889a3490f96ede2a1316d17b6153
  https://github.com/mroonga/mroonga/commit/9b43852d270b889a3490f96ede2a1316d17b6153

  Message:
    mysql-test: (maybe) avoid error when the test is the first test case

  Modified files:
    mysql-test/mroonga/storage/alter_table/add_column/t/with_flags.test

  Modified: mysql-test/mroonga/storage/alter_table/add_column/t/with_flags.test (+1 -1)
===================================================================
--- mysql-test/mroonga/storage/alter_table/add_column/t/with_flags.test    2014-10-08 19:53:41 +0900 (fae7d3b)
+++ mysql-test/mroonga/storage/alter_table/add_column/t/with_flags.test    2014-10-08 21:05:26 +0900 (288ae8f)
@@ -19,7 +19,7 @@
 --source ../../../../include/mroonga/load_mroonga_functions.inc
 
 --disable_query_log
-DROP DATABASE test;
+DROP DATABASE IF EXISTS test;
 CREATE DATABASE test;
 USE test;
 --enable_query_log
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-mysql-commit mailing list
Back to archive index