An error occurred fetching the project authors.
- 16 Apr, 2005 1 commit
-
-
sergefp@mysql.com authored
Changed type of "Sub_part" column in SHOW KEYS from TINYINT to SMALLINT (as MAX_KEY_LENGTH=1024) (this is the final cset with proper tests)
-
- 30 Mar, 2005 1 commit
-
-
jimw@mysql.com authored
by adding check for embedded server within tests and splitting some tests into multiple test files.
-
- 05 Feb, 2005 1 commit
-
-
sergefp@mysql.com authored
Call file->extra() with HA_STATUS_CONST in mysqld_show_keys. The fix will not be merged into 4.1/5.0 because they don't have this problem already.
-
- 13 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
key algorithm for keys where they were explicitly specified.
-
- 07 Dec, 2004 1 commit
-
-
konstantin@mysql.com authored
""show_check" fails on 64bit platforms": now minimal rec_length of a HEAP table >= sizeof(void*), hence it's platform-dependant.
-
- 02 Nov, 2004 1 commit
-
-
monty@mysql.com authored
Added protocol::flush() for easier embedded-server code Increase block allocation variables a bit as they where a bit too small for MySQL 4.1 Added option --silent to client_test
-
- 07 Oct, 2004 1 commit
-
-
monty@mysql.com authored
Some bigger code changes was necessary becasue of the multi-table-update and the new HANDLER code
-
- 31 Aug, 2004 1 commit
-
-
monty@mysql.com authored
Use 'mysqltest' as test database instead of test_$1 or test1,test2 to not accidently delete an important database Safety fix for mailformed MERGE files
-
- 23 Aug, 2004 1 commit
-
-
bar@mysql.com authored
Don't do this test for now: it fails on Mac OSX.
-
- 08 Jul, 2004 1 commit
-
-
bar@mysql.com authored
-
- 02 Jul, 2004 1 commit
-
-
bar@mysql.com authored
-
- 24 Jun, 2004 1 commit
-
-
bar@mysql.com authored
-
- 05 May, 2004 1 commit
-
-
monty@mysql.com authored
-
- 06 Apr, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
bug #3342 "SHOW CREATE DATABASE seems to require DROP privilege" (now it require only SELECT privilege on database)
-
- 17 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 05 Mar, 2004 2 commits
-
-
monty@mysql.com authored
-
vva@eagle.mysql.r18.ru authored
to avoid troubles with OS which don't support these symbols in file name used create table 'a/b' as hook for WL#1324 which should fix this problem
-
- 19 Feb, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 06 Feb, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
2. added automatic quotation of keywords in SHOW CREATE TABLE
-
- 14 Jan, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 27 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Change metadata info so that that MIN() and code MAX() reports that they can return NULL. Bug #324
-
- 07 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 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()
-
- 04 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes after last merge from 4.0. (Code not yet complete, need anoter merge from 4.0)
-
- 26 Apr, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 18 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Fixed stack overflow checking with crash-me with gcc 3.0.4 Using @@unknown_variable doesn't hang client anymore Added @@VERSION variable
-
- 13 Mar, 2002 1 commit
-
-
serg@serg.mysql.com authored
CHECK/REPAIR syntax cleanup REPAIR ... USE_FRM syntax
-
- 08 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
-
- 30 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 21 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix bug in isamlog Add argument types to function declarations.
-
- 08 Jul, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
test SHOW OPEN TABLES
-
- 21 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 25 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
DROP DATABASE in mysqladmin asks for confirmation (again) Added examined_rows to slow query log SHOW CREATE for TEMPORARY table
-
- 15 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 22 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Added timeouts to replication tests to handle concurrent inserts
-
- 16 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Added keyword MEDIUM to CHECK TABLE New benchmarks results for Linux-alpha
-
- 03 Jan, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
rpl000014.test fixed bug in testcase rename.test fixed cleanup problem handler.cc added a comment sql_class.h fixed bug in active_transaction() when MySQL was not compiled with transaction support
-
monty@donna.mysql.com authored
Added new big select test
-
- 28 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
-