- 11 Oct, 2006 1 commit
-
-
unknown authored
- Type casting was not consequent, thus when adding a DATE type with a WEEK interval the result tpe was DATETIME and not DATE as is the norm. - By changing the order of the date type enumerations the type casting bug is resolved. To comply with the new order the array interval_type_to_name needed to change accordingly. include/my_time.h: Changed enumeration order to make week interval appear in a more logical order. This affects type casting when a date is added to an interval. sql/time.cc: Moved string WEEK to match enumeration in interval_type
-
- 04 Oct, 2006 1 commit
-
-
unknown authored
into naruto.:C:/cpp/bug21811/my51-bug21811 mysql-test/r/func_time.result: Auto merged sql/item_timefunc.cc: Auto merged
-
- 02 Oct, 2006 1 commit
-
-
unknown authored
- Type casting was not consequent, thus when adding a DATE type with a WEEK interval the result type was DATETIME and not DATE as is the norm. - By changing the order of the date internal enumerations the deviant type casting is resolved (Item_date_add_interval::fix_length_and_dec() which determines result type for this operation assumes that addition of any interval with value <= INTERVAL_DAY to date value will result in date). There are two independant places to change: interval_names[] and interval_type. mysql-test/r/func_date_add.result: Updated result file for type casting test mysql-test/r/func_time.result: Updated result file for type casting test mysql-test/t/func_date_add.test: Added test for type casting when adding intervals to date. sql/item_timefunc.cc: Changed order of "week" key word to match the date interval enumeration. sql/item_timefunc.h: Changed the order of the enumeration to better follow interval sizes.
-
- 20 Sep, 2006 1 commit
-
-
unknown authored
-
- 19 Sep, 2006 17 commits
-
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint mysql-test/mysql-test-run.pl: Auto merged
-
unknown authored
into shellback.(none):/home/msvensson/mysql/work/my51-work mysql-test/mysql-test-run.pl: Auto merged
-
unknown authored
mysql-test/mysql-test-run.pl: Increase suite timeout even more when running with valgrind
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint mysql-test/mysql-test-run.pl: Auto merged
-
unknown authored
into shellback.(none):/home/msvensson/mysql/work/my51-work mysql-test/mysql-test-run.pl: Merge 5.0->5.1
-
unknown authored
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint mysql-test/mysql-test-run.pl: Auto merged
-
unknown authored
mysql-test/mysql-test-run.pl: Initialise pid to 0 in arrays of masters and slaves Fix merge error mysql-test/lib/mtr_cases.pl: Remove "chomp" on undefined
-
unknown authored
into shellback.(none):/home/msvensson/mysql/work/my51-work mysql-test/lib/mtr_process.pl: Auto merged mysql-test/lib/mtr_stress.pl: Auto merged mysql-test/mysql-test-run.pl: Merge 5.0 -> 5.1
-
unknown authored
Don't bother to remove the pid_file in mtr_kill_leftovers as it could potentially remove a the pidfile before the process is killed. The pid file will be removed later when var/ directory is recreated.
-
unknown authored
mysql-test/lib/mtr_stress.pl: Remove duplicate definition of variable mysql-test/mysql-test-run.pl: Fix spelling error Fix warning about uninitialised warning
-
unknown authored
into kpdesk.mysql.com:/home/thek/dev2/bug21139/my51-bug21139
-
unknown authored
into kpdesk.mysql.com:/home/thek/dev2/bug21139/my50-bug21139
-
unknown authored
- Access checks are omitted when compliled without --with-embedded-privilege-control - Patch: skip this test mysql-test/t/lowercase_fs_off.test: Added test to check if this embedded built in which case we just skip this test.
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint extra/Makefile.am: Auto merged
-
unknown authored
- Remove the wildcard dependcy on the charset xml files extra/Makefile.am: Remove the "wildcard" dependency
-
- 18 Sep, 2006 19 commits
-
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint extra/Makefile.am: Auto merged sql/Makefile.am: Auto merged sql/share/errmsg.txt: Auto merged storage/innobase/Makefile.am: Auto merged storage/innobase/handler/ha_innodb.cc: Auto merged
-
unknown authored
into shellback.(none):/home/msvensson/mysql/bug19738/my51-bug19738 extra/Makefile.am: Auto merged sql/Makefile.am: Auto merged
-
unknown authored
- Make built sources only depend on it's sources not the built tool extra/Makefile.am: The files built by "comp_err" should only depend on their sources not the tool comp_err The built sources should only be cleaned by "make distclean" sql/Makefile.am: The built file "lex_hash.h" should depend on it's sources
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
-
unknown authored
into shellback.(none):/home/msvensson/mysql/work/my51-work extra/yassl/src/Makefile.am: Auto merged extra/yassl/testsuite/Makefile.am: Auto merged
-
unknown authored
-
unknown authored
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint mysql-test/mysql-test-run.pl: Auto merged
-
unknown authored
into shellback.(none):/home/msvensson/mysql/work/my51-work mysql-test/mysql-test-run.pl: Merge 5.0->5.1
-
unknown authored
installed charset dir being used. mysql-test/mysql-test-run.pl: Add character-sets-dir argument to "mysql". That avoids a local installed charset dir being used.
-
unknown authored
-
unknown authored
when mysql-test-run.pl has full control of all ndb processes. It will now know if install has failed. BitKeeper/deleted/.del-have_ndb_status_ok.require: Delete: mysql-test/r/have_ndb_status_ok.require mysql-test/include/have_ndb.inc: Remove the test to check if environment variable NDB_STATUS_OK is set mysql-test/mysql-test-run.pl: Don't set env variable NDB_STATUS_OK or NDB_SLAVE_STATUS_OK Use 1 and 0 to indicate if cluster has been installed ok.
-
unknown authored
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint BitKeeper/etc/ignore: auto-union include/my_net.h: Auto merged mysql-test/mysql-test-run.pl: Auto merged
-
unknown authored
Add linebreak BitKeeper/etc/ignore: Added mysql-test/mysql-test-run-shell to the ignore list
-
unknown authored
Symlink mysql-test-run to mysql-test-run.pl mysql-test/mysql-test-run-shell.sh: Rename: mysql-test/mysql-test-run.sh -> mysql-test/mysql-test-run-shell.sh mysql-test/Makefile.am: Build a link to mysql-test-run.pl called mysql-test-run
-
unknown authored
into mysql.com:/usr/home/ram/work/mysql-5.1-maint zlib/Makefile.am: Auto merged
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b18267 zlib/Makefile.am: Auto merged
-