gluh@gluh.mysql.r18.ru
1dfaccb016
Fix: remove compile warnings on RH(with openssl)
2003-07-25 09:25:50 +05:00
guilhem@mysql.com
9e3366c9ad
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-07-24 22:30:20 +02:00
guilhem@mysql.com
aba7647fd8
Fix for BUG#858 "CHANGE MASTER forgets to update relay-log.info";
...
just a flush_relay_log_info() at the end of CHANGE MASTER
(there was already flush_master_info()).
2003-07-24 22:29:09 +02:00
guilhem@mysql.com
df3b31f3c4
WL#1036 (print the db in slave error messages).
...
I extended the task to cleaning error messages, making them look nicer,
and making the output of SHOW SLAVE STATUS (column Last_error) be as complete
as what's printed on the .err file;
previously we would have, for a failure of a replicated LOAD DATA INFILE:
- in the .err, 2 lines:
"duplicate entry 2708 for key 1"
"failed loading SQL_LOAD-5-2-2.info"
- and in SHOW SLAVE STATUS, only:
"failed loading SQL_LOAD-5-2-2.info".
Now SHOW SLAVE STATUS will contain the concatenation of the 2 messages.
2003-07-24 22:25:36 +02:00
paul@teton.kitebird.com
bd8c921172
Print accounts in error messages as 'user'@'host' rather than 'user@host'.
...
The latter is misleading because differs from the syntax used for GRANT/REVOKE.
Fix up test result affected by error message edits.
2003-07-24 12:43:57 -05:00
miguel@hegel.local
33c47c7ead
Fix for service issue with paths having spaces (bug #687 )
2003-07-23 21:57:44 -04:00
dlenev@mysql.com
2e2ac59e05
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/dlenev/src/mysql-4.1-local
2003-07-23 19:49:42 +04:00
dlenev@dlenev.mshome
b5faccbbc3
Fix security bug. mysqld server without ssl support was completly
...
ignorant about ssl_type attribute
2003-07-23 18:50:18 +04:00
guilhem@gbichot2
a97c926eb6
temporary modification of rpl_loaddata.test until 4.0 is merged in 4.1.
...
This is to avoid a test failure, which is fixed in 4.0 in
ChangeSet@1.1455.34.1, 2003-06-10 23:29:49+02:00, guilhem@mysql.com
by making RESET SLAVE reset the error.
2003-07-23 16:48:45 +02:00
serg@serg.mylan
06623670c3
--with-openssl-includes/libraries
2003-07-23 16:13:07 +02:00
guilhem@mysql.com
29207651af
Merge gbichot@213.136.52.20:/home/bk/mysql-4.1
...
into mysql.com:/home/mysql_src/mysql-4.1
2003-07-23 15:48:52 +02:00
guilhem@gbichot2
9a5ac78f4c
On Feb 4th, 2003, Monty said he would push my patch to print replicate-do-table
...
and other replicate-*-table options in SHOW SLAVE STATUS.
Seems like it had not been done, so I push it now:
there's 4 new columns to SHOW SLAVE STATUS.
2003-07-23 15:46:46 +02:00
hf@deer.(none)
e849dad4f3
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.2way
2003-07-23 15:23:53 +05:00
hf@deer.(none)
a4f899dfc0
SCRUM - adding client into embedded server
...
error handling fixed
fetch_lengths made to work differently in embedded and client cases
2003-07-23 15:23:20 +05:00
vva@eagle.mysql.r18.ru
99aa453f37
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_663/mysql-4.1
2003-07-22 19:02:36 -04:00
vva@eagle.mysql.r18.ru
f32299279d
fixed bug 663 and WL 1052 (sql_mode is safe for mysqldump)
2003-07-22 18:58:30 -04:00
serg@serg.mylan
2cac8f0768
now GRANT db.* ... compares patterns correctly to prevent privilege escalation
2003-07-22 22:21:23 +02:00
serg@serg.mylan
b0b6d81b5e
wild_compare fun: bug in GRANT db_pattern.* ...
2003-07-22 22:00:51 +02:00
gluh@gluh.mysql.r18.ru
d3a1c3a243
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gluh.mysql.r18.ru:/home/gluh/mysql-4.0.fix
2003-07-22 19:57:28 +05:00
gluh@gluh.mysql.r18.ru
4ddbb817d5
Bug #554 : Support for --with-openssl[=DIR]
2003-07-22 19:56:52 +05:00
gluh@gluh.mysql.r18.ru
5603456e4f
Bug #554 : Support for --with-openssl[=DIR]
...
Here is fix for bug 554.
Added configure options
--with-openssl-includes[=DIR] and --with-openssl-libs[=DIR]
2003-07-22 15:04:37 +05:00
lenz@mysql.com
60c914302d
- tagged ChangeSet 1.1527.1.3 as "mysql-4.0.14"
...
- bumped up version number in configure.in to 4.0.15
2003-07-22 09:45:53 +02:00
hf@deer.(none)
2e35e6f866
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.2way
2003-07-22 12:23:38 +05:00
heikki@hundin.mysql.fi
3711f4e985
btr0cur.c:
...
Fix bug: if there was a 'record too long' error in an insert, InnoDB forgot to free reserved file space extents; they were only freed in mysqld restart
2003-07-22 10:14:43 +03:00
heikki@hundin.mysql.fi
52706fd316
btr0cur.c:
...
Fix an error in the previous push
2003-07-22 03:23:02 +03:00
heikki@hundin.mysql.fi
8e96f02983
btr0cur.c:
...
Fix bug reported by Dyego Souza do Carmo: if a row becomes too long, > 8000 bytes, in an update, then InnoDB simply removes the clustered index record and does not report of table handler error 139
2003-07-22 02:44:55 +03:00
serg@serg.mylan
7a646f305c
myisamchk --sort-records crash on compressed tables fixed.
2003-07-21 22:21:07 +02:00
serg@serg.mylan
52e043fd44
gen_lex_hash sigsegv fixed
2003-07-21 21:13:52 +02:00
paul@teton.kitebird.com
43cc5a3431
INSTALL-WIN-SOURCE:
...
tweak
2003-07-21 12:23:41 -05:00
venu@hundin.mysql.fi
0440e70a96
undo one row warning instead use sql_warnings=1
2003-07-21 19:37:18 +03:00
serg@serg.mylan
716e91eecb
Bug #473 - GRANT ... TO ''@... was requiring FLUSH PRIVILEGES to work
2003-07-21 13:46:57 +02:00
hf@deer.(none)
46bd4b1bce
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.2way
2003-07-21 16:19:32 +05:00
hf@deer.(none)
6e9a460182
Another fix for "client code in embedded library"
2003-07-21 16:19:00 +05:00
venu@myvenu.com
bc7cf30338
Enable warnings by default for single value list inserts also when the client protocol is >= 4.1
2003-07-21 00:13:22 -07:00
serg@serg.mylan
dc5c0784cf
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2003-07-21 00:33:13 +02:00
serg@serg.mylan
44f656708b
absurd (and syntaxically incorrect) column definition corrected
2003-07-21 00:32:35 +02:00
paul@ice.snake.net
8e6d2a0fc2
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
2003-07-20 07:01:18 -05:00
paul@ice.snake.net
2ddef9fcf8
Fix test results affected by error message edit.
2003-07-20 07:00:00 -05:00
serg@serg.mylan
3ca302dbac
bug #715 : SELECT YEAR+0 FROM foobar is parsed as 'SELECT' 'YEAR' '+0' => syntax error
2003-07-20 12:26:18 +02:00
paul@ice.snake.net
30eaa657a1
errmsg.txt:
...
fix typo
2003-07-19 23:19:19 -05:00
Sinisa@sinisa.nasamreza.org
1167e170d2
Merge
2003-07-19 18:49:04 +03:00
hf@deer.(none)
cb310f763a
Fix for #712 with Serg's suggestions
2003-07-19 18:17:29 +05:00
hf@deer.(none)
a71c5c390b
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into deer.(none):/home/hf/work/mysql-4.0
2003-07-19 13:51:15 +05:00
serg@serg.mylan
904cad8783
typo fixed
2003-07-19 10:34:41 +02:00
serg@serg.mylan
859a4cc116
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2003-07-18 18:06:45 +02:00
hf@deer.(none)
9bdd31d18d
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.2way
2003-07-18 16:27:11 +05:00
hf@deer.(none)
cbff55a59d
SCRUM
...
Including client code into embedded library
fixes
2003-07-18 16:26:35 +05:00
bar@bar.mysql.r18.ru
46813d545d
All functions now use the same function to aggregate comparison
...
and result types
2003-07-18 15:50:40 +05:00
monty@mashka.(none)
1054633f74
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mashka.(none):/home/my/mysql-4.0
2003-07-18 12:38:18 +03:00
monty@mashka.(none)
428e348139
Portability fixes for Redhat 9
2003-07-18 12:35:29 +03:00