6729 Commits (9f00950d2ad9be5533e66a5fa87a795a9574585f)

Author SHA1 Message Date
Nirbhay Choubey 9f00950d2a MDEV-7631 : Invalid WSREP_SST rows appear in mysqld-bin.index file 11 years ago
Sergei Golubchik 985e430c0f after-merge fixes 11 years ago
Sergei Golubchik 2a0f086728 don't scream when auto-selected IPv6 is not available 11 years ago
Kristian Nielsen e5f1e841dc MDEV-8147: Assertion `m_lock_type == 2' failed in handler::ha_close() during parallel replication 11 years ago
Nirbhay Choubey 9eff9ed5c5 MDEV-8208 : Sporadic SEGFAULT on startup 11 years ago
Teemu Ollakka 0f405f216e refs #6 fixed compilation errors with -DWITH_DEBUG=1, removed unwanted files 11 years ago
Sergei Golubchik ef1eb9c6c0 SSL: Verbosely report SSL initialization errors 11 years ago
Sergei Golubchik e6d918cacb init_status_vars() was not invoked for embedded 11 years ago
Sergei Golubchik 91f8931e45 reformat long strings 11 years ago
Sergei Golubchik f632b51d99 MDEV-7987 Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root! 11 years ago
Sergei Golubchik fbab0685a7 post-merge changes, fixes, and tests 11 years ago
Sergei Golubchik f8320210e7 MDEV-7126 replication slave - deadlock in terminate_slave_thread with stop slave and show variables of replication filters and show global status 11 years ago
Nirbhay Choubey 6a204546ef MDEV-7798: mysql.server init script can't stop mysqld when WSREP is turned off 11 years ago
Jon Olav Hauglid c7581bb5a1 Bug#20730053: BACKPORT BUG#19770858 TO 5.1 11 years ago
Sergey Vojtovich 6f9e33ecb0 MDEV-7273 - 10.1 fails to start up during tc_log initializations on PPC64 11 years ago
Nirbhay Choubey a174aaed75 cleanup: remove unused THD::COND_wsrep_thd 11 years ago
Nirbhay Choubey 1e6f46d78f cleanup: remove unused THD::COND_wsrep_thd 11 years ago
Praveenkumar.Hulakund ddd275bde7 Bug#20052694 - FAILED RESTARTS CONTAIN NO VERSION DETAILS. 11 years ago
Sergei Golubchik 919443f7a5 MDEV-5679 MariaDB holds stdin open after startup as mysqld 11 years ago
Michael Widenius 32be7dffbe Return to original stage after mysql_lock_tables 11 years ago
Sergei Golubchik ea04a8cfda MDEV-6805 one can set character_set_client to utf32 11 years ago
Nirbhay Choubey 6f65d2d114 MDEV-6924 : Server crashed on CREATE TABLE ... SELECT 11 years ago
Nirbhay Choubey c68e73b53f MDEV-6924 : Server crashed on CREATE TABLE ... SELECT 11 years ago
Kristian Nielsen a98a034c5e MDEV-7102: Incorrect PSI_stage_info message in SHOW PROCESSLIST during parallel replication 11 years ago
Nirbhay Choubey 542968cf0a bzr merge -r4015..4026 codership/5.5 11 years ago
Sergei Golubchik d3677c872f jemalloc compatibility 11 years ago
Sergei Golubchik 11242006ad MDEV-6461 mysqld should not trap SIGTSTP if running with --gdb/--debug-gdb 11 years ago
Nirbhay Choubey 9a57de86be bzr merge -r4123..4144 codership/5.6 11 years ago
Michael Widenius 70823e1d91 MDEV-5120 Test suite test maria-no-logging fails 11 years ago
Nirbhay Choubey 4538665a63 MDEV-6740 : Galera crash in rpl_sql_thread_info/cached_charset_compare 11 years ago
Nirbhay Choubey ac2a2f3453 MDEV-6659: mysqld --help --verbose initializes wsrep 11 years ago
Michael Widenius e36d6f03a4 Don't use LOCK_status for the duration of SHOW STATUS because of possible lookups. 11 years ago
Nirbhay Choubey f3e95caacd MDEV-6699 : wsrep_node_name not automatically set to hostname 11 years ago
Nirbhay Choubey 140fd7adbd MDEV-6699 : wsrep_node_name not automatically set to hostname 11 years ago
Nirbhay Choubey 47fcca0ffc MDEV-6667 : Improved handling of wsrep-new-cluster option 11 years ago
Jan Lindström f99f573dc7 MDEV-6656: Test wsrep.variables hangs 11 years ago
Nirbhay Choubey 4cccd57849 MDEV-6659: mysqld --help --verbose initializes wsrep 11 years ago
Nirbhay Choubey 857abf1481 bzr merge -r4104..4120 codership/5.6/ 11 years ago
Sergei Golubchik 627caa30b6 fix the error message when getaddrinfo() fails. on windows "*" doesn't mean "any address" 11 years ago
Sergei Golubchik ef2bf18706 MDEV-4379 expand MariaDB dual-stack support 11 years ago
Sergei Golubchik 6145e167f3 remove unused OPT_xxx values from mysqld.cc and the related dead code 11 years ago
Sergei Golubchik a40be4cc6e fix failures in embedded tests 11 years ago
Sergei Golubchik a6071cc596 MDEV-6082 Assertion `0' fails in TC_LOG_DUMMY::log_and_order on DML after installing TokuDB at runtime on server with disabled InnoDB 11 years ago
Michael Widenius f0f2072d1f Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 12 years ago
Michael Widenius ff205b25d5 Fixed assert in perfschema/pfs.cc::start_idle_wait_v1 when using performance schema and big packets in debug version. 12 years ago
Nirbhay Choubey dc377fcbc0 Merge of patch for MDEV-6411 from maria-5.5-galera. 12 years ago
Nirbhay Choubey 40bfd20180 MDEV#6411 - Setting set @@global_wsrep_sst_auth=NULL 12 years ago
Kristian Nielsen 98fc5b3af8 MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replication causing replication to fail. 12 years ago
Arun Kuruvila 8a4ec676ed Bug#17873011 NO DEPRECATION WARNING FOR THREAD_CONCURRENCY 12 years ago
Arun Kuruvila cf50d1e6d6 Bug#17873011 NO DEPRECATION WARNING FOR THREAD_CONCURRENCY 12 years ago