monty@mashka.mysql.fi
bc035c71f1
Merge with 3.23.51
...
Fixed wrong usage of sprintf() in ha_innodb.cc
2002-07-25 22:46:28 +03:00
monty@mashka.mysql.fi
b126501bf3
Merge work:/home/bk/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-07-25 01:06:04 +03:00
monty@mashka.mysql.fi
e701333bbf
INSERT ... VALUES(DEFAULT)
2002-07-25 01:00:56 +03:00
serg@sergbook.mysql.com
51d940bb46
Merge work:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-07-24 21:57:37 +02:00
serg@sergbook.mysql.com
e74ba054ec
bugfix: uniques did not contributed to MYI tot_length estimation, which resulted in "Index file full" error on huge SELECT DISTINCT's
2002-07-24 21:56:33 +02:00
paul@teton.kitebird.com
1f5276d389
manual.texi fix typo
2002-07-24 12:12:34 -05:00
paul@teton.kitebird.com
1f5573d81e
manual.texi fix typo
2002-07-24 12:09:46 -05:00
monty@mashka.mysql.fi
b71b26d1a1
Merge work:/home/bk/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-07-24 19:58:16 +03:00
monty@mashka.mysql.fi
c702a1f8fd
Removed wrong implementation of CUBE/ROLLUP
...
Fixed bugfix of INSERT ... SET db_name.table_name.column_name
Changed locking to external-locking
Fix client hangup for some invalid SQL queries.
2002-07-24 19:55:08 +03:00
lenz@mysql.com
421a8a4927
Added sql/set_var.h to distribution
2002-07-24 13:48:27 +02:00
monty@mashka.mysql.fi
00089b8148
Merge work:/home/bk/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-07-23 22:09:54 +03:00
monty@mashka.mysql.fi
fc7f7a2110
Small fixes after merge
2002-07-23 22:08:37 +03:00
paul@teton.kitebird.com
4082fca238
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-07-23 13:33:31 -05:00
paul@teton.kitebird.com
2bfd7c7357
manual.texi change note mods, 4.0.x.
2002-07-23 13:31:38 -05:00
salle@geopard.online.bg
02aaf29d2f
Fixed bug with INSERT .. SET db_name.tbl_name.col_name=''
2002-07-23 20:42:08 +03:00
monty@mashka.mysql.fi
4233d3a3d4
merge
2002-07-23 20:39:36 +03:00
monty@mashka.mysql.fi
dddc20d9d1
New SET syntax & system variables.
...
Made a some new buffers thread specific and changeable.
Resize of key_buffer.
AUTO_COMMIT -> AUTOCOMMIT
Fixed mutex bug in DROP DATABASE
Fixed bug when using auto_increment as second part of a key where first part could include NULL.
Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers.
Don't write message to error log when slave reconnects becasue of timeout.
Fixed possible update problem when using DELETE/UPDATE on small tables
(In some cases we used index even if table scanning would be better)
A lot of minior code cleanups
2002-07-23 18:31:22 +03:00
lenz@mysql.com
7b83805443
- Fixed build failure in mysql.spec.sh - linking against the special
...
patched glibc would force static linking, which does not work with
OpenSSL (which is now part of the Max binary)
- RPM spec file cleanups
- Init script cosmetical fix
2002-07-23 17:04:20 +02:00
monty@mashka.mysql.fi
3c9f1a9ae4
Merge work:/my/mysql-3.23 into mashka.mysql.fi:/home/my/mysql-3.23
2002-07-23 02:16:29 +03:00
monty@mashka.mysql.fi
f93cb63202
Fixed problem with auto_increment key as not first key part
2002-07-23 02:08:48 +03:00
arjen@fred.bitbike.com
cffcb38cee
Fix old typo.
2002-07-23 08:32:16 +10:00
lenz@mysql.com
968c2861d4
- Removed MIRRORS from EXTRA_DIST files in Makefile.am to get
...
"make dist" succeed again.
2002-07-22 14:19:11 +02:00
lenz@mysql.com
8ec2966ac0
Added missing file sql_olap.cc to libmysqld/Makefile.am to fix compile
...
failures when building the embedded server.
2002-07-22 14:07:04 +02:00
serg@sergbook.mysql.com
a4384f852f
merge.test:
...
merge.test - it was missed in the previous commit :(
manual.texi:
fixed bad auto-merge of OLAP manual
Docs/Makefile.am:
removed ../MIRROR target (mirror list is no longer in the manual)
2002-07-22 00:46:30 +02:00
serg@sergbook.mysql.com
9805b66dbc
Merge work:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-07-21 23:56:16 +02:00
serg@sergbook.mysql.com
e20d9e06c5
AUTO_INCREMENT support for MERGE
...
HA_AUTO_PART_KEY support for handler parent class
2002-07-21 23:55:32 +02:00
serg@sergbook.mysql.com
0642d54a37
parallel repair: style fixups
2002-07-21 21:01:05 +02:00
heikki@hundin.mysql.fi
f753fdd32f
row0ins.c:
...
Move the assertion in foreign keys to the right place
2002-07-21 13:17:49 +03:00
heikki@hundin.mysql.fi
3c29c48964
dict0dict.c:
...
Revert the test changes to wait for a full push of new auto-inc algorithm
2002-07-21 13:09:57 +03:00
heikki@hundin.mysql.fi
51c80faed2
row0ins.c:
...
Do not perform ON DELETE action for a FOREIGN KEY constraint if we are doing an UPDATE, not a DELETE
dict0dict.c:
test
2002-07-21 12:58:14 +03:00
Sinisa@sinisa.nasamreza.org
c8f89bb65f
Another item on TODO
2002-07-20 15:47:36 +03:00
Sinisa@sinisa.nasamreza.org
151e3e4347
Some small changes
2002-07-20 15:40:02 +03:00
Sinisa@sinisa.nasamreza.org
2e8fb546dc
OLAP functionality plus some small bug fixes
2002-07-20 14:51:52 +03:00
monty@mashka.mysql.fi
d909f4a551
Fix wrong usage of constant which could cause mysqld to use index when doing an update/delete on small tables.
...
code cleanup
2002-07-19 21:57:53 +03:00
heikki@hundin.mysql.fi
5b76647205
fil0fil.c:
...
Align a buffer for i/o from a raw device
2002-07-19 18:49:25 +03:00
heikki@hundin.mysql.fi
d7f2152b9e
os0file.c:
...
Fix a bug in the previous commit change and align also the buffer in simulataled aio for possible use in i/o to raw devices
2002-07-19 17:09:40 +03:00
Sinisa@sinisa.nasamreza.org
4331c705e5
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-07-19 14:31:02 +03:00
arjen@fred.bitbike.com
b4e72ab350
Updated MySQL cert. information.
...
Removed certification@mysql.com address from manual. Just keep website ref.
2002-07-19 17:02:23 +10:00
arjen@fred.bitbike.com
2853ec811f
Minor fix.
2002-07-19 16:24:17 +10:00
heikki@hundin.mysql.fi
2568a3b762
os0file.c:
...
Align the buffer used in initing a data file to zero; this may be needed if the data file is actually a raw device
2002-07-19 08:33:52 +03:00
arjen@fred.bitbike.com
75345481b5
Rearranged layout in section about the mysql cmdline client.
...
Noted version # for 'prompt' addition to cmdline client.
2002-07-19 15:30:43 +10:00
arjen@fred.bitbike.com
69063f87f5
Document LIMIT n,-1 possibility.
2002-07-19 15:01:03 +10:00
arjen@fred.bitbike.com
fe80dc589f
Removed mirrors listing from manual. Refer to list on website, with info.
2002-07-19 10:16:20 +10:00
arjen@fred.bitbike.com
effe33b09a
Mirrors update (for Jim).
2002-07-19 08:30:52 +10:00
arjen@fred.bitbike.com
381d56bbac
Reset previous width to maintain proper DocBook output.
2002-07-18 16:43:00 +10:00
arjen@fred.bitbike.com
ffa1c73c92
Merge work.mysql.com:/home/bk/mysql-4.0
...
into fred.bitbike.com:/home/arjen/mysql-4.0
2002-07-18 16:38:17 +10:00
arjen@fred.bitbike.com
7ba9e84fbb
Little shuffle/improvement in 'building from dev.tree' instructions.
2002-07-18 16:11:02 +10:00
arjen@fred.bitbike.com
a586574432
Clarification of replication master-slave compatibility between versions.
2002-07-18 16:06:36 +10:00
jcole@mugatu.spaceapes.com
8c7805825d
manual.texi:
...
Added note about new version numbers.
configure.in:
Updated version number.
Sorry, bitkeeper keeps messing up.
2002-07-17 12:40:22 -05:00
salle@geopard.online.bg
b472f401b1
Some
...
C++ comments cleanup
2002-07-17 15:17:20 +03:00