Commit graph

1274 commits

Author SHA1 Message Date
heikki@donna.mysql.fi
0ba8d3efd2 trx0trx.h Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
row0ins.c	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
row0mysql.c	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
row0mysql.h	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
ha_innobase.cc	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
2001-03-06 19:45:10 +02:00
monty@donna.mysql.fi
f1b9242dc8 Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-03-06 15:26:13 +02:00
monty@donna.mysql.fi
bda3e09935 Merged some functions and removed some unused client functions.
Remember UNION for ALTER TABLE
Added test for if we are supporting transactions.
Don't allow REPLACE to replace a row when we have generated an auto_increment key
Fixed bug when using BLOB keys
Fixed bug in SET @variable=user.
2001-03-06 15:24:08 +02:00
tim@threads.polyesthetic.msg
853a2f0160 Make sure ib_config.h is distributed.
Clean up Do-all-build-steps.
2001-03-05 21:08:24 -05:00
sasha@mysql.sashanet.com
7a6ce8ad8a Docs/manual.texi
updates for access to 4.0 repository
2001-03-05 17:28:26 -07:00
tim@threads.polyesthetic.msg
9bbe517965 configure.in Add include/Makefile to AC_OUTPUT 2001-03-05 18:55:02 -05:00
tim@threads.polyesthetic.msg
7a932b1351 Added include/Makefile.am so that the header files will
be distributed properly.
2001-03-05 18:33:13 -05:00
serg@serg.mysql.com
df7bcb2644 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-03-05 23:22:21 +01:00
serg@serg.mysql.com
0a67a152f4 sql_insert.cc DELAYED INSERT bus error fixed 2001-03-05 23:21:29 +01:00
tim@work.mysql.com
c3143ddacc Do-all-build-steps Innobase is included in the distribution. 2001-03-05 22:08:40 +01:00
tim@threads.polyesthetic.msg
85015ebfbe Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/work
2001-03-05 14:32:51 -05:00
tim@threads.polyesthetic.msg
b1c5c6d663 Berkeley DB now uses our own Makefile.in which translates automake
targets (like 'distdir') properly.
2001-03-05 14:30:39 -05:00
serg@serg.mysql.com
be8815a19f Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-03-05 10:37:11 +01:00
serg@serg.mysql.com
b51ab7cc05 post-commit limit mail to 10,000 lines 2001-03-05 10:33:05 +01:00
tim@threads.polyesthetic.msg
6808abd24c Small changes to make life with BDB in the tree easier. 2001-03-04 20:59:13 -05:00
tim@threads.polyesthetic.msg
5274851525 Search for Berkeley DB in the 'bdb' directory first. 2001-03-04 20:10:51 -05:00
tim@threads.polyesthetic.msg
13b7c1ccbd Ignore some files in bdb. 2001-03-04 20:07:36 -05:00
tim@threads.polyesthetic.msg
63cd9e0c94 Turn off SCCS flag for all BDB files.
Apply MySQL-specific patches.
2001-03-04 19:53:00 -05:00
tim@threads.polyesthetic.msg
89dad52004 Import changeset 2001-03-04 19:42:05 -05:00
tim@work.mysql.com
639a1069d3 Add --just-configure (-c) option to BUILD scripts. 2001-03-04 22:34:26 +01:00
tim@threads.polyesthetic.msg
38f16c1caa Make test-make-manual more portable. 2001-03-04 15:37:11 -05:00
tim@threads.polyesthetic.msg
4842d3da6b Fix rare infinite loop in make_join_statistics(). Thanks to
Paul Cadach <paul@odt.east.telecom.kz> for the code.

See Message-ID: <000a01c0a022$c0b910a0$b78313d4@private3se6v3w>
on internals@lists.mysql.com.
2001-03-04 15:09:15 -05:00
tim@threads.polyesthetic.msg
fd45aed782 Fix minor typos (not bugs). 2001-03-04 15:05:20 -05:00
heikki@donna.mysql.fi
7b275cf2ec row0mysql.c Removed a bug in update of a table with no primary key 2001-03-03 19:15:53 +02:00
monty@donna.mysql.fi
d325a2c907 Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-03-03 03:03:36 +02:00
monty@donna.mysql.fi
5ccbbd83f2 Fixes for innobase usage
Fixed bug when using TEXT columns with BDB tables
Allow LOAD DATA INFILE to use numbers with ENUM and SET columns
2001-03-03 03:03:12 +02:00
heikki@donna.mysql.fi
3abaff79ce row0sel.c Removes now trailing spaces from varchars
srv0start.c	Removes now trailing spaces from varchars
row0mysql.ic	Removes now trailing spaces from varchars
ha_innobase.cc	Removes now trailing spaces from varchars
2001-03-02 19:07:29 +02:00
heikki@donna.mysql.fi
831e23edd6 univ.i Changed univ.i to non-debug version 2001-03-02 18:05:19 +02:00
heikki@donna.mysql.fi
314cdf3424 ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes
mem0pool.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0file.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0shm.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0sync.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0thread.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
page0page.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
que0que.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
row0ins.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
row0mysql.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
row0sel.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
row0upd.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
row0vers.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
srv0srv.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
srv0start.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
sync0arr.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
sync0rw.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
sync0sync.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
trx0rec.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
trx0trx.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
srv0srv.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
sync0rw.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
sync0sync.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
ut0dbg.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
lock0lock.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
log0log.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
log0recv.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
ibuf0ibuf.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
buf0buf.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
buf0buf.ic	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
hash0hash.ic	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
mach0data.ic	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
mem0mem.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
mem0pool.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
mtr0mtr.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0file.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0sync.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0sync.ic	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0thread.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
univ.i  	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
row0mysql.ic	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
com0shm.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
data0data.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
data0type.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
dict0crea.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
dict0dict.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
fil0fil.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
fsp0fsp.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
fut0lst.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
btr0sea.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
buf0buf.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
buf0flu.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
btr0btr.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
btr0cur.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
2001-03-02 17:33:11 +02:00
monty@donna.mysql.fi
f2d31048eb Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-03-02 15:06:27 +02:00
monty@donna.mysql.fi
74708eb4a0 Avoid table scans when using DELETE on a table on which no SELECT has been done. 2001-03-02 15:05:12 +02:00
jcole@tetra.spaceapes.com
37ee19150d Added ChangeLog entry about the SET bug. 2001-03-02 05:17:25 -06:00
jcole@tetra.spaceapes.com
d87f499820 Merge work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
2001-03-02 05:05:06 -06:00
jcole@tetra.spaceapes.com
ab60ef6d81 Fixed a bug that allowed:
SET @foo=bar;

This would cause a deadlock in mysqld, it now generates the error:
ER_SET_CONSTANTS_ONLY as follows:

mysql> set @foo=bar;
ERROR 1204: You may only use constant expressions with SET
2001-03-02 05:03:18 -06:00
serg@serg.mysql.com
ebf34516c9 manual.texi ``short'' TIME values issue clarified 2001-03-01 22:46:35 +01:00
serg@serg.mysql.com
1cca44ab11 Merge 2001-03-01 21:04:36 +01:00
sasha@mysql.sashanet.com
6a0faa9a65 mysql-test/t/bdb-crash.test
make sure we get correct data
2001-03-01 12:01:00 -07:00
sasha@mysql.sashanet.com
1ba4739037 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-03-01 11:49:45 -07:00
sasha@mysql.sashanet.com
bc52b4a280 text/blob fields in some cases were not handled properly 2001-03-01 11:49:06 -07:00
heikki@donna.mysql.fi
ba822b8f10 ha_innobase.cc Fixed a bug in ha_innobase.cc in auto_increment 2001-03-01 19:43:29 +02:00
mwagner@evoq.mwagner.org
21c601760c manual.texi Mirror maintenance. 2001-03-01 02:21:45 -06:00
mwagner@evoq.mwagner.org
9c96f172b5 test-make-manual Fixed so that manual.html isn't cleaned up before it is viewed in the running $BROWSER.
manual.texi	Added MyODBC patch to contrib section.
2001-02-28 21:04:08 -06:00
heikki@donna.mysql.fi
cb7f3f4fdc os0file.h Removed a typo in os0file.h 2001-02-28 21:03:37 +02:00
serg@serg.mysql.com
444cd700a6 sql_select.cc MATCH ... AGAINST (NULL) bug fixed
item_func.cc	MATCH ... AGAINST (NULL) bug fixed
fulltext.test	MATCH ... AGAINST (NULL) bug fixed
fulltext.result	MATCH ... AGAINST (NULL) bug fixed
2001-02-28 11:43:08 +01:00
serg@serg.mysql.com
9ee11094db Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-02-28 09:51:41 +01:00
sasha@mysql.sashanet.com
01370b46ca mysql-test/t/fulltext.test
added a test case for a coredump bug.
2001-02-27 18:32:40 -07:00
sasha@mysql.sashanet.com
62db48e4b8 Docs/manual.texi
update for the fix
sql/slave.cc
    re-merged Jeremy's message changes, got the code to compile and run again
    after a mess-up in the merge
2001-02-26 23:09:53 -07:00
sasha@mysql.sashanet.com
00c87c1bc7 sql/slave.cc
merged
2001-02-26 22:32:06 -07:00
sasha@mysql.sashanet.com
4b9fdfc3f2 ulonglong -> uint32 for log offset
more verbose messages when slave thread exits
2001-02-26 22:27:20 -07:00
serg@serg.mysql.com
375be6d598 manual.texi fixed chown issue 2001-02-26 10:25:19 +01:00