An error occurred fetching the project authors.
- 09 Jan, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-
- 04 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Removed mysql_warnings() API function. Post merge fixes.
-
- 19 Dec, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 16 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 14 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
database and lower case table names.
-
- 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.
-
- 04 Dec, 2002 1 commit
-
-
venu@myvenu.com authored
-
- 21 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 07 Nov, 2002 1 commit
-
-
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
-
- 06 Nov, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
SHOW CREATE DATABASE [IF NOT EXISTS] dbname Version dependant parts are displayed in appropriative comments: CREATE DATABASE /*!32312 IF NOT EXISTS*/ `ucs` /*!40100 DEFAULT CHARACTER SET ucs2*/
-
- 30 Oct, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 29 Oct, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x Small change in EXCHANGE output Propagate open-files-limit from mysqld_safe -> mysqld Fixed speed bug in GROUP BY Added quotes around database name in CREATE DATABASE db_name (for binary log)
-
- 09 Oct, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 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
-
- 22 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
SET PASSWORD=... closed connection on error.
-
- 08 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Lots of code fixes to the replication code (especially the binary logging and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
-
- 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
-
- 19 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fix wrong usage of constant which could cause mysqld to use index when doing an update/delete on small tables. code cleanup
-
- 16 Jul, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
On Monty's suggestion move ha_drop_database back inside LOCK_mysql_create_db, but we release LOCK_open during it to let possible running queries complete. I tested this and it seemed to work also in complex concurrent DELETE, SELECT, DROP DATABASE, and CREATE DATABASE situations
-
- 15 Jul, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Revert Monty's change to the positioning of ha_drop_database(): otherwise a running query on a table to be dropped in DROP DATABASE always causes the server to hang
-
- 14 Jul, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fix for access problem (merge from 4.0)
-
- 02 Jul, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
Small fixes in database default charset code
-
- 30 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Portability fixes for HPUX Rename of CHECK_LOCK to IS_FREE_LOCK Apply lower_case_table_names also to databases Cleanup of describe code Don't allow \ in database names
-
- 27 Jun, 2002 2 commits
-
-
bar@gw.udmsearch.izhnet.ru authored
if the current db is being altered
-
bar@gw.udmsearch.izhnet.ru authored
-
- 24 Jun, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
CREATE DATABASE dbname DEFAULT CHARACTERSET=latin1
-
- 21 Jun, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 27 May, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Remove end space from ENUM and SET strings
-
- 15 May, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Read a manual for more detail
-
- 14 May, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
-
Sinisa@sinisa.nasamreza.org authored
-
- 22 Mar, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 12 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 14 Feb, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Try to make sure DROP DATABASE does not cause a deadlock because we now let InnoDB wait MySQL does not have open handles to tables we drop
-
- 21 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed data corruption bug in query cache. Made queries be dependent of the database in use.
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 02 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Remove some warnings
-