- 31 Mar, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
table resolution". Added members to Item_ident for storing original db, table and field names since those that set later from Field have shorter life-time than required by prep. stmt. So we need to restore original names in Item_ident::cleanup(). Also now using special construnctor for creation of Item_field from Field object that ensures that table and field name have big enough life-time. "Fix" for bug #2050 "10 to 1 performance drop with server 4.1.1" Clean ups in implementation of caching of field number in table. Added caching of table in which field is found in find_field_in_tables().
-
- 28 Mar, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
Actually it is not a bug but right behavior observed as pefomance degradation after we have forced Item_field::fix_fields() to re-execute each time when we are executing prep stmt. This patch implements small optimization which heals this bad behavior. We are caching field position in TABLE::field array in Item's member and are using this position for speeding up field lookups in fix_fields() in case of its re-execution.
-
- 24 Mar, 2004 5 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
is specified, the default is SESSION.
-
serg@serg.mylan authored
-
bar@bar.intranet.mysql.r18.ru authored
Conditional compilation
-
bar@bar.intranet.mysql.r18.ru authored
-
- 23 Mar, 2004 7 commits
-
-
bar@bar.intranet.mysql.r18.ru authored
Don't dump default implicit weights
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
hf@deer.(none) authored
dropping of tables added to the testcase
-
serg@serg.mylan authored
Bug#1428
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.3188
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.3067
-
jcole@mugatu.jcole.us authored
-
- 22 Mar, 2004 9 commits
-
-
Greg@greg-laptop. authored
into greg-laptop.:C:/cygwin/bk/mysql-4.1
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.3067
-
hf@deer.(none) authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-alias-4.1
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.clean
-
bell@sanja.is.com.ua authored
some db comparison code cleupup removed compiler warnings
-
bar@bar.intranet.mysql.r18.ru authored
new file
-
bar@bar.intranet.mysql.r18.ru authored
Delete: mysys/uca-dump.c
-
Greg@greg-laptop. authored
-
- 21 Mar, 2004 3 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-select_list-4.1
-
bell@sanja.is.com.ua authored
-
paul@ice.snake.net authored
-
- 20 Mar, 2004 11 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-select_list-4.1
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-select_list-4.1
-
bell@sanja.is.com.ua authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
-
monty@mysql.com authored
Portability fixes
-
heikki@hundin.mysql.fi authored
Correct previous bk commit comment about page splits: actually, in versions < 4.0.19 space utilization is very poor if 1500 - 8000 byte rows are inserted in the order of the primary key
-
- 19 Mar, 2004 3 commits
-
-
heikki@hundin.mysql.fi authored
Improve space utilization if we have 3 kB - 8 kB rows to insert in the order of the primary key btr0cur.c: Fix bug: The row count and key cardinality estimate was grossly too small if each clustered index page only contained one record
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-