kostja@oak.local
668e7dcec8
select.test cleanup
2003-09-16 20:28:29 +04:00
monty@narttu.mysql.fi
dfd981505a
More explicit error messages from myisamchk
2003-09-16 14:45:42 +03:00
kostja@oak.local
29eec6c738
join buffer cache usage/not usage is taken
...
into account to increase the cost of FULL SCAN
2003-09-16 04:04:54 +04:00
kostja@oak.local
2931565e0d
Merge oak.local:/home/kostja/mysql/mysql-4.0-root
...
into oak.local:/home/kostja/mysql/mysql-4.0-rightnow
2003-09-16 02:44:47 +04:00
greg@mysql.com
c4fb6c74d7
Merge gweir@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/greg/bk/4.0
2003-09-15 17:40:13 -04:00
greg@mysql.com
564dad6c53
Remove 3.23 InstallShield files, improve make_win_src_distribution, add extra myTest.dsp to be copied into distributions as a fix for BUG#999
2003-09-15 17:39:50 -04:00
kostja@oak.local
ab576328f0
Fixed bug in the optimiser for FULL TABLE SCAN case:
...
to estimate correctly cost of full table scan we should take into
account rows read and skipped on each iteration.
2003-09-15 22:21:39 +04:00
lenz@mysql.com
52bf068cff
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2003-09-15 13:37:46 +02:00
dlenev@mysql.com
1c11077d60
Replaced deprecated since OpenSSL 0.9.7 des_ calls and types with
...
their newer DES_ versions.
Provided macros for backward compatibility.
2003-09-12 22:33:43 +04:00
dlenev@mysql.com
4871a35e8a
Regenerated expired CA certificate and signed dependant certificates
2003-09-12 20:41:12 +04:00
guilhem@mysql.com
64a679c923
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-09-12 15:50:28 +02:00
lenz@mysql.com
969badc68d
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2003-09-12 15:48:53 +02:00
guilhem@mysql.com
d1cd9bd498
Fix for BUG#1258 (Trying to use the mysqlbinlog with -h and -u option gives segmentation
...
fault). Fix is just initializing "host" (and "user") with 0, not a string.
2003-09-12 15:48:48 +02:00
lenz@mysql.com
9578d0b0ea
- fixed yet another C++-style comment in a .c file that made the IBM
...
C compiler barf
2003-09-12 15:48:05 +02:00
lenz@mysql.com
3afe61d02c
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2003-09-12 13:16:59 +02:00
lenz@mysql.com
edfbc3d3e8
Portability fixes:
...
- removed "-traditional-cpp" from the darwin6 compile flags, as it broke
compilation with gcc-3.3 on Mac OS X and does not seem to be required
in general.
- make sure to link libmysqld/examples/mysqltest.c with a C++ compiler,
as the embedded server library (libmysqld.a) includes C++ code. This
broke compilation with non-gcc compilers.
2003-09-12 12:42:34 +02:00
heikki@hundin.mysql.fi
562f3ce654
Merge heikki@build.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/heikki/mysql-4.0
2003-09-12 01:36:28 +03:00
heikki@hundin.mysql.fi
3b7140aed0
row0sel.c:
...
Fix buglets in previous push
2003-09-12 01:35:32 +03:00
guilhem@mysql.com
f35f432982
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-09-11 23:31:49 +02:00
heikki@hundin.mysql.fi
be05042bae
row0sel.c:
...
Fix bug: if a primary key contains more than one column, then MySQL seems to do fetch next even for a unique search condition: this in turn caused unnecessary locking which did not agree what the InnoDB manual promised
2003-09-12 00:31:43 +03:00
guilhem@mysql.com
dc169f4291
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-09-11 23:18:27 +02:00
guilhem@mysql.com
59663fc661
* Fix for BUG#1248: "LOAD DATA FROM MASTER drops the slave's db unexpectedly".
...
Now LOAD DATA FROM MASTER does not drop the database, instead it only tries to
create it, and drops/creates table-by-table.
* replicate_wild_ignore_table='db1.%' is now considered as "ignore the 'db1'
database as a whole", as it already works for CREATE DATABASE and DROP DATABASE.
2003-09-11 23:17:28 +02:00
lenz@mysql.com
541189e746
- Added option "--skip-name-resolve" to mysql_install_db to be able to
...
use the local machine's IP address instead of the host name when
building the initial grant tables if "skip-name-resolve" has been
specified in my.cnf. This can be helpful on FreeBSD to avoid
thread-safety problems with the FreeBSD resolver libraries.
(Thanks to Jeremy Zawodny for the patch)
2003-09-10 17:48:43 +02:00
lenz@mysql.com
57290ee65f
- Updated version number to 4.0.16 now that 4.0.15 has been released
...
- tagged ChangeSet 1.1556 as mysql-4.0.15
2003-09-10 16:48:57 +02:00
monty@mashka.mysql.fi
99490870e6
Cleaned up last bug fixes
...
Fix bug in SHOW GRANTS when there is a column privilege but no table privilege
2003-09-09 20:06:50 +03:00
hf@deer.(none)
434cea193d
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into deer.(none):/home/hf/work/mysql-4.0
2003-09-08 21:47:41 +05:00
vva@eagle.mysql.r18.ru
579edcd481
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_1184/mysql-4.0
2003-09-08 12:47:40 -04:00
vva@eagle.mysql.r18.ru
7ee7ce5556
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_1184/mysql-4.0
2003-09-08 12:46:16 -04:00
vva@eagle.mysql.r18.ru
314d7c401a
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_1056/mysql-4.0
2003-09-08 12:16:17 -04:00
vva@eagle.mysql.r18.ru
00aee0ba4b
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_1056/mysql-4.0
2003-09-08 12:15:17 -04:00
hf@deer.(none)
05f53a0422
fix for #1211
2003-09-08 14:46:44 +05:00
hf@deer.(none)
95bf984d15
Fix for #1210
...
i fixed this in 4.1 in slightly different way
2003-09-08 13:02:19 +05:00
vva@eagle.mysql.r18.ru
2ef05e3747
fixed Bug #1184 (change type of opt_ignore_lines to longlong)
2003-09-06 18:59:04 -04:00
vva@eagle.mysql.r18.ru
d45ff0e314
added space after first '--' in the long '----....' comment line in mysqldump
...
just to make it compatible with the manual
(fixed bug #1056 )
2003-09-06 15:06:08 -04:00
monty@mashka.mysql.fi
045eb3d8fe
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mashka.mysql.fi:/home/my/mysql-4.0
2003-09-05 17:06:36 +03:00
carsten@tsort.bitbybit.dk
e0d04fd22b
Add QUICK as mysql-recover option in mysqld --help
2003-09-05 14:44:21 +02:00
serg@serg.mylan
87d2d59f1a
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-09-05 12:05:05 +02:00
serg@serg.mylan
493d5f9504
bug#926 fix undone - it caused suboptimal execution plan for "range ON, no WHERE" query
...
Another fix applied
2003-09-05 11:42:21 +02:00
monty@mashka.mysql.fi
1d79895402
after merge fixes
2003-09-05 08:16:13 +03:00
monty@mashka.mysql.fi
439b84afe4
Merge with 3.23
2003-09-05 06:56:28 +03:00
monty@mashka.mysql.fi
75b2c4a62f
Fixed rare bug in MYISAM introduced in 4.0.3 where the index file header was not updated directly after an UPDATE of split dynamic rows.
2003-09-05 06:42:55 +03:00
greg@mysql.com
088406deb9
Windows fix to avoid VC++ 6.0 compiler bug, which prevents compilation when function calls are present inside an expanded inline function
2003-09-04 16:00:05 -04:00
greg@mysql.com
b450f65490
Provide mysql_fix_privilege_tables.sql for Windows users to update grant tables (BUG #948 )
...
Fix make_win_src_distribution
2003-09-04 12:56:02 -04:00
serg@serg.mylan
be96cc0984
bug #1172 - crash on force index() and SEL_ARG::MAYBE_KEY
2003-09-03 22:27:04 +02:00
serg@serg.mylan
867b4cc18f
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-09-03 19:41:01 +02:00
monty@narttu.mysql.fi
a6e3ee6bef
Better quoting patch for mysqldump
2003-09-03 18:48:10 +03:00
gerberb@ou800.zenez.com
b64d6a0310
Merge bgerber@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into ou800.zenez.com:/unixware/home/mount/ou800/zenez3/zenez/bk/blg/mysql-4.0
2003-09-03 09:23:18 -06:00
gerberb@ou800.zenez.com
7005115e97
Change set for gcc patch on OpenUNIX and UnixWare SCO is the OS vendor.
2003-09-03 08:07:58 -06:00
serg@serg.mylan
04112b9f89
proper obligatory quoting of identifiers in mysqldump<->server communication (unrelated from command-line options)
2003-09-02 18:30:34 +02:00
ram@mysql.r18.ru
5e6d8dd7fe
Fix for the bug #971 : ORDER BY DESC doesn't return correct num of rows with BDB and an indexed column.
2003-09-02 21:09:28 +05:00