summaryrefslogtreecommitdiff
path: root/support-files
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ \ \ \ | |/ / / /
| * | | | 5.5 mergeSergei Golubchik2013-12-152-2/+7
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | 5.5 mergeSergei Golubchik2013-11-232-16/+36
| |\ \ \ \ | | |/ / /
| | * | | 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
| | | | |
* | | | | 10.0-base mergeSergei Golubchik2013-11-131-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | 5.5. mergeSergei Golubchik2013-11-131-1/+1
| |\ \ \ \ | | |/ / /
| | * | | 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 10.0-base -> 10.0Sergey Petrunya2013-10-161-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-3798: [SHOW] EXPLAIN UPDATE/DELETESergey Petrunya2013-10-151-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | - Merge with 10.0-base
| | * \ \ \ [SHOW] EXPLAIN UPDATE/DELETE, code re-structuringSergey Petrunya2013-08-241-1/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | - Merge with current 10.0-base
| | | * \ \ \ [SHOW] EXPLAIN UPDATE/DELETE, code re-structuringSergey Petrunya2013-06-271-1/+1
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Merge with 10.0-base
| | | | * | | | SHOW EXPLAIN UPDATE/DELETESergey Petrunya2013-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce "Query Plan Footprints" (abbrev. QPFs) QPF is a part of query plan that is 1. sufficient to produce EXPLAIN output, 2. can be used to produce EXPLAIN output even after its subquery/union was executed and deleted 3. is cheap to save so that we can always save query plans - This patch doesn't fully address #2, we make/save strings for a number of EXPLAIN's columns. This will be fixed.
* | | | | | | | update /etc/my.cnf.d/server.cnf to say 10.0, not 5.5Sergei Golubchik2013-09-251-7/+5
|/ / / / / / /
* | | | | | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-184-102/+53
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | 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.
* | | | | | 5.5 mergeSergei Golubchik2013-07-1717-22/+27
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | mysql-5.5.32 mergeSergei Golubchik2013-07-1617-22/+27
| |\ \ \ \
| | * | | | Updated copyright year informationBalasubramanian Kandasamy2013-05-131-1/+1
| | | | | |