diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-02-04 19:07:15 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-02-04 19:07:15 +0100 |
commit | c72cdc08155340a72c3e72c7a0957d557f85b6d6 (patch) | |
tree | 9441d0e6808e6a1a12925eeb706da1e69ca6358c /storage/oqgraph | |
parent | 5475cc7765aff75dedb2c67f263d22dbbe78c0b5 (diff) | |
download | mariadb-git-c72cdc08155340a72c3e72c7a0957d557f85b6d6.tar.gz |
update result file
Diffstat (limited to 'storage/oqgraph')
-rw-r--r-- | storage/oqgraph/mysql-test/oqgraph/create_attr_legacy.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/oqgraph/mysql-test/oqgraph/create_attr_legacy.result b/storage/oqgraph/mysql-test/oqgraph/create_attr_legacy.result index 02b30eed85b..47777b0f0a7 100644 --- a/storage/oqgraph/mysql-test/oqgraph/create_attr_legacy.result +++ b/storage/oqgraph/mysql-test/oqgraph/create_attr_legacy.result @@ -131,7 +131,7 @@ CREATE TABLE oqtable ( latch SMALLINT UNSIGNED NULL, origid BIGINT UNSIGNED NULL Warnings: Warning 1287 'latch SMALLINT UNSIGNED NULL' is deprecated and will be removed in a future release. Please use 'latch VARCHAR(32) NULL' instead DESCRIBE oqtable; -ERROR HY000: Got error -1 'Column 'backing.nullparent' (destid) is not a not-null integer type or is a different type to origid' from OQGRAPH +ERROR HY000: Got error -1 'Column 'backing.nullparent' (destid) is not a not-null integer type or is a different type to origid attribute.' from OQGRAPH DROP TABLE IF EXISTS oqtable; CREATE TABLE oqtable ( latch SMALLINT UNSIGNED NULL, origid BIGINT UNSIGNED NULL, destid BIGINT UNSIGNED NULL, weight DOUBLE NULL, seq BIGINT UNSIGNED NULL, linkid BIGINT UNSIGNED NULL, KEY (latch, origid, destid) USING HASH, KEY (latch, destid, origid) USING HASH ) ENGINE=OQGRAPH, DATA_TABLE='backing',ORIGID='id',DESTID='parent',WEIGHT='weight'; Warnings: |