Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added possibility to use [GNR...] optional argument for | jani@a193-229-222-2.elisa-laajakaista.fi | 2004-10-09 | 1 | -12/+15 |
| | | | | mysqld_multi via mysqld_multi.server.sh | ||||
* | Added some extra information to output in case --verbose | jani@a193-229-222-2.elisa-laajakaista.fi | 2004-10-09 | 1 | -0/+38 |
| | | | | was given. | ||||
* | - typo fix - make sure to include an existing file in the source | lenz@mysql.com | 2004-08-26 | 1 | -1/+1 |
| | | | | distribution... | ||||
* | merged | serg@serg.mylan | 2004-08-26 | 1 | -2/+7 |
|\ | |||||
| * | - Updated RPM spec file: MySQL-Max now requires MySQL-server instead | lenz@mysql.com | 2004-08-26 | 1 | -2/+7 |
| | | | | | | | | of MySQL (BUG#3860) | ||||
* | | manually merged | serg@serg.mylan | 2004-08-24 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | - make sure to recreate all autoconf/automake-related files after | lenz@mysql.com | 2004-08-24 | 1 | -0/+3 |
| | | | | | | | | | | modifying configure.in for the commercial tarballs - added my-innodb-heavy-4G.cnf to the distribution | ||||
* | | - do not link statically on our IA64 and AMD64 build hosts, as | lenz@mysql.com | 2004-08-20 | 1 | -16/+23 |
| | | | | | | | | | | | | | | static linking against an unpatched glibc 2.3 is causing trouble - add "glibc23" to the release suffix in this case - re-ordered the Changelog that was messed up by a BK merge (RPM is picky about this) | ||||
* | | manually merged | serg@serg.mylan | 2004-08-18 | 2 | -8/+32 |
|\ \ | |/ | |||||
| * | - Fixed two small version number issues in MySQL-shared-compat.spec | lenz@mysql.com | 2004-08-12 | 1 | -2/+2 |
| | | |||||
| * | - Added libmygcc.a to the "devel" RPM subpackage (required to link | lenz@mysql.com | 2004-08-10 | 1 | -1/+20 |
| | | | | | | | | | | applications against the the embedded server libmysqld.a) (BUG#4921) | ||||
| * | - added EXCEPTIONS-CLIENT to the "devel" RPM subpackage and added | lenz@mysql.com | 2004-08-09 | 1 | -1/+6 |
| | | | | | | | | a note to the RPM ChangeLog about it | ||||
| * | - rename: EXCEPTIONS->EXCEPTIONS-CLIENT | lenz@mysql.com | 2004-08-05 | 1 | -1/+1 |
| | | |||||
| * | - 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 | ||||
* | | - added the MYSQL_EXTRA_LDFLAGS to the mysql_tzinfo_to_sql link | lenz@mysql.com | 2004-07-30 | 1 | -3/+8 |
| | | | | | | | | | | | | flags to enable static linking (to avoid having a shared lib dependency in the Linux RPMs) - Disabled OpenSSL in the Max RPM | ||||
* | | - fixed file name of the MySQL startup item script to MySQLCOM, | lenz@mysql.com | 2004-07-14 | 1 | -1/+1 |
| | | | | | | | | so it's included in the source distribution | ||||
* | | - Fixed a previous modification to the MySQL Startup Item for | lenz@mysql.com | 2004-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Mac OS X: the name of the startup script itself must match the name of the subdirectory it's located in. Changed MySQL->MySQLCOM in the Do-pkg script and renamed the file in BK. (Thanks to Bryan McCormack for reporting this) | ||||
* | | - fixed server RPM postinstall (mysql_install_db was called with the | lenz@mysql.com | 2004-06-30 | 1 | -1/+6 |
| | | | | | | | | wrong parameter) | ||||
* | | - added mysql_tzinfo_to_sql to binary distributions | lenz@mysql.com | 2004-06-24 | 1 | -1/+7 |
| | | |||||
* | | Merge with 4.0.21 | monty@mysql.com | 2004-06-18 | 6 | -17/+17 |
|\ \ | |/ | |||||
| * | Fix for BUG#4038 "rpm postinstall script leaves files as owned by root": | guilhem@mysql.com | 2004-06-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Touchups to .cnf file comments. | paul@teton.kitebird.com | 2004-06-02 | 5 | -20/+20 |
| | | |||||
* | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1 | lenz@mysql.com | 2004-05-11 | 1 | -1/+1 |
|\ \ | | | | | | | | | | into mysql.com:/space/my/mysql-4.1 | ||||
| * \ | Merge mysql.com:/space/my/mysql-4.1 | lenz@mysql.com | 2004-05-10 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.1-build | ||||
| | * | | - Renamed the Mac OS X StartupItem directory from | lenz@mysql.com | 2004-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | /Library/StartupItems/MySQL to /Library/StartupItems/MySQLCOM to avoid a name space collision with the MySQL Startup Item shipped with Mac OS X Server, updated the MySQLStartupItem PKG version number to reflect the change. | ||||
* | | | | Add read_rnd_buffer_size in my.cnf example files | monty@mysql.com | 2004-05-10 | 4 | -0/+6 |
|/ / / | | | | | | | | | | Remove wrong redefine of vio_reset() (to compile libmysqld on windows) | ||||
* | | | Merge with 4.0.19 | monty@mysql.com | 2004-05-05 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | my-medium.cnf.sh: | paul@kite-hub.kitebird.com | 2004-04-28 | 1 | -2/+2 |
| | | | | | | | | | | | | Correct typo, and fix up rest of sentence as well. | ||||
* | | | Merge with 4.0 | monty@mishka.local | 2004-04-26 | 1 | -0/+5 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | - added ncurses-devel to the build prerequisites (BUG#3377) | lenz@mysql.com | 2004-04-05 | 1 | -0/+5 |
| | | |||||
* | | Be picky. | paul@ice.snake.net | 2004-03-20 | 1 | -4/+4 |
| | | |||||
* | | - added mysql-@VERSION@.spec to pkgdata_DATA again | lenz@kallisto.local | 2004-03-09 | 1 | -0/+1 |
| | | | | | | | | (it got lost during a recent BK merge) | ||||
* | | Merge with 4.0 to get fix for mysqlbinlog | monty@mysql.com | 2004-02-16 | 1 | -4/+10 |
|\ \ | |/ | |||||
| * | - Replaced obsolete "Copyright" field with "License" in the RPM spec file | lenz@mysql.com | 2004-02-12 | 1 | -1/+2 |
| | | |||||
| * | - fixed broken shellcode | lenz@mysql.com | 2004-02-12 | 1 | -1/+1 |
| | | |||||
| * | - always use CXX=gcc (not only when using gcc 3) to avoid a dependency | lenz@mysql.com | 2004-02-12 | 1 | -3/+8 |
| | | | | | | | | on libstdc++ and exceptions | ||||
* | | Merge with 4.0.18 | monty@mysql.com | 2004-02-11 | 3 | -4/+19 |
|\ \ | |/ | |||||
| * | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0 | lenz@mysql.com | 2004-02-04 | 1 | -0/+5 |
| |\ | | | | | | | | | | into mysql.com:/space/my/mysql-4.0 | ||||
| | * | - renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the | lenz@mysql.com | 2004-02-03 | 1 | -0/+5 |
| | | | | | | | | | | | | binary distribution and Server RPM | ||||
| * | | extra newline removed | serg@serg.mylan | 2004-02-03 | 1 | -5/+5 |
| | | | |||||
| * | | another variant (bug #2185: mysql.server script echo bug) | ram@gw.mysql.r18.ru | 2004-02-03 | 1 | -6/+4 |
| | | | |||||
| * | | a fix (#2185: mysql.server script echo bug) | ram@gw.mysql.r18.ru | 2004-02-02 | 1 | -1/+9 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | thnx Paul. <monty> can you get the above into configure and make Makefile.am patch mysql.server.sh with the right values for mysql.server ? <monty> or do you think we should just put the above in mysql.server.sh directly <ramil> as you want <monty> the last is kind of hard to do with variables, so lets put the above in mysql.server.sh directly | ||||
| * | - be able to build MySQL-shared-compat RPMs for other archs than i386 | lenz@mysql.com | 2004-01-13 | 1 | -2/+2 |
| | | |||||
| * | - marked /etc/logrotate.d/mysql as a config file in the RPM spec file | lenz@mysql.com | 2003-12-22 | 1 | -1/+5 |
| | | | | | | | | (BUG#2156) | ||||
* | | - link the mysql client RPM against libreadline instead of libedit | lenz@kallisto.local | 2004-01-13 | 1 | -1/+6 |
| | | | | | | | | (BUG 2289) | ||||
* | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 | paul@teton.kitebird.com | 2003-12-19 | 3 | -8/+28 |
|\ \ | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.1 | ||||
| * \ | Merge with 4.0.17 | monty@mysql.com | 2003-12-17 | 3 | -8/+28 |
| |\ \ | | |/ | |||||
| | * | Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105) | monty@mysql.com | 2003-12-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846) Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812) One can now configure MySQL as windows service as a normal user. (Bug #1802) Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736) IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704) Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983) Safety fix for service 'mysql start' (Bug #1815) | ||||
| | * | - fixed file permissions for the server RPM docs directory (BUG 1672) | lenz@mysql.com | 2003-12-13 | 1 | -6/+15 |
| | | | |||||
| | * | - Reworked the Do-rpm build script to be more flexible | lenz@mysql.com | 2003-12-12 | 1 | -1/+5 |
| | | | | | | | | | | | | - Reworked testing for gcc3 in the RPM spec file a bit |