Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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.1989 05/06/22 14:16:26 msvensson@neptunus.(none) +2 -0
Cset exclude: msvensson@neptunus.(none)|ChangeSet|20050622121209|37729
mysql-test/t/mysqldump.test
1.41 05/06/22 14:16:24 msvensson@neptunus.(none) +0 -0
Exclude
mysql-test/r/mysqldump.result
1.47 05/06/22 14:16:24 msvensson@neptunus.(none) +0 -0
Exclude
# 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: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/mysql-5.0
--- 1.46/mysql-test/r/mysqldump.result 2005-06-22 14:12:06 +02:00
+++ 1.47/mysql-test/r/mysqldump.result 2005-06-22 14:16:24 +02:00
@@ -439,7 +439,7 @@
drop database mysqldump_test_db;
CREATE TABLE t1 (a CHAR(10));
-INSERT INTO t1 VALUES (_latin1 'ÄÖÜß');
+INSERT INTO t1 VALUES (_latin1 'ÄÖÜß');
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -481,7 +481,7 @@
/*!40000 ALTER TABLE `t1` DISABLE KEYS */;
LOCK TABLES `t1` WRITE;
-INSERT INTO `t1` VALUES ('Ž™šá');
+INSERT INTO `t1` VALUES ('Ž™šá');
UNLOCK TABLES;
/*!40000 ALTER TABLE `t1` ENABLE KEYS */;
@@ -502,7 +502,7 @@
/*!40000 ALTER TABLE `t1` DISABLE KEYS */;
LOCK TABLES `t1` WRITE;
-INSERT INTO `t1` VALUES ('Ž™šá');
+INSERT INTO `t1` VALUES ('Ž™šá');
UNLOCK TABLES;
/*!40000 ALTER TABLE `t1` ENABLE KEYS */;
--- 1.40/mysql-test/t/mysqldump.test 2005-06-22 14:12:06 +02:00
+++ 1.41/mysql-test/t/mysqldump.test 2005-06-22 14:16:24 +02:00
@@ -161,7 +161,7 @@
# if it is explicitely set.
CREATE TABLE t1 (a CHAR(10));
-INSERT INTO t1 VALUES (_latin1 'ÄÖÜß');
+INSERT INTO t1 VALUES (_latin1 'ÄÖÜß');
--exec $MYSQL_DUMP --character-sets-dir=$CHARSETSDIR --skip-comments test t1
#
# Bug#8063: make test mysqldump [ fail ]
@@ -564,99 +564,6 @@
INSERT INTO t1 VALUES (1),(2),(3);
--exec $MYSQL_DUMP --add-drop-database --skip-comments --databases test
DROP TABLE t1;
-
-#
-# Bug #9558 mysqldump --no-data db t1 t2 format still dumps data
-#
-
-CREATE DATABASE mysqldump_test_db;
-USE mysqldump_test_db;
-CREATE TABLE t1 ( a INT );
-CREATE TABLE t2 ( a INT );
-INSERT INTO t1 VALUES (1), (2);
-INSERT INTO t2 VALUES (1), (2);
---exec $MYSQL_DUMP --skip-comments --no-data mysqldump_test_db
---exec $MYSQL_DUMP --skip-comments --no-data mysqldump_test_db t1 t2
-DROP TABLE t1, t2;
-DROP DATABASE mysqldump_test_db;
-
-#
-# Testing with tables and databases that don't exists
-# or contains illegal characters
-# (Bug #9358 mysqldump crashes if tablename starts with \)
-#
-create database mysqldump_test_db;
-use mysqldump_test_db;
-create table t1(a varchar(30) primary key, b int not null);
-create table t2(a varchar(30) primary key, b int not null);
-create table t3(a varchar(30) primary key, b int not null);
-
---disable_query_log
-select '------ Testing with illegal table names ------' as test_sequence ;
---enable_query_log
---replace_result $MYSQL_DUMP_DIR MYSQL_DUMP_DIR
---error 6
---exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db "\d-2-1.sql" 2>&1
-
---replace_result $MYSQL_DUMP_DIR MYSQL_DUMP_DIR
---error 6
---exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db "\t1" 2>&1
-
---replace_result $MYSQL_DUMP_DIR MYSQL_DUMP_DIR
---error 6
---exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db "\\t1" 2>&1
-
---replace_result $MYSQL_DUMP_DIR MYSQL_DUMP_DIR
---error 6
---exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db "\\\\t1" 2>&1
-
---replace_result $MYSQL_DUMP_DIR MYSQL_DUMP_DIR
---error 6
---exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db "t\1" 2>&1
-
---replace_result $MYSQL_DUMP_DIR MYSQL_DUMP_DIR
---error 6
---exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db "t\\1" 2>&1
-
---replace_result $MYSQL_DUMP_DIR MYSQL_DUMP_DIR
---error 6
---exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db "t/1" 2>&1
-
---replace_result $MYSQL_DUMP_DIR MYSQL_DUMP_DIR
---error 6
---exec $MYSQL_DUMP --compact --skip-comments "mysqldump_test_db" "T_1"
-
---replace_result $MYSQL_DUMP_DIR MYSQL_DUMP_DIR
---error 6
---exec $MYSQL_DUMP --compact --skip-comments "mysqldump_test_db" "T%1"
-
---replace_result $MYSQL_DUMP_DIR MYSQL_DUMP_DIR
---error 6
---exec $MYSQL_DUMP --compact --skip-comments "mysqldump_test_db" "T'1"
-
---replace_result $MYSQL_DUMP_DIR MYSQL_DUMP_DIR
---error 6
---exec $MYSQL_DUMP --compact --skip-comments "mysqldump_test_db" "T_1"
-
---replace_result $MYSQL_DUMP_DIR MYSQL_DUMP_DIR
---error 6
---exec $MYSQL_DUMP --compact --skip-comments "mysqldump_test_db" "T_"
-
---disable_query_log
-select '------ Testing with illegal database names ------' as test_sequence ;
---enable_query_log
---replace_result $MYSQL_DUMP_DIR MYSQL_DUMP_DIR
---error 2
---exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_d 2>&1
-
---replace_result $MYSQL_DUMP_DIR MYSQL_DUMP_DIR
---error 2
---exec $MYSQL_DUMP --compact --skip-comments "mysqld\ump_test_db" 2>&1
-
-drop table t1, t2, t3;
-drop database mysqldump_test_db;
-
-
#
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.1989) | msvensson | 22 Jun |