- 27 Feb, 2007 3 commits
-
-
unknown authored
- my_time_t is defined as long which means it will not always be the same size as time_t. See explanation in include/my_time.h sql/event_queue.cc: No need to require that "sizeof(time_t) == sizeof(my_time_t)"
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/bug26678/my51-bug26678
-
unknown authored
- Import a patch from yaSSL CVS that uses "word" instead of "unsigned long" in three function's that uses sizeof to find out the word size being used. NOTE! long is 32 bit also on 64 bit windows. extra/yassl/taocrypt/include/misc.hpp: Import patch yassl.diff extra/yassl/taocrypt/src/misc.cpp: Import patch yassl.diff
-
- 26 Feb, 2007 3 commits
- 24 Feb, 2007 3 commits
- 23 Feb, 2007 12 commits
-
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-new-maint extra/comp_err.c: Auto merged mysql-test/t/mysql.test: Auto merged mysql-test/t/mysqlbinlog.test: Auto merged mysql-test/t/type_varchar.test: Auto merged sql/share/errmsg.txt: SCCS merged
-
unknown authored
200 allowing it to print paths a little better
-
unknown authored
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-new-maint
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
-
unknown authored
- Fixes for 5.1 - Always use long for my_time_t include/my_time.h: Use long for my_time_t It should be signed and hold seconds for 1902 -- 2038-01-19 range i.e at least a 32bit variable Using the system built in time_t is not an option as we rely on the above requirements in the time functions For example QNX has an unsigned time_t type
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint mysql-test/t/mysql.test: Auto merged mysql-test/t/mysqlbinlog.test: Auto merged sql/share/errmsg.txt: Auto merged extra/comp_err.c: Manual merge
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/bug26536/my51-bug26536 include/my_time.h: Auto merged sql/tztime.cc: Auto merged
-
unknown authored
- Avoid overflow in sec_since_epoch by shifting the time back 2 days for times close to the maximum range of my_time_t - Improve comment about why we need my_time_t - Patch will also fix timezone2.test include/my_time.h: Improve comment for my_time_t, especially that we require it to be at least a 32bit unsigned type sql/tztime.cc: - Add assert in sec_since_epoch to guard it against broken down time values that would cause overflow in my_time_t on systems with 32 bit my_time_t - Avoid overflow in sec_since_epoch by "shifting" the broken down time back 2 days for times that are near the max value.c
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/comp_err_checksum/my51-comp_err_checksum BitKeeper/deleted/.del-CMakeLists.txt~10: Auto merged sql/share/errmsg.txt: SCCS merged
-
unknown authored
-
- 22 Feb, 2007 10 commits
-
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/comp_err_checksum/my50-comp_err_checksum sql/share/errmsg.txt: Auto merged
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/comp_err_checksum/my51-comp_err_checksum sql/share/errmsg.txt: Auto merged
-
unknown authored
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/comp_err_checksum/my51-comp_err_checksum sql/share/errmsg.txt: Auto merged
-
unknown authored
sql/share/errmsg.txt: Add the missing "d"
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/comp_err_checksum/my51-comp_err_checksum extra/Makefile.am: Auto merged sql/share/errmsg.txt: Use local errmsg.txt extra/comp_err.c: Manual merge
-
unknown authored
- Add check of format specifiers in error message strings - Update error message text accordingly to be equal between all translations extra/Makefile.am: comp_err uses my_cheksum, link with zlib extra/comp_err.c: Add check of format specifiers in error message strings sql/share/errmsg.txt: Update error messages after checks --- Remove the newly added space in error message, should not be there
-
unknown authored
-
unknown authored
into polly.local:/home/kaa/src/maint/mysql-5.1-maint
-
unknown authored
Force the server restart before running mysqlbinlog-cp932.test to fix PB failures introduced by the patch for bug #18743. mysql-test/t/mysqlbinlog-cp932-master.opt: New BitKeeper file ``mysql-test/t/mysqlbinlog-cp932-master.opt''
-
- 21 Feb, 2007 5 commits
-
-
unknown authored
into polly.local:/home/kaa/src/maint/mysql-5.1-maint
-
unknown authored
into polly.local:/home/kaa/src/maint/mysql-5.1-maint
-
unknown authored
This is for bug #18743. mysql-test/t/mysql.test: Moved the test requiring cp932 to a separate unit mysql-test/r/mysql_cp932.result: Moved the test requiring cp932 to a separate unit mysql-test/t/mysql_cp932.test: Moved the test requiring cp932 to a separate unit
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-new-maint
-
unknown authored
into naruto.:C:/cpp/mysql-5.1-maint mysys/my_wincond.c: Auto merged include/my_pthread.h: SCCS merged
-
- 20 Feb, 2007 4 commits
-
-
unknown authored
into polly.local:/home/kaa/src/maint/mysql-5.1-maint mysql-test/r/mysqlbinlog.result: Auto merged mysql-test/r/sp.result: Auto merged mysql-test/t/innodb.test: Auto merged mysql-test/t/mysql.test: Auto merged mysql-test/t/sp.test: Auto merged sql/mysqld.cc: Auto merged mysql-test/t/mysqlbinlog.test: Manual merge
-
unknown authored
into polly.local:/home/kaa/src/maint/mysql-5.1-maint mysql-test/include/mix2.inc: Auto merged mysql-test/r/innodb.result: Auto merged mysql-test/r/sp.result: Auto merged mysql-test/t/sp.test: Auto merged sql/mysqld.cc: Auto merged mysql-test/r/mysqlbinlog.result: Manual merge mysql-test/t/innodb.test: Manual merge mysql-test/t/mysql.test: Manual merge mysql-test/t/mysqlbinlog.test: Manual merge
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-new-maint mysql-test/t/rpl_temporary.test: Manual merge
-
unknown authored
since /tmp is used as the directory. It does not always exist so let's use one that always exists MYSQLTEST_VARDIR
-