Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2004-08-10 | 1 | -0/+2 |
|\ | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | disable safe-updates for mysql_fix_privilege_tables | serg@serg.mylan | 2004-08-10 | 1 | -0/+2 |
| | | |||||
* | | - rename: EXCEPTIONS->EXCEPTIONS-CLIENT | lenz@mysql.com | 2004-08-05 | 2 | -2/+2 |
| | | |||||
* | | - More changes to include the FLOSS License Exception in the | lenz@mysql.com | 2004-08-05 | 1 | -1/+1 |
| | | | | | | | | various distributions | ||||
* | | - applied the required changes to create the FOSS License exception | lenz@mysql.com | 2004-08-05 | 1 | -1/+1 |
|/ | | | | | file "EXCEPTIONS" and include it in the source and binary distributions | ||||
* | language fix | serg@serg.mylan | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | - match shared library file name suffixes on Mac OS X (.dylib) | lenz@mysql.com | 2004-07-23 | 1 | -2/+4 |
| | | | | and HP-UX (.sl) for creating "mysql-shared" packages there | ||||
* | mysqlhotcopy: | serg@serg.mylan | 2004-07-09 | 1 | -8/+8 |
| | | | | | fix MYI copying with scp safer tempfile creation | ||||
* | Fix to be able to cross-compile for modesto | monty@mysql.com | 2004-06-27 | 1 | -0/+0 |
| | |||||
* | Add missing .cnf files to windows installation (Bug #4216) | monty@mysql.com | 2004-06-25 | 2 | -13/+21 |
| | |||||
* | lower_case_table_names=2 (Keep case for table names) was not honored | monty@mysql.com | 2004-06-23 | 1 | -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.c | monty@mysql.com | 2004-06-18 | 1 | -1/+6 |
| | | | | Don't pass --user to mysqld if --user is not used | ||||
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@mysql.com | 2004-06-10 | 1 | -7/+1 |
|\ | | | | | | | into mysql.com:/home/my/mysql-4.0 | ||||
| * | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2004-06-10 | 1 | -7/+1 |
| |\ | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0 | ||||
| | * | warn about multiple mysqld --user parameters only if their arguments differ | serg@serg.mylan | 2004-06-10 | 1 | -7/+1 |
| | | | |||||
* | | | After merge fix | monty@mysql.com | 2004-06-10 | 1 | -4/+5 |
|/ / | |||||
* | | Fix for BUG#4038 "rpm postinstall script leaves files as owned by root": | guilhem@mysql.com | 2004-06-09 | 1 | -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.0 | monty@mysql.com | 2004-05-25 | 2 | -26/+71 |
|\ | | | | | | | into mysql.com:/tmp/skr99/mysql-4.0 | ||||
| * | Added patches from Novell | monty@mysql.com | 2004-05-25 | 2 | -26/+71 |
| | | |||||
* | | Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' | monty@mysql.com | 2004-05-19 | 2 | -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 during | lenz@mysql.com | 2004-05-13 | 1 | -0/+1 |
|/ | | | | make_binary_distribution (bug#2857) | ||||
* | Portability fixes | monty@mysql.com | 2004-04-30 | 1 | -1/+1 |
| | |||||
* | Fixed http address in some scripts (Bug #3460) | monty@mysql.com | 2004-04-28 | 1 | -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.6 | jani@rhols221.adsl.netsonic.fi | 2004-04-09 | 1 | -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.23 | monty@mysql.com | 2004-03-25 | 1 | -2/+2 |
|\ | |||||
| * | protection against "ln -s /etc/passwd /tmp/failed-mysql-bugreport" | serg@serg.mylan | 2004-03-24 | 1 | -2/+2 |
| | | |||||
* | | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2004-03-19 | 2 | -7/+7 |
|\ \ | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | | Portability fixes | monty@mysql.com | 2004-03-19 | 2 | -7/+7 |
| | | | | | | | | | | | | Fixed some wrong column specifications in mysql_fix_privilege_tables | ||||
* | | | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2004-03-19 | 1 | -2/+13 |
|\ \ \ | |/ / | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | | Portability fixes | monty@mysql.com | 2004-03-19 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | Removed \r from new tests Fixes to get new sustem_mysql_db... tests to work | ||||
* | | | typo in mysql_install_db fixed | serg@serg.mylan | 2004-03-19 | 1 | -1/+1 |
|/ / | |||||
* | | fixed BUG #2874 "Grant table bug" and | vva@eagle.mysql.r18.ru | 2004-03-10 | 3 | -11/+102 |
| | | | | | | | | added tests for testing structure of mysql db | ||||
* | | Added option chroot to mysqlhotcopy. | jani@ua72d24.elisa.omakaista.fi | 2004-03-04 | 1 | -1/+4 |
| | | | | | | | | Useful in case mysqld was started with chroot. | ||||
* | | Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0 | greg@mysql.com | 2004-02-20 | 1 | -4/+9 |
|\ \ | | | | | | | | | | into mysql.com:/bk/mysql-4.0 | ||||
| * | | \| is sed is on-portable | serg@serg.mylan | 2004-02-20 | 1 | -4/+9 |
| | | | |||||
* | | | Major work on Windows build automation-- add binary packaging, suffixes | greg@mysql.com | 2004-02-19 | 2 | -1/+181 |
|/ / | |||||
* | | - renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the | lenz@mysql.com | 2004-02-03 | 1 | -0/+1 |
| | | | | | | | | binary distribution and Server RPM | ||||
* | | - fixed early removing of socket file when multiple instances of mysqld are | lenz@mysql.com | 2004-01-15 | 1 | -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.com | 2004-01-13 | 1 | -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.mylan | 2003-12-19 | 1 | -3/+9 |
| | | | | | | | | | | | | [server] sections Bug #2163 | ||||
* | | - Removed COPYING.LIB from all source and binary distributions | lenz@mysql.com | 2003-11-25 | 2 | -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.com | 2003-11-24 | 1 | -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.ru | 2003-11-15 | 2 | -1/+2 |
| | | |||||
* | | Fix for Bug #1752 Wrong letter cases. | salle@vafla.online.bg | 2003-11-05 | 1 | -2/+2 |
| | | | | | | | | Thanks to Daniel Convissor | ||||
* | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0 | vva@eagle.mysql.r18.ru | 2003-10-25 | 1 | -3/+7 |
|\ \ | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BUG_1228/mysql-4.0 | ||||
| * | | added to mysql_secure_installation | vva@eagle.mysql.r18.ru | 2003-10-24 | 1 | -3/+7 |
| | | | | | | | | | | | | changing root password on all hosts (bug 1228) | ||||
* | | | Reverted a wrong patch from mysqlhotcopy. This is a real bug | jani@rhols221.adsl.netsonic.fi | 2003-10-22 | 1 | -3/+3 |
| | | | | | | | | | | | | in MySQL server... | ||||
* | | | Fixed a bug in mysqlhotcopy, which made special table names | jani@rhols221.adsl.netsonic.fi | 2003-10-22 | 1 | -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 database | jani@rhols221.adsl.netsonic.fi | 2003-10-22 | 1 | -0/+2 |
| | | | | | | | | | | | | directory owner ship was not honored. | ||||
* | | | Applied a patch from Travis Wheeler to mysqlhotcopy that allows | jani@rhols221.adsl.netsonic.fi | 2003-10-22 | 1 | -2/+15 |
|/ / | | | | | | | using regexp with tablenames together with databasenames. |