Commit graph

2699 commits

Author SHA1 Message Date
unknown
7b440a7326 Unchecked changes, so that I could run mysql-test.
If I ruined anything, write your complaints to sasha@mysql.com


sql/sql_delete.cc:
  Unchecked changes, so that I could run mysql-test
sql/sql_lex.h:
  Unchecked changes, so that I could run mysql-test
sql/sql_parse.cc:
  Unchecked changes, so that I could run mysql-test
sql/sql_union.cc:
  Unchecked changes, so that I could run mysql-test
sql/sql_yacc.yy:
  Unchecked changes, so that I could run mysql-test
BitKeeper/etc/ignore:
  Added libmysqld/examples/link_sources to the ignore list
2001-10-19 17:43:30 +03:00
unknown
61b7f807ad Fast fix to support one more possible directory of OpenSSL include files. 2001-10-19 13:09:54 +02:00
unknown
25e6899bfe Minor fixes. 2001-10-19 14:42:32 +10:00
unknown
f6dc0b77a9 Typo fix. 2001-10-19 13:02:27 +10:00
unknown
3c92d80413 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-19 12:55:29 +10:00
unknown
ffff4af264 Oops, didn't actually commit the script. 2001-10-18 21:50:25 -05:00
unknown
ef86dbc3c8 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-19 12:46:19 +10:00
unknown
3a31f3bceb Added script to update reserved word list.
Updated reserved word list.


Docs/manual.texi:
  updated reserved word list
2001-10-18 21:46:18 -05:00
unknown
ca59a8b2bb Quick rearrange and ordering of "main features" list. 2001-10-19 12:39:11 +10:00
unknown
8f8f6edd83 Another reserved words fixup.
BitKeeper/etc/ignore:
  Added Docs/tex.fmt to the ignore list
2001-10-19 11:40:51 +10:00
unknown
6eee8c3e49 Add the export functions definition file for libmysql.dll.
When should add a function with STDCALL defined should be
add to this file, in this way the functions is exported for
the client application on Win32.
2001-10-18 23:00:15 -02:00
unknown
6c1d7ded48 Merge miguel@work.mysql.com:/home/bk/mysql-4.0
into light.local:/home/miguel/develop/mysql-4.0.0
2001-10-18 22:32:40 -02:00
unknown
0adf6a56af Avoid the redefinition warning message from winsock.h 2001-10-18 22:31:42 -02:00
unknown
0211da9897 Some minor fixups.
Updated reserved words list.
2001-10-19 09:55:19 +10:00
unknown
dd5f9b4a4f ./mysql-test-run --gdb 2001-10-18 15:45:33 +02:00
unknown
2357106c60 Heaps of little structural fixups.
Added Jorge to developers.
Added activities for Miguel.
2001-10-18 14:26:27 +10:00
unknown
b5ac2b7e75 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-18 10:21:15 +10:00
unknown
4231e7712b Added reference to Software Portal in 'Contributed Programs' appendix. 2001-10-18 10:18:39 +10:00
unknown
431518d49f merge 2001-10-17 19:12:05 -05:00
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