Commit graph

3708 commits

Author SHA1 Message Date
unknown
5b26594a97 Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-03-22 13:28:13 +02:00
unknown
f34e7d709b Fixes for offset bug in UNION's and making UNION's obey
SELECT_DEFAULT_LIMIT


Docs/manual.texi:
  Monty  forced me  to do this
2002-03-22 13:26:13 +02:00
unknown
f24510effb Chapter/appendix titles shortened to fit unwrapped within PDF/book margins. 2002-03-22 17:11:32 +10:00
unknown
91443b080b Move back set_user after chroot
Docs/manual.texi:
  Updated SCO information
2002-03-22 07:23:01 +02:00
unknown
51076279af Merge
Docs/manual.texi:
  SCCS merged
2002-03-22 06:58:07 +02:00
unknown
1ef0f77fef Fix of myisamchk option typo (from Juan Londono) 2002-03-22 12:25:53 +10:00
unknown
1c976de7df Merge work.mysql.com:/home/bk/mysql-4.0
into fred.bitbike.com:/home/arjen/mysql-4.0
2002-03-22 12:19:54 +10:00
unknown
9cd5515eb5 SCO -> Caldera node name changes in sync with English manual.
Copyright ...-2002
2002-03-22 12:08:35 +10:00
unknown
a333c33f7e Fix for load data infile when no active database
Fix for Solaris and gethostbyname_r


Docs/manual.texi:
  Changelog
client/mysql.cc:
  Cleanup
configure.in:
  Fix for Solaris and gethostbyname_r
sql/log_event.h:
  Fix for load data infile when no active database
sql/sql_load.cc:
  Fix for load data infile when no active database
2002-03-22 01:03:34 +02:00
unknown
c0a5e47071 Quote names to SHOW CREATE for mysqldump
Fix thread-related bug when doing DROP TABLE
Fix bug in RENAME TABLE on windows


Docs/manual.texi:
  Changelog
client/mysqldump.c:
  Quote names to SHOW CREATE
mysql-test/t/range.test:
  Test case for range bug
sql/lock.cc:
  Fix thread-related bug when doing DROP TABLE
sql/sql_base.cc:
  Fix thread-related bug when doing DROP TABLE
sql/sql_rename.cc:
  Fix bug in RENAME TABLE on windows
2002-03-21 23:06:48 +02:00
unknown
6ecd34e6ab merged
sql/sql_yacc.yy:
  Auto merged
2002-03-21 18:18:53 +00:00
unknown
a1e774d277 ha_innodb.cc:
Change the default innodb_data_file_path to create a 16M file and define it as auto-extending


sql/ha_innodb.cc:
  Change the default innodb_data_file_path to create a 16M file and define it as auto-extending
2002-03-21 19:52:13 +02:00
unknown
b7ee7877e7 commit to pull 2002-03-21 17:32:37 +00:00
unknown
07e154167c sync0rw.ic, ut0byte.ic:
Forgot to merge these to 3.23.50


innobase/include/sync0rw.ic:
  Forgot to merge these to 3.23.50
innobase/include/ut0byte.ic:
  Forgot to merge these to 3.23.50
2002-03-21 18:24:26 +02:00
unknown
b83d55d9c5 sql_show.cc, handler.h, handler.cc:
Add foreign key defs to SHOW CREATE TABLE


sql/handler.cc:
  Add foreign key defs to SHOW CREATE TABLE
sql/handler.h:
  Add foreign key defs to SHOW CREATE TABLE
sql/sql_show.cc:
  Add foreign key defs to SHOW CREATE TABLE
2002-03-21 18:05:46 +02:00
unknown
d3c0752b6a Many files:
Merge InnoDB-3.23.50


innobase/btr/btr0btr.c:
  Merge InnoDB-3.23.50
innobase/btr/btr0cur.c:
  Merge InnoDB-3.23.50
innobase/btr/btr0sea.c:
  Merge InnoDB-3.23.50
innobase/buf/buf0buf.c:
  Merge InnoDB-3.23.50
innobase/buf/buf0flu.c:
  Merge InnoDB-3.23.50
innobase/dict/dict0dict.c:
  Merge InnoDB-3.23.50
innobase/dict/dict0load.c:
  Merge InnoDB-3.23.50
innobase/fil/fil0fil.c:
  Merge InnoDB-3.23.50
innobase/fsp/fsp0fsp.c:
  Merge InnoDB-3.23.50
innobase/include/buf0flu.h:
  Merge InnoDB-3.23.50
innobase/include/dict0dict.h:
  Merge InnoDB-3.23.50
innobase/include/fil0fil.h:
  Merge InnoDB-3.23.50
innobase/include/fsp0fsp.h:
  Merge InnoDB-3.23.50
innobase/include/log0log.h:
  Merge InnoDB-3.23.50
innobase/include/log0recv.h:
  Merge InnoDB-3.23.50
innobase/include/mem0mem.h:
  Merge InnoDB-3.23.50
innobase/include/os0file.h:
  Merge InnoDB-3.23.50
innobase/include/row0mysql.h:
  Merge InnoDB-3.23.50
innobase/include/srv0srv.h:
  Merge InnoDB-3.23.50
innobase/include/srv0start.h:
  Merge InnoDB-3.23.50
innobase/include/trx0sys.h:
  Merge InnoDB-3.23.50
innobase/include/ut0byte.h:
  Merge InnoDB-3.23.50
innobase/include/ut0rnd.h:
  Merge InnoDB-3.23.50
innobase/include/ut0ut.h:
  Merge InnoDB-3.23.50
innobase/log/log0log.c:
  Merge InnoDB-3.23.50
innobase/log/log0recv.c:
  Merge InnoDB-3.23.50
innobase/mem/mem0mem.c:
  Merge InnoDB-3.23.50
innobase/os/os0file.c:
  Merge InnoDB-3.23.50
innobase/rem/rem0cmp.c:
  Merge InnoDB-3.23.50
innobase/row/row0ins.c:
  Merge InnoDB-3.23.50
innobase/row/row0mysql.c:
  Merge InnoDB-3.23.50
innobase/row/row0sel.c:
  Merge InnoDB-3.23.50
innobase/row/row0upd.c:
  Merge InnoDB-3.23.50
innobase/srv/srv0srv.c:
  Merge InnoDB-3.23.50
innobase/srv/srv0start.c:
  Merge InnoDB-3.23.50
innobase/trx/trx0sys.c:
  Merge InnoDB-3.23.50
innobase/ut/ut0mem.c:
  Merge InnoDB-3.23.50
innobase/ut/ut0ut.c:
  Merge InnoDB-3.23.50
sql/ha_innobase.cc:
  Merge InnoDB-3.23.50
sql/ha_innobase.h:
  Merge InnoDB-3.23.50
2002-03-21 18:03:09 +02:00
unknown
104c51d745 obsolete note removed 2002-03-21 10:50:55 +00:00
unknown
d62d98de7c manual.texi A few more full-text mods.
Docs/manual.texi:
  A few more full-text mods.
2002-03-20 19:32:26 -06:00
unknown
03e6a9574f Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-03-20 19:24:42 -06:00
unknown
679588048e manual.texi revisions to FULLTEXT section.
manual.texi	other miscellaneous cleanups.
manual.texi	fix missing word


Docs/manual.texi:
  revisions to FULLTEXT section.
  other miscellaneous cleanups.
2002-03-20 19:23:11 -06:00
unknown
3646d92470 Added --prompt and `prompt'' command, add dynamic prompt support to `mysql''. 2002-03-20 18:07:57 -06:00
unknown
85fd8ddacd Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-03-20 17:08:42 -06:00
unknown
509fb8d18a manual.texi misc small cleanups
manual.texi	"leafs" is not a word.  Except in hockey. :-)
manual.texi	fix typo


Docs/manual.texi:
  misc small cleanups
2002-03-20 17:07:00 -06:00
unknown
5b5139527c Fixed a bug in mysql.cc
client/mysql.cc:
  Fixed a bug in mysql.cc in xml.
2002-03-20 20:57:46 +02:00
unknown
ddefe21d24 Fixed a bug in mysqldump.
client/mysqldump.c:
  Fixed a bug in xml in mysqldump
2002-03-20 20:49:21 +02:00
unknown
9f09ae660b Added new method to set string's charset
sql/item_cmpfunc.cc:
  Fix for IN, when String->charset is empty
2002-03-20 20:52:23 +04:00
unknown
bbde41e9f7 Fix for crash in the case of non-string fields 2002-03-20 17:33:10 +04:00
unknown
474e64081b Fixed that selected default charset was not compiled in some cases 2002-03-20 16:53:43 +04:00
unknown
58e0b04efc Typo fix and a few other little cleanups. 2002-03-20 15:12:22 +10:00
unknown
e97c01c79d Changed references Win -> Windows, made things consistent, noted Me and XP. 2002-03-20 14:31:49 +10:00
unknown
8b1d7dbec8 manual.texi more Windows startup procedure cleanup
manual.texi	typo


Docs/manual.texi:
  more Windows startup procedure cleanup
2002-03-19 10:03:34 -06:00
unknown
1fd84d3477 Configure.in/Makefile.in charset related things are now earier to maintain
Fixes in charset related C++ code


configure.in:
  Make things to be easier managable
include/m_ctype.h:
  Hide some functions under conditional compilation
libmysql/Makefile.shared:
  Make things to be easier managable
sql/item_func.cc:
  Fixed that private member is not available in this context
sql/item_strfunc.cc:
  Fixed that private member is not available in this context
strings/Makefile.am:
  Make charset things to be easier managable
  Some fixes in charset C++ code
strings/ctype-big5.c:
  Hide some functions under conditional compilation
strings/ctype-czech.c:
  Hide some functions under conditional compilation
strings/ctype-euc_kr.c:
  Hide some functions under conditional compilation
strings/ctype-gb2312.c:
  Hide some functions under conditional compilation
strings/ctype-gbk.c:
  Hide some functions under conditional compilation
strings/ctype-latin1_de.c:
  Hide some functions under conditional compilation
strings/ctype-mb.c:
  Hide some functions under conditional compilation
strings/ctype-sjis.c:
  Hide some functions under conditional compilation
strings/ctype-tis620.c:
  Hide some functions under conditional compilation
strings/ctype-ujis.c:
  Hide some functions under conditional compilation
2002-03-19 20:03:10 +04:00
unknown
57557154c5 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-03-19 09:36:53 -06:00
unknown
af87d92aa2 Some changes from 4.0.
Take a look their for details
2002-03-19 14:23:11 +02:00
unknown
88dce002f6 Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2002-03-19 14:10:16 +02:00
unknown
7fc36355bc fix for the limit bug in UNION's and some additional syntax
checkings


mysql-test/r/union.result:
  fix for the limit bug in UNION's
mysql-test/t/union.test:
  fix for the limit bug in UNION's
sql/sql_union.cc:
  fix for the limit bug in UNION's
sql/sql_yacc.yy:
  Syntax checking for options that should appear in main select only.
2002-03-19 14:07:52 +02:00
unknown
6584b3a3b2 Added description of DISTINCT/DISTINCTROW/ALL options in SELECT. 2002-03-19 16:11:36 +10:00
unknown
3416daff6a Some rephrasing, based on suggestions by Egor. 2002-03-19 15:47:24 +10:00
unknown
06b4668437 Make binary install info correct, work with the symlink, and be consistent with source install:
root owns all except data dir (mysql), all in mysql group.
2002-03-19 15:17:32 +10:00
unknown
999794662e Adding the new zlib tree for Windows
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-03-19 01:08:09 -03:00
unknown
838c6427b2 Adding the new zlib tree for Windows
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-03-19 00:26:38 -03:00
unknown
db002dcf3b manual.texi clarify some of the Windows startup procedure
Docs/manual.texi:
  clarify some of the Windows startup procedure
2002-03-18 11:39:12 -06:00
unknown
ef38d5c3a9 Fixed small bug. 2002-03-17 05:39:25 -06:00
unknown
c164811479 Merge jcole@work.mysql.com:/home/bk/mysql-4.0
into mugatu.spaceapes.com:/home/jcole/bk/mysql-4.0
2002-03-17 05:30:47 -06:00
unknown
0224a6da7d Added Makefile.am targets for internals.texi.
Cleaned up internals.texi, changed tabs to spaces.


Docs/Makefile.am:
  Added Makefile.am targets for internals.texi.
Docs/internals.texi:
  Cleanups, replaced tabs with spaces.
2002-03-17 05:30:03 -06:00
unknown
2ef8d45827 manual.texi Misc. minor cleanups.
manual.texi	clarify sentence.


Docs/manual.texi:
  Misc. minor cleanups.
2002-03-16 17:19:41 -06:00
unknown
ab28b1277a Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-03-16 17:18:50 -06:00
unknown
f19d97b2ab Minor changes to allow colspec numbering
Docs/Support/colspec-fix.pl:
  Added code snippet to handle colspec numbering
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-03-16 16:18:49 -07:00
unknown
e8cc84628b Merge sanja.is.com.ua:/home/bell/mysql/mysql-4
into sanja.is.com.ua:/home/bell/mysql/work.etalon


sql/sql_class.h:
  Auto merged
sql/table.h:
  Auto merged
2002-03-16 10:38:35 +02:00
unknown
5c6902a495 added some comments 2002-03-16 10:36:27 +02:00