An error occurred fetching the project authors.
- 29 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 24 Jul, 2003 1 commit
-
-
paul@teton.kitebird.com authored
The latter is misleading because differs from the syntax used for GRANT/REVOKE. Fix up test result affected by error message edits.
-
- 16 Jul, 2003 1 commit
-
-
paul@ice.snake.net authored
-
- 15 Jul, 2003 1 commit
-
-
paul@ice.snake.net authored
-
- 09 Jul, 2003 1 commit
-
-
paul@teton.kitebird.com authored
-
- 08 Jul, 2003 2 commits
-
-
guilhem@mysql.com authored
BUG#797 "If query ignored on slave (replicate-ignore-table) the slave still checks if the returned error (0) is the same as the one on the master, whereas it shouldn't test this. Plus a new test for BUG#797.
-
paul@ice.snake.net authored
not ending with period into single sentence.)
-
- 06 Jul, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added framework to create/drop and manager buffers for multiple key caches
-
- 26 Jun, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
REPLACE() now processed arguments collations according to standard
-
- 25 Jun, 2003 1 commit
-
-
paul@teton.kitebird.com authored
-
- 06 Jun, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 20 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 13 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Allow syntax CREATE TABLE t1 (LIKE t2)
-
- 10 Apr, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 04 Apr, 2003 1 commit
-
-
pem@mysql.com authored
Removed extraneous error message from german/errmsg.txt.
-
- 03 Mar, 2003 1 commit
-
-
guilhem@mysql.com authored
running slave, just give a warning. Same thing for STOP SLAVE. This will make scripts writing easier for users.
-
- 02 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
SELECT latin1_expr COLLATE anpther_charset_collation
-
- 26 Feb, 2003 1 commit
-
-
ram@mysql.r18.ru authored
Allow NULL geometry fields.
-
- 25 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Ensured that all errors messages ends with: ",
-
- 12 Feb, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 26 Dec, 2002 1 commit
-
-
peter@mysql.com authored
new format SCRUM
-
- 24 Dec, 2002 1 commit
-
-
peter@mysql.com authored
-
- 03 Dec, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 02 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 28 Nov, 2002 2 commits
-
-
bell@sanja.is.com.ua authored
fixed sunction-test select in IN bug fixed unions in subselect bug
-
Sinisa@sinisa.nasamreza.org authored
doing it in sql_yacc.yy does not work this commit contains fixes for other tests there are fixes in subselect test which will have to be changed once fix_fields is fixed to work with aliased derived tables
-
- 23 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 21 Nov, 2002 2 commits
-
-
bell@sanja.is.com.ua authored
prevent using references on sum function (except HAVING clouse of current select) and forward references
-
monty@mashka.mysql.fi authored
New operators MOD and DIV SELECT ... FROM DUAL TRUE = 1 and FALSE = 0
-
- 15 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 13 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 08 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
also for InnoDB that supports CHECK table but not REPAIR
-
- 29 Oct, 2002 2 commits
-
-
vva@genie.(none) authored
-
vva@genie.(none) authored
delete ugly comma
-
- 28 Oct, 2002 1 commit
-
-
vva@genie.(none) authored
-
- 27 Oct, 2002 1 commit
-
-
vva@genie.(none) authored
-
- 02 Oct, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22
-
- 27 Sep, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 21 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
More DBUG info for replication Better error messages from replication Fixed bug in replication code when connecting to 'localhost' (time was not released properly) Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug) Removed warning when setting an AUTO_INCREMENT field to NULL
-
- 08 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Make safe_mysqld a symlink to mysqld_safe in binary distribution Fixed problem with CTRL-C when using mysqld --bootstrap
-