Commit 30d81f00 authored by unknown's avatar unknown

Merge mysqldev@production.mysql.com:my/mysql-4.1-release

into  mysql.com:/usr/home/ram/work/mysql-4.1


scripts/make_binary_distribution.sh:
  Auto merged
parents c533a6bf d1e71faf
...@@ -14,6 +14,7 @@ DOCID VARCHAR(32)BINARY NOT NULL ...@@ -14,6 +14,7 @@ DOCID VARCHAR(32)BINARY NOT NULL
, PRIMARY KEY ( DOCID ) , PRIMARY KEY ( DOCID )
) ENGINE=InnoDB ) ENGINE=InnoDB
; ;
INSERT INTO t1 (DOCID) VALUES ("1"), ("2");
CREATE TABLE t2 CREATE TABLE t2
( (
DOCID VARCHAR(32)BINARY NOT NULL DOCID VARCHAR(32)BINARY NOT NULL
......
...@@ -25,6 +25,8 @@ DOCID VARCHAR(32)BINARY NOT NULL ...@@ -25,6 +25,8 @@ DOCID VARCHAR(32)BINARY NOT NULL
) ENGINE=InnoDB ) ENGINE=InnoDB
; ;
INSERT INTO t1 (DOCID) VALUES ("1"), ("2");
CREATE TABLE t2 CREATE TABLE t2
( (
DOCID VARCHAR(32)BINARY NOT NULL DOCID VARCHAR(32)BINARY NOT NULL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment