Commit graph

4300 commits

Author SHA1 Message Date
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
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
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
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
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
Sinisa@sinisa.nasamreza.org
581c60d14f Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-07-17 14:52:09 +03:00
arjen@fred.bitbike.com
dacf75a4ad Started 4.0.3 changes.
Added changelog entry for Jani's pager fix in mysql client.
2002-07-17 10:29:44 +10:00
lenz@mysql.com
2877dc2f1c Fix a core dump that occured on AIX and Solaris (and probably others)
in get_options (thanks to Sinisa for fixing this)
2002-07-16 22:26:29 +02:00
Sinisa@sinisa.nasamreza.org
ff2608099d Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-07-16 22:45:59 +03:00
Sinisa@sinisa.nasamreza.org
c5738005c4 Just making commit in order to stop getting erors.
Will do a push when it starts working ..
2002-07-16 22:42:53 +03:00
Sinisa@sinisa.nasamreza.org
6377f501df mysqld.cc ?
mysqld.cc	h
mysqld.cc	small fix for --bind-address
2002-07-16 22:36:47 +03:00
lenz@mysql.com
8a4502f19b Merge mysql.com:/my/mysql-4.0 into mysql.com:/my/mysql-4.0-build 2002-07-16 18:43:49 +02:00
lenz@mysql.com
251449899a - fixed typo in manual.texi
- fixed compile option in mysql.spec
2002-07-16 18:43:03 +02:00
jani@rhols221.adsl.netsonic.fi
605d8de364 Fixed a bug in pager in mysql client 2002-07-16 17:19:10 +03:00
arjen@fred.bitbike.com
c7deeca644 Clarification of changelog entry. 2002-07-16 14:10:32 +10:00
arjen@fred.bitbike.com
14e700ca6d Spelling correction. 2002-07-16 13:11:01 +10:00
arjen@fred.bitbike.com
874b0cbeec Update reserved word list. 2002-07-16 09:22:43 +10:00
arjen@fred.bitbike.com
c2baeafbd3 My preferred bk checkout option. 2002-07-16 08:22:45 +10:00
serg@sergbook.mysql.com
373e19dca1 Merge work:/home/bk/mysql-4.0
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-07-15 15:02:08 +02:00