An error occurred fetching the project authors.
- 05 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Added missing mutex_unlock to slave replication code.
-
- 27 May, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Remove end space from ENUM and SET strings
-
- 13 May, 2002 1 commit
-
-
miguel@hegel.local authored
-
- 28 Apr, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 19 Apr, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 13 Apr, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 02 Apr, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Don't use DBUG library for struct st_my_thread_var to make code less complicated.
-
- 27 Mar, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
down replication corruption
-
- 08 Mar, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 27 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
likely() and unlikely() branch prediction compiler hint macros clean-up of comments
-
- 25 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed a couple of bugs with SEQ_READ_APPEND cache rpl000016 still has non-deterministic result, but I am going to commit and push since what I have is now better than what is in the main repository
-
- 22 Jan, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 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.
-
- 09 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Added new operators to be used with gcc 3.0.x Update of query cache code. Added semaphores for Windows (not yet in use) Added pthread_mutex_trylock for windows.
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 28 Nov, 2001 1 commit
-
-
monty@bitch.mysql.fi authored
-
- 09 Nov, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed bugs in new IO_CACHE code so that the old calls work fixed shutdown bug clean-up of mysql-test-run
-
- 07 Nov, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixes for IO_CACHE need to pull Monty's fixes - this is not final, will not be pushed
-
- 03 Nov, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
portability fixes for systems with broken syscalls that do not interrupt on a signal temporary commit - will not be pushed, need to sync up
-
- 23 Oct, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
removal of duplicate code in mf_iocache.cc work on failsafe replication work on SEQ_READ_APPEND io cache
-
- 17 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Safer, a bit faster filesort. Code changes to avoid calls to current_thd() (faster code). Removed all compiler warnings from readline.
-
- 08 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
-
- 02 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
-
- 23 Sep, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
-
sasha@mysql.sashanet.com authored
added set_exec_stdout and set_exec_stderr to mysqlmanager to be able to redirect stdout and stderr added support for MY_FULL_IO to my_read, so we can tell it to read a number of bytes in as many chunks as it takes instead of one try
-
- 21 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix bug in isamlog Add argument types to function declarations.
-
- 19 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Added heap_delete_table Added HA_EXTRA_PREPARE_FOR_DELETE Added and use my_dup() for faster open of tables. Removed not working no-mix-table-type
-
- 03 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
Stop event and bugs the test suite could not catch Did some big restructuring of binlog event classes - most important change is that now each event class has exec_event method and one does not need to modify slave core code to add a new event. Slave code is now much smaller and easier to read
-
- 20 Jul, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
#ifdefed out code not used in the server from log events started on new LOAD DATA INFILE events
-
- 01 Jun, 2001 3 commits
-
-
monty@hundin.mysql.fi authored
Don't force repair of tables that are not closed properly.
-
monty@hundin.mysql.fi authored
myisamchk: Don't force a repair if the only problem was that the open count wasn't correct. Added missing error messages.
-
monty@hundin.mysql.fi authored
-
- 31 May, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
backport things from 4.0. This is safe as the functions are not used! Fixed bug in new mutex handling in InnoDB Make allow_break() and dont_break() defines.
-
- 13 May, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed bug/updated count_distinct2 test changed reset in count distinct to avoid calls to my_free()
-
- 15 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Changed errmsg -> my_errmsg (portability issue) Fixed that mysqlbinlog writes SET TIMESTAMP before all queries Fixed comments in default my.cnf files
-
- 26 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 24 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start - this is needed to recover from broken replication when the next log event(s) should just be skipped. Rotate binlogs when max_binlog_size is reached
-
- 07 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed bug when deleting keys with possible NULL values many changes to mysqltest
-
- 18 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
Remember filename for temporary files created with mkstemp Fixed wrongly allocated BDB share structure Cleanups for SunPRO
-
- 16 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
-