summaryrefslogtreecommitdiff
path: root/sql/repl_failsafe.h
Commit message (Collapse)AuthorAgeFilesLines
* Patch to eliminate warnings in mysql-next-mr-bugteam.Mats Kindahl2010-01-251-1/+1
|
* WL#2360 Performance schemaMarc Alff2010-01-061-3/+3
| | | | Part IV: sql instrumentation
* WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug#16565 mysqld --help --verbose does not order variablesBug#20413 sql_slave_skip_counter is not shown in show variables Bug#20415 Output of mysqld --help --verbose is incomplete Bug#25430 variable not found in SELECT @@global.ft_max_word_len; Bug#32902 plugin variables don't know their names Bug#34599 MySQLD Option and Variable Reference need to be consistent in formatting! Bug#34829 No default value for variable and setting default does not raise error Bug#34834 ? Is accepted as a valid sql mode Bug#34878 Few variables have default value according to documentation but error occurs Bug#34883 ft_boolean_syntax cant be assigned from user variable to global var. Bug#37187 `INFORMATION_SCHEMA`.`GLOBAL_VARIABLES`: inconsistent status Bug#40988 log_output_basic.test succeeded though syntactically false. Bug#41010 enum-style command-line options are not honoured (maria.maria-recover fails) Bug#42103 Setting key_buffer_size to a negative value may lead to very large allocations Bug#44691 Some plugins configured as MYSQL_PLUGIN_MANDATORY in can be disabled Bug#44797 plugins w/o command-line options have no disabling option in --help Bug#46314 string system variables don't support expressions Bug#46470 sys_vars.max_binlog_cache_size_basic_32 is broken Bug#46586 When using the plugin interface the type "set" for options caused a crash. Bug#47212 Crash in DBUG_PRINT in mysqltest.cc when trying to print octal number Bug#48758 mysqltest crashes on sys_vars.collation_server_basic in gcov builds Bug#49417 some complaints about mysqld --help --verbose output Bug#49540 DEFAULT value of binlog_format isn't the default value Bug#49640 ambiguous option '--skip-skip-myisam' (double skip prefix) Bug#49644 init_connect and \0 Bug#49645 init_slave and multi-byte characters Bug#49646 mysql --show-warnings crashes when server dies
* WL#5016: Fix header file include guardsMats Kindahl2009-09-231-0/+4
| | | | Adding header include file guards to files that are missing such.
* Renaming MASTER_INFO to Master_info in order to follow the codingmats@kindahl-laptop.dnsalias.net2007-08-161-2/+2
| | | | standards (and help Doxygen generating good documentation).
* my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | | Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | Changed header to GPL version 2 only
* pthread_handler_decl() changed to be ctags-friendlyserg@serg.mylan2005-10-081-1/+1
| | | | (and contain extern "C" when necessary)
* mergebell@sanja.is.com.ua2004-11-121-3/+3
|\
| * errors without code removedbell@sanja.is.com.ua2004-10-201-3/+3
| | | | | | | | | | | | net_printf/send_error calls replaced by my_error family functions -1/1 (sent/unsent) error reporting removed (WL#2133)
* | Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-061-3/+16
|\ \ | |/ |/| | | | | | | | | Noteworthy: - New HANDLER code - New multi-update-grant-check code - Table lock code in ha_innodb.cc was not applied
| * Updating the headers on a few files to include GPL header.brian@brian-akers-computer.local2004-09-081-0/+16
| |
* | Merge with 4.0monty@narttu.mysql.fi2003-03-161-1/+1
|\ \ | |/
| * Clearer error message when one forgot to grant REPLICATION SLAVE :guilhem@mysql.com2003-03-081-1/+1
| | | | | | | | | | | | | | | | | | now we'll have something like this : 030308 18:46:58 Slave I/O thread: connected to master 'gb@localhost:3306', replication started in log 'FIRST' at position 4 030308 18:46:58 While trying to obtain the list of slaves from the master 'localhost:3306', user 'gb' got the following error: 'Access denied. You need the REPLICATION SLAVE privilege for this operation' 030308 18:46:58 Slave I/O thread exiting, read up to log 'FIRST', position 4 instead of "Error updating slave list: Query error". This fixes bug #80.
* | SCRUMhf@deer.mysql.r18.ru2003-01-151-2/+2
| | | | | | | | embedded library trimming
* | Big purge about embedded library (scrum)hf@deer.mysql.r18.ru2002-12-161-0/+2
|/
* New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-1/+0
| | | | | | | | | | | | | 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
* work to enable reading 3.23 logs - not yet finishedsasha@mysql.sashanet.com2001-11-101-0/+16
| | | | | moved fail-safe replication routines from sql_repl.cc to repl_failsafe.cc write start event only in the first log
* cleanupsasha@mysql.sashanet.com2001-10-231-0/+6
| | | | | | removal of duplicate code in mf_iocache.cc work on failsafe replication work on SEQ_READ_APPEND io cache
* fixes for mysql-test to run without managersasha@mysql.sashanet.com2001-10-111-1/+4
| | | | a bit more work on failsafe replication
* got the last changeset to compile/runsasha@mysql.sashanet.com2001-10-101-1/+1
| | | | | mysqltest can run without connecting to the manager for tests that do not require manager operations
* Added rpl_status. This is a midway commit to be able to pull so I can save sasha@mysql.sashanet.com2001-10-091-0/+13
myself a run of compile-pentium-debug. I have not even tried to compile the new code