An error occurred fetching the project authors.
- 09 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 07 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed test suite for HPUX 10.20 and MacOSX
-
- 25 Dec, 2002 1 commit
-
-
ram@mysql.r18.ru authored
to the start of mysql-test-run
-
- 06 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 05 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed 'not initialized' memory error.
-
- 02 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(This caused the DISTINCT test to fail) Removed one inline as this caused compiler problems
-
- 22 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fix for Mac OS X shutdown
-
- 05 Nov, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Some simple optimizations
-
- 29 Oct, 2002 2 commits
-
-
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)
-
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
-
- 24 Oct, 2002 1 commit
-
-
nick@mysql.com 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
-
- 23 Sep, 2002 1 commit
-
-
lenz@mysql.com authored
"--gcov" is actually passed as a command line option (to avoid failures on systems with no gcov installed)
-
- 11 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Improve mysql-test to be more robust. Fix that GRANT doesn't delete SSL options Change innobase_flush_log_at_trx_commit to uint. Don't rotate logs if we read a rotate log entry from the master.
-
- 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
-
- 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
-
- 21 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
More DBUG info for replication Better error messages from replication Fixed bug in replication code when connecting to 'localhost' (time was not released properly) Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug) Removed warning when setting an AUTO_INCREMENT field to NULL
-
- 18 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed configure problems with HPUX and openbsd SHOW SLAVE STATUS returns empty set if slave is not initialized SHOW MASTER STATUS returns empty set if binary logging is not enabled. Fixed shutdown problem on Solaris.
-
- 12 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Moved IF(test,column,NULL) code to 4.0 Changed mysys_priv.h to include my_pthread.h or my_no_pthread.h. Removed some CR's in os2 files.
-
- 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
-
- 06 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Added option --host to mysqlhotcopy
-
- 05 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Added missing mutex_unlock to slave replication code.
-
- 26 Apr, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 05 Mar, 2002 3 commits
-
-
Sinisa@sinisa.nasamreza.org authored
in 4.0.
-
monty@tik.mysql.fi authored
Fix for --enable-local-infile Portability fix for bison
-
Sinisa@sinisa.nasamreza.org authored
-
- 02 Mar, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 15 Feb, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 10 Feb, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 09 Feb, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
got LOAD DATA INFILE replication from 3.23 master to 4.0 slave to work for some reason query_cache now fails - will push anyway and document the failure if I can repeat it.
-
- 27 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
likely() and unlikely() branch prediction compiler hint macros clean-up of comments
-
- 22 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed too quick timeout in mysql-test-run which caused a race with the new server getting started before the old one completely finished shutdown. This should fix the pid warning we've been getting as well as inconsistent results when running tests with the manager
-
- 23 Dec, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Fix problem with query cache and database names
-
- 20 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix pthread_mutex_trylock on HPUX (needed for query cache).
-
- 19 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Changed 'send_file_to_server' to use less stack (Fixed replication problem on OSF1).
-
- 18 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Portability fixes. Fixed bug in mysqlbinlog when detecting binary log version
-
- 17 Dec, 2001 3 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Fixed shutdown on HPUX. Fixed bug in query cache.
-