serg@serg.mylan
35ac63439d
distclean:
...
rm -f lex_hash.h
BUG#4583
2004-07-22 19:28:11 +02:00
lenz@mysql.com
92d96c9391
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-07-21 17:19:30 +02:00
hf@deer.(none)
2a71cc26aa
Fix for bug #4531(64bit embedded server crashes)
...
There is some 'ulong'<->'uint' mess in libmysqld.c
2004-07-21 18:23:13 +05:00
lenz@mysql.com
7ae87a945d
- added mysqlman.1.in to the source distribution (generic fallback
...
man page that can be used as a default man page for programs that
do not have their own man page)
2004-07-20 18:24:36 +02:00
serg@serg.mylan
64fa4cc124
merged with 'ul'
2004-07-19 23:46:06 +02:00
lenz@mysql.com
1ed37f97a3
- only include the GPL license in the LICENSE text, not the FOSS
...
exception (it only applies to 4.0 and above)
2004-07-19 12:32:36 +02:00
guilhem@mysql.com
e5c2285782
Fix for BUG#4551 "Temporary InnoDB tables not replicated properly with CREATE TABLE .. SELECT"
...
The problem was that (for any storage engine), the created temporary table was not removed if CREATE SELECT failed (because
of a constraint violation for example). This was not consistent with the manual and with CREATE SELECT (no TEMPORARY).
2004-07-18 14:34:35 +02:00
guilhem@mysql.com
37bf41a7ae
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2004-07-17 17:10:52 +02:00
guilhem@mysql.com
88e00cd919
Fixes for
...
BUG#4506 "mysqlbinlog --position --read-from-remote-server has wrong "# at" lines",
BUG#4553 "Multi-table DROP TABLE replicates improperly for nonexistent table" with a test file.
It was not possible to add a test for BUG#4506 as in the test suite we must use --short-form
which does not display the "# at" lines.
2004-07-17 16:58:16 +02:00
marko@hundin.mysql.fi
20b60510e9
InnoDB: limit the recursion depth for ON (UPDATE|DELETE) CASCADE
...
(Bug #4446 )
2004-07-15 15:46:22 +03:00
heikki@hundin.mysql.fi
0614f8c718
btr0cur.c:
...
Do not add + 1 to the InnoDB index cardinality estimate if the B-tree just contains one page; the fix made in March 2004 caused InnoDB systematically to overestimate the cardinality of empty or small tables by 1
2004-07-15 09:08:51 +03:00
lenz@mysql.com
6ea13f941f
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-07-13 21:50:09 +02:00
lenz@mysql.com
894142b66e
- Move checking of the MD5 checksumming to the correct place
...
- fix calling of my_md5sum
2004-07-13 21:03:30 +02:00
marko@hundin.mysql.fi
54f0ebd2f9
Merge marko@build.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/marko/j/mysql-4.0
2004-07-13 15:28:29 +03:00
Sinisa@sinisa.nasamreza.org
0d5e1365b4
A fix for a long standing bug in LOAD DATA .. LOCAL ..'
2004-07-13 13:54:20 +03:00
marko@hundin.mysql.fi
b92d70b231
lock0lock.c:
...
Decrement n_lock_table_exp in lock_table_remove_low()
instead of lock_table_dequeue().
Do not empty lock_heap in lock_release_tables_off_kernel().
2004-07-13 12:30:34 +03:00
marko@hundin.mysql.fi
88369368f5
InnoDB: LOCK TABLES clean-up, part 2
2004-07-12 17:14:13 +03:00
marko@hundin.mysql.fi
a323342728
InnoDB: LOCK TABLE clean-up
2004-07-12 16:47:22 +03:00
marko@hundin.mysql.fi
bea2f4305e
InnoDB: Increment the lock wait watchdog timeout during CHECK TABLE
...
(Bug #2694 )
2004-07-12 15:13:18 +03:00
marko@hundin.mysql.fi
74f3da33bf
srv0start.c:
...
innobase_start_or_create_for_mysql(): Rename innodb.status.<pid>
to innodb_status.<pid> to avoid problems on VMS
2004-07-12 14:12:53 +03:00
serg@serg.mylan
d6f601c80f
mysql_find_files() made extern (from static to sql_show.cc)
2004-07-10 11:13:05 +02:00
serg@serg.mylan
2afadb9c35
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-07-10 11:01:33 +02:00
serg@serg.mylan
8064f06562
mysqlhotcopy:
...
fix MYI copying with scp
safer tempfile creation
2004-07-09 14:30:51 +02:00
monty@mysql.com
801a24952e
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-07-09 02:03:50 +03:00
monty@mysql.com
93f3d4c020
Updated result sets (from 4.1)
2004-07-09 02:03:19 +03:00
mwagner@here.mwagner.org
63e5c254ac
Do-compile:
...
Call my_md5sum with path
2004-07-08 16:16:37 -05:00
mwagner@here.mwagner.org
131a9cb45c
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into here.mwagner.org:/Volumes/BK/mysql-4.0
2004-07-08 14:06:30 -05:00
mwagner@here.mwagner.org
47a0b86ece
Merge here.mwagner.org:/Volumes/BK/mysql-4.0
...
into here.mwagner.org:/Volumes/BK/mysql-4.0-work
2004-07-08 13:52:46 -05:00
mwagner@here.mwagner.org
ec5bb4695c
Do-compile:
...
Added support for MD5 verification of file transfers
2004-07-08 13:51:18 -05:00
jani@a80-186-24-72.elisa-laajakaista.fi
97920edb9d
Fixed Bug#4451. According to C/C++ standards, enums should not be used
...
out of their range.
2004-07-08 17:12:42 +03:00
mwagner@here.mwagner.org
bb0bf26d53
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into here.mwagner.org:/Volumes/BK/mysql-4.0
2004-07-07 16:33:30 -05:00
mwagner@here.mwagner.org
9adba28a8d
Merge here.mwagner.org:/Volumes/BK/mysql-4.0
...
into here.mwagner.org:/Volumes/BK/mysql-4.0-work
2004-07-07 16:29:10 -05:00
mwagner@here.mwagner.org
c5e6ebc6b6
my_md5sum:
...
Exit properly
2004-07-07 16:28:07 -05:00
guilhem@mysql.com
2d5fbe0aec
my_lib.c:
...
more accurate comment
2004-07-05 19:12:23 +02:00
guilhem@mysql.com
912eb811ba
Windows-specific:
...
Fix for BUG#4375 "Windows specific directories are copied during
replication": in the Windows version of my_dir(), do not show hidden
or system files which Windows sometimes creates in the root directory
of drive (like RECYCLER and SYSTEM VOLUME INFORMATION directories) (so
this problem showed up only when the datadir was the root dir of a
drive).
This will make SHOW DATABASES display better, and will do no harm to
MySQL. For example, DROP DATABASE will not miss some files, as MySQL
creates no hidden or system files.
2004-07-05 19:07:26 +02:00
guilhem@mysql.com
83dbc6b006
Fixing a bug in mysqltest.c:
...
if a command has a comment at the end of line, like:
error 2002 ; # this is error 2002
then the parsing of comment should not make mysqltest
forget about the value of expected error.
Reason it forgot it (so the next query caused the test to fail)
is that internally the above line is 2 queries.
2004-07-02 19:20:30 +02:00
mwagner@here.mwagner.org
199d4f15d6
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into here.mwagner.org:/Volumes/BK/mysql-4.0
2004-07-01 14:55:23 -05:00
guilhem@mysql.com
01dc75dfef
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2004-06-30 16:16:57 +02:00
guilhem@mysql.com
74809f7445
Fix for BUG#4326 "Replicated LOAD DATA INFILE show nothing in
...
processlist on slave":
we now report in SHOW PROCESSLIST that we are writing to the temp
files or loading the table. When we are writing to the tmp file:
| 3 | system user | | | Connect | 6 | Making temp file /tmp/SQL_LOAD-2-1-2.data |
and when we are actually loading the .data temp file into the table:
| 3 | system user | | test | Connect | 2 | | LOAD DATA INFILE '/tmp/SQL_LOAD-2-1-2.data' INTO TABLE `t` <...> |
2004-06-30 15:41:35 +02:00
mwagner@here.mwagner.org
1adf2aacc6
my_md5sum:
...
Added code to use locally installed perl modules first
2004-06-29 02:13:24 -05:00
vva@eagle.mysql.r18.ru
e228547a61
s/\r\n/\n/ in mysql-test/*/system_mysql_db*
...
according to http://www.bitkeeper.com/Documentation.FAQS.Windows_NT.html
2004-06-28 15:53:49 +05:00
monty@mysql.com
f65b0c6be5
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-06-27 18:21:14 +03:00
monty@mysql.com
380ff9c228
Fix to be able to cross-compile for modesto
2004-06-27 18:20:06 +03:00
monty@mysql.com
c3eb936040
Merge mysql.com:/home/my/mysql-3.23 into mysql.com:/home/my/mysql-4.0
2004-06-25 18:55:03 +03:00
monty@mysql.com
b878240940
Add missing .cnf files to windows installation (Bug #4216 )
2004-06-25 18:54:43 +03:00
ingo@mysql.com
e703843ab7
Merge mysql.com:/home/mydev/mysql-4.0
...
into mysql.com:/home/mydev/mysql-4.0-lock
2004-06-25 16:45:50 +02:00
ingo@mysql.com
8db6c064df
Merge mysql.com:/home/mydev/mysql-4.0
...
into mysql.com:/home/mydev/mysql-4.0-bug2686
2004-06-25 14:44:37 +02:00
ingo@mysql.com
57da928039
Merge
2004-06-25 12:59:47 +02:00
ingo@mysql.com
958cf857a3
Merge mysql.com:/home/mydev/mysql-4.0
...
into mysql.com:/home/mydev/mysql-4.0-bug3565
2004-06-25 12:14:54 +02:00
ingo@mysql.com
0e76168e34
Prevent potential problems on 32-Bit machines.
2004-06-25 11:35:37 +02:00