- 16 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
new EXPLAIN parameter to show real query as it was interpreted (SCRUM) (WL#1274)
-
- 08 Oct, 2003 2 commits
-
-
monty@narttu.mysql.fi authored
Remove wait_if_global_read_lock on commit as this can cause deadlocks
-
monty@narttu.mysql.fi authored
More tests cases After merge fixes
-
- 07 Oct, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Multiple tablespaces for InnoDB sql_table.cc: Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE sql_update.cc, sql_select.cc, my_base.h: More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
-
monty@narttu.mysql.fi authored
-
- 03 Oct, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 20 Sep, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
-
- 19 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
embedded library hash_insert renamed to my_hash_insert to avoid name intersection with another libraries is there better idea?
-
- 17 Sep, 2003 1 commit
-
-
kostja@oak.local authored
optimiser bug patch.
-
- 16 Sep, 2003 2 commits
-
-
kostja@oak.local authored
-
kostja@oak.local authored
into account to increase the cost of FULL SCAN
-
- 15 Sep, 2003 1 commit
-
-
kostja@oak.local authored
to estimate correctly cost of full table scan we should take into account rows read and skipped on each iteration.
-
- 14 Sep, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 13 Sep, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 12 Sep, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
-
monty@mashka.mysql.fi authored
Remove sel000xxxx tests After merge fixes
-
- 11 Sep, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code)
-
- 08 Sep, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed IN optimisation bug
-
- 05 Sep, 2003 1 commit
-
-
serg@serg.mylan authored
Another fix applied
-
- 01 Sep, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 29 Aug, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
tmp_table_field() renamed to get_tmp_table_field() to avoid redifinition of tmp_table_field(TABLE *t_arg)
-
- 28 Aug, 2003 3 commits
-
-
serg@serg.mylan authored
-
bell@laptop.sanja.is.com.ua authored
-
bell@laptop.sanja.is.com.ua authored
aggregate function reinitialization (if no rows was found) made with help of clear() (fixed BUG#860)
-
- 26 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 23 Aug, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
same as above sql_lex.h: same as above sql_union.cc: same as aobve sql_select.cc: Fixing that SQL_CALC_FOUND_ROWS work properly in UNION's in 4.1 Plus updating some fields in THD in the proper places plus fixing a wrong result
-
- 20 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Set min value of max_allowed_packet to 1024 Fixed problem with UNION's without braces and SQL_CALC_FOUND_ROWS, LIMIT #,# and ORDER BY...LIMIT
-
- 16 Aug, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
-
- 15 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fix packet error when using wrong GRANT command
-
- 12 Aug, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 10 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fix possible replication bug with LOAD DATA ... IGNORE LINES #
-
- 08 Aug, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 07 Aug, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed number of rows of external field reported to optimizer added check of choosen key (checked left expression tag) (SCRUM fix for simple IN optimisation)
-
- 06 Aug, 2003 1 commit
-
-
miguel@hegel.local authored
-
- 05 Aug, 2003 2 commits
-
-
serg@serg.mylan authored
my_checksum() mysys function NISAM checksum code moved from mysys to isam/ - it's obsolete MyISAM checksum code moved to mysys table's checksum accessible from sql layer SHOW TABLE STATUS shows checksum (WL#646) code cleanup
-
bar@bar.mysql.r18.ru authored
-
- 04 Aug, 2003 1 commit
-
-
miguel@hegel.local authored
-
- 29 Jul, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
count HAVING clause elements with select list elements, because agregate function can be present in it (BUG#922) removerd unused loop_id
-
- 25 Jul, 2003 1 commit
-
-
serg@serg.mylan authored
bug#926
-
- 17 Jul, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-