[Groonga-mysql-commit] mroonga/mroonga [master] test: use error name instead of error code

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sat Nov 17 17:20:07 JST 2012


Kouhei Sutou	2012-11-17 17:20:07 +0900 (Sat, 17 Nov 2012)

  New Revision: ac7d93a25ab1d7a712c19a7339cb609c6c293e39
  https://github.com/mroonga/mroonga/commit/ac7d93a25ab1d7a712c19a7339cb609c6c293e39

  Log:
    test: use error name instead of error code
    
    1048 ->
    ER_BAD_NULL_ERROR

  Modified files:
    test/sql/suite/mroonga/storage/index/hash/t/id_primary.test

  Modified: test/sql/suite/mroonga/storage/index/hash/t/id_primary.test (+1 -1)
===================================================================
--- test/sql/suite/mroonga/storage/index/hash/t/id_primary.test    2012-11-17 17:19:40 +0900 (9341223)
+++ test/sql/suite/mroonga/storage/index/hash/t/id_primary.test    2012-11-17 17:20:07 +0900 (0d9cf18)
@@ -21,7 +21,7 @@ drop table if exists t1, t2, t3;
 --enable_warnings
 
 create table t1 (_id int, a int, primary key (_id) using hash);
---error 1048
+--error ER_BAD_NULL_ERROR
 insert into t1 values(null, 100);
 insert into t1 values(1,100);
 insert into t1 values(1,100);
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る