summaryrefslogtreecommitdiff
path: root/support-files
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | 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
* | 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
| |
* | 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
| | |
* | | MDEV-5303 rpm post-inst scriptlet creates mysql user with a valid shellSergei Golubchik2013-11-201-2/+2
| | | | | | | | | | | | create mysql user with /sbin/nologin shell
* | | Fixed compiler errors and warningsMichael Widenius2013-12-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extra/jemalloc/src/ctl.c: Fixed compiler warning include/mysql/service_logger.h: Fixed compile failure with clang compiler storage/maria/ma_check.c: Fixed compiler warning support-files/compiler_warnings.supp: Suppressed warnings in jemalloc tests/bug25714.c: Fixed compiler warning
* | | MDEV-5182 - build of 10.0.4/r3863 fails @ 'cmake' withSergey Vojtovich2013-11-181-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -DINSTALL_SYSCONFDIR/-DDEFAULT_SYSCONFDIR specified The reason for a bug is in support-files/CMakeLists.txt that tries to install files in INSTALL_SYSCONF2DIR, without checking whether this variable is actually defined. Normally INSTALL_SYSCONF2DIR is always defined if INSTALL_SYSCONFDIR is defined, and support-files/CMakeLists.txt assumes that. But when one specifies INSTALL_SYSCONFDIR manually on the command line, this assumption might be broken.
* | | mysql-5.5.34 mergeSergei Golubchik2013-11-191-10/+27
|\ \ \ | |/ / | | | | | | (some patches reverted, test case added)
| * | Reverted the changes to spec file, updated the logic to get the correct ↵Balasubramanian Kandasamy2013-09-091-3/+3
| | | | | | | | | | | | count of PID files
| * | Fix to ignore mysqld_safe.pidBalasubramanian Kandasamy2013-08-301-2/+2
| | |
| * | Corrected the PID_FILE_PATT manipulationBalasubramanian Kandasamy2013-08-301-2/+2
| | |
| * | Fix for Bug#17377159, ignore mysqld_safe.pid file created by mysqld_safe scriptBalasubramanian Kandasamy2013-08-291-2/+5
| | |
| * | Corrected Date in the changelogBalasubramanian Kandasamy2013-08-221-1/+1
| | |
| * | Removed bugnumber from the changelog and updated descriptionBalasubramanian Kandasamy2013-08-221-2/+2
| | |
| * | Reverted Release versionBalasubramanian Kandasamy2013-08-201-1/+1
| | |
| * | dummy commitBalasubramanian Kandasamy2013-08-161-0/+1
| | |
| * | Added fix Provides for Bug#17211588Balasubramanian Kandasamy2013-08-161-9/+22
| | |
* | | MDEV-5030 RPM installation not running mysql_install_db if datadir existsSergei Golubchik2013-11-111-1/+1
| | | | | | | | | | | | | | | | | | before running mysql_install_db check for the existence of $datadir/mysql, not simply $datadir ($datadir might be mounted on a separate device - exists, but empty)
* | | merge with 5.5-tokudb tree. In particular:Sergei Golubchik2013-09-102-17/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add TokuDB, together with the ft-index library * cmake support, auto-detecting whether tokudb can be built * fix packaging - tokudb-engine.rpm, deb * remove PBXT * add jemalloc * the server is built with jemalloc by default even if TokuDB is not built * documentation files in RPM are installed in the correct location * support for optional deb packages (tokudb has specific build requirements) * move plugins from mariadb-server deb to appropriate debs (server/test/libmariadbclient) * correct mariadb-test.deb to be not architecture-independent * fix out-of-tree builds to never modify in-tree files * new handler::prepare_index_scan() method
| * | | introduce sysconf2dir, install tokudb.conf there, both in rpm and debSergei Golubchik2013-09-101-3/+3
| | | |
| * | | remove PBXTSergei Golubchik2013-08-301-14/+0
| | | |
* | | | mysql-5.5.33 mergeSergei Golubchik2013-09-062-85/+50
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Updated spec file for Bug#17080138Balasubramanian Kandasamy2013-07-101-2/+12
| | |
| * | Updated copyright year in the spec fileBalasubramanian Kandasamy2013-06-271-1/+1
| | |
| * | - Spec file cleanup for 5.5.33 release to resolve rpm dependencies bugsBalasubramanian Kandasamy2013-06-271-1/+1
| | | | | | | | | | | | | | | | | | Bug16785036 - RPM REQUIRES: MISSING PACKAGES ON RHEL 6 (AND PROBABLY 5) Bug 16878042 - CANNOT KEEP SEVERAL MAJOR VERSIONS OF MYSQL IN THE SAME YUM REPOSITORY
| * | Cleaned up spec file for 5.5.33 releaseBalasubramanian Kandasamy2013-06-261-88/+42
| | |
| * | Bug#16729109: FIX COMPILATION WARNINGS WITH GCC 4.8Tor Didriksen2013-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport to 5.5 (external Bug#69407 Build warnings with mysql) support-files/build-tags: Run etags on sql_yacc.yy, ignore other .yy files unittest/mysys/explain_filename-t.cc: NO_PLAN seems to fail on some platforms, use the actual number instead.
* | | mysql-5.5.32 mergeSergei Golubchik2013-07-1617-22/+27
|\ \ \
| * | | Updated copyright year informationBalasubramanian Kandasamy2013-05-131-1/+1
| | | |
| * | | Adding fix for Bug#16798868Balasubramanian Kandasamy2013-05-131-0/+29
| | | |
| * | | Updated spec file for Bug16488773Balasubramanian Kandasamy2013-05-061-30/+0
| |/ /