- 09 Jun, 2005 12 commits
-
-
- Removed unneccessary variables. - Made a function of that part of code, which actually changes the line under modifications. - Fixed memory overrun problem with my_malloc. Too little space was reserved. - Fixed problem in case, when new option was added at the end of the section. Before, it was added as the last line of the section, even if it left empty lines between. - Fixed so that the configuration file is not saved unneccessarily, if no modifications are done. (file timestamp remains) - This should fix (at least partially) problems described in Bug#10806
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
-
igor@rurik.mysql.com authored
Added a test case for bug #10084. sql_yacc.yy: Fixed bug #10084: STRAIGHT_JOIN for expressions with ON was added.
-
konstantin@mysql.com authored
CURSOR_TYPE_READ_ONLY". The bug was that we (me) don't perform proper cleanups of the prepared statement when done fetching from a cursor. Another patch.
-
svoj@mysql.com authored
into mysql.com:/home/svoj/devel/mysql/yassl-mysql-5.0
-
holyfoot@hf-ibm.(none) authored
-
svoj@mysql.com authored
into mysql.com:/home/svoj/devel/mysql/yassl-mysql-5.0
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-5.0.8482
-
hf@deer.(none) authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-5.0
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-5.0
-
joreland@mysql.com authored
bug#10711 bug#10058 bug#9363 bug#9025 bug#8918
-
- 08 Jun, 2005 26 commits
-
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bgmd
-
konstantin@mysql.com authored
This is to close Bug#10975, Bug#7115, Bug#10605 This feature will be implemented in a future release.
-
dlenev@mysql.com authored
-
dlenev@brandersnatch.localdomain authored
In order to make multi-delete SP friendly we need to have all table locks for the elements of main statement table list properly set at the end of parsing. Also performed small cleanup: We don't need relink_tables_for_multidelete() any longer since the only case now when TABLE_LIST::correspondent_table is non-zero are tables in auxilary table list of multi-delete and these tables are handled specially in mysql_multi_delete_prepare().
-
svoj@mysql.com authored
Fix for yaSSL compilation failure on ia64 platform.
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-5.0.9764
-
hf@deer.(none) authored
-
konstantin@mysql.com authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-5.0.9764
-
hf@deer.(none) authored
-
konstantin@mysql.com authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-5.0
-
joreland@mysql.com authored
Fix potential inconsistency when running ndb_restore due to faulty parsing of backup log wrt inserts
-
holyfoot@mysql.com authored
into mysql.com:/home/hf/work/mysql-5.0.8459
-
holyfoot@hf-ibm.(none) authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0
-
lenz@mysql.com authored
"make install" is called (mysql_delimiter.sql was missing)
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-5.0.9894
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/mysql-5.0
-
hf@deer.(none) authored
As the bug was already fixed, just testcase added here
-
stewart@mysql.com authored
IPCConfig wasn't constructing the connect string properly.
-
hf@deer.(none) authored
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/mysql-5.0
-
konstantin@mysql.com authored
The changes are similar to those pushed with a fix for Bug#9899, so my guess is that ps_6dbd and ps_7ndb tests were simply not run then.
-
konstantin@mysql.com authored
missed ityesterday :()
-
ramil@mysql.com authored
-
- 07 Jun, 2005 2 commits
-
-
konstantin@mysql.com authored
don't evaluate subqueries during statement prepare, even if they are not correlated. With post-review fixes.
-
dlenev@brandersnatch.localdomain authored
(Bug which caused its failure before was fixed in the beginning of March by the ChangeSet that introduced improved SP-locking).
-