- 20 Sep, 2005 13 commits
-
-
brian@zim.(none) authored
Fixed a typo in handler.cc if CSV was built. I also added CSV to the default MAX builds so that more people test it.
-
evgen@moonbone.local authored
into moonbone.local:/work/12812-bug-5.0-mysql
-
evgen@moonbone.local authored
Fixed mistake in fix for bug#12812
-
guilhem@mysql.com authored
Not fixed in 4.1 as not critical. Also I'm correcting error checking of multi-UPDATE/DELETE when it comes to binlogging, to make it consistent with when we rollback the statement.
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.0-bug-13127
-
timour@mysql.com authored
The problem was in the way table references are pre-filtered when resolving a qualified field. When resolving qualified table references we search recursively in the operands of the join. If there is natural/using join with a merge view, the first call to find_field_in_table_ref makes a recursive call to itself with the view as the new table reference to search for the column. However the view has both nested_join and join_columns != NULL so it skipped the test whether the view name matches the field qualifier. As a result the field was found in the view since the view already has a field with the same name. Thus the field was incorrectly resolved as the view field.
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
mskold@mysql.com authored
Fix for bug#9896, each fragment has a twin fragment (in 4.1,5.0), pages in this were not counted, giving incorrect memory consumption
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
-
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/mysql-5.0
-
brian@zim.(none) authored
Cleanups for storage engine patch. Changed two test results to now reflect the changes in storage engines and a couple of comment changes in the code.
-
- 19 Sep, 2005 17 commits
-
-
evgen@moonbone.local authored
-
petr@mysql.com authored
into mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
-
petr@mysql.com authored
-
evgen@moonbone.local authored
Execution rigths on function was checked just before function execution, thus it was unknown on prepare stage whether user have right to execute particular function. Added access rights checking function which is called right after fixing Item_func_sp. This have additional effect that if user don't have rights for execution query will fail on earlier stage and will not waste resources on optimizing with failing on execution stage.
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/mysql-5.0
-
brian@zim.(none) authored
Cleanup for handlerton structure to allow for loadable engine work. This is the first in a series of patches.
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
-
-
tulin@dl145b.mysql.com authored
Bug #13152 bit fields and fields that follow become corrupted when dumped from NDB tables
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
-
kent@mysql.com authored
Added flag --valgrind-mysqltest
-
jonas@perch.ndb.mysql.com authored
big delete from causing NdbObjectIdMap::expand at same time as receiver thread perform getObjectId
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
-
bar@mysql.com authored
Bug#10504: additional test
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0.b10504
-
georg@lmy002.wdf.sap.corp authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql/bugs/mysql-5.0-master
-
- 18 Sep, 2005 5 commits
-
-
georg@lmy002.wdf.sap.corp authored
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/merge-4.1
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/merge-4.1
-
paul@snake-hub.snake.net authored
Delete: man/which.2
-
- 17 Sep, 2005 1 commit
-
-
eric@mysql.com authored
Brian's "he is too lazy to commit this so Eric is going to have to do it" environmental variable hack for prefix. This allows you to just set a prefix in your profile which will be used in all of your builds. AKA you can be even lazier(!) about calling BUILD scripts. Don't blame Eric, Brian borrowed his keyboard.
-
- 16 Sep, 2005 4 commits
-
-
eric@mysql.com authored
-
kent@mysql.com authored
Enabled --valgrind to work (bug#13280)
-
osku@127.(none) authored
into 127.(none):/home/osku/mysql/5.0/clean
-
georg@lmy002.wdf.sap.corp authored
-