diff options
author | unknown <gshchepa/uchum@gleb.loc> | 2007-10-27 01:40:48 +0500 |
---|---|---|
committer | unknown <gshchepa/uchum@gleb.loc> | 2007-10-27 01:40:48 +0500 |
commit | 130f9b9f50566e5c73342aec260a12a110864977 (patch) | |
tree | 0c9997137abbd68fdea5071db3732722ad065ff2 /mysql-test/suite/ndb/r/ndb_gis.result | |
parent | 0e076d4bb96b80c39bc9588d82566166afbfaed3 (diff) | |
download | mariadb-git-130f9b9f50566e5c73342aec260a12a110864977.tar.gz |
Many files:
Error message numbers.
mysql-test/r/binlog_unsafe.result:
Error message numbers.
mysql-test/r/events_bugs.result:
Error message numbers.
mysql-test/r/events_trans.result:
Error message numbers.
mysql-test/r/sp_gis.result:
Error message numbers.
mysql-test/r/xml.result:
Error message numbers.
mysql-test/suite/rpl/r/rpl_incident.result:
Error message numbers.
mysql-test/suite/rpl/r/rpl_loaddata_fatal.result:
Error message numbers.
mysql-test/suite/rpl/r/rpl_udf.result:
Error message numbers.
mysql-test/suite/rpl_ndb/r/rpl_ndb_extraCol.result:
Error message numbers.
mysql-test/suite/ndb/r/ndb_dd_basic.result:
Error message numbers.
mysql-test/suite/ndb/r/ndb_dd_ddl.result:
Error message numbers.
mysql-test/suite/ndb/r/ndb_gis.result:
Error message numbers.
mysql-test/suite/ndb/r/ndb_row_format.result:
Error message numbers.
mysql-test/suite/ndb/r/ndb_single_user.result:
Error message numbers.
Diffstat (limited to 'mysql-test/suite/ndb/r/ndb_gis.result')
-rw-r--r-- | mysql-test/suite/ndb/r/ndb_gis.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/ndb/r/ndb_gis.result b/mysql-test/suite/ndb/r/ndb_gis.result index b401dee8054..6c44c6fb822 100644 --- a/mysql-test/suite/ndb/r/ndb_gis.result +++ b/mysql-test/suite/ndb/r/ndb_gis.result @@ -463,7 +463,7 @@ drop table t1; End of 4.1 tests CREATE TABLE t1 (name VARCHAR(100), square GEOMETRY); Warnings: -Error 1477 Table storage engine 'ndbcluster' does not support the create option 'Binlog of table with BLOB attribute and no PK' +Error 1478 Table storage engine 'ndbcluster' does not support the create option 'Binlog of table with BLOB attribute and no PK' INSERT INTO t1 VALUES("center", GeomFromText('POLYGON (( 0 0, 0 2, 2 2, 2 0, 0 0))')); INSERT INTO t1 VALUES("small", GeomFromText('POLYGON (( 0 0, 0 1, 1 1, 1 0, 0 0))')); INSERT INTO t1 VALUES("big", GeomFromText('POLYGON (( 0 0, 0 3, 3 3, 3 0, 0 0))')); @@ -1013,7 +1013,7 @@ drop table t1; End of 4.1 tests CREATE TABLE t1 (name VARCHAR(100), square GEOMETRY); Warnings: -Error 1477 Table storage engine 'ndbcluster' does not support the create option 'Binlog of table with BLOB attribute and no PK' +Error 1478 Table storage engine 'ndbcluster' does not support the create option 'Binlog of table with BLOB attribute and no PK' INSERT INTO t1 VALUES("center", GeomFromText('POLYGON (( 0 0, 0 2, 2 2, 2 0, 0 0))')); INSERT INTO t1 VALUES("small", GeomFromText('POLYGON (( 0 0, 0 1, 1 1, 1 0, 0 0))')); INSERT INTO t1 VALUES("big", GeomFromText('POLYGON (( 0 0, 0 3, 3 3, 3 0, 0 0))')); |