summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* make_win_src_distribution.sh:gweir@build.mysql.com2003-08-131-27/+52
| | | | | | Add --zip option for finer grain control over what package formats are created Bootstrap: Create both Windows source packages
* make_win_src_distribution.sh:gweir@build.mysql.com2003-08-131-2/+2
| | | | 'tools' contains intermediate files
* make_win_src_distribution.sh:gweir@build.mysql.com2003-08-131-1/+1
| | | | Adding *.txt here didn't work well-- infolist.txt is in a path containing spaces
* make_win_src_distribution.sh:gweir@build.mysql.com2003-08-131-36/+46
| | | | Clean up script, add needed modifications to generate a complete 4.0 Windows source package
* make_win_src_distribution.sh:gweir@build.mysql.com2003-08-131-2/+17
| | | | Copy some previously missed files
* - enabled embedded server in the binary distributions by defaultlenz@mysql.com2003-08-121-4/+15
| | | | | | | | | (Do-compile) - added mysql.info to the binary distribution files (BUG#1019) - heavily reworked the Do-rpm script to be more in line with Do-pkg - create a "docs" subdirectory in the binary distribution and moved the manual, ChangeLog and mysql.info file into it to unclutter the top directory
* - some fixed for make_win_src_distribution to work properlylenz@mysql.com2003-08-072-19/+18
|
* New option for Bootstrap: -w | --win-dist to create Windows source packagegreg@gcw.ath.cx2003-08-071-0/+1
|
* Copied Venu's make_win_src_distribution script from 4.1 treegreg@gcw.ath.cx2003-08-062-0/+405
|
* - try harder to obtain the FQDN with "hostname -f", if possible (BUG#897)lenz@mysql.com2003-08-061-1/+7
| | | | | | | Unfortunately the returned value of "hostname" is inconsistent on various platforms - some return the host name only, others return the FQDN by default. On Linux, one can use option "-f" to enable the output of the FQDN. Use it, if available.
* - fixed BUG#968 ("test: argument expected" error) - thanks to Alex Kiernanlenz@mysql.com2003-08-011-1/+1
| | | | for the patch
* - removed options sort_buffer and key_buffer from calls to (my)isamchklenz@mysql.com2003-07-151-4/+8
| | | | | | in mysqld_safe (commented out by default), to not override any options defined in my.cnf (thanks to Axel Schwenke from Jobpilot.de for the suggestion)
* Fix for BUG#812 guilhem@mysql.com2003-07-101-21/+49
| | | | | | "mysqlhotcopy fails to copy tables but does not indicate a failure" ("does not indicate a failure"); this is about "mysqlhotcopy fails to copy tables".
* - Fixed mysqlhotcopy to actually abort if copying the tables failed.lenz@mysql.com2003-07-081-2/+2
| | | | (BUG#812)
* mysqlhotcopy.sh:paul@teton.kitebird.com2003-07-081-5/+6
| | | | | | Undo serg's patch that used my_print_defaults, and instead simply do not define $opt{user}. This allows the script to use option files properly.
* added missing ~/.my.cnf support to mysqlhotcopy (bug #808)serg@serg.mylan2003-07-081-0/+5
|
* Fixed a compatibility bug in mysqlhotcopy between differentjani@rhols221.adsl.netsonic.fi2003-07-041-1/+5
| | | | | | versions of DBD. New mysqlhotcopy version supports both old and new DBD versions while versions elder than 1.19 support only old DBD versions.
* Added option --skip-kill-mysqld to mysqld_safe. This can be useful,jani@rhols221.adsl.netsonic.fi2003-06-141-1/+7
| | | | | | if one is running many mysqlds through mysqld_multi, for example. Without this option, on Linux one mysqld_safe process may kill other mysqlds as well, if started using the same binary and path.
* - applied patch for mysqld_safe from Christian Hammers to be able tolenz@mysql.com2003-06-121-3/+12
| | | | define a different niceness level in my.cnf (Bug #627)
* - applied patch to mysql_explain_log.sh provided by Dennis Haneylenz@mysql.com2003-06-111-3/+12
| | | | to accept --socket option (Bug #592)
* Safety fix to enable RAID in max binariesmonty@mashka.mysql.fi2003-05-131-4/+2
| | | | | Better fix for format('nan') Fix for HAVING COUNT(DISTINCT...)
* - applied patch from Tim Bunce (new --addtodest option that adds copiedlenz@mysql.com2003-05-031-9/+27
| | | | files into an already existing directory)
* - Applied patch provided by Martin Mokrejs <mmokrejs@natur.cuni.cz>lenz@mysql.com2003-04-251-121/+112
| | | | | (General code cleanup, use the GRANT statement instead of updating the privilege tables directly, added option to revoke privileges)
* - added missing dashes to parameter "open-files-limit" in mysqld_safelenz@mysql.com2003-04-151-1/+1
| | | | (bug #264)
* - applied patch from provided by Christian Hammers from Debian to be ablelenz@mysql.com2003-04-091-9/+15
| | | | to run the script even if mysqld is not up and running on upgrade
* Improve make_binary_distribution from Novell code at Monty's requestgreg@mysql.com2003-03-271-30/+25
|
* Post-4.0.12 changes from Novell: mostly NetWare-related code changes to ↵greg@mysql.com2003-03-211-28/+54
| | | | utilize new LibC
* Small fixes in mysql_tableinfo. It's only code tiny changes, does not modifyguilhem@mysql.com2003-03-141-58/+56
| | | | the output of the script.
* mergedserg@serg.mysql.com2003-03-131-2/+2
|\
| * - made test for multiple --user options more sh-compatiblelenz@mysql.com2003-03-111-2/+2
| |
* | mergemonty@narttu.mysql.fi2003-03-101-1/+6
|\ \
| * \ Merge with 3.23 to get fixes for --user and BACKUP TABLEmonty@narttu.mysql.fi2003-03-101-1/+6
| |\ \ | | |/
| | * Don't allow multiple --user options to mysqldmonty@narttu.mysql.fi2003-03-101-2/+6
| | | | | | | | | | | | (First one is used)
* | | - added missing file mysql-test/std_data/des_key_file to source and binarylenz@mysql.com2003-03-041-0/+1
|/ / | | | | | | distribution to fix a test failure in test "func_encrypt"
* | merge with 3.23 to get corrected error message files and rename of files in ↵monty@narttu.mysql.fi2003-02-261-1/+1
|\ \ | |/ | | | | mysql-test
| * change 'slave-master-info.opt' to .slave-mi to avoid problems with long ↵monty@narttu.mysql.fi2003-02-261-1/+1
| | | | | | | | filenames on some OS
* | Applied a patch which fixes a quoting problem withjani@rhols221.adsl.netsonic.fi2003-02-241-3/+16
| | | | | | | | mysql_hot_copy when --checkpoint or --record-log-pos was used.
* | Fixed multi-table-delete for InnoDB tablesmonty@mashka.mysql.fi2003-02-171-7/+11
| | | | | | | | Novell patches
* | Patch for novellmonty@mashka.mysql.fi2003-02-161-1/+1
| | | | | | | | Reverted wrong patch for mysqld_safe.sh
* | Fixed a bug in mysqld_safe, when it earlier could have removedjani@rhols221.adsl.netsonic.fi2003-02-121-2/+1
| | | | | | | | a socket from another, still living MySQL server.
* | Merge sergbook.mysql.com:/usr/home/serg/Abk/mysqlserg@sergbook.mysql.com2003-02-102-5/+10
|\ \ | |/ | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * - added word of warning about providing the password as cleartext usinglenz@mysql.com2003-02-051-3/+8
| | | | | | | | | | the --password parameter (better add it to my.cnf instead) (Thanks to Christian Hammers for the suggestion)
| * - Yves mail address does not seem to be valid anymore - changed maillenz@mysql.com2003-02-051-2/+2
| | | | | | | | | | address to report bugs to bugs@mysql.com (thanks to Christian Hammers for pointing this out) - please merge this into all other trees!
* | - fixed typo for better portability (many shells don't support the "=="lenz@mysql.com2003-01-291-1/+1
| | | | | | | | operator)
* | Only write to the error log if --log-error is specified and --console is not ↵monty@mashka.mysql.fi2003-01-281-1/+3
| | | | | | | | | | | | | | specified (On Windows --log-error is enabled by default)
* | mergemonty@mashka.mysql.fi2003-01-281-39/+103
|\ \
| * | Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-38/+102
| | | | | | | | | | | | | | | | | | | | | | | | Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
| * | Merge with 3.23.55monty@mashka.mysql.fi2003-01-251-1/+1
| |\ \ | | |/
| | * - merge relevant Do-compile changes from 4.0 treelenz@mysql.com2003-01-231-1/+1
| | | | | | | | | | | | - use "gnutar" on Mac OS X to build the binary distribution
* | | - added mysql_waitpid to the MySQL-client RPM and binary distributionslenz@mysql.com2003-01-241-1/+1
|/ / | | | | | | - renamed MySQL.rpm to MySQL-server.rpm