Commit graph

1882 commits

Author SHA1 Message Date
unknown
47e4820350 Merge work.mysql.com:/home/bk/mysql-4.0/
into george.bitbike.com:/home/arjen/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-07-09 12:14:19 +10:00
unknown
75d1c91f39 Missing comma in SQL command example (from Jason Livesay).
Examples reformatted in same section.
2002-07-09 11:27:55 +10:00
unknown
5f1d5c2dd5 Two URL fixups (from Jim). 2002-07-09 11:08:19 +10:00
unknown
b705dee0a5 manual.texi:
Remove outdated sentence about online backup


Docs/manual.texi:
  Remove outdated sentence about online backup
2002-07-08 18:33:47 +03:00
unknown
6c367d37af 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-07-08 09:08:15 -05:00
unknown
bc58482a08 MIT-pthreads clarifications/fixups. 2002-07-08 14:05:10 +10:00
unknown
5d48220854 manual.texi Add missing privilege to 4.0.2 change notes.
Docs/manual.texi:
  Add missing privilege to 4.0.2 change notes.
2002-07-07 14:04:12 -05:00
unknown
dbded8e0c8 manual.texi:
4.0 creates an auto-extending 10 MB data file by default


Docs/manual.texi:
  4.0 creates an auto-extending 10 MB data file by default
2002-07-03 13:00:13 +03:00
unknown
d3a3ae3201 manual.texi:
Clarify the meaning of innodb_data_home_dir and innodb_data_file_path in the manual


Docs/manual.texi:
  Clarify the meaning of innodb_data_home_dir and innodb_data_file_path in the manual
2002-07-03 12:47:01 +03:00
unknown
f9e3437fa2 Added note about SQL_CALC_FOUND_ROWS available only in 4.0.0+. 2002-07-01 18:58:46 -05:00
unknown
655d97862d manual.texi fix agreement
Docs/manual.texi:
  fix agreement
2002-06-30 14:47:13 -05:00
unknown
e3d39c0564 More fixup. 2002-07-01 04:27:36 +10:00
unknown
7e77d5b63c Manual fixups for 4.0.2. 2002-07-01 04:05:39 +10:00
unknown
a86390f01a Update for running gcc 3.x (mainly on HPUX)
Portability fixes for HPUX
Rename of CHECK_LOCK to IS_FREE_LOCK
Apply lower_case_table_names also to databases
Cleanup of describe code
Don't allow \ in database names


Build-tools/Do-compile:
  Added option --make-options
Docs/manual.texi:
  Changelog
  Added XOR, ^ and IS_FREE_LOCK() descriptions
acinclude.m4:
  Update for running gcc 3.x on HPUX
client/mysql.cc:
  Portability fix
client/mysqlbinlog.cc:
  Fix for using gcc 3.1
configure.in:
  Fix for using gcc 3.1
include/my_global.h:
  Fix for using gcc 3.1
include/my_pthread.h:
  Removed warning on HPUX
innobase/configure.in:
  Portability fix (for gcc 3.1 on HPUX)
innobase/ut/ut0ut.c:
  Portability fix (for gcc 3.1 on HPUX)
mysql-test/r/func_test.result:
  Test of new functions
mysql-test/r/rpl_get_lock.result:
  Test of new functions
mysql-test/t/func_test.test:
  Test of new functions
mysql-test/t/rpl_get_lock.test:
  Test of new functions
mysys/my_tempnam.c:
  Portability fix
sql/item_cmpfunc.cc:
  Added comments to Item_cond_xor.
  Fixed NULL handling for XOR
sql/item_create.cc:
  rename of CHECK_LOCK to IS_FREE_LOCK
sql/item_create.h:
  rename of CHECK_LOCK to IS_FREE_LOCK
sql/item_func.cc:
  Cleanup XOR handling
sql/item_func.h:
  rename of CHECK_LOCK to IS_FREE_LOCK
sql/lex.h:
  rename of CHECK_LOCK to IS_FREE_LOCK
sql/mysqld.cc:
  Moved chroot() to be exectued earlier.
sql/sql_db.cc:
  Apply lower_case_table_names also to databases
sql/sql_parse.cc:
  Apply lower_case_table_names also to databases
sql/sql_select.cc:
  Cleanup describe code (after Sinisa's patch for EXPLAIN + UNION)
sql/table.cc:
  Don't allow \ in database names
2002-06-30 18:57:21 +03:00
unknown
44074bcd0a manual.texi preliminary fixups to XOR, CHECK_LOCK() change notes.
Docs/manual.texi:
  preliminary fixups to XOR, CHECK_LOCK() change notes.
2002-06-29 14:19:20 -05:00
unknown
76ca485559 Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-06-29 16:32:45 +03:00
unknown
b936b25d79 Added functions :
* binary XOR
* logical XOR
* CHECK_LOCK("lock_name")
2002-06-29 16:25:09 +03:00
unknown
224aaa2480 MySQL 4.0.2 does support the EXECUTE privilege. 2002-06-28 22:21:28 +10:00
unknown
194a6f6962 Typo fix (noted by Jeff Kilbride). 2002-06-28 21:19:41 +10:00
unknown
8d07955f3d merge
BitKeeper/etc/ignore:
  added scripts/mysql_tableinfo
sql/sql_parse.cc:
  Auto merged
2002-06-27 11:35:50 +03:00
unknown
835a75c97b Removed mysql_ssl_clear()
Added statistics information for alarms (for bug tracking)
Don't store "incomplete" in the xxx.cfg file if we are not using --restart. (Crash-me)
Enlarged STACK_BUF_ALLOC becasue of failed crash-me test
Aded new script mysql_tableinfo to make a system directory.


Docs/manual.texi:
  Changelog and TODO
include/mysql.h:
  Removed mysql_ssl_clear() (One should use mysql_close() instead)
include/thr_alarm.h:
  Added info for alarms
libmysql/libmysql.c:
  Made mysql_ssl_clear() static
libmysql/libmysql.def:
  cleanup
libmysqld/libmysqld.def:
  cleanup
myisam/myisamchk.c:
  describe -> description
myisam/myisampack.c:
  Fixed copyright.
mysys/thr_alarm.c:
  Added statistics information for alarms (for bug tracking)
scripts/Makefile.am:
  Added mysql_table_info
sql-bench/crash-me.sh:
  Don't store "incomplete" in the xxx.cfg file if we are not using --restart.
  This was done becasue "incomplete" made it harder to quickly repeat a test that
  failed.
sql-bench/limits/mysql.cfg:
  Update to 1.58
sql/hostname.cc:
  Remved compiler warning
sql/item_func.cc:
  cleanup
sql/item_func.h:
  Cleanup
sql/mysql_priv.h:
  Enlarged STACK_BUF_ALLOC becasue of failed crash-me test
sql/opt_range.cc:
  Removed purify warning
sql/sql_parse.cc:
  cleanup
sql/sql_test.cc:
  Added ala
2002-06-27 11:27:04 +03:00
unknown
90c5ac4600 Clarification of legal database/table/column names.
Clarification of NOW() behaviour.
2002-06-27 09:03:23 +10:00
unknown
d1c1de716f Fix apparent bad merge from 3.23 (noted by Michael McLagan). 2002-06-27 08:06:09 +10:00
unknown
de4ee7ff43 Fix of a small type as reported by one user 2002-06-26 22:42:55 +03:00
unknown
d58356a8da Fix table type name, should be BerkeleyDB (or BDB), no underscore. 2002-06-26 10:45:11 +10:00
unknown
e8ee5eb867 fix some caption capitalization/non-@code problems 2002-06-25 12:14:41 -05:00
unknown
cb3ac65b26 fix up non-@code table types 2002-06-25 12:06:43 -05:00
unknown
56663b9e52 British English spelling 'behaviour'. 2002-06-25 09:07:13 +10:00
unknown
efb2897e02 fix typo 2002-06-24 15:33:30 -05:00
unknown
be55957f72 Removed dup word (tnx Ramil!) 2002-06-25 06:22:20 +10:00
unknown
dd2b3f6d43 Clean up AES_DECRYPT() explanation. 2002-06-24 19:55:28 +10:00
unknown
7086fbb8ae Added --single-transaction for mysqldump, updated --lock-tables info.
Added SHA1() function, cleaned up MD5() info.
Added AES_ENCRYPT()/AES_DECRYPT() functions, cleaned up DES info.
Updated 4.0.2 changelog for above additions.
Clarified LAST_INSERT_ID(expr) info about sequences.
Fixed URL for Perl DBI.
2002-06-21 13:54:55 +10:00
unknown
356c310776 Change loose -> lose where appropriate. 2002-06-21 10:57:54 +10:00
unknown
d76ccc59e7 Consistency cleanup (no space before a % percentage).
Little language/grammar fixup.
2002-06-21 10:41:37 +10:00
unknown
8d1568b882 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
  Auto merged
2002-06-20 15:59:57 +03:00
unknown
950df73713 Fixed some bugs after last merge
Added semaphore support to MIT-pthreads.


Docs/manual.texi:
  Updated benchmark data
configure.in:
  Portability fix for compiling MIT-pthreads with gcc 3.0.x
  (Still not perfect)
include/my_semaphore.h:
  Cleanup
mit-pthreads/Changes-mysql:
  Added semaphore support
mit-pthreads/include/Makefile.inc:
  Added semaphore support
mit-pthreads/include/pthread/ac-types.h:
  Added semaphore support
mit-pthreads/pthreads/GNUmakefile.inc:
  Added semaphore support
mit-pthreads/pthreads/Makefile.inc:
  Added semaphore support
mit-pthreads/stdio/xprintf.c:
  Added semaphore support
mysql-test/r/rpl_alter.result:
  Fixed test results after merge with 3.23
sql/ha_isam.cc:
  Fixed core dump after merge
sql/ha_isam.h:
  Fixed core dump after merge
sql/mini_client.cc:
  P
2002-06-20 15:25:02 +03:00
unknown
a682d70761 Clarified REPLACE command a bit. 2002-06-20 09:28:50 +10:00
unknown
2006e29a85 Various clarifications and cleanups. 2002-06-20 08:46:44 +10:00
unknown
ccf18acc24 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
  Auto merged
2002-06-19 12:31:15 +03:00
unknown
47916ef889 Serious rewrite of the "reset forgotten password" section. 2002-06-19 16:51:49 +10:00
unknown
b320811a04 Typo fix (noted by Mathias Berchtold). 2002-06-19 11:57:59 +10:00
unknown
424ad58bec Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
  Auto merged
2002-06-19 00:38:58 +03:00
unknown
518787c299 Made keyread (key scanning) a key specific attribute.
This avoids using fulltext keys for table scanning.
This also reverts Sinisa's original fix for this problem.


Docs/manual.texi:
  Update of SQL_JOIN_MAX_SIZE information3602
client/mysqldump.c:
  comment cleanup
include/my_aes.h:
  General cleanup for new file
include/rijndael.h:
  General cleanup for new file
include/sha1.h:
  General cleanup for new file
mysys/my_aes.c:
  General cleanup for new file
mysys/rijndael.c:
  General cleanup for new file
mysys/sha1.c:
  General cleanup for new file
sql/ha_berkeley.h:
  Made keyread (key scanning) a key specific attribute.
sql/ha_innodb.cc:
  Merge with 3.23.x
sql/ha_innodb.h:
  Made keyread (key scanning) a key specific attribute.
sql/ha_isam.cc:
  Moved things to table_flags()
sql/ha_isam.h:
  Made keyread (key scanning) a key specific attribute.
sql/ha_myisam.cc:
  Made keyread (key scanning) a key specific attribute.
sql/ha_myisam.h:
  Made keyread (key scanning) a key specific attribute.
sql/ha_myisammrg.h:
  Made keyread (key scanning) a key specific attribute.
sql/handler.h:
  Made keyread (key scanning) a key specific attribute.
sql/item_strfunc.cc:
  Cleanup of AES_xxx code
sql/opt_range.cc:
  Made keyread (key scanning) a key specific attribute.
sql/sql_base.cc:
  Made keyread (key scanning) a key specific attribute.
sql/sql_cache.cc:
  Removed compiler warning
sql/sql_select.cc:
  Removed wrong patch to fulltext problem
sql/table.cc:
  Made keyread (key scanning) a key specific attribute.
sql/table.h:
  Made keyread (key scanning) a key specific attribute.
2002-06-19 00:22:30 +03:00
unknown
a35e083b13 manual.texi:
Emphasize that the size and the signedness of integer types has to be the same in a foreign key constraint


Docs/manual.texi:
  Emphasize that the size and the signedness of integer types has to be the same in a foreign key constraint
2002-06-18 10:34:00 +03:00
unknown
32f658101b redo some changes lost after I messed up local repository 2002-06-17 11:37:31 -05:00
unknown
9424f80f19 Merge with 3.23.52
BitKeeper/etc/logging_ok:
  auto-union
Build-tools/Do-linux-build:
  Auto merged
sql/opt_range.cc:
  Auto merged
sql/sql_base.cc:
  Auto merged
2002-06-17 16:08:34 +03:00
unknown
4249f4cb72 Fixed problem with innodb_log_group_home_dir and SHOW VARIABLES
Docs/manual.texi:
  Updated TODO for 4.0
sql/mysqld.cc:
  Cleanup
sql/opt_range.cc:
  Cleanup
2002-06-17 15:07:46 +03:00
unknown
f97e1b6ae1 Backported fix from 4.0 which caused core dumps for some complex queries.
Docs/manual.texi:
  Fixed example
sql/mysqld.cc:
  Cleanup
2002-06-17 15:00:06 +03:00
unknown
c47044f0ae Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
  Auto merged
sql/sql_select.cc:
  Auto merged
2002-06-17 09:46:38 +03:00
unknown
2fd3251541 Added MYSQL_PS1 to environment variables section. 2002-06-17 11:54:45 +10:00