- 16 Apr, 2008 5 commits
-
-
kent@kent-amd64.(none) authored
into mysql.com:/home/kent/bk/build/mysql-5.1-build
-
hhunger@hh-nb.hungers authored
into hh-nb.hungers:/work/merge/mysql-5.1-build
-
hhunger@hh-nb.hungers authored
-
hhunger@hh-nb.hungers authored
into hh-nb.hungers:/work/merge/mysql-5.1-build
-
hhunger@hh-nb.hungers authored
-
- 15 Apr, 2008 2 commits
-
-
hhunger@hh-nb.hungers authored
into hh-nb.hungers:/work/merge/mysql-5.1-build
-
hhunger@hh-nb.hungers authored
-
- 14 Apr, 2008 2 commits
-
-
hhunger@hh-nb.hungers authored
into hh-nb.hungers:/work/merge/mysql-5.1-build
-
hhunger@hh-nb.hungers authored
-
- 11 Apr, 2008 3 commits
-
-
hhunger@hh-nb.hungers authored
into hh-nb.hungers:/work/merge/mysql-5.1-wl4288
-
hhunger@hh-nb.hungers authored
-
cmiller@zippy.cornsilk.net authored
-
- 10 Apr, 2008 9 commits
-
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-build
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-build
-
cmiller@zippy.cornsilk.net authored
-
hhunger@hh-nb.hungers authored
into hh-nb.hungers:/work/merge/mysql-5.1-build
-
hhunger@hh-nb.hungers authored
-
cmiller@zippy.cornsilk.net authored
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-build
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-build
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-build
-
- 09 Apr, 2008 7 commits
-
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776-encore/my51-bug15776-encore
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my51-bug15776
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776-encore/my50-bug15776-encore
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-build
-
cmiller@zippy.cornsilk.net authored
Make maximum blob size to be 2**32-1, regardless of word size. Fix failure of timestamp with size of 2**31-1. The method of rounding up to the nearest even number would overflow.
-
mleich@five.local.lan authored
into five.local.lan:/work/trees/mysql-5.1-build-src-clean
-
mleich@five.local.lan authored
#12713 Error in a stored function called from a SELECT doesn't cause ROLLBACK of statem
-
- 08 Apr, 2008 4 commits
-
-
aelkin/andrei@mysql1000.(none) authored
into mysql1000.(none):/home/andrei/MySQL/BARE/mysql-5.1-release
-
Add ChangeLog if it exists - Removed separate 'normal+rowrepl' test run, not needed any longer - Removed separate 'rpl' test run, included in main test run already - Renamed some test "comments", to use similar naming style - Limited one of the Cluster test runs to 'ndb' and 'rpl_ndb' suites - Reordered test runs, to be aligned with Windows test runs mysql.spec.sh: - No longer including the "Example" storage engine - Added to configure "--without-ENGINE" if not to compile engine as plugin
-
aelkin/andrei@mysql1000.(none) authored
Among two claimed artifacts the critical one is in that the Table map of a query following the failing with a duplicate key error CREATE-SELECT is skipped from instantionating (and thus binlogging). That leads to sending a "chopped" group of the data row-events without the table map head to the slave. The slave can not apply the only data row events. It's not easy to force the slave to react with an error in such a case (the second complaint on the bug report), because the lack of a table Rows_log_event::do_apply_event the data row event handler is a common situation which normally designates the event has to be filtered out basing on the repliation do/ingore rules decision. Fixed: table map creating and binlogging is restored via deploying the standard cleanup call in select_create::abort(). No error is reported if by chance the table map was not been binlogged. Leaving this out to resolve with considering how to combine the do/ingore rules with the situation when erronoulsy the Table_map is not written to binlog.
-
Problem: SELECTs prohibited for a transactional SE in autocommit mode if read_only is set. Fix: allow them.
-
- 05 Apr, 2008 2 commits
-
-
joerg@trift2. authored
into trift2.:/MySQL/M51/work-5.1
-
joerg@trift2. authored
into trift2.:/MySQL/M51/push-5.1
-
- 04 Apr, 2008 6 commits
-
-
joerg@trift2. authored
into trift2.:/MySQL/M51/tmp-5.1
-
joerg@trift2. authored
into trift2.:/MySQL/M51/tmp-5.1 Null merge - changes specific to 5.1.24-rc are superseded by better ones done in parallel.
-
joerg@trift2. authored
into trift2.:/MySQL/M51/push-5.1
-
joerg@trift2. authored
into trift2.:/MySQL/M51/tmp-5.1
-
davi@mysql.com/endora.local authored
The problem is that when upgrading the event table, the sql_mode column was always being added instead of being updated to list new sql_mode values, causing upgrades of the event which already have a sql_mode column to not be updated to the new sql_mode values. The solution is to always add first a stub sql_mode column and subsequently update the column to the new sql_mode values.
-
mleich@five.local.lan authored
into five.local.lan:/work/trees/mysql-5.1-build-src-clean
-