An error occurred fetching the project authors.
- 28 Nov, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 23 Nov, 2005 1 commit
-
-
pem@mysql.com authored
-
- 18 Nov, 2005 2 commits
-
-
konstantin@mysql.com authored
-
omer@mysql.com authored
Note: This change was reviewed by Brian before the commit.
-
- 10 Nov, 2005 1 commit
-
-
brian@grrr.local authored
-
- 07 Nov, 2005 1 commit
-
-
acurtis@poseidon.ndb.mysql.com authored
-
- 24 Oct, 2005 1 commit
-
-
msvensson@neptunus.mysql.com authored
-
- 13 Oct, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Move test for bug#93 from mysql_client_test.c to show_check.test - No need for test written in c
-
- 17 Aug, 2005 1 commit
-
-
andrey@lmy004. authored
-
- 16 Aug, 2005 1 commit
-
-
andrey@lmy004.wdf.sap.corp authored
(after review commit)
-
- 07 Jul, 2005 3 commits
-
-
hf@deer.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- Change output from SHOW CREATE TABLE to use USING instead of TYPE
-
- 18 Apr, 2005 1 commit
-
-
sergefp@mysql.com authored
-
- 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)
-
- 06 Apr, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 22 Mar, 2005 2 commits
-
-
jimw@mysql.com authored
the row type is dynamic (For 4.1 tables old 'VARCHAR' fields are converted to true VARCHAR in the next ALTER TABLE) This ensures that one can use MySQL 5.0 privilege tables with MySQL 4.1. (Fix imported from main 5.0 tree to 5.0.3 build tree.)
-
monty@mysql.com authored
Hack to ensure that CHAR's created in 5.0 are not converted to VARCHAR even if the row type is dynamic (For 4.1 tables old 'VARCHAR' fields are converted to true VARCHAR in the next ALTER TABLE) This ensures that one can use MySQL 5.0 privilege tables with MySQL 4.1
-
- 01 Mar, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 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.
-
- 15 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 14 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
engine, except when running with sql_mode & MYSQL323. (Bug #6659)
-
- 13 Jan, 2005 2 commits
-
-
jimw@mysql.com authored
-
jimw@mysql.com authored
key algorithm for keys where they were explicitly specified.
-
- 08 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
syntax. (Bug #7233)
-
- 03 Jan, 2005 1 commit
-
-
monty@mysql.com authored
This fixed a bug in prepared statements when used with outher joins Fixed a bug in SUM(DISTINCT) when used with prepared statements. Some safety fixes in test scripts to ensure that previous test failures shouldn't affect other tests
-
- 31 Dec, 2004 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 30 Dec, 2004 1 commit
-
-
monty@mysql.com authored
-
- 23 Dec, 2004 1 commit
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Implement fine-grained control over access to stored procedures Privileges are cached (same way as existing table/column privs)
-
- 19 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Fixed some found bugs in BIT fields Added more test cases for BIT fields and varchar
-
- 10 Dec, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
mysqldump skips information_schema db 'use' now can use information_schema db changed value of column 'Null' to 'NO' if column is not nullable
-
- 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.
-
- 06 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors Added support for VARCHAR KEYS to heap Removed support for ISAM Now only long VARCHAR columns are changed to TEXT on demand (not CHAR) Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
-
- 11 Oct, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
1.2082 04/10/11 18:38:48 ram@gw.mysql.r18.ru +3 -0 A fix (bug #5615 type of aggregate function column wrong when using group by).) Shouldn't it be 'int(11) not null' == the same as in the t1?
-
- 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
-
- 02 Oct, 2004 1 commit
-
-
monty@mishka.local authored
More tests. Better error messages. Fixed bug when checking if we updated all needed columns for INSERT. Give an error if we encounter a wrong float value during parsing. Don't print DEFAULT for columns without a default value in SHOW CREATE/SHOW FIELDS. Fixed UPDATE IGNORE when using STRICT mode.
-
- 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.
-
- 26 Jul, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 08 Jul, 2004 1 commit
-
-
bar@mysql.com authored
-