Commit graph

2877 commits

Author SHA1 Message Date
monty@hundin.mysql.fi
c76c42066e Test of optimize table. 2001-11-18 14:13:09 +02:00
monty@hundin.mysql.fi
fb1f8c4f0a Fixed bug in OPTIMIZE TABLE that reset index cardinality if it
was up to date.
2001-11-18 14:08:17 +02:00
sasha@mysql.sashanet.com
e6c2f14587 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-11-17 17:24:42 -07:00
sasha@mysql.sashanet.com
586e812452 use env vars for socket/port in connect in mysqltest
--local-master option in mysql-test-run
do not log CREATE TABLE when doing table dump
fix replication to slave off 3.23 master
2001-11-17 17:23:46 -07:00
miguel@light.local
7c77952106 Removing registry service parameter code 2001-11-17 15:48:22 -02:00
miguel@light.local
ecd4471c22 Removing registry service parameter code 2001-11-17 15:40:59 -02:00
serg@serg.mysql.com
4caf57c33c bugfix 2001-11-17 14:28:04 +01:00
heikki@donna.mysql.fi
5b54fab6a0 dict0dict.h, dict0dict.c:
Fix wrong (though equivalent) type decl
2001-11-17 14:18:27 +02:00
heikki@donna.mysql.fi
086fe41294 btr0cur.c, btr0btr.c, dict0dict.h, dict0dict.c:
Fix a bug in insert buffer B-tree upper levels; probably caused the crash by B.Fitzpatrick
buf0flu.c:
  Fix a bug in previous change
  A small optimization for LRU flushes to avoid losing hot pages from the buffer pool
2001-11-17 13:48:39 +02:00
serg@serg.mysql.com
ced56f7de0 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-11-16 10:50:04 +01:00
serg@serg.mysql.com
fb8d3fe732 typo fixed 2001-11-16 10:48:30 +01:00
arjen@co3064164-a.bitbike.com
8fef142c6e Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.bitbike.com:c:/home/mysql-4.0
2001-11-16 11:05:20 +10:00
arjen@co3064164-a.bitbike.com
fcbbd22103 Clarified bk install from public source tree. 2001-11-16 10:27:05 +10:00
tfr@sarvik.tfr.cafe.ee
c6418daabe manual.texi:
Remove links to /company/people/index.html
2001-11-15 10:20:24 +02:00
arjen@co3064164-a.bitbike.com
8d6d5472b1 Insert link to upto-date list of people at MySQL AB (previously removed old bad link). 2001-11-15 15:01:51 +10:00
arjen@co3064164-a.bitbike.com
65bc25f8ca Increased mentioning ACID compliancy of InnoDB. 2001-11-15 11:43:09 +10:00
arjen@co3064164-a.bitbike.com
060a85faeb Clarified "not allowing column alias in WHERE clause" explicitly in SELECT section. 2001-11-15 11:03:15 +10:00
heikki@donna.mysql.fi
3ed8188bfb buf0flu.c:
Fix a bug which could cause InnoDB to complain it cannot find free blocks from the buffer cache during recovery
2001-11-14 17:06:04 +02:00
arjen@co3064164-a.bitbike.com
1b158f687d Table names in example to singular (note from Bennett Haselton). 2001-11-14 13:39:29 +10:00
serg@serg.mysql.com
16e16e7d07 ignore ft_min_word_len and stopword check for truncated words in the query 2001-11-13 19:25:06 +01:00
arjen@co3064164-a.bitbike.com
297f653dde Reformatted some fixed-font texts for better output. 2001-11-12 15:47:17 +10:00
arjen@co3064164-a.bitbike.com
a1c0436b18 Kaj extremely hates the hugely profuse use of fundamentally exaggerated adjectives. 2001-11-12 07:45:34 +10:00
tfr@sarvik.tfr.cafe.ee
632588a7af manual.texi:
Update mirror listing
2001-11-11 13:37:49 +02:00
sasha@mysql.sashanet.com
f89418b4e5 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-11-10 22:24:46 -07:00
sasha@mysql.sashanet.com
beaf95b09d work to enable reading 3.23 logs - not yet finished
moved fail-safe replication routines from sql_repl.cc to repl_failsafe.cc
write start event only in the first log
2001-11-10 22:24:12 -07:00
serg@serg.mysql.com
2f51cf20d8 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-11-10 01:58:40 +01:00
serg@serg.mysql.com
7a7f94d803 memory leak fixed 2001-11-10 01:54:31 +01:00
tonu@volk.internalnet
316126bf52 Merge work.mysql.com:/home/bk/mysql-4.0
into volk.internalnet:/home/tonu/mysql-4.0
2001-11-09 07:54:22 +02:00
tonu@volk.internalnet
8706dde5c0 des_encrypt()/des_decrypt() work much better now 2001-11-09 07:49:57 +02:00
sasha@mysql.sashanet.com
79806fadff Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-11-08 22:29:29 -07:00
sasha@mysql.sashanet.com
a56c72a214 fixed memory leak in replication
fixed bugs in new IO_CACHE code so that the old calls work
fixed shutdown bug
clean-up of mysql-test-run
2001-11-08 22:27:55 -07:00
paul@teton.kitebird.com
fa306f32a3 manual.texi website -> web site
manual.texi	typo
2001-11-08 22:19:19 -06:00
paul@teton.kitebird.com
f34b140bd3 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2001-11-08 21:23:39 -06:00
paul@teton.kitebird.com
983fba5b99 manual.texi some mods to ch 1 index entries; other minor tweaks 2001-11-08 21:19:43 -06:00
arjen@co3064164-a.bitbike.com
8a8ad0f3ef Changed xrefs from Contrib to Portals. 2001-11-09 13:12:38 +10:00
arjen@co3064164-a.bitbike.com
6a13f85df0 Okay/Enter and other little consistency fixups. 2001-11-09 11:26:21 +10:00
arjen@co3064164-a.bitbike.com
0618a6837c Put in clarification of manual copyright at top of manual.... 2001-11-09 10:08:39 +10:00
arjen@co3064164-a.bitbike.com
b6bc0c567c Typo fix. 2001-11-09 07:53:49 +10:00
monty@hundin.mysql.fi
7a45e7f266 Fixed bug in UPDATE .. ORDER BY 2001-11-08 22:30:27 +02:00
monty@hundin.mysql.fi
578ab3f1b1 new crash-me results for Interbase. 2001-11-08 17:40:55 +02:00
monty@hundin.mysql.fi
5f405e28af Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-11-08 15:57:10 +02:00
monty@hundin.mysql.fi
0fb61f0e2b --fast now does all insert/update loops in one transactions 2001-11-08 15:54:22 +02:00
monty@hundin.mysql.fi
11f34156e5 Don't use IGNORE by default in INSERT ... SELECT 2001-11-08 14:17:56 +02:00
arjen@co3064164-a.bitbike.com
419e3a94de Extracted books/links sections to separate file. Info to portals.
Reference fixups.
2001-11-08 17:07:14 +10:00
arjen@co3064164-a.bitbike.com
0c5f57265f Added section explaining MySQL Portals on the website.
Extracted appendixes "Testimonials" and "Users" to separate files for safe keeping. Should go to web portals.
2001-11-08 16:36:13 +10:00
arjen@co3064164-a.bitbike.com
d16960118f Website link fixups for searchable manual and list archives. 2001-11-08 15:00:13 +10:00
arjen@co3064164-a.bitbike.com
dfdfe672a4 Extracted section "Comparisons" to file section.Comparisons.texi. Outdated/bad/incomplete info. 2001-11-08 14:36:51 +10:00
sasha@mysql.sashanet.com
2593a7cb33 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-11-07 16:53:11 -07:00
monty@hundin.mysql.fi
dd43f32d5a Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-11-08 01:33:46 +02:00
sasha@mysql.sashanet.com
c0e55b9d16 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-11-07 16:27:30 -07:00