serg@serg.mylan
79922d946a
table checksum background:
...
my_checksum() mysys function
NISAM checksum code moved from mysys to isam/ - it's obsolete
MyISAM checksum code moved to mysys
table's checksum accessible from sql layer
SHOW TABLE STATUS shows checksum (WL#646)
code cleanup
2003-08-05 21:14:15 +02:00
serg@serg.mylan
6ac0c55c10
INSTALL-WIN-SOURCE:
...
Change mode to -rw-rw-r--
2003-07-28 21:21:42 +02:00
serg@serg.mylan
7336f9cdd2
bugs #701 and #783 - old .frm files were read in incorrectly in 4.1 (each field was assigned a charset, BLOBs were converted to TEXT)
2003-07-28 16:58:52 +02:00
serg@serg.mylan
2fc11f1f45
test results fixed
2003-07-28 16:58:51 +02:00
vva@eagle.mysql.r18.ru
8b52d7b6c4
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-28 10:58:50 -04:00
vva@eagle.mysql.r18.ru
406b8ba21e
changed for AUTO_VALUE_ON_ZERO
2003-07-28 10:57:46 -04:00
serg@serg.mylan
67da1edee2
'mysqld --verbose' should not print help screen
2003-07-27 10:26:29 +02:00
serg@serg.mylan
f384ff5889
ulong is not portable
2003-07-27 10:17:04 +02:00
serg@serg.mylan
e0d9c9cd2b
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2003-07-27 09:59:24 +02:00
guilhem@mysql.com
941a65c1ec
Merge gbichot@213.136.52.20:/home/bk/mysql-4.1
...
into mysql.com:/home/mysql_src/mysql-4.1
2003-07-26 23:15:11 +02:00
guilhem@gbichot2
a2b861b277
My changes to test rpl_insert_id in 4.0 about replication of foreign_key_checks
...
have in fact no effect, because in 4.0 the slave always runs with --skip-innodb.
In 4.1, mysqld accepts option --innodb which can override --skip-innodb.
So I add this option to the test.
When the updated test (using InnoDB tables) from 4.0 will be merged
into 4.1, with this good .opt file, we'll have a meaningful test in 4.1.
Until then, the test in 4.1 will pass but be useless.
And in 4.0, it will stay useless forever.
("it" = the part of the test which tests replication of foreign_key_checks)
2003-07-26 23:14:09 +02:00
paul@teton.kitebird.com
355c40b8c3
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into teton.kitebird.com:/home/paul/mysql-4.1
2003-07-25 10:50:54 -05:00
gluh@gluh.mysql.r18.ru
c6a38a2557
Bug#909: mysqld --verbose --help != mysqld --help --verbose
...
Proposed fix for bug#909
2003-07-25 11:03:57 +05: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
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
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
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
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
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
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
bar@bar.mysql.r18.ru
53c85bd0e8
Merge abarkov@build.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
2003-07-18 14:04:45 +05:00
bar@bar.mysql.r18.ru
e6cd54379e
IN now aggregates all argument types for comparison
2003-07-18 14:03:54 +05:00
gluh@gluh.mysql.r18.ru
8bee3ea70a
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.DTFUNC
2003-07-18 13:29:26 +05:00
gluh@gluh.mysql.r18.ru
0b7f817fa4
Scrum task 425: Added --verbose option for --help
2003-07-18 13:28:38 +05:00
bar@bar.mysql.r18.ru
c8ecb45223
CASE optimization
2003-07-18 13:11:47 +05:00
bar@bar.mysql.r18.ru
ccece982fb
Some fixes in CASE.
...
Test suit was extended to conver various arguments mixes.
2003-07-18 12:42:35 +05:00
paul@ice.snake.net
bdeb6fe2fb
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into ice.snake.net:/Users/paul/mysql-4.1
2003-07-17 12:58:06 -05:00
bar@bar.mysql.r18.ru
a2f7ef9c8b
CASE now aggregates all argument types instead of using the only one argument
2003-07-17 22:58:05 +05:00