serg@serg.mylan
ba28624c26
myisamchk - don't mark table as crashed if --sort-records=<key> failed because of unappropriate key or read-only table
2003-08-12 15:56:55 +02:00
serg@serg.mylan
bc9f6cde50
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-08-12 15:30:47 +02:00
serg@serg.mylan
06e5657993
MyISAM was erroneously using max_ref_length when estimating min_pack_length.
2003-08-12 15:30:20 +02:00
serg@serg.mylan
147b34e2f4
snprintf compatibility fix
2003-08-12 15:28:36 +02:00
lenz@mysql.com
ad976d1ea1
- added option "--pull" to be able to update the BK repositories before
...
starting the bootstrap
2003-08-12 13:49:11 +02:00
monty@mashka.mysql.fi
7782286faf
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mashka.mysql.fi:/home/my/mysql-4.0
2003-08-12 01:33:55 +03:00
monty@mashka.mysql.fi
2fb441fdf7
Remove wrong bug fix when calling create_sort_index.
...
Fix possible replication bug with LOAD DATA ... IGNORE LINES #
2003-08-10 05:14:16 +03:00
wax@mysql.com
10f4883c83
Merge mysql.com:/home/wax/mysql/mysql-4.0
...
into mysql.com:/home/wax/mysql/mysql-4.0chsize
2003-08-10 05:40:16 +06:00
wax@mysql.com
88510546f1
BUG
...
replace HAVE_SETFILEPOINTER with __WIN__
2003-08-10 05:38:08 +06:00
bell@sanja.is.com.ua
b41599de1c
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-merged_qc-4.0
2003-08-09 14:16:13 +03:00
serg@serg.mylan
083acc29bb
BETWEEN bug fix: non-const expressions on both ends
2003-08-09 01:20:02 +02:00
bell@sanja.is.com.ua
ddd3ee8b27
rewritten test using loop (BUG#930)
...
removed unused field (now it is in variables)
2003-08-08 23:27:22 +03:00
serg@serg.mylan
df8b7799cb
between range optimization bug (between with const on one end only)
2003-08-08 19:13:27 +02:00
serg@serg.mylan
f96d57d302
between tests added
...
bugfixes will follow
2003-08-08 18:49:22 +02:00
dlenev@build.mysql.com
38a5d1b70e
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into build.mysql.com:/users/dlenev/mysql-4.0-certs
2003-08-08 15:03:42 +02:00
monty@mashka.mysql.fi
6e7a509d06
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mashka.mysql.fi:/home/my/mysql-4.0
2003-08-07 20:18:51 +03:00
monty@mashka.mysql.fi
8f08c511ee
Review of changesets since last pull.
...
(Mostly code cleanups)
2003-08-07 20:16:37 +03:00
lenz@mysql.com
d5547ad13b
- some fixed for make_win_src_distribution to work properly
2003-08-07 18:54:59 +02:00
serg@serg.mylan
e56383eff2
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-08-07 16:27:05 +02:00
greg@gcw.ath.cx
cc843a81ae
Merge gweir@build.mysql.com:/home/bk/mysql-4.0
...
into gcw.ath.cx:/home/greg/bk/mysql-4.0
2003-08-07 10:22:07 -04:00
dlenev@build.mysql.com
3f5faaaff9
openssl_1.result, openssl_1.test:
...
Aligned test with regenerated SSL certs
Many files:
Regenerated expired certificates
2003-08-07 15:20:15 +02:00
serg@serg.mylan
86e79ec380
merged
2003-08-07 14:39:34 +02:00
serg@serg.mylan
2fd6684928
Merge bk-internal:/home/bk/mysql-3.23/
...
into serg.mylan:/usr/home/serg/Abk/mysql
2003-08-07 14:33:56 +02:00
serg@serg.mylan
2e190e6292
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-08-07 13:40:26 +02:00
serg@serg.mylan
7da378f1d1
PRIMARY KEY can erroneously have HA_NULL_PART_KEY flag that breaks correct key sorting
2003-08-07 13:39:53 +02:00
serg@serg.mylan
4235268bef
fixed password buffer overflow
2003-08-07 11:16:34 +02:00
greg@gcw.ath.cx
e177eba89b
New option for Bootstrap: -w | --win-dist to create Windows source package
2003-08-07 01:14:45 -04:00
greg@gcw.ath.cx
d527253d04
Copied Venu's make_win_src_distribution script from 4.1 tree
2003-08-06 22:57:14 -04:00
serg@serg.mylan
96f6e47c22
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-08-06 16:52:47 +02:00
serg@serg.mylan
73bb79dbea
Bug #792 combination of date-interval and between with mixed constant and non-constant
2003-08-06 15:37:22 +02:00
lenz@mysql.com
1b034c7ce3
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2003-08-06 12:24:50 +02:00
lenz@mysql.com
3d5d56cea9
- try harder to obtain the FQDN with "hostname -f", if possible (BUG#897)
...
Unfortunately the returned value of "hostname" is inconsistent on
various platforms - some return the host name only, others return the
FQDN by default. On Linux, one can use option "-f" to enable the output
of the FQDN. Use it, if available.
2003-08-06 12:13:08 +02:00
lenz@mysql.com
b8e5f7f119
Some fixes for the RPM spec file:
...
- Fixed BUG#959 (libmysqld not being compiled properly)
- Fixed BUG#998 (RPM build errors): added missing files to the
distribution (mysql_fix_extensions, mysql_tableinfo, mysqldumpslow,
mysql_fix_privilege_tables.1), removed "-n" from %install section.
2003-08-06 11:42:48 +02:00
miguel@hegel.local
27fde36d15
Fix an erronous cast for GCC introduced for to fix VC++ compiler error
2003-08-05 22:57:44 -03:00
serg@serg.mylan
3396c1a89d
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-08-05 16:30:22 +02:00
serg@serg.mylan
c0317ce66c
make it clear for optimizer that XOR's are not optimizable at the moment (BUG#992)
2003-08-05 16:29:09 +02:00
miguel@hegel.local
be123fe5a7
Fix VC++ compiler error
2003-08-04 09:44:26 -03:00
guilhem@mysql.com
bb12d905cb
2 bugfixes:
...
- Bug #985 : "Between RESET SLAVE and START SLAVE, SHOW SLAVE STATUS is wrong."
Now RESET SLAVE puts correct info in mi->host etc. A new test rpl_reset_slave
for that.
- Bug #986 : "CHANGE MASTER & START SLAVE do not reset error columns in SHOW
SLAVE STATUS". Now these reset the errors.
2003-08-04 10:59:44 +02:00
monty@mashka.mysql.fi
9724a25901
Cleaned up code comment
2003-08-03 16:33:04 +03:00
guilhem@mysql.com
41865cf3a6
Fix so that SET PASSWORD is not replicated by the slave if running with
...
replicate-*-table rules which exclude 'mysql' tables
(e.g. replicate-wild-ignore-table=mysql.%).
This was already the behaviour for GRANT/REVOKE, I'm extending it to
SET PASSWORD because it seems very logical (the contrary seems illogical).
2 new tests:
- one to test if GRANT and SET PASSWORD are replicated
- one to test if they are not replicated if replicate-wild-ignore-table=mysql.%
The 2nd is also a testcase for BUG#980.
2003-08-02 23:46:26 +02:00
guilhem@mysql.com
c784b91578
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-08-02 16:11:39 +02:00
guilhem@mysql.com
fa1d0098ec
Mark tables 'updating' in sql_acl.cc (mysql_grant(), mysql_table_grant()) so that
...
tables_ok() does not ignore them. This fixes random bug #980 .
2003-08-02 16:10:26 +02:00
guilhem@mysql.com
119d3f039d
Backporting the changeset below from 4.0, because a customer hits
...
the bug with 3.23.
ChangeSet@1.1416.113.1, 2003-03-22 15:22:59+01:00, guilhem@mysql.com
Fix for #178 Replicating INSERT VALUES(USER()) crashes (SEGV) the slave
Now it does not SEGV, but USER() is still badly replicated
(it is replicated to ""), which is a lower priority bug.
2003-08-01 22:29:38 +02:00
serg@serg.mylan
5ac7f31b57
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-08-01 14:58:57 +02:00
serg@serg.mylan
f131bd53d4
replace mi_rrnd() in myrg_rkey family to more intelligent (HA_KEYREAD-aware) read function
2003-08-01 14:58:03 +02:00
heikki@hundin.mysql.fi
14f2fc28b6
log0log.c:
...
Fix assertion failure reported by Alex Kiernan when we compile with the SUN Forte Developer 7 C 5.4 compiler
2003-08-01 12:13:52 +03:00
lenz@mysql.com
3c007c3de9
- portability fixes: put string tests in double quotes (BUG#974).
...
Thanks to Alex Kiernan for the hint.
2003-08-01 10:21:41 +02:00
lenz@mysql.com
216ca1e15d
- fixed BUG#968 ("test: argument expected" error) - thanks to Alex Kiernan
...
for the patch
2003-08-01 10:09:23 +02:00
serg@serg.mylan
fb5a1da621
bug #942 . docid == ftb->lastpos in join on looping over nested table
2003-07-31 13:45:35 +02:00
wax@mysql.com
5eb2c03f84
Merge mysql.com:/home/wax/mysql/mysql-4.0
...
into mysql.com:/home/wax/mysql/mysql-4.0chsize
2003-07-31 04:17:42 +06:00