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
bell@sanja.is.com.ua
5db861c3e4
parameter of my_yyoverflow made independed from YYSIZE_T (BUG#4204)
2004-06-24 22:15:15 +03:00
mwagner@here.mwagner.org
1afa895962
Merge here.mwagner.org:/Volumes/BK/mysql-4.0
...
into here.mwagner.org:/Volumes/BK/mysql-4.0-work
2004-06-24 12:23:28 -05:00
mwagner@here.mwagner.org
81c0732a45
logger.pm, Bootstrap:
...
Updates for output enhanced Bootstrap
2004-06-24 12:22:48 -05:00
ingo@mysql.com
18cd61d0d0
bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock.
...
Redesigned the handler close functions so that they are usable
at different places where waiting for closing tables is done.
2004-06-24 15:06:56 +02:00
ingo@mysql.com
fa86cada0c
bug#2686 - index_merge select on BerkeleyDB table with varchar PK causes mysqld to crash.
...
Added put_length() to get_length() and unpack_key() to pack_key().
Keys were packed with the minimum size of the length field for the key part and
unpacked with length size of the base column.
For the purpose of optimal key packing we have the method pack_key(), while rows are
packed with pack(). Now keys are unpacked with unpack_key() and no longer with
unpack() which is used for rows.
2004-06-24 14:54:28 +02:00
ingo@mysql.com
d74558eb36
Merge mysql.com:/home/mydev/mysql-4.0
...
into mysql.com:/home/mydev/mysql-4.0-bug2688
2004-06-24 12:07:00 +02:00
patg@krsna.patg.net
c9b1946c05
Development.fgl:
...
add typelib.h to filelist
Clients and Tools.fgl:
add libmysql.dll to file list
4.0.XX-gpl.ipr:
Various fixes to installshield project file (added files)
2004-06-23 21:02:37 -07:00
patg@krsna.patg.net
c7e61b8e9a
Do-rpm:
...
Small fix to handle the src rpm file correctly (contains '0', release number in spec file)
2004-06-23 20:26:20 -07:00
monty@mysql.com
580cb3ddee
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-06-23 16:44:54 +03:00
monty@mysql.com
ad86016e2f
lower_case_table_names=2 (Keep case for table names) was not honored
...
with ALTER TABLE and CREATE/DROP INDEX. (Bug #3109 )
Make net_buffer_length visible for mysql clients (Bug #4206 )
2004-06-23 16:44:34 +03:00
marko@hundin.mysql.fi
c1f8591d5d
Merge marko@build.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/marko/k/mysql-4.0
2004-06-23 12:17:50 +03:00
mwagner@here.mwagner.org
052fd99e5e
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into here.mwagner.org:/Volumes/BK/mysql-4.0
2004-06-22 13:03:20 -05:00
mwagner@here.mwagner.org
b88e647611
Merge here.mwagner.org:/Volumes/BK/mysql-4.0
...
into here.mwagner.org:/Volumes/BK/mysql-4.0-work
2004-06-22 12:58:47 -05:00
mwagner@here.mwagner.org
c769477721
my_md5sum:
...
Change behaviour to be like the md5sum in GNU coreutils
2004-06-22 12:57:52 -05:00
lenz@mysql.com
5bbb5bb59e
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-06-22 17:55:57 +02:00
lenz@mysql.com
4d92924807
- rephrased comment
2004-06-22 17:54:38 +02:00
lenz@mysql.com
4740e8b2b7
- Applied some portability fixes for SGI IRIX/MipsPro compiler
...
(e.g. a fix for BUG#3507 and some modifications recommended
by Andrea Suatoni and Joerg Behrens - thank you!)
2004-06-22 17:35:34 +02:00