- 10 Dec, 2007 1 commit
-
-
fixes for SLES10
-
- 06 Dec, 2007 4 commits
-
-
tnurnberg@sin.intern.azundris.com authored
initialise limits properly for getopt_ll_limit() (fixes falcon_opt test)
-
tnurnberg@white.intern.koehntopp.de authored
into mysql.com:/misc/mysql/31177/51-31177
-
tnurnberg@white.intern.koehntopp.de authored
into mysql.com:/misc/mysql/31177/51-31177
-
additional fixes for BDB and correct assignment of both signed and unsigned 64-bit data to unsigned system variables
-
- 04 Dec, 2007 3 commits
-
-
mhansson@dl145s.mysql.com authored
into dl145s.mysql.com:/data0/mhansson/my51-bug30234
-
gluh@mysql.com/eagle.(none) authored
-
additional fixes for 64-bit --- Merge mysql.com:/misc/mysql/31177/50-31177 into mysql.com:/misc/mysql/31177/51-31177 --- Bug#31177: Server variables can't be set to their current values additional 5.1 fixes (for plugins)
-
- 03 Dec, 2007 5 commits
-
-
mhansson@dl145s.mysql.com authored
into dl145s.mysql.com:/data0/mhansson/my51-bug30234
-
mhansson/martin@linux-st28.site authored
Restores files that were automerged during null merge.
-
mhansson/martin@linux-st28.site authored
into linux-st28.site:/home/martin/mysql/src/bug30234/my51-bug30234
-
mhansson/martin@linux-st28.site authored
Anti-patch. This patch undoes the previously pushed patch. It is null-merged in versions 5.1 and above since there the original patch is still desired.
-
additional fixes for 64-bit
-
- 02 Dec, 2007 2 commits
-
-
extra 5.1 fixes
-
tnurnberg@white.intern.koehntopp.de authored
into mysql.com:/misc/mysql/31177/51-31177
-
- 01 Dec, 2007 6 commits
-
-
5.1+ specific fixes (plugins etc.)
-
tnurnberg@white.intern.koehntopp.de authored
into mysql.com:/misc/mysql/31177/51-31177
-
tnurnberg@white.intern.koehntopp.de authored
into mysql.com:/misc/mysql/32707/51-32707
-
holyfoot/hf@hfmain.(none) authored
into mysql.com:/home/hf/work/mrg/my51-mrg
-
holyfoot/hf@mysql.com/hfmain.(none) authored
-
tnurnberg@white.intern.koehntopp.de authored
into mysql.com:/misc/mysql/32180/51-32180
-
- 30 Nov, 2007 15 commits
-
-
holyfoot/hf@hfmain.(none) authored
into mysql.com:/home/hf/work/mrg/my51-mrg
-
holyfoot/hf@hfmain.(none) authored
into mysql.com:/home/hf/work/mrg/my50-mrg
-
holyfoot/hf@hfmain.(none) authored
into mysql.com:/home/hf/work/mrg/my50-mrg
-
holyfoot/hf@hfmain.(none) authored
into mysql.com:/home/hf/work/mrg/my50-mrg
-
holyfoot/hf@hfmain.(none) authored
into mysql.com:/home/hf/work/mrg/my51-mrg
-
holyfoot/hf@hfmain.(none) authored
into mysql.com:/home/hf/work/mrg/my51-mrg
-
holyfoot/hf@mysql.com/hfmain.(none) authored
PS-protocol data is stored in different format - the MYSQL_RECORDS->data contains the link to the record content, not to array of the links to the field's contents. So we have to handle it separately for embedded-server query cache.
-
holyfoot/hf@mysql.com/hfmain.(none) authored
into mysql.com:/home/hf/work/mrg/my41-mrg
-
kaa@polly.(none) authored
into polly.(none):/home/kaa/src/opt/mysql-5.1-opt
-
kaa@polly.(none) authored
into polly.(none):/home/kaa/src/opt/bug9481/my51-bug9481
-
gluh@mysql.com/eagle.(none) authored
removed unnecessary privilege checks for I_S schema
-
holyfoot/hf@mysql.com/hfmain.(none) authored
filesort() uses file->estimate_rows_upper_bound() call to allocate internal buffers. If this function returns a value smaller than a number of row that will be returned later in find_all_keys(), that can cause server crash. Fixed by implementing ha_federated::estimate_rows_upper_bound() to return maximum possible number of rows. Present estimation for FEDERATED always returns 0 if the linked to the VIEW.
-
tnurnberg@white.intern.koehntopp.de authored
into mysql.com:/misc/mysql/32707/51-32707
-
tnurnberg@white.intern.koehntopp.de authored
into mysql.com:/misc/mysql/32707/50-32707
-
Default values of variables were not subject to upper/lower bounds and step, while setting variables was. Bounds and step are also applied to defaults now; defaults are corrected quietly, values given by the user are corrected, and a correction-warning is thrown as needed. Lastly, very large values could wrap around, starting from 0 again. They are bounded at the maximum value for the respective data-type now if no lower maximum is specified in the variable's definition.
-
- 29 Nov, 2007 2 commits
-
-
holyfoot/hf@mysql.com/hfmain.(none) authored
Denormalized DOUBLE-s can't be properly handled by old MIPS processors. So we need to enable specific mode for them so IRIX will do use software round to handle such numbers.
-
holyfoot/hf@mysql.com/hfmain.(none) authored
server status wasn't properly sent to the client after the error by the embedded server. Wasn't noticed before as one usually stopped retrieving results after he gets an error.
-
- 28 Nov, 2007 2 commits
-
-
sergefp@foxhole.(none) authored
into mysql.com:/home/psergey/mysql-5.1-bug32772
-
gluh@mysql.com/eagle.(none) authored
added new func mysql_create_like_schema_frm() which creates frm file based on I_S table
-