serg@serg.mylan
5de17ec592
protection against "ln -s /etc/passwd /tmp/failed-mysql-bugreport"
2004-03-24 20:27:07 +01:00
pem@mysql.comhem.se
5954e94fa7
Fixed BUG#3259: Stored procedure names are case sensitive.
...
Procedure names were unintentionally case-sensitive when read from the database
(but case-insensitive when fetched from the cache).
Note that the DB-part of qualified names is still case-sensitive (for consistency
with other usage in mysql).
2004-03-23 12:04:40 +01:00
monty@mysql.com
59f9dcd51d
Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1
2004-03-20 12:49:17 +02: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
b49b24d94a
Added test to show bug in current union implementation
...
After merge fixes
Portability fixes
2004-03-19 18:33:38 +02: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
933278a52b
merge with 4.0 (to get compiler error fixes for innodb)
2004-03-19 15:17:56 +02: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
monty@mysql.com
350b433569
merge with 4.0
2004-03-16 22:41:30 +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
bell@sanja.is.com.ua
ee9ffa779f
basic reservations for VIEWs preveleges
2004-03-03 17:12:13 +02:00
monty@mashka.mysql.fi
3b83cce5eb
merge with 4.0
2004-02-22 09:50:59 +02: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
monty@mysql.com
ce14578909
Merge with 4.0.18
2004-02-11 00:06:46 +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
pem@mysql.comhem.se
7a1fddaa1f
Renamed the "schema" column to "db" in mysql.proc to keep it in style with
...
all the other mysql.* tables.
2003-12-16 19:14:10 +01:00
pem@mysql.comhem.se
7a20e5282e
In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general to
...
make characteristics (and SHOW) work right, we had to separate the old
definition blob in the mysql.proc table into separate fields for parameters,
return type, and body, and handle the characteristics (like SQL SECURITY)
separately... and then reassemble the CREATE string for parsing, of course.
This is rather ugly, mostly the parser bit. (Hopefully that will be better
with the new parser.)
2003-12-12 14:05:29 +01:00
pem@mysql.comhem.se
b27e9d6052
WL#1363: Update the mysql.proc table and add new fields.
...
Also made the parsing and handling of SP characteristics
more general and extendable, and added a few ch:istics.
2003-12-10 19:05:37 +01:00
pem@mysql.com
24a2ae44a3
Merged 4.1 -> 5.0
2003-12-09 19:00:34 +01:00
monty@mysql.com
e8aef44349
Portability fixes for Windows
2003-12-08 12:25:37 +02:00
pem@mysql.com
6e717133c5
Merge 4.1 to 5.0
2003-12-01 16:14:40 +01:00
serg@serg.mylan
bff0bbeb1f
merged
2003-11-25 18:26:53 +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
serg@serg.mylan
f8d52f7cf1
a script that fixes anti-GRANT'ness of privilege tables.
...
It can appear as a result of manual modifications with INSERT/UPDATE/DELETE
This script converts privilege table to the state that could be created
with GRANT commands only (with the exception of the short password)
This is necessary for 5.0
2003-11-25 16:08:55 +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
pem@mysql.com
28a2c6a96b
Merging 4.1->5.0.
2003-11-19 15:19:46 +01:00
greg@mysql.com
2a23f98521
Merge mysql.com:/bk/mysql-4.1 into mysql.com:/home/greg/bk/4.1
2003-11-18 15:18:02 -05:00
greg@mysql.com
119b689b3b
Add Docs/internals.texi to Windows source packages.
2003-11-18 15:17:41 -05:00
monty@mashka.mysql.fi
a47d56088f
Merge with 4.0 tree
2003-11-18 18:54:27 +02: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
monty@narttu.mysql.fi
4e4725377d
Merge with 4.0
2003-11-04 09:40:36 +02:00
vva@eagle.mysql.r18.ru
30cad8ec2f
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_1228/mysql-4.0
2003-10-25 16:23:24 -04:00
vva@eagle.mysql.r18.ru
dcc36e671c
added to mysql_secure_installation
...
changing root password on all hosts (bug 1228)
2003-10-24 15:20:46 -04:00
jani@rhols221.adsl.netsonic.fi
7b3c89f1f6
Reverted a wrong patch from mysqlhotcopy. This is a real bug
...
in MySQL server...
2003-10-22 19:24:19 +03:00
jani@rhols221.adsl.netsonic.fi
e69447933d
Fixed a bug in mysqlhotcopy, which made special table names
...
to cause program to abort. Such table name could have been
one with a semicolon (:) in the middle.
2003-10-22 18:40:37 +03:00
jani@rhols221.adsl.netsonic.fi
94cce64416
Fixed bug #954 mysqlhotcopy permission problem. The database
...
directory owner ship was not honored.
2003-10-22 18:19:59 +03:00
pem@mysql.com
337238b78a
Merging 4.1->5.0
2003-10-22 16:10:22 +02:00
jani@rhols221.adsl.netsonic.fi
07c9d4575b
Applied a patch from Travis Wheeler to mysqlhotcopy that allows
...
using regexp with tablenames together with databasenames.
2003-10-22 16:02:27 +03:00
vva@eagle.mysql.r18.ru
982e77be63
made more fine error message in scripts/fill_help_tables.sh
2003-10-19 16:57:17 -04:00
lenz@mysql.com
83f5c4dbf8
- fixed small typo to resolve "test: argument expected" error on Solaris
...
and Tru64 when running "mysql_install_db"
2003-10-16 22:15:36 +02:00
monty@mashka.mysql.fi
e87c9f5ff8
merge with 4.0
2003-10-16 03:08:40 +03:00