- 13 Dec, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
customer and Dean Ellis.
-
- 12 Dec, 2003 10 commits
-
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
heikki@hundin.mysql.fi authored
Fix bug: if one updated a secondary index column so that its alphabetical value did not change (e.g., abc -> aBc) and rolled back the update, InnoDB failed to return the value in the secondary index to its original value row0upd.h: Correct typing error sync0sync.ic: Remove inadvertently pushed sync debug code
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_1951/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
as is thread_id has type ulong (bug #1951 thread id is printed as "signed" instead of "unsigned" in 'mysql')
-
hf@deer.(none) authored
strcpy changed to strmake
-
hf@deer.(none) authored
we didn't specify thd->priv_host properly
-
heikki@hundin.mysql.fi authored
Remove wrong debug assertion and comment
-
heikki@hundin.mysql.fi authored
Fix assertion failure on line 713 of row0upd.c if there is a column prefix index and the last characters in the prefix are spaces: do not assume that the length of alphabetically equal strings is the same; fix a buglet which could cause InnoDB to think that a secondary index record was not locked though it had been updated in a way which did not alpahabetically change its value, e.g., abc -> aBc
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.0-mydir2
-
dlenev@mysql.com authored
"SHOW TABLE STATUS very slow w/large number of tables" Replaced old algorithm which were used in my_dir() and stored all information about directory entries in one chunk of memory with new one which stores file names and MY_STAT structures in separate memroot, so now we don't need to copy this data during reallocation of dir_entry array.
-
- 11 Dec, 2003 8 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.0-1
-
igor@rurik.mysql.com authored
Fixed a bug causing a crash for multi-update/multi-delete with impossible where (bug #1860).
-
serg@serg.mylan authored
make a test for -inf more portable (-Inf)
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
ram@gw.mysql.r18.ru authored
Fixed mysqldump test.
-
ram@gw.mysql.r18.ru authored
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.0
-
monty@mysql.com authored
mysql_server_init() now returns error code if something went wrong (Bug #2062) Don't use my_fopen() when reading symlink information as this may cause problems when a lot of files are opened. Free thread keys with pthread_key_delete() instead of relying on automatic free. (Bug #2062) Fixed bug in UNION statement with alias '*'. (Bug #1249) Fixed a bug in DELETE ... ORDER BY ... LIMIT where the rows where not deleted in the proper order. (Bug #1024). FOUND_ROWS() could return incorrect number of rows after a query with an impossible WHERE condition. HOW DATABASES doesn't anymore show .sym files (on windows) that doesn't point to a valid directory. (Bug #1385)
-
- 10 Dec, 2003 15 commits
-
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.0-return_else
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.0-1993
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/mysql-4.0.ssl
-
ram@gw.mysql.r18.ru authored
(in addition to CS 1.1623 03/12/09)
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/mysql-4.0.ssl
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b2005
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0.1890
-
konstantin@mysql.com authored
introduced base class Item_func_bit for bit functions
-
gluh@gluh.mysql.r18.ru authored
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.0-1790
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.0-1790
-
konstantin@mysql.com authored
SQL_BIG_RESULT used": now BIT_AND() always returns 18446744073709551615 if no rows were found. This patch also fixes bug #1972: "BIT_AND() and BIT_OR() still return a *signed* 64bit value"
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.0
-
monty@mysql.com authored
-
- 09 Dec, 2003 6 commits
-
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.0-1335
-
konstantin@mysql.com authored
--disable_query_log was not a good idea, Serg says
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.0
-
monty@mysql.com authored
Added checking of return value from malloc() in reg_init()
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-qc-4.0
-
serg@serg.mylan authored
-