summaryrefslogtreecommitdiff
path: root/mysql-test/r/ndb_bitfield.result
diff options
context:
space:
mode:
authorpekka@mysql.com <>2005-01-07 11:55:20 +0100
committerpekka@mysql.com <>2005-01-07 11:55:20 +0100
commitf3103c489ca1b189166f8e37972b8d9cd4c3b22b (patch)
tree56e42d07f6ec8428d0ac03e0621935d6a69a10ad /mysql-test/r/ndb_bitfield.result
parentf105070eff89188d4f34d04f8f658e5435473234 (diff)
downloadmariadb-git-f3103c489ca1b189166f8e37972b8d9cd4c3b22b.tar.gz
ndb - wl-1442 new varchar
Diffstat (limited to 'mysql-test/r/ndb_bitfield.result')
-rw-r--r--mysql-test/r/ndb_bitfield.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ndb_bitfield.result b/mysql-test/r/ndb_bitfield.result
index 1532697c428..66ec593e195 100644
--- a/mysql-test/r/ndb_bitfield.result
+++ b/mysql-test/r/ndb_bitfield.result
@@ -143,7 +143,7 @@ create table t1 (
pk1 bit(9) not null primary key,
b int
) engine=ndbcluster;
-ERROR HY000: Can't create table './test/t1.frm' (errno: 743)
+ERROR HY000: Can't create table './test/t1.frm' (errno: 739)
create table t1 (
pk1 int not null primary key,
b bit(9),