summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-08-101-0/+2
|\ | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| * disable safe-updates for mysql_fix_privilege_tablesserg@serg.mylan2004-08-101-0/+2
| |
* | - rename: EXCEPTIONS->EXCEPTIONS-CLIENTlenz@mysql.com2004-08-052-2/+2
| |
* | - More changes to include the FLOSS License Exception in thelenz@mysql.com2004-08-051-1/+1
| | | | | | | | various distributions
* | - applied the required changes to create the FOSS License exceptionlenz@mysql.com2004-08-051-1/+1
|/ | | | | file "EXCEPTIONS" and include it in the source and binary distributions
* language fixserg@serg.mylan2004-07-291-1/+1
|
* - match shared library file name suffixes on Mac OS X (.dylib)lenz@mysql.com2004-07-231-2/+4
| | | | and HP-UX (.sl) for creating "mysql-shared" packages there
* mysqlhotcopy:serg@serg.mylan2004-07-091-8/+8
| | | | | fix MYI copying with scp safer tempfile creation
* Fix to be able to cross-compile for modestomonty@mysql.com2004-06-271-0/+0
|
* Add missing .cnf files to windows installation (Bug #4216)monty@mysql.com2004-06-252-13/+21
|
* lower_case_table_names=2 (Keep case for table names) was not honoredmonty@mysql.com2004-06-231-1/+1
| | | | | with ALTER TABLE and CREATE/DROP INDEX. (Bug #3109) Make net_buffer_length visible for mysql clients (Bug #4206)
* ke it possible to use mysys functions in netware/mysql_test_run.cmonty@mysql.com2004-06-181-1/+6
| | | | Don't pass --user to mysqld if --user is not used
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-06-101-7/+1
|\ | | | | | | into mysql.com:/home/my/mysql-4.0
| * Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-06-101-7/+1
| |\ | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| | * warn about multiple mysqld --user parameters only if their arguments differserg@serg.mylan2004-06-101-7/+1
| | |
* | | After merge fixmonty@mysql.com2004-06-101-4/+5
|/ /
* | Fix for BUG#4038 "rpm postinstall script leaves files as owned by root":guilhem@mysql.com2004-06-091-1/+5
|/ | | | | | | | | | | the rpm postinstall script must call mysql_install_db with --user=mysql, and mysql_install_db must then pass this to mysqld. Otherwise, mysqld runs as root, and if you have --log-bin=somewhere_out_of_var_lib_mysql it creates binlog files owned by root in this dir, and this dir is not fixed by the 'chmod mysql', so files remain owned by root, and later mysqld (running as 'mysql') can't read them. I'm hardcoding 'mysql' in the postinstall script, but it's already hardcoded there in many places (see the useradd and chown) so it's ok.
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-05-252-26/+71
|\ | | | | | | into mysql.com:/tmp/skr99/mysql-4.0
| * Added patches from Novellmonty@mysql.com2004-05-252-26/+71
| |
* | Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'monty@mysql.com2004-05-192-12/+34
| | | | | | | | | | | | | | Ensured that all projects compile Removed compiler warnings Better setting of server_version variable. Fix that make_win_src_distribution creates the privilege tables.
* | - make sure the binaries are executable before calling them duringlenz@mysql.com2004-05-131-0/+1
|/ | | | make_binary_distribution (bug#2857)
* Portability fixesmonty@mysql.com2004-04-301-1/+1
|
* Fixed http address in some scripts (Bug #3460)monty@mysql.com2004-04-281-0/+2
| | | | | | Output TIMESTAMP in 4.1 format for 4.1 tables (or for TIMESTAMP(19)) (portability fix) Fixed that INTERVAL can handle big integers. (Bug #3498) Fixed that hostname="" works identical as hostname="%" for table/column grants (Bug #3473)
* - Merged in changes from mysqld_multi 2.6jani@rhols221.adsl.netsonic.fi2004-04-091-12/+76
| | | | | | | - Changed reading of config file so that one can use a separate config file for [mysqld_multi] also. In other words --config-file=file will read group [mysqld_multi] from this file, earlier it wouldn't have.
* merge with 3.23monty@mysql.com2004-03-251-2/+2
|\
| * protection against "ln -s /etc/passwd /tmp/failed-mysql-bugreport"serg@serg.mylan2004-03-241-2/+2
| |
* | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-03-192-7/+7
|\ \ | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| * | Portability fixesmonty@mysql.com2004-03-192-7/+7
| | | | | | | | | | | | Fixed some wrong column specifications in mysql_fix_privilege_tables
* | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-03-191-2/+13
|\ \ \ | |/ / | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| * | Portability fixesmonty@mysql.com2004-03-191-2/+13
| | | | | | | | | | | | | | | Removed \r from new tests Fixes to get new sustem_mysql_db... tests to work
* | | typo in mysql_install_db fixedserg@serg.mylan2004-03-191-1/+1
|/ /
* | fixed BUG #2874 "Grant table bug" andvva@eagle.mysql.r18.ru2004-03-103-11/+102
| | | | | | | | added tests for testing structure of mysql db
* | Added option chroot to mysqlhotcopy.jani@ua72d24.elisa.omakaista.fi2004-03-041-1/+4
| | | | | | | | Useful in case mysqld was started with chroot.
* | Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0greg@mysql.com2004-02-201-4/+9
|\ \ | | | | | | | | | into mysql.com:/bk/mysql-4.0
| * | \| is sed is on-portableserg@serg.mylan2004-02-201-4/+9
| | |
* | | Major work on Windows build automation-- add binary packaging, suffixesgreg@mysql.com2004-02-192-1/+181
|/ /
* | - renamed myisam/ft_dump to myisam/mysam_ftdump and added it to thelenz@mysql.com2004-02-031-0/+1
| | | | | | | | binary distribution and Server RPM
* | - fixed early removing of socket file when multiple instances of mysqld arelenz@mysql.com2004-01-151-1/+1
| | | | | | | | | | started via mysqld_safe (BUG#2114) Thanks to Rodrigo Marchant for the suggestion
* | - improved wording in mysql_install_db on what to do to set the password lenz@mysql.com2004-01-131-1/+1
| | | | | | | | for the MySQL root user (BUG#2375)
* | do not put --user into command line if the value comes from [mysqld] or ↵serg@serg.mylan2003-12-191-3/+9
| | | | | | | | | | | | [server] sections Bug #2163
* | - Removed COPYING.LIB from all source and binary distributionslenz@mysql.com2003-11-252-2/+2
| | | | | | | | | | after it was removed from manual.texi (where it was automatically generated from).
* | - Rephrased two option help texts to not start with "use the ..." as this lenz@mysql.com2003-11-241-1/+1
| | | | | | | | | | confuses RPM's Perl module dependency checking (it adds a bogus requirement to "Perl(the)", as "use" is a Perl keyword). (BUG#1931)
* | fixed bug #1650 "mysql_config --libmysqd-libs misses libwrap"vva@eagle.mysql.r18.ru2003-11-152-1/+2
| |
* | Fix for Bug #1752 Wrong letter cases.salle@vafla.online.bg2003-11-051-2/+2
| | | | | | | | Thanks to Daniel Convissor
* | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0vva@eagle.mysql.r18.ru2003-10-251-3/+7
|\ \ | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BUG_1228/mysql-4.0
| * | added to mysql_secure_installation vva@eagle.mysql.r18.ru2003-10-241-3/+7
| | | | | | | | | | | | changing root password on all hosts (bug 1228)
* | | Reverted a wrong patch from mysqlhotcopy. This is a real bugjani@rhols221.adsl.netsonic.fi2003-10-221-3/+3
| | | | | | | | | | | | in MySQL server...
* | | Fixed a bug in mysqlhotcopy, which made special table namesjani@rhols221.adsl.netsonic.fi2003-10-221-3/+3
| | | | | | | | | | | | | | | to cause program to abort. Such table name could have been one with a semicolon (:) in the middle.
* | | Fixed bug #954 mysqlhotcopy permission problem. The databasejani@rhols221.adsl.netsonic.fi2003-10-221-0/+2
| | | | | | | | | | | | directory owner ship was not honored.
* | | Applied a patch from Travis Wheeler to mysqlhotcopy that allowsjani@rhols221.adsl.netsonic.fi2003-10-221-2/+15
|/ / | | | | | | using regexp with tablenames together with databasenames.