An error occurred fetching the project authors.
- 29 Dec, 2002 1 commit
-
-
vva@eagle.mysql.r18.ru 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.
-
- 03 Dec, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Optimized SELECT DISTINCT ... ORDER BY ... LIMIT Fixed reference to uninitalized variable
-
- 02 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 30 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua 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)
-
Sinisa@sinisa.nasamreza.org authored
-
bell@sanja.is.com.ua authored
-
- 28 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed sunction-test select in IN bug fixed unions in subselect bug
-
- 27 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 24 Nov, 2002 3 commits
-
-
bell@sanja.is.com.ua authored
more efficient reference creation fixed table_name of Field in temporary table
-
bell@sanja.is.com.ua authored
Fixed context in error mesages
-
bell@sanja.is.com.ua authored
renamed tables to prevent droping real tables
-
- 23 Nov, 2002 2 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 18 Nov, 2002 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
Sinisa@sinisa.nasamreza.org authored
-
- 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
-
- 13 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 12 Nov, 2002 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
monty@mashka.mysql.fi authored
unlink socket file if mysqld dies on startup Some optimization of AND expressions
-
- 11 Nov, 2002 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
monty@mashka.mysql.fi authored
This is coded to not cause a speed impact on top level AND expressions where we don't care if an AND expression returns 0 or NULL
-
- 09 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 07 Nov, 2002 3 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Let MySQL 4.0 read 4.1 .frm files without 4.1 specific extensions New variables @@rand_seed1 and @@rand_seed2 (used by replication) DROP TEMPORARY TABLE
-
monty@butch. authored
-
- 05 Nov, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Some simple optimizations
-
- 03 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 30 Oct, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed some possible bugs
-
- 29 Oct, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed reference to freed memory in acl_init()/grant_init() Fixed possible memory leak. (Could only happen in very strange circumstances) Fixed bug in ALTER TABLE with BDB tables Updated mysql-test for valgrind
-
- 25 Oct, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 24 Oct, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 23 Oct, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 08 Oct, 2002 2 commits
-
-
serg@serg.mysql.com authored
-
bell@sanja.is.com.ua authored
fixed error handling in subselect fix_field
-
- 03 Oct, 2002 1 commit
-
-
bell@sanja.is.com.ua 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
-
- 21 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added missing mutex-lock around critical section in GRANT handling.
-