An error occurred fetching the project authors.
- 15 Dec, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 11 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Class for sending data from server to client (Protocol) This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements.
-
- 09 Dec, 2002 1 commit
-
-
peter@mysql.com authored
-
- 06 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added THD to add_to_xxx_list() functions for faster parsing.
-
- 05 Dec, 2002 2 commits
-
-
bell@sanja.is.com.ua authored
prohibited using procedure inside subquery fixed error handling of procedure analize
-
peter@mysql.com authored
-
- 04 Dec, 2002 2 commits
-
-
peter@mysql.com authored
This alters not only my code so it looks like I'm not only one adding the spaces.
-
serg@serg.mysql.com authored
-
- 03 Dec, 2002 2 commits
-
-
bell@sanja.is.com.ua authored
-
serg@serg.mysql.com authored
otherwise COM_CHANGE_USER is unprotected and can be used for both privilege escalation and buffer overrun
-
- 02 Dec, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 30 Nov, 2002 5 commits
-
-
bell@sanja.is.com.ua authored
-
peter@mysql.com authored
fix mysql_change_user() for old clients
-
bell@sanja.is.com.ua authored
-
peter@mysql.com authored
Implement mysql_change_user Get rid of double user search at authentication Some cleanups
-
serg@serg.mysql.com authored
-
- 29 Nov, 2002 3 commits
-
-
monty@mashka.mysql.fi authored
New (simpler) internal timestamp handling. More debuging to heap tables. Small cleanups to multi-table-delete false -> 0 and true -> 1 (We should use TRUE and FALSE)
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
-
- 28 Nov, 2002 3 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
-
serg@serg.mysql.com authored
sql_yacc.yy and sql_parse.cc cleanup
-
- 27 Nov, 2002 2 commits
-
-
bell@sanja.is.com.ua authored
-
venu@myvenu.com authored
Added my_global.h to compile after my_list.h is added to mysql.h sql_prepare.cc: Handle close stmt from client Minor fixups to make SET variable=? to work sql_parse.cc: Added missed COM_CLOSE_STMT mysql_priv.h: Change mysql_stmt_close to mysql_stmt_free to not to conflict with client type libmysql.c: Clean all open stmts during mysql_close() implicitly
-
- 26 Nov, 2002 3 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
pem@mysql.com authored
-
- 24 Nov, 2002 1 commit
-
-
peter@mysql.com authored
done for merge with newer version of code.
-
- 23 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 22 Nov, 2002 1 commit
-
-
pem@mysql.com authored
This is required for prepared statements and stored procedures.
-
- 21 Nov, 2002 2 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
New operators MOD and DIV SELECT ... FROM DUAL TRUE = 1 and FALSE = 0
-
- 16 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Add support for LIMIT # OFFSET # Changed lock handling: Now all locks should be stored in TABLE_LIST instead of passed to functions. Don't call query_cache_invalidate() twice in some cases mysql_change_user() now clears states to be equal to close + connect. Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES Fixed a bug with replicate-do and UPDATE
-
- 15 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
- fixed switching from heap to MyISAM table - fixed error handler
-
- 14 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 13 Nov, 2002 3 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
fixed bug in error handling
-
- 12 Nov, 2002 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
Sinisa@sinisa.nasamreza.org authored
a corresponding test case....
-