An error occurred fetching the project authors.
- 30 Nov, 2002 1 commit
-
-
peter@mysql.com authored
fix mysql_change_user() for old clients
-
- 24 Nov, 2002 1 commit
-
-
peter@mysql.com authored
done for merge with newer version of code.
-
- 22 Nov, 2002 2 commits
-
-
venu@myvenu.com authored
-
pem@mysql.com authored
This is required for prepared statements and stored procedures.
-
- 21 Nov, 2002 1 commit
-
-
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
-
- 14 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 13 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 11 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua 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
-
- 03 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 30 Oct, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 24 Oct, 2002 1 commit
-
-
nick@mysql.com authored
-
- 22 Oct, 2002 1 commit
-
-
nick@mysql.com authored
-
- 16 Oct, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 11 Oct, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org 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
as expected and returned default charset instead: SET @x = _koi8_ru'test'; SELECT CHARSET(@x);
-
- 26 Sep, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed bug in mysql-test/create-test-result fixed bug in union-subselect engine
-
- 19 Sep, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
windows case insensitive tables name work around
-
- 05 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT Changed fn_ext to point at first '.' after directory. FLUSH LOGS removed numerical extension for all future update logs. Fixed the mysqld --help reports right values for --datadir and --bind-address --log-binary=a.b.c now properly strips of .b.c Fix that one can DROP UDF functions that was not loaded at startup Made AND optional in REQUIRE Added REQUIRE NONE
-
- 03 Sep, 2002 2 commits
-
-
monty@mashka.mysql.fi authored
Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables. Better fix for ALTER TABLE on BDB tables.
-
bell@sanja.is.com.ua authored
new error handling Item_ref bug fixed
-
- 23 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
all free_defaults() on exit in mysql.cc; Should fix problem with SSL
-
- 22 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Changed option variables to my_bool (to avoid bugs in my_getopt()) Added new thread specific mutex LOCK_delete to be able to free LOCK_thread_count early. Changed usage of LOCK_thread_count -> LOCK_status for statistics variables
-
- 12 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
able delay_key_write as default (as it was in 4.0.2)
-
- 08 Aug, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
Make safe_mysqld a symlink to mysqld_safe in binary distribution Fixed problem with CTRL-C when using mysqld --bootstrap
-
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
-
- 01 Jul, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed bug in sum function in subselect
-
- 28 Jun, 2002 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 24 Jun, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
CREATE DATABASE dbname DEFAULT CHARACTERSET=latin1
-
- 19 Jun, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
more correct parameters in result creation script
-
- 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 1 commit
-
-
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.
-
- 07 Jun, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 05 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Added missing mutex_unlock to slave replication code.
-
- 02 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 24 May, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-