jimw@mysql.com
bdb36de9ff
Merge
2005-01-14 10:40:05 -08:00
jimw@mysql.com
d7389eedd1
Fix mysql_install_db to look for libexecdir relative to basedir when
...
it has been specified. (Bug #7347 )
2005-01-13 11:58:10 -08:00
serg@serg.mylan
ec9f0ef1ca
Merge serg.mylan:/usr/home/serg/Abk/mysql-4.0
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2005-01-13 11:12:00 +01:00
serg@serg.mylan
1d33747d3a
Symlink vulnerability fixed.
...
reported by Javier Fernandez-Sanguino Pena
and Debian Security Audit Team (http://www.debian.org/security/audit )
2005-01-12 23:30:54 +01:00
jimw@mysql.com
39d90b710f
Replace ZLIB_LIBS in mysql_config. (Bug #6418 )
2005-01-11 21:50:30 +01:00
jimw@mysql.com
b1eab7097c
Make sure all char columns in the mysql.* tables have the proper width in
...
mysql_fix_privilege_tables.sql, or they may get truncated during conversion
to utf8. (Bug #7539 )
2005-01-06 20:42:06 +01:00
jimw@mysql.com
488170d38c
Merge mysql.com:/home/jwinstead2/mysql-4.1-7021
...
into mysql.com:/home/jwinstead2/mysql-4.1-clean
2005-01-06 20:03:06 +01:00
jimw@mysql.com
4149e1116a
Merge mysql.com:/home/jwinstead2/mysql-4.1-6964
...
into mysql.com:/home/jwinstead2/mysql-4.1-clean
2005-01-06 20:01:18 +01:00
jimw@mysql.com
2acb738784
Add comment to make code for option-stripping in mysql_config more clear
2005-01-06 19:57:02 +01:00
jimw@mysql.com
d14f3d7675
Protect flags like -Wl,-O2 from being mangled by mysql_config (Bug #6964 )
...
(Second commit of this patch -- first included wrong changes.)
2005-01-05 03:43:37 +01:00
jimw@mysql.com
30808e9ab9
Make sure to include ZLIB_LIBS in mysql_config --libs_r (Bug #7021 )
2005-01-05 02:04:12 +01:00
jimw@mysql.com
0ed892f197
Change mysqld_safe search for mysqld relative to the current working directory
...
to only look for the mysqld binary (and english error strings) and assume the
datadir from that. Then, if that datadir turns out to not exist, startup will
fail. This avoids the behavior where mysqld_safe would go off and run a totally
different binary because the data directory had been moved (even when --datadir
was specified on the command line). (Bug #7249 )
2005-01-05 01:08:45 +01:00
jimw@mysql.com
663396653a
Use 'ps xaww' in mysqld_safe (on Linux) so whole command-line is searched
...
for port and/or pid-file parameters. (Bug #5878 )
2005-01-04 01:49:29 +01:00
paul@frost.snake.net
adfb20f64a
fill_help_tables.sh:
...
Convert @samp{c} to 'c', not c.
2004-12-18 14:22:20 -06:00
joreland@mysql.com
cfa20fbaa6
merge
2004-12-17 10:36:14 +01:00
wax@kishkin.ru
e81d48fdd9
corrected mysqltest.dsp
...
corrected mysql_test_run_new.dsp
added dependency
corrected path of mysql_test_run_new.dsp
fixed wrong code
added my_create_tables.c
removed command_line
fixed #elif
restored NAME_MAX and MAX_FNAME
added create_system_files()
added compare() for windows
added all files of testes in script
added mysql-test in script
2004-12-14 18:46:55 +05:00
monty@mysql.com
b68f2307e0
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-12-09 12:50:37 +02:00
monty@mysql.com
01e4740f4c
Ensure that we free memory used with --order-by-primary (in mysqldump)
...
Simple, non critical, fix to mysql_fix_privilege_tables
2004-12-09 12:47:20 +02:00
ram@gw.mysql.r18.ru
bd247e3d56
A fix (bug #5823 : mysql_install_db fails due to incorrect max_allowed_packet).
2004-12-06 18:45:41 +04:00
tsmith@build.mysql.com
075a887995
mysqld_safe.sh:
...
Fix calls to my_print_defaults. Some how, --loose-verbose had been added before --no-defaults/defaults-file, which must be the first option.
NOTE: this may make some installations behave differently, if they depend on this broken behavior.
2004-11-30 22:17:43 +01:00
serg@serg.mylan
96729c62be
merged
2004-11-28 18:19:01 +01:00
monty@mysql.com
eb304bd49f
Fixes while reviewing code
...
(Cleanups and better bug fixes)
2004-11-26 02:31:22 +02:00
joreland@mysql.com
f63b126f7e
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/wl1744
2004-11-15 10:50:58 +01:00
monty@mysql.com
b56851fd7a
Merge on pull
2004-11-12 17:48:01 +02:00
paul@ice.snake.net
1288f453cc
fill_help_tables.sh:
...
Recognize another Texinfo tag.
2004-11-12 08:45:58 -06:00
monty@mysql.com
9252656d49
merge with 4.0
2004-11-12 11:17:53 +02:00
joreland@mysql.com
37e92ab27a
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/wl1744
2004-11-11 22:02:17 +01:00
paul@ice.snake.net
9ee3bf9efa
fill_help_tables.sh:
...
Handle some additional Texinfo tags that were being missed.
2004-11-10 22:43:09 -06:00
joreland@mysql.com
5172eace09
wl1744 - nbd windoze port
2004-11-10 14:18:49 +01:00
joreland@mysql.com
32796b4860
wl1744 - ndb on windows
...
Add rules for creating dsp-files
2004-11-10 00:03:01 +01:00
tim@siva.hindu.god
b0510c7fd4
Portability fixes to mysqld_safe for non-Linux systems. Fix FIND_PROC
...
for Solaris test, and fix if @IS_LINUX@ test in mysqld_safe itself.
2004-11-02 17:53:25 -07:00
joerg@mysql.com
5163c03bad
Fix for bug#5385 ("Text files have unix line break"):
...
Windows style line end \r\n on README, license, and similar essential plaintext files.
2004-10-27 21:59:34 +02:00
tomas@poseidon.ndb.mysql.com
009bf31915
use the right make in make_binary_distribution
2004-10-22 08:57:52 +00:00
monty@mysql.com
f9cd4a60e4
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-10-20 15:14:06 +03:00
jani@a193-229-222-105.elisa-laajakaista.fi
9001573040
Added documentation.
2004-10-11 23:59:37 +03:00
jani@a193-229-222-105.elisa-laajakaista.fi
4d55c4a321
Improved mysqld_multi documentation, especially the --example
...
section, which had gotten somewhat out-dated.
2004-10-11 20:54:48 +03:00
jani@a193-229-222-2.elisa-laajakaista.fi
26e34093c3
Added some extra information to output in case --verbose
...
was given.
2004-10-09 13:23:00 +03:00
jani@a193-229-222-2.elisa-laajakaista.fi
2450f4afa2
- Added --verbose
...
- Made some of the warnings under --verbose only
- Added possibility to add mysqladmin= under groups [mysqldN]
mysqladmin=... is no longer mandatory under [mysqld_multi]
- Made 'start', 'stop' and 'report' commands truly case-insensitive
- Some other common places code merge and cleanup
2004-10-09 12:33:24 +03:00
mwagner@here.mwagner.org
edc4b65d5c
mysql-test-run.sh:
...
Look for 'client_test' in tests/ not bin/
make_binary_distribution.sh:
Copy 'client_test' into the dist
2004-10-08 13:38:35 -05:00
jani@a193-229-222-2.elisa-laajakaista.fi
951e54df74
Changed a fatal error to a warning in case the default mysqld
...
binary for mysqld_multi was not found. This is because it is
possible to define one under each mysqldN group separately.
Bailing out if mysqld binary is not found at all.
Added option --silent to turn off warnings.
2004-10-08 20:18:25 +03:00
monty@mysql.com
73e4a41103
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-10-08 16:40:00 +03:00
monty@mysql.com
8d73628d88
Merge
2004-10-08 15:43:27 +03:00
jani@a80-186-41-201.elisa-laajakaista.fi
4ec44183e2
Fixed a bug in --log option.
2004-10-07 23:51:47 +03:00
jani@a80-186-41-201.elisa-laajakaista.fi
c73cd9ff8a
Fixed Bug#5575, mysqlhotcopy is broken when using --noindices
2004-10-07 20:30:30 +03:00
lenz@mysql.com
7c18f064e6
- removed the Docs/Flags and Docs/RawFlags directories
...
- Updated Docs/Makefile.am and scripts/make_win_src_distribution.sh
accordingly
2004-10-07 18:30:56 +02:00
lenz@mysql.com
5037b95f81
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1-build
2004-10-07 14:43:09 +02:00
monty@mysql.com
62f3cd6a31
Merge with 4.0 for 4.1 release
...
Noteworthy:
- New HANDLER code
- New multi-update-grant-check code
- Table lock code in ha_innodb.cc was not applied
2004-10-06 19:14:33 +03:00
lenz@mysql.com
5db0d20b88
- Rename the *.cnf files to *.ini for the Windows source distribution
2004-10-05 14:42:15 +02:00
tomas@poseidon.(none)
5488f207db
mysql_install_db should do skip-ndbcluster
...
set a printout in SocketClient only for debug
2004-09-16 08:22:22 +00:00
patg@krsna.patg.net
78fa3aeff4
another small change for bug 5531
2004-09-14 14:10:29 -07:00