An error occurred fetching the project authors.
- 02 Jul, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 19 Jun, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 14 Jun, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-4.0.14: SAVEPOINT now implemented; InnoDB now accepts also column prefix keys; crashing bug in ON UPDATE CASCADE fixed; page checksum formula fixed
-
- 12 Jun, 2003 2 commits
-
-
monty@narttu.mysql.fi authored
-
serg@serg.mylan authored
-
- 06 Jun, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Add syntax SAVEPOINT id and ROLLBACK TO SAVEPOINT id. This is compatible with DB2 and Oracle but not with SQL Server. Savepoints do not do anything yet, this is just parsing.
-
- 05 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
More debugging variables Increment aborted_threads in case of killed or too big packet
-
- 19 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 14 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 13 May, 2003 3 commits
-
-
monty@narttu.mysql.fi authored
-
guilhem@mysql.com authored
SHOW SLAVE STATUS and SHOW MASTER STATUS, because this is what the manual states. We still accept SUPER.
-
monty@narttu.mysql.fi authored
Fixed wrong logging of Access denied error (Bug #398)
-
- 07 May, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
Security patch to remove wrong error when one had a global update/delete privilige and a database specific SELECT privilege.
-
monty@mashka.mysql.fi authored
-
- 30 Apr, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Changed handing of priv_host to fix bug in FLUSH PRIVILEGES
-
- 28 Apr, 2003 2 commits
-
-
serg@serg.mylan authored
CURRENT_USER() and "access denied" error messages now report hostname exactly as it was specified in the GRANT command (with wildcards, that is)
-
monty@mashka.mysql.fi authored
Fix for grant bug with SELECT *
-
- 26 Apr, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fix for LEFT/RIGHT/MID with multi-byte-character sets (bug 314) Fix for new bison 1.875 max_insert_delayed_threads and delayed_insert_timeout now works as documented (bug 211) Don't show port in SHOW PROCESSLIST for system threads Fix problem with ORDER BY being discarded for some DISTINCT queries (bug 275) Fixed bug with NATURAL LEFT JOIN, NATURAL RIGHT JOIN and RIGHT JOIN when using many joined tables (Bug 212)
-
- 14 Apr, 2003 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
Sinisa@sinisa.nasamreza.org authored
-
- 08 Apr, 2003 1 commit
-
-
hf@deer.mysql.r18.ru authored
-
- 31 Mar, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 25 Mar, 2003 1 commit
-
-
guilhem@mysql.com authored
RESET MASTER, this breaks replication). In the slave SQL thread, any DROP TEMPORARY TABLE is silently converted to DROP TEMPORARY TABLE IF EXISTS, not to have irrelevant "table does not exist". See comments in code or bug #186 for an example of how irrelevant errors like this can arise.
-
- 23 Mar, 2003 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
cause compatibility problems. Fix will be enabled in 4.1.
-
- 22 Mar, 2003 1 commit
-
-
jani@hynda.(none) authored
at the same time.
-
- 19 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Use SESSION TABLE_HANDLER as default table handler if given table handler doesn't exists
-
- 15 Mar, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 14 Mar, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 12 Mar, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 10 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 07 Mar, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 19 Feb, 2003 2 commits
-
-
lenz@mysql.com authored
"A fix for non-releasing locks for multi table updates and multi table deletes with InnoDB tables."
-
lenz@mysql.com authored
"Cleaning the code of the remaining OLAP code. This code is unnecessary in 4.1/5.0"
-
- 17 Feb, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 06 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added ALL as parameter option for all group functions. Make join handling uniform. This allows us to use ',', JOIN and INNER JOIN the same way. Sort NULL last if DESC is used (ANSI SQL 99 requirement)
-
- 29 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed handling of lower_case_table_names in SHOW TABLE STATUS, mysql_list_fields() and mysql_table_dump(). This fixes some Errcode 13 errors on Windows when deleting tables.
-
- 28 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
-
- 27 Jan, 2003 1 commit
-
-
Administrador@light. authored
-
- 25 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed comparision of log-binary name to handle comparison when file name extension wraps from .999 to .1000 Don't replicate CREATE/DROP DATABASE if wild_xxx_table=database.% is used.
-
- 21 Jan, 2003 1 commit
-
-
serg@serg.mysql.com authored
-