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
patg@krsna.patg.net
78fa3aeff4
another small change for bug 5531
2004-09-14 14:10:29 -07:00
patg@krsna.patg.net
484d54b231
fixed bug 5531
2004-09-14 12:23:18 -07:00
serg@serg.mylan
707def6fd0
better fix for bug#5001
2004-09-07 13:48:38 +02:00
patg@krsna.patg.net
54eac3b8d4
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into krsna.patg.net:/home/patg/mysql-4.0
2004-08-31 19:04:07 -07:00
patg@krsna.patg.net
e277145911
mysqld_safe.sh:
...
bug #5001 , added conditional if to test if port set, then only kill the processes
for this port, not all processes (in the case of this bug where multiple servers
are killed.)
The change to the 'grep' to make sure mysqld_safe isn't killed was per Serg's
discovery that mysqld_safe would get killed.
In my testing, in killing one of the pids for a running server, the "if test ! -f $pid_file"
was the case that evaluated as true, so in order to test, I had to comment that block
out.
2004-08-31 18:59:41 -07:00
serg@serg.mylan
3c963455c1
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-08-10 16:36:11 +02:00
serg@serg.mylan
b49b5e9c68
disable safe-updates for mysql_fix_privilege_tables
2004-08-10 16:34:29 +02:00
lenz@mysql.com
1097805cf2
- rename: EXCEPTIONS->EXCEPTIONS-CLIENT
2004-08-05 17:05:11 +02:00
lenz@mysql.com
26f0fdd5e8
- More changes to include the FLOSS License Exception in the
...
various distributions
2004-08-05 11:22:02 +02:00
lenz@mysql.com
e5cb60dcaa
- applied the required changes to create the FOSS License exception
...
file "EXCEPTIONS" and include it in the source and binary
distributions
2004-08-05 01:54:04 +02:00
serg@serg.mylan
0d0a50ce6a
language fix
2004-07-29 23:33:23 +02:00
lenz@mysql.com
0b8fd9d66d
- match shared library file name suffixes on Mac OS X (.dylib)
...
and HP-UX (.sl) for creating "mysql-shared" packages there
2004-07-23 12:44:09 +02:00
serg@serg.mylan
8064f06562
mysqlhotcopy:
...
fix MYI copying with scp
safer tempfile creation
2004-07-09 14:30:51 +02:00
monty@mysql.com
380ff9c228
Fix to be able to cross-compile for modesto
2004-06-27 18:20:06 +03:00
monty@mysql.com
b878240940
Add missing .cnf files to windows installation (Bug #4216 )
2004-06-25 18:54:43 +03:00
monty@mysql.com
ad86016e2f
lower_case_table_names=2 (Keep case for table names) was not honored
...
with ALTER TABLE and CREATE/DROP INDEX. (Bug #3109 )
Make net_buffer_length visible for mysql clients (Bug #4206 )
2004-06-23 16:44:34 +03:00
monty@mysql.com
f56df164f0
ke it possible to use mysys functions in netware/mysql_test_run.c
...
Don't pass --user to mysqld if --user is not used
2004-06-18 04:22:43 +03:00
monty@mysql.com
30bed1bbf9
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-06-10 16:44:55 +03:00
monty@mysql.com
d28895d042
After merge fix
2004-06-10 16:44:39 +03:00
serg@serg.mylan
3d36d97efb
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-06-10 13:58:32 +02:00
serg@serg.mylan
5647809350
warn about multiple mysqld --user parameters only if their arguments differ
2004-06-10 13:56:58 +02:00
guilhem@mysql.com
4bd441850c
Fix for BUG#4038 "rpm postinstall script leaves files as owned by root":
...
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.
2004-06-09 17:07:11 +02:00
monty@mysql.com
ca8dbc24ee
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/tmp/skr99/mysql-4.0
2004-05-25 22:01:50 +03:00
monty@mysql.com
f2e1e3ce4c
Added patches from Novell
2004-05-25 22:00:14 +03:00
monty@mysql.com
86a966256b
Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
...
Ensured that all projects compile
Removed compiler warnings
Better setting of server_version variable.
Fix that make_win_src_distribution creates the privilege tables.
2004-05-19 16:38:12 +03:00
lenz@mysql.com
b1f2932fff
- make sure the binaries are executable before calling them during
...
make_binary_distribution (bug#2857)
2004-05-13 18:50:09 +02:00
monty@mysql.com
7c742e5583
Portability fixes
2004-04-30 00:14:56 +03:00
monty@mysql.com
f10d098f7d
Fixed http address in some scripts (Bug #3460 )
...
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 )
2004-04-28 17:45:08 +03:00
jani@rhols221.adsl.netsonic.fi
96cb3ec0e9
- Merged in changes from mysqld_multi 2.6
...
- 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.
2004-04-09 09:59:11 +03:00
monty@mysql.com
ce79eb9ca7
merge with 3.23
2004-03-25 22:05:09 +02:00
serg@serg.mylan
5de17ec592
protection against "ln -s /etc/passwd /tmp/failed-mysql-bugreport"
2004-03-24 20:27:07 +01:00
serg@serg.mylan
fe138bf639
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-03-19 18:09:32 +01:00
serg@serg.mylan
361579307e
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-03-19 17:37:36 +01:00
monty@mysql.com
9a1baf7d62
Portability fixes
...
Fixed some wrong column specifications in mysql_fix_privilege_tables
2004-03-19 18:26:02 +02:00
serg@serg.mylan
b4577bc43a
typo in mysql_install_db fixed
2004-03-19 17:19:33 +01:00
monty@mysql.com
b7fc7188d0
Portability fixes
...
Removed \r from new tests
Fixes to get new sustem_mysql_db... tests to work
2004-03-19 14:52:48 +02:00
vva@eagle.mysql.r18.ru
faa9c92765
fixed BUG #2874 "Grant table bug" and
...
added tests for testing structure of mysql db
2004-03-10 22:54:07 +04:00
jani@ua72d24.elisa.omakaista.fi
34a332c086
Added option chroot to mysqlhotcopy.
...
Useful in case mysqld was started with chroot.
2004-03-04 18:30:28 +00:00
greg@mysql.com
1b0d050aaf
Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/bk/mysql-4.0
2004-02-20 14:42:42 -01:00
serg@serg.mylan
a35955d60f
\| is sed is on-portable
2004-02-20 12:02:34 +01:00
greg@mysql.com
0786eb656c
Major work on Windows build automation-- add binary packaging, suffixes
2004-02-19 19:04:47 -01:00
lenz@mysql.com
9736c9c457
- renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the
...
binary distribution and Server RPM
2004-02-03 22:25:02 +01:00
lenz@mysql.com
5693662fc0
- fixed early removing of socket file when multiple instances of mysqld are
...
started via mysqld_safe (BUG#2114) Thanks to Rodrigo Marchant for the
suggestion
2004-01-15 16:14:30 +01:00
lenz@mysql.com
20733eed52
- improved wording in mysql_install_db on what to do to set the password
...
for the MySQL root user (BUG#2375)
2004-01-13 19:33:01 +01:00
serg@serg.mylan
2cae5989e9
do not put --user into command line if the value comes from [mysqld] or [server] sections
...
Bug #2163
2003-12-19 23:08:20 +01:00
lenz@mysql.com
531eb44301
- Removed COPYING.LIB from all source and binary distributions
...
after it was removed from manual.texi (where it was automatically
generated from).
2003-11-25 17:52:12 +01:00
lenz@mysql.com
12fb40460b
- Rephrased two option help texts to not start with "use the ..." as this
...
confuses RPM's Perl module dependency checking (it adds a bogus
requirement to "Perl(the)", as "use" is a Perl keyword). (BUG#1931)
2003-11-24 17:05:24 +01:00
vva@eagle.mysql.r18.ru
24413c7d8c
fixed bug #1650 "mysql_config --libmysqd-libs misses libwrap"
2003-11-15 19:37:54 -04:00
salle@vafla.online.bg
e51d0ced61
Fix for Bug #1752 Wrong letter cases.
...
Thanks to Daniel Convissor
2003-11-05 14:35:08 +02:00