summaryrefslogtreecommitdiff
path: root/support-files
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-4068 rpm scriptlet chown command dangerousSergei Golubchik2013-03-061-13/+18
| | | | | add --mysqld option to my_print_defaults change server-postin script to use that
* merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-281-1/+0
|\
| * Removed Conflicts: mysql-libs mysql-libs-advanced from spec fileBalasubramanian Kandasamy2013-01-161-1/+0
| |
* | mysql-5.5.29 mergeSergei Golubchik2013-01-151-13/+28
|\ \ | |/
| * Spec file: Declare conflicts with the ULN RPMs.Joerg Bruehe2012-07-261-12/+18
| |
| * Spec file: transfer the 'runselftest' macro to a work tree.Joerg Bruehe2012-07-261-0/+28
| |
| * Spec file polishing: Handle 'MySQL-*' and 'mysql-*', part 1Joerg Bruehe2012-07-261-0/+5
| |
| * Merge 5.5.27 into the tree for ULN RPMs.Joerg Bruehe2012-07-251-1/+1
| |\
| * | Still work on getting the "SPECIFIC-ULN/" files into the build.Joerg Bruehe2012-06-121-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | "INSTALL" was wrong, happens too late, but "CONFIGURE_FILES(... COPYONLY)" should hopefully do it. Traditional RPMs need to be checked, the above might fix their issues.
| * | Protect traditional RPMs that "SPECIFIC-ULN/" will not break their packaging.Joerg Bruehe2012-06-111-1/+8
| | |
* | | Buildbot fixes and cleanups:Michael Widenius2013-01-111-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added --verbose to BUILD scripts to get make to write out compile commands. - Detect if AM_EXTRA_MAKEFLAGS=VERBOSE=1 was used with build scripts. - Don't write warnings about replication variables when doing bootstrap. - Fixed that mysql_cond_wait() and mysql_cond_timedwait() will report original source file in case of errors. - Ignore some compiler warnings BUILD/FINISH.sh: Detect if AM_EXTRA_MAKEFLAGS=VERBOSE=1 or --verbose was used BUILD/SETUP.sh: Added --verbose to print out the full compile lines Updated help message client/mysqltest.cc: Fixed that one can use 'replace' with cat_file cmake/configure.pl: If --verbose is used, get make to write out compile commands debian/dist/Debian/rules: Added $AM_EXTRA_MAKEFLAGS to get VERBOSE=1 on buildbot builds debian/dist/Ubuntu/rules: Added $AM_EXTRA_MAKEFLAGS to get VERBOSE=1 on buildbot builds include/my_pthread.h: Made set_timespec_time_nsec() more portable. include/mysql/psi/mysql_thread.h: Fixed that mysql_cond_wait() and mysql_cond_timedwait() will report original source file in case of errors. mysql-test/suite/innodb/r/auto_increment_dup.result: Fixed wrong DBUG_SYNC mysql-test/suite/innodb/t/auto_increment_dup.test: Fixed wrong DBUG_SYNC mysql-test/suite/perfschema/include/upgrade_check.inc: Make test more portable for changes in *.sql files mysql-test/suite/perfschema/r/pfs_upgrade.result: Updated test results mysql-test/valgrind.supp: Ignore running Aria checkpoint thread scripts/mysqlaccess.sh: Changed reference of bugs database Ensure that also client-server group is read. sql/handler.cc: Added missing syncpoint sql/mysqld.cc: Don't write warnings about replication variables when doing bootstrap sql/mysqld.h: Don't write warnings about replication variables when doing bootstrap sql/rpl_rli.cc: Don't write warnings about replication variables when doing bootstrap sql/sql_insert.cc: Don't mask SERVER_SHUTDOWN in insert_delayed This is done to be able to distingush between shutdown and interrupt errors support-files/compiler_warnings.supp: Ignore some compiler warnings in xtradb,innobase, oqgraph, yassl, string3.h
* | | Fixed some compiler warningsMichael Widenius2012-12-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | client/mysqldump.c: Removed compiler warning extra/yassl/taocrypt/include/pwdbased.hpp: Removed compiler warning (iterations is always unsigned) support-files/compiler_warnings.supp: Ignore warnings from groff
* | | mysql-5.5.28Sergei Golubchik2012-10-161-0/+28
|\ \ \
| * | | Fix bug#14318456 SPEC FILE DOES NOT RUN THE TEST SUITE DURING RPM BUILDJoerg Bruehe2012-07-241-0/+28
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a macro "runselftest" to the spec file for RPM builds. If its value is 1 (the default), the test suite will be run during the RPM build. To prevent that, add this to the rpmbuild command line: --define "runselftest 0" Failures of the test suite will NOT make the RPM build fail! support-files/mysql.spec.sh: Add the "runselftest" macro following the model provided by RedHat. This code is similar to what we plan to use for ULN RPMs.
* | | MDEV-3796 various RPM problemsSergei Golubchik2012-10-051-22/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cmake/cpack_rpm.cmake: * mark all cnf files with %config(noreplace) * add the forgotten postun script sql/sys_vars.cc: 0 for a string variable means "no default. But datadir has the default value. support-files/rpm/server-postin.sh: * use mysqld --help to determine the correct datadir in the presence of my.cnf files (better than my_print_defaults, because it considers the correct group set). * Only create users, and chown/chmod if it's a fresh install, not an upgrade. * only run mysql_install_db if datadir does not exist
* | | Ensure we don't assert with debug binaries if SHOW INNODB STATUS returns ↵Michael Widenius2012-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with an error. sql/handler.cc: SHOW INNODB STATUS sometimes returns 0 even if it has generated an error. This code is here to catch it until InnoDB some day is fixed. storage/innobase/handler/ha_innodb.cc: Catch at least one of the possible errors from SHOW INNODB STATUS to provide a correct return code. storage/xtradb/handler/ha_innodb.cc: Catch at least one of the possible errors from SHOW INNODB STATUS to provide a correct return code. support-files/my-huge.cnf.sh: Fixed typo
* | | Fix incorrect regexp in warning suppression patternunknown2012-08-171-1/+1
| | |
* | | Fixed compiler warningsMichael Widenius2012-08-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed error in test that caused following tests to fail extra/yassl/taocrypt/src/dsa.cpp: Fixed compiler warning by adding cast mysql-test/suite/rpl/t/rpl_start_slave_deadlock_sys_vars.test: We have to first test for have_debug_sync to not start master wrongly plugin/auth_pam/auth_pam.c: Fixed compiler warning sql/sys_vars.h: Fixed compiler warning (Sys_var_max_user_conn is now signed) support-files/compiler_warnings.supp: Don't give warnings for auth_pam.c (Tried to fix it by changing the code, but could not find an easy way to do that on solaris)
* | | merge with MySQL 5.5.27Sergei Golubchik2012-08-091-1/+1
|\ \ \ | |/ / | | | | | | manually checked every change, reverted incorrect or stupid changes.
| * | Backport SuSE 11 fix to RPM spec fileBjorn Munch2012-06-081-1/+1
| |/
* | commentsSergei Golubchik2012-06-151-3/+6
| |
* | MDEV-295 Do NOT start mysql when installing MariaDB rpmsSergei Golubchik2012-05-254-23/+15
| | | | | | | | but restart it on upgrade, if it was already running
* | create a new MariaDB-common.rpm that contains files needed both by the ↵Sergei Golubchik2012-05-259-0/+82
| | | | | | | | | | | | | | | | client and the server. use my.cnf includes to split one big my.cnf file in server and client parts. remove "Provides: mysql-libs" (doesn't help on CentOS 6)
* | Building RPMs with CPackSergei Golubchik2012-05-225-1/+184
| | | | | | | | configure with cmake -DRPM=distro
* | mysql 5.5.23 mergeSergei Golubchik2012-04-101-1/+8
|\ \ | |/
| * Merged some fixes from 7.2 release branchesBjorn Munch2012-03-221-1/+8
| |
* | mysql-5.5 mergeSergei Golubchik2012-01-161-2/+5
|\ \ | |/
| * Merge the changes of 5.5.17 back into main 5.5Joerg Bruehe2011-10-191-2/+5
| |\
| | * Fix the spec file: Files must not be mentioned twice in a "%files" list.Joerg Bruehe2011-09-281-2/+5
| | |
* | | 5.3 mergeSergei Golubchik2012-01-131-0/+1
|\ \ \
| * \ \ Merge with 5.2.Michael Widenius2011-12-117-33/+151
| |\ \ \ | | | | | | | | | | | | | | | no_error handling for select (used by INSERT ... SELECT) still needs to be fixed, but I will do that in a separate commit
| | * \ \ Merge with 5.1 + fixes for build failures in 5.2Michael Widenius2011-11-291-0/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cmd-line-utils/libedit/map.c: Fixed compiler warning cmd-line-utils/libedit/terminal.c: Fixed compiler warning cmd-line-utils/libedit/tty.c: Fixed compiler warning sql/sql_base.cc: Fixed memory leak found by valgrind storage/maria/compat_aliases.cc: Ensure that recover_alias is also a set storage/maria/ma_bitmap.c: Proper fix for compiler warning support-files/compiler_warnings.supp: Fixed compiler warning
| | * \ \ \ Merge with MariaDB 5.1Michael Widenius2011-11-246-33/+150
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge with MySQL 5.1.60Michael Widenius2011-11-231-22/+51
| | | |\ \ \
| | | * \ \ \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-216-11/+99
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed up copyright messages.
* | | | \ \ \ \ mysql-5.5.18 mergeSergei Golubchik2011-11-0314-108/+388
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge to main.Joerg Bruehe2011-10-041-27/+54
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Fix bug#11886309: RPM UPGRADE OF MYSQL ADVANCED GPL TO MYSQL SERVER ADVANCED ↵Joerg Bruehe2011-10-041-27/+54
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DOES NOT WORK Upmerge from 5.1 to 5.5
| | | * | | | | Fix bug#11886309: RPM UPGRADE OF MYSQL ADVANCED GPL TO MYSQL SERVER ADVANCED ↵Joerg Bruehe2011-10-041-22/+51
| | | | |_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DOES NOT WORK Change the RPM spec file so that each RPM "obsoletes" the corresponding RPMs of all (other) configurations, so a "server" RPM of any configuration can replace the "server" RPM of any other configuration on a "rpm -U".
| * | | | | | merge from 5.5.16Daniel Fischer2011-09-211-23/+11
| |\ \ \ \ \ \
| | * | | | | | add mysql_plugin man page to spec fileDaniel Fischer2011-09-081-0/+5
| | | | | | | |
| | * | | | | | Cherry-picking WL#5710 from mysql-5.5 to mysql-5.5.16-release.Alexander Nozdrin2011-08-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original revision id: # revno: 3489 [merge] # revision-id: tatjana.nuernberg@oracle.com-20110811120945-c6x9a5d2du8s9oj2 # parent: tatjana.nuernberg@oracle.com-20110811112736-so8r813hs8dmf7nr # parent: chuck.bell@oracle.com-20110810183949-2s9uxcuoux2p668e # committer: Tatjana Azundris Nuernberg <tatjana.nuernberg@oracle.com> # branch nick: 55-9 # timestamp: Thu 2011-08-11 13:09:45 +0100 # message: # auto-merge This merge revision also has a patch for Bug 12664445, which has been also taken to 5.5.16.
| | * | | | | | Source plugin library files list from cmake-generated file in RPM buildsDaniel Fischer2011-08-151-23/+5
| | | | | | | |
| * | | | | | | Update email address for Release Engineering.Jonathan Perkin2011-09-201-1/+1
| | | | | | | |
| * | | | | | | Don't use macro names in changelog comments.Jonathan Perkin2011-09-191-3/+3
| | |/ / / / / | |/| | | | |
| * | | | | | Complete support for OL/RH6.Jonathan Perkin2011-09-131-21/+26
| | | | | | |
| * | | | | | Bug #58241Joerg Bruehe2011-09-131-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please exclude make_binary_distribution from the distribution With cmake (5.5 and up), "make package" will do it, or cpack. The (generated) "scripts/make_binary_distribution" is just a wrapper around a "cpack" call, with path names set at build time. Similar, "make_win_bin_dist" is not needed any more. scripts/CMakeLists.txt: Cleanup: Append a trailing newline when generating "make_binary_distribution" (which is just a wrapper around a "cpack" call). support-files/mysql.spec.sh: "make_win_bin_dist" is removed from the sources, so its man page is gone, and it need not be removed when creating the RPMs.
| * | | | | | Fix typos in last.Jonathan Perkin2011-09-121-2/+2
| | | | | | |
| * | | | | | Add support for RHEL6 and OL6.Jonathan Perkin2011-09-121-27/+46
| | | | | | |
| * | | | | | Add the manual page for "mysql_plugin" to the server RPM.Joerg Bruehe2011-08-301-1/+6
| | | | | | |