An error occurred fetching the project authors.
- 13 Oct, 2006 1 commit
-
-
msvensson@shellback.(none) authored
-
- 04 Oct, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
Update tests and result files after running with new mysqltest that better detects problems with test files
-
- 11 Jul, 2006 1 commit
-
-
petr/cps@mysql.com/owlet. authored
-
- 17 Nov, 2005 1 commit
-
-
serg@serg.mylan authored
Fallback to row-wise delete if number or rows in the table is unknown
-
- 05 Nov, 2005 2 commits
-
-
petr@mysql.com authored
-
petr@mysql.com authored
-
- 28 Jul, 2005 1 commit
-
-
monty@mysql.com authored
-
- 13 Aug, 2004 1 commit
-
-
brian@avenger.(none) authored
This is the addition of the CSV engine "aka tina". Its an example engine that works as a plain text file.
-
- 25 May, 2004 1 commit
-
-
brian@avenger.(none) authored
Added tests for archive. Cleaned up a merge mistake and added some information on how well archive compresses.
-
- 22 Jan, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
<monty> ramil, in MySQL/MyISAM we should only strip end space, not 'space-like' characters. <monty> This is according to SQL; When doing a comparision end space and only end space are ignored.
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 30 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() added string length for more speed made code covarage for print() method of Item fixed printability of some items (SCRUM) (WL#1274)
-
- 16 Sep, 2003 1 commit
-
-
kostja@oak.local authored
-
- 25 Jul, 2003 1 commit
-
-
serg@serg.mylan authored
bug#926
-
- 26 Jun, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 13 Mar, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 11 Mar, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 07 Mar, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Some after merge fixes
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-
- 13 Dec, 2002 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 04 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
LIMIT clause when filesort had to be used. In that case LIMIT was applied to filesort of one of the tables, although it could not be. This fix solved problems with LEFT JOIN too...
-
- 15 Oct, 2002 1 commit
-
-
pem@mysql.com authored
Fixed the remaining join variations, (left, right, natural, etc). (Previous fix only solved "," and "[cross] join".)
-
- 12 Oct, 2002 1 commit
-
-
pem@mysql.com authored
This is a simple fix, allowing a join_table_list in the right reduction of a normal_join sequence, instead of just a join_table. This makes things like "t1, (t2 left join t3)" work, but it also allows "join" and "cross join" instead of ",". This should fix the bug reported as: Subject: ODBC SQL syntax issue From: Ivan Vazharov Date: Mon, 30 Sep 2002 12:02:42 +0200
-
- 11 Oct, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 03 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables. Better fix for ALTER TABLE on BDB tables.
-
- 17 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc) Removed thread marking of safemalloc blocks (becasue of alignment problems) Temporary fix for bigint comparison.
-
- 16 Aug, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Same princpile can be applied to other expressions
-
- 15 Jun, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
for a seemingly impoosbile conds in WHERE.... This crashed MySQL in 4.0.2
-
- 17 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 03 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
New postgresql crash-me file. Increased blob size in benchmarks from 65K to 1M.
-
- 21 Mar, 2001 1 commit
-
-
mikef@nslinux.bedford.progress.com authored
Fix bug when read return error
-
- 07 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Patches for Armstrong Removed warnings when using REPAIR TABLE .. EXTENDED
-
- 22 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Added timeouts to replication tests to handle concurrent inserts
-
- 03 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Added new big select test
-