An error occurred fetching the project authors.
- 19 Nov, 2002 1 commit
-
-
ram@mysql.r18.ru authored
-
- 14 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 11 Nov, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 10 Oct, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
aspects into *.c files from *.h files. Some steps to get closer to generating *.c files from *.conf files again.
-
- 08 Oct, 2002 1 commit
-
-
monty@narttu.mysql.fi 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
-
- 01 Oct, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 21 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added missing mutex-lock around critical section in GRANT handling.
-
- 20 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name. This should fix some issues where --lower-case-table-names doesn't work properly under windows.
-
- 16 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed bug in SELECT ... ORDER BY ... LIMIT Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names Fixed hang when using --with-openssl
-
- 05 Sep, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
0 was dispayed before, this looked confusing.
-
- 12 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed some windows portability problems and removed some compiler warnings Cleaned up QUOTE() function and fixed bug in \0 and \Z handling.
-
- 08 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Remove not needed locks in SHOW OPEN TABLES
-
- 05 Aug, 2002 1 commit
-
-
monty@narttu.mysql.fi authored
This should fix some possible table cache corruptions when doing OPTIMIZE or REPAIR table when other threads are opening new tables.
-
- 30 Jul, 2002 1 commit
-
-
bar@bar.udmsearch.izhnet.ru authored
New fields in CHARSET_INFO for more nice SHOW CHARACTER SET Dynamic charsets are now handled in faster way SHOW CHARACTER SET now displays not only compiled charsets but dynamic charsets too
-
- 23 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
-
- 28 Jun, 2002 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 19 Jun, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
CREATE TABLE a (field,...) TYPE=type CHARSET=cset;
-
- 12 Jun, 2002 2 commits
-
-
venu@myvenu.com authored
new file Client-server protocol 4.1 changes - Server side: * Enhanced metadata information: - SHOW [COUNT(*)] ERRORS [LIMIT [offset,] rows] - SHOW [COUNT(*)] WARNING [LIMIT [offset,] rows] - SHOW TABLE TYPES - SHOW PRIVILEGES - SHOW COLUMN TYPES (Not fully implemented) * Prepared execution * Long data handling in pieces * And other misc changes
-
monty@mashka.mysql.fi authored
SHOW DATABASES CREATE TEMPORARY TABLE LOCK TABLES REPLICATION SLAVE & REPLICATION CLIENT SUPER EXECUTE All scripts & documentation is updated for this change. Added better error messages for global privileges
-
- 11 Jun, 2002 2 commits
-
-
bar@gw.udmsearch.izhnet.ru authored
-
monty@mashka.mysql.fi authored
(All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
-
- 04 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes after last merge from 4.0. (Code not yet complete, need anoter merge from 4.0)
-
- 02 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 31 May, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Change TRUNCATE(number) to truncate towards zero for negative numbers Fix NULL handling for DESCRIBE table_name
-
- 17 May, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
SELECT func(charset2) FROM t ORDER BY 1 works in correct charset
-
- 18 Apr, 2002 2 commits
-
-
monty@tik.mysql.fi authored
Fixed stack overflow checking with crash-me with gcc 3.0.4 Using @@unknown_variable doesn't hang client anymore Added @@VERSION variable
-
bar@gw.udmsearch.izhnet.ru authored
Enable latin1 by default
-
- 12 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Split handler->option_flag() to handler->table_flags() and handler->index_flags()
-
- 21 Mar, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Add foreign key defs to SHOW CREATE TABLE
-
- 12 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 22 Feb, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 29 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Test of unsigned BIGINT values Fixes for queries-per-hour Cleanup of replication code (comments and portability fixes) Make most of the binary log code 4G clean Changed syntax for GRANT ... QUERIES PER HOUR
-
- 20 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
first pull, merge,test, and get it to work. The main change is the new replication code - now we have two slave threads SQL thread and I/O thread. I have also re-written a lot of the code to prepare for multi-master implementation. I also documented IO_CACHE quite extensively and to some extend, THD class.
-
- 02 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
-
- 13 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Add 4.0 commands to SHOW STATUS.
-
- 05 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Changed some sql_alloc() -> thd->alloc() Removed a lot of compiler warnings on Linux Alpha (64 bit) Fixed some core dumps on 64 bit systems (wrong type for packet_len)
-
- 10 Oct, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
mysqltest can run without connecting to the manager for tests that do not require manager operations
-
sasha@mysql.sashanet.com authored
myself a run of compile-pentium-debug. I have not even tried to compile the new code
-
- 08 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-