Commit graph

2,669 commits

Author SHA1 Message Date
unknown
0d864fd6c4 Small fixes.
Docs/Support/docbook-fixup.pl:
  Changed Appendix killing list.
Docs/manual.texi:
  Misplaced ChangeLog entry. (Thanks nickg!)
2001-10-17 18:49:39 -05:00
unknown
56bf5d7ad7 Section 'Conventions Used in This Manual' now subsection under 'About This Manual' 2001-10-18 09:09:00 +10:00
unknown
0889d8dc84 fixed sleep
bug on reconnect


sql/slave.cc:
  fixed sleep bug
2001-10-17 14:12:14 -06:00
unknown
02cbb3fa80 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
BitKeeper/etc/ignore:
  auto-union
Docs/manual.texi:
  Auto merged
2001-10-17 19:40:52 +03:00
unknown
aeaf3fcf12 Don't do signal() on windows (Causes instability problems)
Safer, a bit faster filesort.
Code changes to avoid calls to current_thd() (faster code).
Removed all compiler warnings from readline.


BitKeeper/etc/ignore:
  Add my_global.h back.
Docs/manual.texi:
  4.0.1 Changelog
include/my_sys.h:
  Added strmake_root
libmysql/libmysql.c:
  Don't do signal() on windows (Causes instability problems)
mysys/my_alloc.c:
  Added strmake_root
readline/bind.c:
  Remove warnings
readline/complete.c:
  Remove warnings
readline/display.c:
  Remove warnings
readline/funmap.c:
  Remove warnings
readline/histexpand.c:
  Remove warnings
readline/histfile.c:
  Remove warnings
readline/history.h:
  Remove warnings
readline/histsearch.c:
  Remove warnings
readline/isearch.c:
  Remove warnings
readline/kill.c:
  Remove warnings
readline/macro.c:
  Remove warnings
readline/readline.c:
  Remove warnings
readline/readline.h:
  Remove warnings
readline/rltty.c:
  Remove warnings
readline/search.c:
  Remove warnings
readline/shell.c:
  Remove warnings
readline/terminal.c:
  Remove warnings
readline/tilde.c:
  Remove warnings
readline/tilde.h:
  Remove warnings
readline/undo.c:
  Remove warnings
readline/util.c:
  Remove warnings
readline/vi_mode.c:
  Remove warnings
sql-bench/server-cfg.sh:
  Added use of truncate table
sql-bench/test-insert.sh:
  Added use of truncate table
  Changed some tests to use keys instead of 'range'
sql-bench/test-wisconsin.sh:
  Cleanup
sql/field.cc:
  Add 'thd' to send() (To avoid usage of 'current_thd')
sql/field.h:
  Add 'thd' to send() (To avoid usage of 'current_thd')
sql/filesort.cc:
  Safer memory allocation;  Don't allocate pointer to buffers directly, but use an IO_CACHE instead.
  This will allow us to use more memory for keys and will also work better if the number of rows that is to be sorted is much larger than expected.
sql/item.cc:
  Add 'thd' to send() (To avoid usage of 'current_thd')
sql/item.h:
  Add 'thd' to send() (To avoid usage of 'current_thd')
sql/item_func.h:
  Cleanup
sql/opt_range.cc:
  Use mem_root instead of sql_alloc() to get more speed
sql/sql_class.cc:
  Add 'thd' to send() (To avoid usage of 'current_thd')
sql/sql_class.h:
  Added strmake()
sql/sql_handler.cc:
  Add 'thd' to send() (To avoid usage of 'current_thd')
sql/sql_lex.cc:
  Use mem_root instead of sql_alloc() to get more speed
sql/sql_select.cc:
  Add 'thd' to send() (To avoid usage of 'current_thd')
tests/fork2_test.pl:
  Fixed typos
tests/fork_big.pl:
  Fixed typos
tests/insert_and_repair.pl:
  Fixed typos
tests/rename_test.pl:
  Fixed typos
tests/test_delayed_insert.pl:
  Fixed typos
2001-10-17 19:39:39 +03:00
unknown
34645e3caf Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-10-17 14:53:01 +02:00
unknown
83ba8a138f typo fixed
mysql-test/r/fulltext.result:
  new test
mysql-test/t/fulltext.test:
  new test
2001-10-17 14:49:54 +02:00
unknown
8b0c95add1 manual.texi:
* Fix kernelnotes.de mirror FTP url
  * Add a mirror in Germany


Docs/manual.texi:
  * Fix kernelnotes.de mirror FTP url
  * Add a mirror in Germany
2001-10-17 14:05:11 +02:00
unknown
83ff75638b Merge
Docs/manual.texi:
  SCCS merged
2001-10-17 13:46:16 +02:00
unknown
1211c0a75c Typo fixes for manual addition. I missed the check. 2001-10-17 17:46:27 +10:00
unknown
e315093092 Added Erik's texts on logos/trademarks, licences, business services. Fixup location/refs/dups later.
Added Kaj's text MySQL 4.0 in a Nutshell. Fixup location/refs later.
2001-10-17 17:30:19 +10:00
unknown
d4bd1b9333 Shuffled transit Installing a MySQL Binary Distribution to 2.2.7
Shuffled transit Perl Installation Comments to 2.7
Shuffled transit Functions for Use with GROUP BY Clauses to 6.3.6
2001-10-17 13:15:58 +10:00
unknown
6312ba60f2 Explanation of maximum index length changed to maximum index width.
BitKeeper/etc/ignore:
  Added Docs/texi2dvi.out to the ignore list
2001-10-17 10:54:54 +10:00
unknown
edae34c445 Manual fixup in 4.0.0 changes for IS NULL and ISNULL() 2001-10-17 09:11:57 +10:00
unknown
93b8b84139 Manual fixup in 4.0.0 changes for multi-table update not working yet. 2001-10-17 07:56:39 +10:00
unknown
2bc5bf877c Typo fix. 2001-10-17 06:49:43 +10:00
unknown
c14e3edae9 Changes on behalf of mgm. 2001-10-16 15:37:11 +10:00
unknown
abedf505bc Merge work:/home/bk/mysql-4.0
into evoq.mwagner.org:/home/mwagner/work/bk/mysql-4.0


Docs/manual.texi:
  Auto merged
2001-10-15 23:39:52 -05:00
unknown
d882118777 manual.texi A legit type fix... okay, so maybe it's one more trigger check.
Docs/manual.texi:
  A legit type fix... okay, so maybe it's one more trigger check.
2001-10-15 23:39:14 -05:00
unknown
b033481b1b Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.rochd1.qld.optushome.com.au:c:/home/mysql-4.0
2001-10-16 14:31:03 +10:00
unknown
7c8f57a0e5 Add e-mail address to Sales text in contact info. 2001-10-16 14:29:52 +10:00
unknown
73a1772c3b post-commit Added docs@ to get manual edits
BitKeeper/triggers/post-commit:
  Added docs@ to get manual edits
2001-10-15 23:28:30 -05:00
unknown
c0c639d6e2 mysql.cc Testing commit trigger
client/mysql.cc:
  Testing commit trigger
2001-10-15 23:22:42 -05:00
unknown
9e251ee254 bk.txt Testing non-manual commit
Docs/bk.txt:
  Testing non-manual commit
2001-10-15 23:19:45 -05:00
unknown
59accbb38e manual.texi One more.. sorry for the spam. :)
Docs/manual.texi:
  One more.. sorry for the spam. :)
2001-10-15 23:19:00 -05:00
unknown
d8b82c7d43 manual.texi One more test
Docs/manual.texi:
  One more test
2001-10-15 23:16:58 -05:00
unknown
1a6a71bbfb bk.txt Testing commit
manual.texi	Testing


Docs/manual.texi:
  Testing
Docs/bk.txt:
  Testing commit
2001-10-15 23:08:25 -05:00
unknown
22d0e51482 manual.texi testing
manual.texi	test


Docs/manual.texi:
  testing
2001-10-15 22:54:41 -05:00
unknown
fa3360060b Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.rochd1.qld.optushome.com.au:c:/home/mysql-4.0


Docs/manual.texi:
  Auto merged
2001-10-16 10:37:49 +10:00
unknown
4a05f88689 Fixed typo. 2001-10-16 10:35:52 +10:00
unknown
037c19e4ad merge
Docs/manual.texi:
  Auto merged
2001-10-16 02:44:04 +03:00
unknown
9e99413c13 Better error message in mysqlmanager
Docs/manual.texi:
  Cleanup
tools/mysqlmanager.c:
  Better error message
2001-10-16 02:27:08 +03:00
unknown
29a2fdd68c Merge jcole@work.mysql.com:/home/bk/mysql-4.0
into tetra.spaceapes.com:/home/jcole/bk/mysql-4.0


Docs/manual.texi:
  Auto merged
2001-10-15 18:00:53 -05:00
unknown
8c469c3758 Removed doubled paragraph from manual.texi.
Docs/manual.texi:
  Removed doubled paragraph.
2001-10-15 17:56:28 -05:00
unknown
a4d4322dff Added info on multi-table DELETE/UPDATE to 4.0.0 changes. 2001-10-16 08:09:58 +10:00
unknown
eac41143af Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.rochd1.qld.optushome.com.au:c:/home/mysql-4.0


Docs/manual.texi:
  Auto merged
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-10-16 06:58:51 +10:00
unknown
c7754053b1 Merge jcole@work.mysql.com:/home/bk/mysql-4.0
into tetra.spaceapes.com:/home/jcole/bk/mysql-4.0


Docs/manual.texi:
  Auto merged
2001-10-15 12:04:11 -05:00
unknown
4ebea90960 make mysql-test-run --gdb to work (as it does not wait for keypress anymore)
manual updated


mysql-test/t/fulltext_update.test:
  Change mode to -rw-rw-r--
Docs/manual.texi:
  updated
mysql-test/mysql-test-run.sh:
  make --gdb to work (as mysql-test-run does not wait for keypress anymore)
2001-10-15 18:27:12 +02:00
unknown
13857c3207 Moved section on HANDLER command.
Fixed UNION from @subsection to @subsubsection under SELECT.
2001-10-15 16:04:19 +10:00
unknown
22a41a2df8 Updated funding and employee info following Marten's input. 2001-10-15 14:52:25 +10:00
unknown
91de46f050 Removed old chapter about Unireg.
Inserted note about stable codebase and backwards compatibility in "How stable is MySQL" section.


BitKeeper/etc/ignore:
  Added Docs/#manual.texi# to the ignore list
2001-10-15 14:14:21 +10:00
unknown
5386c6bf5b Fixed typo. 2001-10-15 11:15:17 +10:00
unknown
fc03b5b20e Added docbook-fixup.pl to fix up XML DocBook format.
Docs/Makefile.am:
  Added docbook-fixup.pl.
Docs/manual.texi:
  Fixed small bug.  Removed old commented out part.
2001-10-14 19:29:23 -05:00
unknown
52a9da2740 Fixed little typos.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-10-15 09:39:36 +10:00
unknown
14b07a30f7 Merge jcole@work.mysql.com:/home/bk/mysql-4.0
into tetra.spaceapes.com:/home/jcole/bk/mysql-4.0


Docs/manual.texi:
  Auto merged
2001-10-14 18:19:51 -05:00
unknown
0fb3f70f79 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-10-14 16:11:14 +02:00
unknown
2b4373f169 manual.texi:
* Changed nixc mirror FTP url


Docs/manual.texi:
  * Changed nixc mirror FTP url
2001-10-14 12:59:18 +02:00
unknown
2356b1f3e3 manual.texi:
* Changed nixc.net mirror URL
  * Added a mirror in Spain


Docs/manual.texi:
  * Changed nixc.net mirror URL
  * Added a mirror in Spain
2001-10-14 11:29:30 +02:00
unknown
cab515f4ce Merge tfr@work.mysql.com:/home/bk/mysql-4.0
into sarvik.tfr.cafe.ee:/usr/home/tfr/BK/mysql-4.0
2001-10-14 11:19:08 +02:00
unknown
b28bfc7a26 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0


mysql-test/mysql-test-run.sh:
  Auto merged
mysql-test/r/join.result:
  Auto merged
mysql-test/t/join.test:
  Auto merged
2001-10-13 09:29:32 -06:00