Loading .bzrignore +12 −10 Original line number Diff line number Diff line Loading @@ -276,6 +276,7 @@ bkpush.log bkpush.log* build.log build_tags.sh client/#mysql.cc# client/*.ds? client/*.vcproj client/completion_hash.cpp Loading @@ -290,6 +291,7 @@ client/my_decimal.h client/my_user.c client/mysql client/mysql.cpp client/mysql_upgrade client/mysqladmin client/mysqladmin.c client/mysqladmin.cpp Loading Loading @@ -365,6 +367,9 @@ extra/resolve_stack_dump extra/resolveip extra/sql_state.h extra/tztime.cc extra/yassl/taocrypt/benchmark/benchmark extra/yassl/taocrypt/test/test extra/yassl/testsuite/testsuite fcns.c fcns.h gdbinit Loading @@ -382,6 +387,7 @@ include/my_global.h include/mysql_version.h include/mysqld_ername.h include/mysqld_error.h include/openssl include/readline include/readline/*.h include/readline/readline.h Loading Loading @@ -672,6 +678,7 @@ mysql-test/r/bdb-alter-table-2.err mysql-test/r/bdb-crash.err mysql-test/r/bdb-deadlock.err mysql-test/r/bdb.err mysql-test/r/bdb.log mysql-test/r/bdb_cache.err mysql-test/r/client_test.err mysql-test/r/csv.err Loading @@ -679,6 +686,7 @@ mysql-test/r/ctype_ucs.err mysql-test/r/derived.err mysql-test/r/exampledb.err mysql-test/r/func_encrypt.err mysql-test/r/im_client_port.log mysql-test/r/index_merge_load.result mysql-test/r/isam.err mysql-test/r/lowercase_table2.err Loading Loading @@ -727,6 +735,7 @@ mysql-test/r/rpl000016.eval mysql-test/r/rpl_log.eval mysql-test/r/slave-running.eval mysql-test/r/slave-stopped.eval mysql-test/r/udf.log mysql-test/share/mysql mysql-test/std_data/*.pem mysql-test/t/index_merge.load Loading Loading @@ -1051,6 +1060,7 @@ scripts/mysql_install_db scripts/mysql_secure_installation scripts/mysql_setpermission scripts/mysql_tableinfo scripts/mysql_upgrade scripts/mysql_zap scripts/mysqlaccess scripts/mysqlbug Loading Loading @@ -1142,7 +1152,9 @@ sql/pack.c sql/safe_to_cache_query.txt sql/share/*.sys sql/share/charsets/gmon.out sql/share/fixerrmsg.pl sql/share/gmon.out sql/share/iso639-2.txt sql/share/mysql sql/share/norwegian-ny/errmsg.sys sql/share/norwegian/errmsg.sys Loading Loading @@ -1273,13 +1285,3 @@ vio/viotest-sslconnect.cpp vio/viotest.cpp zlib/*.ds? zlib/*.vcproj scripts/mysql_upgrade include/openssl mysql-test/r/bdb.log mysql-test/r/im_client_port.log mysql-test/r/udf.log extra/yassl/taocrypt/benchmark/benchmark extra/yassl/taocrypt/test/test extra/yassl/testsuite/testsuite client/mysql_upgrade client/#mysql.cc# include/config-win.h +1 −0 Original line number Diff line number Diff line Loading @@ -384,6 +384,7 @@ inline double ulonglong2double(ulonglong value) #define FN_LIBCHAR '\\' #define FN_ROOTDIR "\\" #define FN_DEVCHAR ':' #define FN_NETWORK_DRIVES /* Uses \\ to indicate network drives */ #define FN_NO_CASE_SENCE /* Files are not case-sensitive */ #define OS_FILE_LIMIT 2048 Loading include/my_global.h +0 −1 Original line number Diff line number Diff line Loading @@ -599,7 +599,6 @@ typedef SOCKET_SIZE_TYPE size_socket; #define FN_HOMELIB '~' /* ~/ is used as abbrev for home dir */ #define FN_CURLIB '.' /* ./ is used as abbrev for current dir */ #define FN_PARENTDIR ".." /* Parent directory; Must be a string */ #define FN_DEVCHAR ':' #ifndef FN_LIBCHAR #ifdef __EMX__ Loading mysql-test/r/create.result +14 −0 Original line number Diff line number Diff line Loading @@ -773,3 +773,17 @@ Warnings: 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`; mysql-test/t/create.test +15 −0 Original line number Diff line number Diff line Loading @@ -674,4 +674,19 @@ create table t1(f1 varchar(800) binary not null, key(f1)) engine = innodb 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 Loading
.bzrignore +12 −10 Original line number Diff line number Diff line Loading @@ -276,6 +276,7 @@ bkpush.log bkpush.log* build.log build_tags.sh client/#mysql.cc# client/*.ds? client/*.vcproj client/completion_hash.cpp Loading @@ -290,6 +291,7 @@ client/my_decimal.h client/my_user.c client/mysql client/mysql.cpp client/mysql_upgrade client/mysqladmin client/mysqladmin.c client/mysqladmin.cpp Loading Loading @@ -365,6 +367,9 @@ extra/resolve_stack_dump extra/resolveip extra/sql_state.h extra/tztime.cc extra/yassl/taocrypt/benchmark/benchmark extra/yassl/taocrypt/test/test extra/yassl/testsuite/testsuite fcns.c fcns.h gdbinit Loading @@ -382,6 +387,7 @@ include/my_global.h include/mysql_version.h include/mysqld_ername.h include/mysqld_error.h include/openssl include/readline include/readline/*.h include/readline/readline.h Loading Loading @@ -672,6 +678,7 @@ mysql-test/r/bdb-alter-table-2.err mysql-test/r/bdb-crash.err mysql-test/r/bdb-deadlock.err mysql-test/r/bdb.err mysql-test/r/bdb.log mysql-test/r/bdb_cache.err mysql-test/r/client_test.err mysql-test/r/csv.err Loading @@ -679,6 +686,7 @@ mysql-test/r/ctype_ucs.err mysql-test/r/derived.err mysql-test/r/exampledb.err mysql-test/r/func_encrypt.err mysql-test/r/im_client_port.log mysql-test/r/index_merge_load.result mysql-test/r/isam.err mysql-test/r/lowercase_table2.err Loading Loading @@ -727,6 +735,7 @@ mysql-test/r/rpl000016.eval mysql-test/r/rpl_log.eval mysql-test/r/slave-running.eval mysql-test/r/slave-stopped.eval mysql-test/r/udf.log mysql-test/share/mysql mysql-test/std_data/*.pem mysql-test/t/index_merge.load Loading Loading @@ -1051,6 +1060,7 @@ scripts/mysql_install_db scripts/mysql_secure_installation scripts/mysql_setpermission scripts/mysql_tableinfo scripts/mysql_upgrade scripts/mysql_zap scripts/mysqlaccess scripts/mysqlbug Loading Loading @@ -1142,7 +1152,9 @@ sql/pack.c sql/safe_to_cache_query.txt sql/share/*.sys sql/share/charsets/gmon.out sql/share/fixerrmsg.pl sql/share/gmon.out sql/share/iso639-2.txt sql/share/mysql sql/share/norwegian-ny/errmsg.sys sql/share/norwegian/errmsg.sys Loading Loading @@ -1273,13 +1285,3 @@ vio/viotest-sslconnect.cpp vio/viotest.cpp zlib/*.ds? zlib/*.vcproj scripts/mysql_upgrade include/openssl mysql-test/r/bdb.log mysql-test/r/im_client_port.log mysql-test/r/udf.log extra/yassl/taocrypt/benchmark/benchmark extra/yassl/taocrypt/test/test extra/yassl/testsuite/testsuite client/mysql_upgrade client/#mysql.cc#
include/config-win.h +1 −0 Original line number Diff line number Diff line Loading @@ -384,6 +384,7 @@ inline double ulonglong2double(ulonglong value) #define FN_LIBCHAR '\\' #define FN_ROOTDIR "\\" #define FN_DEVCHAR ':' #define FN_NETWORK_DRIVES /* Uses \\ to indicate network drives */ #define FN_NO_CASE_SENCE /* Files are not case-sensitive */ #define OS_FILE_LIMIT 2048 Loading
include/my_global.h +0 −1 Original line number Diff line number Diff line Loading @@ -599,7 +599,6 @@ typedef SOCKET_SIZE_TYPE size_socket; #define FN_HOMELIB '~' /* ~/ is used as abbrev for home dir */ #define FN_CURLIB '.' /* ./ is used as abbrev for current dir */ #define FN_PARENTDIR ".." /* Parent directory; Must be a string */ #define FN_DEVCHAR ':' #ifndef FN_LIBCHAR #ifdef __EMX__ Loading
mysql-test/r/create.result +14 −0 Original line number Diff line number Diff line Loading @@ -773,3 +773,17 @@ Warnings: 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`;
mysql-test/t/create.test +15 −0 Original line number Diff line number Diff line Loading @@ -674,4 +674,19 @@ create table t1(f1 varchar(800) binary not null, key(f1)) engine = innodb 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