summaryrefslogtreecommitdiff
path: root/support-files
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.0.14 into 10.1Sergei Golubchik2014-10-153-14/+10
|\
| * Added Innobase .ic and errmsg-utf8.txt to tagged filesMichael Widenius2014-08-141-5/+2
| | | | | | | | | | | | | | | | | | | | Fixed compiler warning storage/connect/tabdos.cpp: Fixed compiler warning support-files/build-tags: Added Innobase .ic and errmsg-utf8.txt to tagged files Speed up script
| * 5.5.39 mergeSergei Golubchik2014-08-073-4/+16
| |\
| | * mysql-5.5.39 mergeSergei Golubchik2014-08-022-4/+11
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | ~40% bugfixed(*) applied ~40$ bugfixed reverted (incorrect or we're not buggy) ~20% bugfixed applied, despite us being not buggy (*) only changes in the server code, e.g. not cmakefiles
| | | * Unconditionally disable dtrace for rpm, barfs on Oracle dtraceBjorn Munch2014-07-021-1/+6
| | | |
| | | * Bug#16395459 TEST AND RESULT FILES WITH EXECUTE BITTerje Rosten2014-06-254-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug#16415173 CRLF INSTEAD OF LF IN SQL-BENCH SCRIPTS Correct perms and converts from Windows style to UNIX style line endings on some files. Fix perms on installed ini files. (MySQL 5.5 version)
| | * | MDEV-6428 [PATCH] MariaDB start script doesn't realize failure of MariaDB ↵Sergei Golubchik2014-07-261-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | startup abort the wait loop if mysqld_safe is not running
* | | | MDEV-5749 Please add a .pc file to MariaDB for easy use via pkg-configSergei Golubchik2014-10-112-0/+26
| | | |
* | | | MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)Sergei Golubchik2014-10-118-2731/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove: * NDB from everywhere * IM from mtr-v1 * packaging/rpm-oel and packaging/rpm-uln * few unused spec files * plug.in file * .bzrignore
* | | | cleanup: galera merge, simple changesSergei Golubchik2014-10-011-9/+1
| | | |
* | | | wsrep-related changes: removed some unnecessary files & minor modifications.Nirbhay Choubey2014-09-256-365/+5
| | | |
* | | | Fix typo.Jan Lindström2014-08-281-1/+1
| | | |
* | | | Rule for configure wsrep-notify was missing.Jan Lindström2014-08-281-1/+1
| | | |
* | | | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-269-4/+687
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged lp:maria/maria-10.0-galera up to revision 3879. Added a new functions to handler API to forcefully abort_transaction, producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These were added for future possiblity to add more storage engines that could use galera replication.
* | | | cmake: prefer INSTALL(PROGRAMS over INSTALL(FILESSergei Golubchik2014-06-261-11/+6
| | | |
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2014-06-131-2/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt VERSION Modified: .gitignore
| * | | 5.5.38 mergeSergei Golubchik2014-06-061-2/+1
| |\ \ \ | | |/ /
| | * | don't install ndb related .ini files, remove mysql_fix_privilege_tables.1 ↵Sergei Golubchik2014-06-011-2/+1
| | | | | | | | | | | | | | | | and mysqlman.1
* | | | set version to 10.1.0Sergei Golubchik2014-05-251-2/+2
|/ / /
* | | 5.5 mergeSergei Golubchik2014-05-0917-1/+22
|\ \ \ | |/ /
| * | Added new states to be able to better diagnose where server hangs.Michael Widenius2014-05-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Table locks now ends with state "After table lock" - Open table now ends with state "After opening tables" - All calls to close_thread_tables(), not only from mysql_execute_command(), has state "closing tables" - Added state "executing" for mysql admin commands, like CACHE INDEX, REPAIR TABLE etc. - Added state "Finding key cache" for CACHE INDEX - Added state "Filling schema table" when we generate temporary table for SHOW commands and information schema. Other things: Add limit from innobase for thread_sleep_delay. This fixed a failing tests case. Added db.opt to support-files to make 'make package' work mysql-test/suite/funcs_1/datadict/processlist_val.inc: Use new state mysql-test/suite/funcs_1/r/processlist_priv_no_prot.result: Updated test result because of new state mysql-test/suite/funcs_1/r/processlist_val_no_prot.result: Updated test result because of new state sql/CMakeLists.txt: Have option files in support-files sql/lock.cc: Added new state 'After table lock' sql/sql_admin.cc: Added state "executing" and "Sending data" for mysql admin commands, like CACHE INDEX, REPAIR TABLE etc. Added state "Finding key cache" sql/sql_base.cc: open tables now ends with state "After table lock", instead of NULL sql/sql_parse.cc: Moved state "closing tables" to close_thread_tables() sql/sql_show.cc: Added state "Filling schema table" when we generate temporary table for SHOW commands and information schema. storage/xtradb/buf/buf0buf.c: Removed compiler warning storage/xtradb/handler/ha_innodb.cc: Add limit from innobase for thread_sleep_delay. This fixed a failing tests case. support-files/db.opt: cmakes needs this to create data/test directory
| * | MDEV-5068 import file from init scriptSergei Golubchik2014-04-101-0/+5
| | |
| * | MDEV-5986 MariaDB upgrade on CentOS 6 fails due to sed errorSergei Golubchik2014-04-071-1/+1
| | | | | | | | | | | | typo in the rpm server prein scriptlet
| * | mysql-5.5.37 selective mergeSergei Golubchik2014-03-2714-0/+14
| |\ \ | | |/
| | * Updated/added copyright header. Added line "use is subject to license terms" Murthy Narkedimilli2014-02-1715-0/+15
| | | | | | | | | | | | | | | to copyright header.
* | | 5.5 mergeSergei Golubchik2014-03-263-4/+3
|\ \ \ | |/ /
| * | MDEV-5905: Creating tmp. memory table kills the serverMichael Widenius2014-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason was that a couple of variables that hold number of rows that was used to calculate buffers was uint and caused an overflow. Fixed by changing variables that could hold number of rows from uint to ulong and also added a cast for this test. include/heap.h: Reorder to get better alignment. Changed variables that could hold number of rows from uint to ulong mysql-test/suite/heap/heap.result: Added test case mysql-test/suite/heap/heap.test: Added test case mysql-test/suite/plugins/t/server_audit.test: Added sleep as we want to have disconnect logged before we try a new connect storage/heap/ha_heap.cc: Changed variables that could hold number of rows from uint to ulong Limit number of rows to 4G (as most of the variables that holds rows are ulong anyway) reset records_changed when key_stat_version is changed to not cause increments for every row changed storage/heap/ha_heap.h: changed records_changed to ulong as this can get big storage/heap/hp_create.c: Changed variables that could hold number of rows from uint to ulong Added cast (fixed the original bug) storage/heap/hp_delete.c: Changed variables that could hold number of rows from uint to ulong storage/heap/hp_open.c: Removed not needed cast storage/heap/hp_write.c: Changed variables that could hold number of rows from uint to ulong support-files/compiler_warnings.supp: Removed extra : from supression
| * | MDEV-5831 Upgrade from MariaDB 5.5.36 via yum failsSergei Golubchik2014-03-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Allow "rpm -q --whatprovides mysql-server" to return more than one row. (all rows should be identical though) support-files/rpm/server-prein.sh: don't use "head -1" or "uniq" to avoid introducing new dependencies. "sed" is already used in this script.
| * | MDEV-5892 Centos startup script is brokenSergei Golubchik2014-03-191-4/+1
| | | | | | | | | | | | | | | | | | | | | Don't try to be smart about --socket. Assume that if user has set up a non-standard location for a socket, she did it consistently for both a server and clients (otherwise most clients won't work anyway).
| * | Fixed buildbot issuesMichael Widenius2014-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | mysql-test/suite/rpl/t/rpl_000011-slave.opt: Renamed test case as it's slave that needs to restarted support-files/compiler_warnings.supp: Fixed bad characters in suppression
| * | Fixed some buildbot failuresMichael Widenius2014-03-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | mysql-test/suite/rpl/t/rpl_000011-master.opt: Added master.opt file to ensure that other tests don't interfere with rpl_000011 plugin/server_audit/server_audit.c: Fixed compiler error on solaris support-files/compiler_warnings.supp: Ignore warning from xtradb
* | | 10.0-base mergeSergei Golubchik2014-02-263-62/+70
|\ \ \
| * \ \ 5.5 mergeSergei Golubchik2014-02-253-62/+70
| |\ \ \ | | |/ /
| | * | MDEV-5580 /etc/init.d/mysql exits too earlySergei Golubchik2014-02-171-59/+66
| | | | | | | | | | | | | | | | Wait until the server starts accepting connections, not until the pid file appears
| | * | MDEV-5579 rpm postun scriptlet leaks exit code to rpmSergei Golubchik2014-02-171-2/+3
| | | |
| | * | MySQL-5.5.36 mergeSergei Golubchik2014-02-171-1/+1
| | |\ \ | | | |/ | | | | | | | | (without few incorrect bugfixes and with 1250 files where only a copyright year was changed)
| | | * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
| | | |
* | | | Fixed errors and warnings found by buildbotMichael Widenius2014-02-061-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql-test/r/lowercase_table2.result: Updated result (The change happend because we don't try to open the table anymore as part of create table) mysql-test/suite/rpl/r/create_or_replace_mix.result: Fixed result file mysql-test/suite/rpl/r/create_or_replace_row.result: Fixed result file mysql-test/suite/rpl/r/create_or_replace_statement.result: Fixed result file mysql-test/suite/rpl/t/create_or_replace.inc: Drop open temporary table mysys/my_delete.c: Added missing newline plugin/metadata_lock_info/mysql-test/metadata_lock_info/r/user_lock.result: Fixed result (Lock names was before off by one. Was corrected by my previous patch) sql/sql_select.cc: Fixed compiler warnings by adding missing casts storage/connect/ha_connect.cc: Fixed compiler warnings storage/innobase/os/os0file.cc: Fixed compiler warnings storage/xtradb/btr/btr0btr.cc: Fixed compiler warnings storage/xtradb/handler/ha_innodb.cc: removed not used function strings/ctype-uca.c: Fixed compiler warnings support-files/compiler_warnings.supp: Added suppression for warnings that are wrong or are not serious andthat we don't plan to fix.
* | | | 10.0-base mergeSergei Golubchik2014-02-031-0/+5
|\ \ \ \ | |/ / /
| * | | 5.5 mergeSergei Golubchik2014-02-011-0/+5
| |\ \ \ | | |/ /
| | * | MySQL-5.5.35 mergeSergei Golubchik2014-01-221-0/+5
| | |\ \ | | | |/
| | | * Merge 5.1 => 5.5Balasubramanian Kandasamy2013-10-301-0/+5
| | | |\
| | | | * Removed non gpl file docs/mysql.info from community packagesBalasubramanian Kandasamy2013-10-301-0/+5
| | | | |
| | | | * Reverted the changes to spec file to ignore mysqld_safe.pid file, updated ↵Balasubramanian Kandasamy2013-09-091-3/+3
| | | | | | | | | | | | | | | | | | | | the logic to get the correct count of PID files
| | | | * Committing patch from venkata.sidagam@oracle.com for Bug#16776528 Hery Ramilison2013-09-091-1/+1
| | | | |
| | | | * Fixing sles11 build that /usr/lib/mysql/plugin is not owned by a packageHery Ramilison2013-09-031-0/+1
| | | | |
| | | | * Fix to ignore mysqld_safe.pidBalasubramanian Kandasamy2013-08-301-2/+2
| | | | |
| | | | * Fix for Bug#17377159, ignore mysqld_safe.pid file created by mysqld_safe scriptBalasubramanian Kandasamy2013-08-291-1/+4
| | | | |
| | | | * Updated spec file to ignore upgrade error messageBalasubramanian Kandasamy2013-05-071-7/+10
| | | | |
* | | | | 10.0-base mergeSergei Golubchik2013-12-164-18/+43
|\ \ \ \ \ | |/ / / /