Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-5303 rpm post-inst scriptlet creates mysql user with a valid shell | Sergei Golubchik | 2013-11-20 | 1 | -2/+2 |
| | | | | create mysql user with /sbin/nologin shell | ||||
* | Fixed compiler errors and warnings | Michael Widenius | 2013-12-02 | 1 | -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' with | Sergey Vojtovich | 2013-11-18 | 1 | -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 merge | Sergei Golubchik | 2013-11-19 | 1 | -10/+27 |
|\ | | | | | | | (some patches reverted, test case added) | ||||
| * | Reverted the changes to spec file, updated the logic to get the correct ↵ | Balasubramanian Kandasamy | 2013-09-09 | 1 | -3/+3 |
| | | | | | | | | count of PID files | ||||
| * | Fix to ignore mysqld_safe.pid | Balasubramanian Kandasamy | 2013-08-30 | 1 | -2/+2 |
| | | |||||
| * | Corrected the PID_FILE_PATT manipulation | Balasubramanian Kandasamy | 2013-08-30 | 1 | -2/+2 |
| | | |||||
| * | Fix for Bug#17377159, ignore mysqld_safe.pid file created by mysqld_safe script | Balasubramanian Kandasamy | 2013-08-29 | 1 | -2/+5 |
| | | |||||
| * | Corrected Date in the changelog | Balasubramanian Kandasamy | 2013-08-22 | 1 | -1/+1 |
| | | |||||
| * | Removed bugnumber from the changelog and updated description | Balasubramanian Kandasamy | 2013-08-22 | 1 | -2/+2 |
| | | |||||
| * | Reverted Release version | Balasubramanian Kandasamy | 2013-08-20 | 1 | -1/+1 |
| | | |||||
| * | dummy commit | Balasubramanian Kandasamy | 2013-08-16 | 1 | -0/+1 |
| | | |||||
| * | Added fix Provides for Bug#17211588 | Balasubramanian Kandasamy | 2013-08-16 | 1 | -9/+22 |
| | | |||||
* | | MDEV-5030 RPM installation not running mysql_install_db if datadir exists | Sergei Golubchik | 2013-11-11 | 1 | -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 Golubchik | 2013-09-10 | 2 | -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 deb | Sergei Golubchik | 2013-09-10 | 1 | -3/+3 |
| | | | |||||
| * | | remove PBXT | Sergei Golubchik | 2013-08-30 | 1 | -14/+0 |
| | | | |||||
* | | | mysql-5.5.33 merge | Sergei Golubchik | 2013-09-06 | 2 | -85/+50 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Updated spec file for Bug#17080138 | Balasubramanian Kandasamy | 2013-07-10 | 1 | -2/+12 |
| | | |||||
| * | Updated copyright year in the spec file | Balasubramanian Kandasamy | 2013-06-27 | 1 | -1/+1 |
| | | |||||
| * | - Spec file cleanup for 5.5.33 release to resolve rpm dependencies bugs | Balasubramanian Kandasamy | 2013-06-27 | 1 | -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 release | Balasubramanian Kandasamy | 2013-06-26 | 1 | -88/+42 |
| | | |||||
| * | Bug#16729109: FIX COMPILATION WARNINGS WITH GCC 4.8 | Tor Didriksen | 2013-06-14 | 1 | -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 merge | Sergei Golubchik | 2013-07-16 | 17 | -22/+27 |
|\ \ | |||||
| * | | Updated copyright year information | Balasubramanian Kandasamy | 2013-05-13 | 1 | -1/+1 |
| | | | |||||
| * | | Adding fix for Bug#16798868 | Balasubramanian Kandasamy | 2013-05-13 | 1 | -0/+29 |
| | | | |||||
| * | | Updated spec file for Bug16488773 | Balasubramanian Kandasamy | 2013-05-06 | 1 | -30/+0 |
| |/ | |||||
| * | Merge from mysql-5.5.31-release | unknown | 2013-04-18 | 2 | -58/+125 |
| |\ | |||||
| * \ | Merging the changes for Bug 16633169 - MYSQL.INFO CONTAINS OUTDATED INFORMATION. | Murthy Narkedimilli | 2013-04-16 | 1 | -2/+1 |
| |\ \ | |||||
| | * | | Bug 16633169 - MYSQL.INFO CONTAINS OUTDATED INFORMATION. | Murthy Narkedimilli | 2013-04-16 | 1 | -2/+1 |
| | | | | |||||
| * | | | local merge. | Nirbhay Choubey | 2013-04-09 | 1 | -1/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | Backporting patch for bug#15852074. | Nirbhay Choubey | 2013-04-09 | 1 | -1/+7 |
| | | | | |||||
| | * | | Correcting the permissions of executable files. | Murthy Narkedimilli | 2013-03-20 | 4 | -0/+0 |
| | | | | |||||
| | * | | Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER | Murthy Narkedimilli | 2013-03-19 | 18 | -24/+24 |
| | | | | |||||
| | * | | Updated/added copyright headers. | Murthy Narkedimilli | 2013-02-25 | 4 | -4/+4 |
| | | | | |||||
| | * | | Spec file change to work around cast ulonglong -> int. | Joerg Bruehe | 2012-09-11 | 1 | -1/+6 |
| | | | | |||||
| * | | | Correcting the permissions of the executable files. | Murthy Narkedimilli | 2013-03-20 | 4 | -0/+0 |
| | | | | |||||
| * | | | Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER | Murthy Narkedimilli | 2013-03-19 | 16 | -20/+20 |
| | | | | |||||
* | | | | - Solaris fixes: | Michael Widenius | 2013-05-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed that wait_timeout_func and wait_timeout tests works on solaris - We have to compile without NO_ALARM on Solaris as Solaris doesn't support timeouts on sockets with setsockopt(.. SO_RCVTIMEO). - Fixed that compile-solaris-amd64-debug works (before that we got a wrong ELF class: ELFCLASS64 on linkage) - Fixed some compiler warnings - Fixed some failing tests BUILD/compile-solaris-amd64-debug: Fixed that compile-solaris-amd64-debug works (before that we got a wrong ELF class: ELFCLASS64 on linkage) configure.cmake: We have to compile without NO_ALARM on Solaris as Solaris doesn't support timeouts on sockets with setsockopt(.. SO_RCVTIMEO) mysql-test/suite/parts/t/partition_basic_innodb.test: Mark test as big test (as otherwise we get timeout on our opensolaris machine in buildbot) mysql-test/suite/rpl/t/rpl_cant_read_event_incident.test: Remove warning | ||||
* | | | | mysql-5.5.31 merge | Sergei Golubchik | 2013-05-07 | 2 | -58/+125 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Reverted MySQL Release Engineering mail address | Balasubramanian Kandasamy | 2013-03-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Added SuSE RPM Build fix | Balasubramanian Kandasamy | 2013-03-21 | 1 | -52/+106 |
| | | | | |||||
| * | | | Added fix for Bug#16445097 | Balasubramanian Kandasamy | 2013-03-06 | 1 | -6/+19 |
| |\ \ \ | |||||
| | * | | | Added fix for Bug#16445097 | Balasubramanian Kandasamy | 2013-03-06 | 1 | -6/+19 |
| | | | | | |||||
| * | | | | Updated Code for Bug#16235828 and Bug#16298542 | Balasubramanian Kandasamy | 2013-03-05 | 2 | -27/+27 |
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | | |||||
| | * | | Updated Code for Bug#16235828 | Balasubramanian Kandasamy | 2013-03-05 | 1 | -6/+9 |
| | | | | |||||
| | * | | Updated mysql.spec.sh file for br16298542 | unknown | 2013-03-01 | 2 | -13/+8 |
| | | | | |||||
| | * | | Updated release number in mysql.spec.sh file for br16298542 | unknown | 2013-02-28 | 1 | -1/+1 |
| | | | | |||||
| | * | | Updated mysql.spec.sh file for br16298542 | unknown | 2013-02-28 | 1 | -8/+10 |
| |/ / | |||||
* | | | MDEV-4068 rpm scriptlet chown command dangerous | Sergei Golubchik | 2013-03-06 | 1 | -13/+18 |
| | | | | | | | | | | | | | | | add --mysqld option to my_print_defaults change server-postin script to use that |