Commit graph

2953 commits

Author SHA1 Message Date
unknown
1bdd19639d bad merge fixed 2001-11-21 19:58:25 +01:00
unknown
d237b46bf5 broken merge, fix required
Docs/manual.texi:
  Auto merged
mysql-test/mysql-test-run.sh:
  Auto merged
mysql-test/t/fulltext.test:
  Auto merged
mysql-test/t/myisam.test:
  Auto merged
sql/ha_myisam.cc:
  Auto merged
sql/mysql_priv.h:
  Auto merged
sql/mysqld.cc:
  Auto merged
innobase/btr/btr0btr.c:
  Auto merged
sql/sql_base.cc:
  Auto merged
sql/sql_update.cc:
  Auto merged
innobase/btr/btr0cur.c:
  Auto merged
innobase/dict/dict0dict.c:
  Auto merged
innobase/srv/srv0srv.c:
  Auto merged
configure.in:
  no merge - used local
mysql-test/r/fulltext.result:
  no merge - used local
mysql-test/r/myisam.result:
  no merge - used local
sql/item_func.cc:
  no merge - used local
sql/sql_delete.cc:
  no merge - used local
sql/sql_parse.cc:
  no merge - used local
sql/sql_select.cc:
  no merge - used local
2001-11-21 19:08:33 +01:00
unknown
dfbeb93550 (UPDATE|DELETE) ...WHERE MATCH bugfix 2001-11-21 18:25:44 +01:00
unknown
680d021907 removed ftfuncs argument for mysql_select
it uses now thd->lex.ftfunc_list
moved ft-initialization to a separate function
re-disabled implicit ft initialization


sql/item_func.cc:
  re-disabled implicit initialization that was re-enabled (by me)
  for reasons unknown (at least the code passed all the tests)
sql/mysql_priv.h:
  removed ftfuncs argument for mysql_select
  it uses now thd->lex.ftfunc_list
  moved ft-initialization to a separate function
sql/sql_base.cc:
  removed ftfuncs argument for mysql_select
  it uses now thd->lex.ftfunc_list
  moved ft-initialization to a separate function
sql/sql_parse.cc:
  removed ftfuncs argument for mysql_select
  it uses now thd->lex.ftfunc_list
  moved ft-initialization to a separate function
sql/sql_select.cc:
  removed ftfuncs argument for mysql_select
  it uses now thd->lex.ftfunc_list
  moved ft-initialization to a separate function
2001-11-21 18:05:11 +01:00
unknown
5975e23649 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
  Auto merged
2001-11-21 15:39:01 +02:00
unknown
af4f887129 Added note to manual that usernames in GRANT don't allow wildcards.
Docs/manual.texi:
  Added note that usernames in GRANT don't allow wildcards.
2001-11-21 15:39:00 +02:00
unknown
2283f2d832 Merge
sql/mysqld.cc:
  Auto merged
Docs/manual.texi:
  SCCS merged
2001-11-21 15:24:02 +02:00
unknown
0afe57ba58 Generate core file on Solaris.
Docs/manual.texi:
  ChangeLog
sql/mysqld.cc:
  Cleanup
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-11-21 15:08:01 +02:00
unknown
e6309ed96d typo fixed 2001-11-21 12:36:05 +01:00
unknown
9edd1e7175 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-11-21 12:08:25 +01:00
unknown
59da0d7a46 make ../INSTALL-SORCE bugfix 2001-11-21 12:05:59 +01:00
unknown
7f212d7c1d List of mirrors now separate include file.
Docs/mirrors.texi:
  Fixup for mirrors file.
2001-11-21 13:43:47 +10:00
unknown
41c6a0f77b mirrors.texi:
Change list format


Docs/mirrors.texi:
  Change list format
2001-11-20 23:12:00 +02:00
unknown
ca82a59b13 Merge tfr@work.mysql.com:/home/bk/mysql-4.0
into sarvik.tfr.cafe.ee:/usr/home/tfr/BK/mysql-4.0
2001-11-20 23:01:19 +02:00
unknown
dd82a639f3 mirrors.texi:
new file
2001-11-20 23:00:53 +02:00
unknown
9a722eda62 fixes: --gdb does not implies --manager
--manager implies --skip-gdb-magic
(which was introduced to make --gdb usable w/o manager)
2001-11-20 17:59:57 +01:00
unknown
62d2ecb170 tests added
mysql-test/r/fulltext_distinct.result:
  boolean test added
mysql-test/t/fulltext_distinct.test:
  boolean test added
mysql-test/r/fulltext_left_join.result:
  boolean test added
mysql-test/t/fulltext_left_join.test:
  boolean test added
2001-11-20 17:58:00 +01:00
unknown
c282bbf0ff ./mysql-test-run test1 test2 test3 2001-11-20 14:18:57 +01:00
unknown
49ddcb92d2 Fix to reserved words script.
Updated reserved words list in manual.


Docs/Support/update-reserved-words.pl:
  Fix to reserved words script, 2 keywords and 15 synonyms were missing.
Docs/manual.texi:
  Updated reserved word list.
2001-11-20 13:29:02 +10:00
unknown
079f110a4a fixed problem in rpl_log test
mysql-test/fix-result:
  updated version
mysql-test/r/rpl_log.result:
  fixed result to be portable
2001-11-19 12:03:30 -07:00
unknown
b4ec63b6f1 manual.texi:
Remove "for windows"
  Updated contributed software link


Docs/manual.texi:
  Remove "for windows"
2001-11-19 15:00:38 +02:00
unknown
689a55b1ad srv0srv.c:
Fix a seg fault if a lock wait timeout is exceeded at the some time someone grants the lock


innobase/srv/srv0srv.c:
  Fix a seg fault if a lock wait timeout is exceeded at the some time someone grants the lock
2001-11-19 13:11:37 +02:00
unknown
6f37ac912a Fixed self-reference to proper cross-reference. 2001-11-19 13:43:07 +10:00
unknown
598500f18c Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.bitbike.com:c:/home/mysql-4.0


Docs/manual.texi:
  Auto merged
2001-11-19 13:08:48 +10:00
unknown
c9e2debfe3 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
  Auto merged
sql/mysqld.cc:
  Auto merged
2001-11-18 14:34:52 +02:00
unknown
b87029d80c Merge
Docs/manual.texi:
  Auto merged
innobase/btr/btr0btr.c:
  Auto merged
innobase/btr/btr0cur.c:
  Auto merged
innobase/dict/dict0dict.c:
  Auto merged
sql/ha_myisam.cc:
  Auto merged
sql/mysqld.cc:
  Auto merged
mysql-test/t/myisam.test:
  Auto merged
2001-11-18 14:33:53 +02:00
unknown
21259d25f3 Test of optimize table.
Docs/manual.texi:
  Updated changelog.
  Update info about MERGE tables.
  Moved section 'Why so many open tables'
mysql-test/r/create.result:
  Added test of types in CREATE
mysql-test/t/create.test:
  Added test of types in CREATE
sql/item_func.cc:
  More different values for RAND(nr) and RAND(nr+1)
2001-11-18 14:13:09 +02:00
unknown
421595c12e Fixed bug in OPTIMIZE TABLE that reset index cardinality if it
was up to date.


Docs/manual.texi:
  ChangeLog
configure.in:
  Version number change
mysql-test/r/myisam.result:
  Test of optimize table
mysql-test/t/myisam.test:
  Test of optimize table
2001-11-18 14:08:17 +02:00
unknown
ae68693775 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
unknown
4bcb4f4dae 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


client/mysqltest.c:
  fix to be able to use env vars for socket and port in connect
mysql-test/include/master-slave.inc:
  connect to port specified in environment
mysql-test/mysql-test-run.sh:
  added --local-master option - will assume master is on port 3306 on localhost
sql/log_event.cc:
  fixes to slave off 3.23 master
sql/log_event.h:
  fixes to slave off 3.23 master
sql/slave.cc:
  do not log CREATE TABLE when doing table dump
2001-11-17 17:23:46 -07:00
unknown
7803c4432c Removing registry service parameter code 2001-11-17 15:48:22 -02:00
unknown
024f2e3371 Removing registry service parameter code 2001-11-17 15:40:59 -02:00
unknown
d493b2df57 bugfix 2001-11-17 14:28:04 +01:00
unknown
0d62f810f3 dict0dict.h, dict0dict.c:
Fix wrong (though equivalent) type decl


innobase/dict/dict0dict.c:
  Fix wrong (though equivalent) type decl
innobase/include/dict0dict.h:
  Fix wrong (though equivalent) type decl
2001-11-17 14:18:27 +02:00
unknown
77c3dd15bf 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


innobase/buf/buf0flu.c:
  Fix a bug in previous change
innobase/dict/dict0dict.c:
  Fix a bug in insert buffer B-tree upper levels; probably caused the crash by B.Fitzpatrick
innobase/include/dict0dict.h:
  Fix a bug in insert buffer B-tree upper levels; probably caused the crash by B.Fitzpatrick
innobase/btr/btr0btr.c:
  Fix a bug in insert buffer B-tree upper levels; probably caused the crash by B.Fitzpatrick
innobase/btr/btr0cur.c:
  Fix a bug in insert buffer B-tree upper levels; probably caused the crash by B.Fitzpatrick
2001-11-17 13:48:39 +02:00
unknown
391242359a Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0


Docs/manual.texi:
  Auto merged
2001-11-16 10:50:04 +01:00
unknown
c2908db1af typo fixed 2001-11-16 10:48:30 +01:00
unknown
acb3b7ebf4 Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.bitbike.com:c:/home/mysql-4.0


Docs/manual.texi:
  Auto merged
2001-11-16 11:05:20 +10:00
unknown
4136929721 Clarified bk install from public source tree. 2001-11-16 10:27:05 +10:00
unknown
12ddc7321a manual.texi:
Remove links to /company/people/index.html


Docs/manual.texi:
  Remove links to /company/people/index.html
2001-11-15 10:20:24 +02:00
unknown
2212b3445b Insert link to upto-date list of people at MySQL AB (previously removed old bad link). 2001-11-15 15:01:51 +10:00
unknown
d53b3e4a9a Increased mentioning ACID compliancy of InnoDB. 2001-11-15 11:43:09 +10:00
unknown
9e257eac58 Clarified "not allowing column alias in WHERE clause" explicitly in SELECT section. 2001-11-15 11:03:15 +10:00
unknown
fb9d56cded buf0flu.c:
Fix a bug which could cause InnoDB to complain it cannot find free blocks from the buffer cache during recovery


innobase/buf/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
unknown
2b530f81b5 Table names in example to singular (note from Bennett Haselton). 2001-11-14 13:39:29 +10:00
unknown
d4653c37dd ignore ft_min_word_len and stopword check for truncated words in the query 2001-11-13 19:25:06 +01:00
unknown
b3db951468 Reformatted some fixed-font texts for better output. 2001-11-12 15:47:17 +10:00
unknown
b22874a49f Kaj extremely hates the hugely profuse use of fundamentally exaggerated adjectives. 2001-11-12 07:45:34 +10:00
unknown
9416b3955f manual.texi:
Update mirror listing


Docs/manual.texi:
  Update mirror listing
2001-11-11 13:37:49 +02:00
unknown
f5a488eef4 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