- 01 Oct, 2006 3 commits
-
-
holyfoot/hf@deer.(none) authored
into mysql.com:/home/hf/work/16813/my51-16813
-
holyfoot/hf@deer.(none) authored
into mysql.com:/home/hf/work/16813/my51-16813
-
holyfoot/hf@deer.(none) authored
into mysql.com:/home/hf/work/21888/my51-21888
-
- 30 Sep, 2006 1 commit
-
-
gkodinov@dl145s.mysql.com authored
into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.1-opt
-
- 29 Sep, 2006 13 commits
-
-
sergefp@mysql.com authored
-
baker@bk-internal.mysql.com authored
into bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
-
sergefp@pylon.mylan authored
into mysql.com:/home/psergey/mysql-5.1-bug14940-r10a
-
sergefp@mysql.com authored
-
gkodinov@dl145s.mysql.com authored
-
holyfoot/hf@deer.(none) authored
into mysql.com:/home/hf/work/21888/my51-21888
-
holyfoot/hf@mysql.com/deer.(none) authored
into mysql.com:/home/hf/work/21888/my50-21888
-
holyfoot/hf@mysql.com/deer.(none) authored
RTree keys are really different from BTree and need specific paramters to be set by optimizer to work. Sometimes optimizer doesn't set those properly. Here we decided just to add code to check that the parameters are correct. Hope to fix optimizer sometimes.
-
sergefp@mysql.com authored
- Re-worked the prev_record_reads() function to return the lower bound of number of different table access scans that will be performed.
-
gkodinov@dl145s.mysql.com authored
into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.1-opt
-
gkodinov@dl145s.mysql.com authored
into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.1-opt
-
holyfoot/hf@deer.(none) authored
into mysql.com:/home/hf/work/16813/my51-16813
-
holyfoot/hf@mysql.com/deer.(none) authored
We use the condition from CHECK OPTION twice handling UPDATE command. First we construnct 'update_cond' AND 'option_cond' condition to select records to be updated, then we check the 'option_cond' for the updated row. The problem is that first 'AND' condition is optimized during the 'select' which can break 'option_cond' structure, so it will be unusable for the sectond use - to check the updated row. Possible soultion is either use copy of the condition in the first use or to make optimization less traumatic for the operands. I picked the first one.
-
- 28 Sep, 2006 18 commits
-
-
evgen@moonbone.local authored
After merge fix
-
evgen@moonbone.local authored
into moonbone.local:/work/5505-bug-5.0-opt-mysql
-
evgen@moonbone.local authored
On an INSERT into an updatable but non-insertable view an error message was issued stating the view being not updatable. This can lead to a confusion of a user. A new error message is introduced. Is is showed when a user tries to insert into a non-insertable view.
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/merge-5.1
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/merge-5.1
-
gluh@gluh.(none) authored
into mysql.com:/home/gluh/MySQL/Merge/5.1
-
gluh@mysql.com/gluh.(none) authored
-
gkodinov@dl145s.mysql.com authored
into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.1-opt
-
gkodinov@dl145s.mysql.com authored
into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.1-opt
-
evgen@moonbone.local authored
into moonbone.local:/work/18360-bug-5.1-opt-mysql
-
gbichot@dl145h.mysql.com authored
into dl145h.mysql.com:/users/gbichot/mysql-5.1-arch
-
gbichot@dl145h.mysql.com authored
and so the engine calls current_thd to derive transaction information; instead we now pass THD to those functions, it looks more logical (it makes the implicit current_thd parameter more visible). Approved by Brian and Monty.
-
gluh@gluh.(none) authored
into mysql.com:/home/gluh/MySQL/Merge/5.1
-
gkodinov@dl145s.mysql.com authored
into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.1-opt
-
gkodinov@dl145s.mysql.com authored
into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt
-
gkodinov@dl145s.mysql.com authored
into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt
-
gkodinov@dl145s.mysql.com authored
into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-4.1-opt
-
petr/cps@owlet.local authored
into mysql.com:/home/cps/mysql/trees/5.1-runtime-new
-
- 27 Sep, 2006 5 commits
-
-
gluh@mysql.com/gluh.(none) authored
-
gkodinov/kgeorge@macbook.gmz authored
-
gluh@mysql.com/gluh.(none) authored
-
petr/cps@mysql.com/owlet.local authored
at the moment, so we can safely do that). Update an error mesage to make it translateable.
-
gluh@mysql.com/gluh.(none) authored
into mysql.com:/home/gluh/MySQL/Merge/5.0
-