Below is the list of changes that have just been committed into a local
5.0 repository of anjuta. When anjuta does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2131 06/06/04 21:27:41 anjuta@stripped +4 -0
BUG#19479: mysqldump creates invalid dump
Moved the test case to separate non-windows specific file.
mysql-test/t/create_not_windows.test
1.1 06/06/04 21:27:37 anjuta@stripped +20 -0
#19479: mysqldump creates invalid dump
Moved the non-windows specific test case from create.test.
mysql-test/r/create_not_windows.result
1.1 06/06/04 21:27:37 anjuta@stripped +14 -0
#19479: mysqldump creates invalid dump
Moved the non-windows specific test case from create.test.
mysql-test/t/create_not_windows.test
1.0 06/06/04 21:27:37 anjuta@stripped +0 -0
BitKeeper file /home/my/mysql-5.0-clean/mysql-test/t/create_not_windows.test
mysql-test/r/create_not_windows.result
1.0 06/06/04 21:27:37 anjuta@stripped +0 -0
BitKeeper file /home/my/mysql-5.0-clean/mysql-test/r/create_not_windows.result
mysql-test/t/create.test
1.79 06/06/04 21:27:36 anjuta@stripped +0 -15
Moved non-windows specific test case to create_not_windows.test.
mysql-test/r/create.result
1.117 06/06/04 21:27:36 anjuta@stripped +0 -14
Moved non-windows specific test case to create_not_windows.test.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: anjuta
# Host: arthur.local
# Root: /home/my/mysql-5.0-clean
--- New file ---
+++ mysql-test/r/create_not_windows.result 06/06/04 21:27:37
drop table if exists `about:text`;
create table `about:text` (
_id int not null auto_increment,
`about:text` varchar(255) not null default '',
primary key (_id)
);
show create table `about:text`;
Table Create Table
about:text CREATE TABLE `about:text` (
`_id` int(11) NOT NULL auto_increment,
`about:text` varchar(255) NOT NULL default '',
PRIMARY KEY (`_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1
drop table `about:text`;
--- New file ---
+++ mysql-test/t/create_not_windows.test 06/06/04 21:27:37
# Non-windows specific create tests.
--source include/not_windows.inc
#
# Bug#19479:mysqldump creates invalid dump
#
--disable_warnings
drop table if exists `about:text`;
--enable_warnings
create table `about:text` (
_id int not null auto_increment,
`about:text` varchar(255) not null default '',
primary key (_id)
);
show create table `about:text`;
drop table `about:text`;
# End of 5.0 tests
--- 1.116/mysql-test/r/create.result 2006-06-01 12:34:37 +03:00
+++ 1.117/mysql-test/r/create.result 2006-06-04 21:27:36 +03:00
@@ -773,17 +773,3 @@
Warning 1071 Specified key was too long; max key length is 765 bytes
insert into t1 values('aaa');
drop table t1;
-drop table if exists `about:text`;
-create table `about:text` (
-_id int not null auto_increment,
-`about:text` varchar(255) not null default '',
-primary key (_id)
-);
-show create table `about:text`;
-Table Create Table
-about:text CREATE TABLE `about:text` (
- `_id` int(11) NOT NULL auto_increment,
- `about:text` varchar(255) NOT NULL default '',
- PRIMARY KEY (`_id`)
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
-drop table `about:text`;
--- 1.78/mysql-test/t/create.test 2006-06-01 12:34:38 +03:00
+++ 1.79/mysql-test/t/create.test 2006-06-04 21:27:36 +03:00
@@ -674,19 +674,4 @@
insert into t1 values('aaa');
drop table t1;
-#
-# Bug#19479:mysqldump creates invalid dump
-#
---disable_warnings
-drop table if exists `about:text`;
---enable_warnings
-create table `about:text` (
-_id int not null auto_increment,
-`about:text` varchar(255) not null default '',
-primary key (_id)
-);
-
-show create table `about:text`;
-drop table `about:text`;
-
# End of 5.0 tests
| Thread |
|---|
| • bk commit into 5.0 tree (anjuta:1.2131) BUG#19479 | anna | 4 Jun |