monty@hundin.mysql.fi
55dd01cc13
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-09-04 01:25:50 +03:00
monty@hundin.mysql.fi
0b2af6bdfd
Ensure that libmysqlclient doesn't use raid
...
Fix problem with MyISAM and rows of length 65517-65520
2001-09-04 01:25:34 +03:00
sasha@mysql.sashanet.com
a65f24485c
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-09-03 13:09:46 -06:00
sasha@mysql.sashanet.com
de1b5a8c69
added symbols files to RPM to resolve stack trace
...
fixed Do-rpm to accept command-line options for easier testing/local
RPM build
2001-09-03 13:09:08 -06:00
jani@hynda.mysql.fi
d836dbf912
Forgot to change the version number.
2001-09-03 16:16:07 +03:00
jani@hynda.mysql.fi
5c994ad67f
Fixed a problem with dumping string values in float and double
...
fields (inf,nan,...); should be dumped as "NULL".
2001-09-03 16:09:25 +03:00
monty@hundin.mysql.fi
3a3d1e28e5
Fix test that all merge tables comes from same database
2001-09-03 04:48:07 +03:00
monty@hundin.mysql.fi
7f8f1bd979
Fix to not running mysqld as root by default
2001-09-02 20:42:07 +03:00
monty@hundin.mysql.fi
759cf54a9e
Small changes in benchmark suite
2001-09-02 16:56:51 +03:00
monty@hundin.mysql.fi
825ad1f8e7
Added testing of IN(value-list)
...
Portability fixes
2001-09-02 16:03:37 +03:00
monty@hundin.mysql.fi
d42e4d27d5
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-09-01 10:43:52 +03:00
monty@hundin.mysql.fi
7f4aee1c90
Make killing of threads safer
2001-09-01 10:38:16 +03:00
sasha@mysql.sashanet.com
7288e307af
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-08-31 16:02:41 -06:00
sasha@mysql.sashanet.com
65a484a10b
replicated get_lock() properly
2001-08-31 15:55:58 -06:00
tim@white.box
a06dfbd225
configure.in
...
Add #undef inline to all C++ tests.
This is needed to work with some C++ compilers....
2001-08-31 16:30:20 -04:00
monty@hundin.mysql.fi
e251f9d827
Fixed problem with INSERT DELAYED
...
Make killing threads safer
2001-08-31 23:02:09 +03:00
heikki@donna.mysql.fi
b78f8380d5
ha_innobase.cc Add better error message if innodb_data_file_path is not set
...
ha_innobase.h Remove HA_NOT_READ_AFTER_KEY from table han
ha_innobase.h dler flags: it prevented the use of an index in MAX()
2001-08-31 16:50:57 +03:00
monty@hundin.mysql.fi
298cb454e7
ix compilition for computer in a previous timezone
2001-08-31 10:30:38 +03:00
monty@hundin.mysql.fi
ef97deb059
Portability fixes
2001-08-31 10:20:19 +03:00
monty@hundin.mysql.fi
91db5836e0
Portability fixes
2001-08-30 21:16:39 +03:00
monty@hundin.mysql.fi
f908efb0a8
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-08-30 20:39:18 +03:00
monty@hundin.mysql.fi
b3d9ec2124
Increase version number
2001-08-30 20:38:46 +03:00
tim@white.box
9ddc25b471
Merge work.mysql.com:/home/bk/mysql into white.box:/home/tim/my/3
2001-08-30 13:18:06 -04:00
monty@hundin.mysql.fi
55edbd24cf
Fixed problem in myisampack with blobs
2001-08-30 14:24:15 +03:00
monty@hundin.mysql.fi
85fe710b48
Portability fix
2001-08-30 12:51:58 +03:00
monty@hundin.mysql.fi
1dba0d7005
Fix problem with comments/blank lines in MERGE files.
2001-08-30 11:20:28 +03:00
monty@hundin.mysql.fi
029a441238
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-08-30 11:02:28 +03:00
monty@hundin.mysql.fi
6000cd213a
Portability fixes
2001-08-30 10:51:36 +03:00
paul@central.snake.net
8e668c3c18
manual.texi minor change log fixes
...
manual.texi fix age calculations in the tutorial section to
manual.texi determine age in integer years and to account for
manual.texi relative order of dates within calendar year.
2001-08-29 21:56:18 -05:00
monty@hundin.mysql.fi
3fb423fe39
Fix for OS2
2001-08-30 01:22:02 +03:00
monty@hundin.mysql.fi
f5b700ad64
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-08-29 22:25:06 +03:00
heikki@donna.mysql.fi
d2999b49f4
buf0flu.c Testing if the file is ok in Bitkeeper
2001-08-29 19:59:01 +03:00
heikki@donna.mysql.fi
1311f7ce16
trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
...
trx0sys.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
trx0trx.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
row0mysql.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
row0purge.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
row0sel.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
row0uins.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
row0umod.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
row0upd.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
srv0srv.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
srv0start.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
sync0arr.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
fil0fil.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
ibuf0ibuf.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
lock0lock.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
os0file.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
btr0btr.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
btr0cur.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
btr0sea.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
buf0buf.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
data0data.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
srv0srv.h Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
trx0sys.h Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
trx0trx.h Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
btr0cur.h Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
buf0buf.h Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
data0data.h Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
ha_innobase.cc Fix the auto-inc+REPLACE+replication bug, improve InnoDB Monitor prints
2001-08-29 19:42:23 +03:00
monty@hundin.mysql.fi
bae11ba03f
Merge
2001-08-29 17:34:46 +03:00
monty@hundin.mysql.fi
2f93aa9e51
Test that all MERGE tables comes from the same database
2001-08-29 17:33:41 +03:00
heikki@donna.mysql.fi
e4ba298344
Merge
2001-08-29 16:43:01 +03:00
heikki@donna.mysql.fi
43c2f83ed0
ha_innobase.cc Fix a bug in connection with SET INSERT_ID:caused repliaction to fail
2001-08-29 16:40:00 +03:00
serg@serg.mysql.com
801f2a3c09
News-3.23.42 section updated
2001-08-29 14:03:02 +02:00
serg@serg.mysql.com
e17126b231
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2001-08-29 13:43:50 +02:00
serg@serg.mysql.com
aeafb909e0
"freeing of unallocated pointer" bug fixed
2001-08-29 13:42:14 +02:00
tim@white.box
307ccfeedf
Update the SCO (now Caldera)/SysV tests. This should allow OpenUnix8
...
to work automatically. Thanks to Boyd Lynn Gerber for the patch.
2001-08-28 18:48:13 -04:00
monty@hundin.mysql.fi
788bc3f43b
Fixed that LOAD DATA INFILE works with transactions.
...
Fix for lower case filenames
2001-08-28 06:43:55 +03:00
monty@hundin.mysql.fi
b0a0c54257
Fixed bug in auto-increment handling with InnoDB
...
Some small speedups
2001-08-26 23:24:48 +03:00
sasha@mysql.sashanet.com
2adf2fadc6
test case for InnoDB replace/auto_increment bug when insert_id is
...
forced by the user
2001-08-24 20:45:06 -06:00
jcole@tetra.spaceapes.com
b938f5a797
Fixed oopsie, and fixed a typo.
2001-08-23 14:54:41 -05:00
jcole@tetra.spaceapes.com
efc432be5d
Merge jcole@work.mysql.com:/home/bk/mysql
...
into tetra.spaceapes.com:/home/jcole/bk/mysql
2001-08-23 14:50:57 -05:00
jcole@tetra.spaceapes.com
c9c988172b
Lots of cleanups.
2001-08-23 14:47:05 -05:00
monty@hundin.mysql.fi
dfcb208e53
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-08-23 00:59:19 +03:00
monty@hundin.mysql.fi
e127a952a6
Portability fixes
2001-08-23 00:55:48 +03:00
jcole@tetra.spaceapes.com
e5b45e2297
Added target for mysql.xml to Docs/Makefile.am.
2001-08-22 14:28:35 -05:00