Commit graph

1247 commits

Author SHA1 Message Date
unknown
4765ab612c Update for OS2 (patch from Yuri Dario).
Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts
Fixed error messages.
Fixed problem with const propagation when comparing columns of different types


BitKeeper/deleted/.del-.cvsignore~a91d63182f0b2366:
  Delete: sql/share/norwegian/.cvsignore
BitKeeper/deleted/.del-.cvsignore~469064b5190d703d:
  Delete: sql/share/norwegian-ny/.cvsignore
Docs/manual.texi:
  Changelog
client/client_priv.h:
  Update for OS2
client/mysqldump.c:
  Update for OS2
include/mysqld_error.h:
  Updated error texts
isam/create.c:
  Removed warning
myisam/myisamchk.c:
  Fix for OS2
myisam/myisampack.c:
  Fix for OS2
mysys/mf_cache.c:
  Fix for OS2
mysys/mf_tempfile.c:
  Fix for OS2
mysys/my_os2file64.c:
  Fix for OS2
mysys/my_tempnam.c:
  Fix for OS2
os2/ChangeLog.os2:
  Fix for OS2
os2/MySQL-Client.icc:
  Fix for OS2
os2/MySQL-Opt.icc:
  Fix for OS2
os2/MySQL-Source.icc:
  Fix for OS2
os2/MySQL-Sql.icc:
  Fix for OS2
os2/MySQL-Util.icc:
  Fix for OS2
sql/mysqld.cc:
  Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts. This avoids some problems when users spefices wrong arguments to mysqld.
sql/nt_servc.cc:
  C
sql/share/czech/errmsg.txt:
  Updated error texts
sql/share/danish/errmsg.txt:
  Updated error texts
sql/share/dutch/errmsg.txt:
  Updated error texts
sql/share/english/errmsg.txt:
  Updated error texts
sql/share/estonian/errmsg.txt:
  Updated error texts
sql/share/french/errmsg.txt:
  Updated error texts
sql/share/german/errmsg.txt:
  Updated error texts
sql/share/greek/errmsg.txt:
  Updated error texts
sql/share/hungarian/errmsg.txt:
  Updated error texts
sql/share/italian/errmsg.txt:
  Updated error texts
sql/share/japanese/errmsg.txt:
  Updated error texts
sql/share/korean/errmsg.txt:
  Updated error texts
sql/share/norwegian-ny/errmsg.txt:
  Updated error texts
sql/share/norwegian/errmsg.txt:
  Updated error texts
sql/share/polish/errmsg.txt:
  Updated error texts
sql/share/portuguese/errmsg.txt:
  Updated error texts
sql/share/romanian/errmsg.txt:
  Updated error texts
sql/share/russian/errmsg.txt:
  Updated error texts
sql/share/slovak/errmsg.txt:
  Updated error texts
sql/share/spanish/errmsg.txt:
  Updated error texts
sql/share/swedish/errmsg.txt:
  Updated error texts
sql/share/ukrainian/errmsg.txt:
  Updated error texts
sql/sql_select.cc:
  Fixed problem with const propagation when comparing columns of different types.
  Fixed bug when HEAP table is converted to MyISAM tables in GROUP BY on long strings.
2001-10-31 03:22:31 +02:00
unknown
7b1cfb6353 Fix for gcc 3.0
Fix for using quoted table names with the SJIS character set.


BUILD/FINISH.sh:
  Fix for gcc 3.0
BUILD/SETUP.sh:
  Fix for gcc 3.0
Docs/manual.texi:
  Changelog
innobase/include/univ.i:
  Fix for gcc 3.0
sql/sql_lex.cc:
  Fix for using quoted table names with the SJIS character set.
2001-10-30 16:31:35 +02:00
unknown
1baa552749 Fixed explanation in another reference of -- comment style. 2001-10-30 15:46:01 +10:00
unknown
118b315f13 Restructuring/rewrite of "What standards" and "Missing functions" sections. 2001-10-30 15:25:48 +10:00
unknown
bb1be56c54 manual.texi:
Update mirror listing


Docs/manual.texi:
  Update mirror listing
2001-10-30 00:11:00 +02:00
unknown
4a113420ee Improve libmsyql_r and libmysqld sections of manual.
Docs/manual.texi:
  Clean up libmysql_r and libmysqld sections.
BitKeeper/etc/ignore:
  Added libmysqld/mf_iocache.cc to the ignore list
2001-10-29 14:12:46 -05:00
unknown
b3a974963d Fixed error message when opening a not-MyISAM file.
Extended MODIFY and CHANGE in ALTER TABLE to accept the AFTER keyword.
Extended MyISAM to handle records > 16M.


Docs/manual.texi:
  Updated state of different modules.
  Rewrote description of 'perror' and 'Packet too large'.
myisam/mi_dynrec.c:
  Extended MyISAM to handle records > 16M
myisam/mi_open.c:
  Fix error message when opening a not-MyISAM file.
myisam/myisamdef.h:
  Extended MyISAM to handle records > 16M
mysql-test/r/alter_table.result:
  Added test for CHANGE col ... AFTER
mysql-test/t/alter_table.test:
  Added test for CHANGE col ... AFTER
sql/sql_table.cc:
  Extended MODIFY and CHANGE in ALTER TABLE to accept the AFTER keyword.
sql/sql_yacc.yy:
  Extended MODIFY and CHANGE in ALTER TABLE to accept the AFTER keyword.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-10-29 10:49:35 +02:00
unknown
2c76b3a98e Fixups from Marten Mickos. 2001-10-29 15:36:37 +10:00
unknown
838ff16109 Typo fix.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-10-29 12:28:35 +10:00
unknown
e414b18d9f Working on "Missing functions" sections. 2001-10-26 15:53:04 +10:00
unknown
16d0042c7b Further clarification/cleanup of Windows text. 2001-10-26 15:14:56 +10:00
unknown
16a1f41f7a Fixup of lingo (PR clean) in "-- as the start of a comment" text. 2001-10-26 13:48:32 +10:00
unknown
710bea3311 Fixup of English in SSL section. 2001-10-26 12:51:42 +10:00
unknown
2cd99bf9f8 Removal of duplicate lines in transaction text.
Fixup of Windows texts.
2001-10-26 11:47:52 +10:00
unknown
9393a050e7 Typo fix; reported by Rodney Broom (rbroom@rbroom.com). 2001-10-26 09:51:06 +10:00
unknown
53a6a37313 manual.texi:
* Update WideXS mirror URLs


Docs/manual.texi:
  * Update WideXS mirror URLs
2001-10-25 10:49:51 +02:00
unknown
59645d1d15 General and Windows fixups. 2001-10-25 15:36:50 +10:00
unknown
02e9f4be25 Rewrite of Windows binary/source installation/configuration. 2001-10-25 15:08:47 +10:00
unknown
e889c5260a O'Reilly fixups. 2001-10-25 09:00:35 +10:00
unknown
b4ed4460d3 manual.texi:
* Change mirror URL


Docs/manual.texi:
  * Change mirror URL
2001-10-24 19:03:21 +02:00
unknown
a7e5f2f439 Various fixups. 2001-10-24 15:46:05 +10:00
unknown
1a01a507c1 Swapped InnoDB and BDB in manual (InnoDB now mentioned first). 2001-10-24 14:41:35 +10:00
unknown
6d965ed7ed Numerous fixups.
Updated "Contact Information".
2001-10-24 14:10:40 +10:00
unknown
74867ff0bf Merging old/new info in chapter 1. 2001-10-23 15:59:19 +10:00
unknown
8a015dc327 Typo fixes.
Shuffling sections.
2001-10-22 16:33:01 +10:00
unknown
2f0c4c7318 Little fixups. 2001-10-22 12:14:11 +10:00
unknown
460a348116 merge
Docs/manual.texi:
  Auto merged
2001-10-20 11:27:02 +03:00
unknown
c31859900e merge
Docs/manual.texi:
  Auto merged
mysql-test/t/join_outer.test:
  Auto merged
mysql-test/t/null.test:
  Auto merged
sql/mysqld.cc:
  Auto merged
sql/sql_select.cc:
  Auto merged
sql/slave.cc:
  keep local copy
2001-10-20 10:27:01 +02:00
unknown
fef5292a47 Fix bugs in LEFT JOIN and field=NUL
BUILD/FINISH.sh:
  Remove all config.cache files
BUILD/compile-alpha-debug:
  Update
BUILD/compile-ia64-debug-max:
  Update
Docs/manual.texi:
  Added auto_increment example
sql/sql_select.cc:
  Fix bugs in LEFT JOIN and field=NULL
sql/sql_yacc.yy:
  Remove compiler warnings
2001-10-20 11:04:23 +03:00
unknown
fdfcea5801 Fixes to tables per Andy Oram.
Sigh, should be all the remaining errors!
2001-10-20 01:29:09 -05:00
unknown
253b9ecb11 Don't use signal() on windows.
Added missing InnoDB variables to SHOW VARIABLES.
Fixed bug when doing WHERE 'column_name=NULL' on an indexed column that had NULL values.
Fixed bug when doing 'LEFT JOIN ...  ON (column_name = constant) WHERE column_name = constant'


Docs/manual.texi:
  Changelog
libmysql/libmysql.c:
  Don't use signal() on windows.
mysql-test/r/join_outer.result:
  Test for bugfix
mysql-test/r/null.result:
  Test for bugfix
mysql-test/t/join_outer.test:
  Test for bugfix
mysql-test/t/null.test:
  Test for bugfix
sql/mysqld.cc:
  Add missing InnoDB variables to SHOW VARIABLES.
sql/sql_select.cc:
  Fixed bug when doing WHERE 'column_name=NULL' on an indexed column that had NULL values.
  Fixed bug when doing 'LEFT JOIN ...  ON (column_name = constant) WHERE column_name = constant'
2001-10-19 22:10:54 +03: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
0211da9897 Some minor fixups.
Updated reserved words list.
2001-10-19 09:55:19 +10: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
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
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