lenz@mysql.com
bcbde5825e
Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/my/mysql-4.0
2002-07-25 18:13:57 +02:00
lenz@mysql.com
c6cc112943
Added an "#ifdef _AIX" around the "#pragma #alloca" in include/my_sys.h
...
since it is AIX specific only and compilers on other platforms issued
warnings about it.
2002-07-25 18:12:18 +02:00
paul@teton.kitebird.com
c040c7ef1a
manual.texi fix glitch in time value description
2002-07-25 10:43:33 -05:00
serg@sergbook.mysql.com
9171b5e45a
Merge work:/home/bk/mysql
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql
2002-07-25 12:31:47 +02:00
serg@sergbook.mysql.com
0a270d6562
bugfix: uniques did not contributed to MYI tot_length estimation, which resulted in "Index file full" error on huge SELECT DISTINCT's
2002-07-25 12:30:41 +02:00
arjen@fred.bitbike.com
cfc21e2a18
Arjen's LN()/LOG()/LOG2() extensions into manual (with improvements).
2002-07-25 17:04:13 +10:00
arjen@fred.bitbike.com
97a62ca4e7
Added ROLLUP/CUBE to 4.1 todo list.
2002-07-25 16:46:53 +10:00
peter@mysql.com
c070c8e62d
Merge mysql.com:/home/pz/mysql/mysql-4.0-root
...
into mysql.com:/home/pz/mysql/mysql-4.0
2002-07-25 09:38:06 +04:00
jcole@mugatu.spaceapes.com
588818a925
Merge jcole@work.mysql.com:/home/bk/mysql-4.0
...
into mugatu.spaceapes.com:/home/jcole/bk/mysql-4.0
2002-07-25 00:13:23 -05:00
jcole@mugatu.spaceapes.com
9af0840879
Moved have_* to mysql_priv.h.
...
mysql_priv.h:
Added have_berkeley_db and have_innodb.
ha_innodb.h:
Removed have_innodb.
ha_berkeley.h:
Removed have_berkeley_db.
2002-07-25 00:12:42 -05:00
paul@teton.kitebird.com
ab5e1ef07c
manual.texi fix typos
2002-07-24 21:57:49 -05:00
paul@teton.kitebird.com
69a1952565
manual.texi Clarify (?) INSERT ...VALUES(DEFAULT)
2002-07-24 17:26:05 -05: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
peter@mysql.com
6579112ce2
Possibility to weaken AES key as Mark asked
2002-07-23 19:29:06 +04: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
peter@mysql.com
49a44d22f0
Cancel Manual.txi edits as it produces too much merge problems
2002-07-23 17:30:56 +04:00
peter@mysql.com
2ae30d2e7d
Trying to merge....
2002-07-23 17:25:54 +04:00
heikki@hundin.mysql.fi
07711a6ead
os0thread.c, configure.in:
...
Make the typecast trick pthread_t -> os_thread_id_t safer, but a full fix needs usage of appropriate Posix functions
2002-07-23 04:24:09 +03:00
heikki@hundin.mysql.fi
7445d68d65
Merge heikki@work.mysql.com:/home/bk/mysql
...
into hundin.mysql.fi:/home/heikki/mysql3
2002-07-23 02:16:30 +03: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
heikki@hundin.mysql.fi
8dd4327ff8
univ.i:
...
Fix a bug in the storage of the SQL NULL value in 64-bit computers: the value code must fit in 32 bits
2002-07-23 01:59:43 +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
peter@mysql.com
e9435f240e
Resolve
2002-07-20 21:36:37 +04:00
peter@mysql.com
8ee17f913c
One more resolving because of pending log functions changes. Not sure if the manual is merged correctly again. Will ask arjen to check as soon as LOG changes will be pushed
2002-07-20 21:33:09 +04:00
Sinisa@sinisa.nasamreza.org
c8f89bb65f
Another item on TODO
2002-07-20 15:47:36 +03:00