Commit graph

3388 commits

Author SHA1 Message Date
unknown
e8f267a70a manual.texi clarify ambiguous "it" in mysql_escape_string()
manual.texi	description
manual.texi	add missing mysql_server_end() prototype
manual.texi	add missing mysql_thread_end() prototype
manual.texi	add missing mysql_thread_init() prototype
manual.texi	add missing my_init() prototype


Docs/manual.texi:
  clarify ambiguous "it" in mysql_escape_string()
  description
2002-03-14 12:35:01 -06:00
unknown
c6a8546da1 manual.texi remove apparently-errant half-phrase
Docs/manual.texi:
  remove apparently-errant half-phrase
2002-03-14 12:14:43 -06:00
unknown
c63c223285 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-13 11:27:46 -06:00
unknown
226169b10b merged
sql/ha_myisam.cc:
  Auto merged
sql/lex.h:
  Auto merged
sql/sql_yacc.yy:
  Auto merged
2002-03-13 17:27:45 +00:00
unknown
d556096f73 mi_check flags cleanup
CHECK/REPAIR syntax cleanup
REPAIR ... USE_FRM syntax


include/myisam.h:
  mi_check flags cleanup
myisam/mi_check.c:
  mi_check flags cleanup
myisam/myisamchk.c:
  mi_check flags cleanup
mysql-test/r/check.result:
  CHECK/REPAIR syntax cleanup
mysql-test/r/show_check.result:
  CHECK/REPAIR syntax cleanup
mysql-test/t/check.test:
  CHECK/REPAIR syntax cleanup
mysql-test/t/show_check.test:
  CHECK/REPAIR syntax cleanup
sql/ha_myisam.cc:
  mi_check flags cleanup
sql/handler.h:
  mi_check flags cleanup
sql/lex.h:
  REPAIR ... USE_FRM syntax
sql/slave.cc:
  mi_check flags cleanup
2002-03-13 17:20:17 +00:00
unknown
ac71f6cb66 manual.texi change note cleanups, 3.22.23 through 3.23.9.
Docs/manual.texi:
  change note cleanups, 3.22.23 through 3.23.9.
2002-03-13 11:15:30 -06:00
unknown
1b1f52631f optimization fix for bulk insert code 2002-03-13 13:17:11 +00:00
unknown
827133864a More German manual fixups. 2002-03-13 20:47:18 +10:00
unknown
7f4f728ef4 Changes for German manual in mysql.de website.
Docs/manual.de.texi:
  Fixed up German manual for mysql.de website (with English @node lines).
  @menu blocks are not filled so .info won't look nice.
2002-03-13 15:39:51 +10:00
unknown
0116d95dc5 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-12 21:45:27 -06:00
unknown
d44f006432 manual.texi add missing change note for mysql_real_escape_string()
Docs/manual.texi:
  add missing change note for mysql_real_escape_string()
2002-03-12 21:43:46 -06:00
unknown
f9cc0d261e Merge work:/home/bk/mysql-4.0/
into hynda.mysql.fi:/home/my/bk/mysql-4.0-quick-fixes


include/my_global.h:
  Auto merged
2002-03-13 01:34:10 +02:00
unknown
d716037e6e Modifications to MySQL source in order to make it compile on QnX.
config.guess:
  Added detection for QNX.
config.sub:
  Added detection for QNX.
include/m_ctype.h:
  QNX already used some of the symbols, changed names.
include/my_global.h:
  For QNX.
readline/vi_mode.c:
  For QNX.
2002-03-13 01:28:13 +02:00
unknown
4fd59d9cff Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
  Auto merged
client/mysql.cc:
  Auto merged
2002-03-13 01:03:34 +02:00
unknown
bc15643c82 fix after merge
Docs/manual.texi:
  Fix after merge
include/my_global.h:
  merge fix
mysql-test/r/create.result:
  merge fix
mysys/thr_alarm.c:
  Fix for using --debug with alarms
2002-03-13 01:02:45 +02:00
unknown
6288ebb699 merge
configure.in:
  Auto merged
BitKeeper/deleted/.del-global.h~e80d28157acfdcb5:
  Auto merged
client/mysqlimport.c:
  Auto merged
sql/ha_isam.cc:
  Auto merged
sql/ha_myisammrg.cc:
  Auto merged
sql/mysqld.cc:
  Auto merged
sql/table.cc:
  Auto merged
2002-03-12 12:21:51 +02:00
unknown
6e37987c51 Fixed mysqldumpslow for new dump format.
Fix for HEAP tables with many rows deleted.
Add '' arround database names in SHOW GRANT


Docs/manual.texi:
  Fixed symlink examples.
heap/hp_rfirst.c:
  Remove not needed patch.
mysql-test/r/heap.result:
  Added test case for HEAP + many deletes
mysql-test/t/heap.test:
  Added test case for HEAP + many deletes
mysys/mf_loadpath.c:
  Resolve path's even if they don't end in '/'
scripts/mysqldumpslow.sh:
  Fix for new dump format.
sql/handler.cc:
  Fix for HEAP tables with many rows deleted.
sql/sql_acl.cc:
  Add '' arround database names in SHOW GRANT
2002-03-12 11:52:41 +02:00
unknown
4c221321b6 Added help for --local-infile
Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys.
Allow SET PASSWORD for anonymous user


Docs/manual.texi:
  Changelog
client/mysql.cc:
  Added help for --local-infile
client/mysqlimport.c:
  Merge with 4.0.
  Patch for LOCAL INFILE handling
configure.in:
  cleanup
include/global.h:
  Fix for bug on intel where (int32) 1 << 32 == 1
mysql-test/r/create.result:
  Test of CREATE TABLE with 32 keys
mysql-test/t/create.test:
  Test of CREATE TABLE with 32 keys
scripts/mysqlhotcopy.sh:
  Patch for databasenames with space.
sql/ha_isam.cc:
  Fix for bug on intel where (int32) 1 << 32 == 1
sql/ha_myisam.cc:
  Fix for bug on intel where (int32) 1 << 32 == 1
sql/ha_myisammrg.cc:
  Fix for bug on intel where (int32) 1 << 32 == 1
sql/mysqld.cc:
  Added help for --local-infile
sql/sql_acl.cc:
  Allow SET PASSWORD of anonymous user
sql/table.cc:
  Fix for bug on intel where (int32) 1 << 32 == 1
2002-03-12 11:38:22 +02:00
unknown
0e43a70453 Merge jcole@work.mysql.com:/home/bk/mysql-4.0
into mugatu.spaceapes.com:/home/jcole/bk/mysql-4.0
2002-03-11 14:37:09 -06:00
unknown
2b6235fd15 Added --no-beep option to mysql.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-03-11 14:35:59 -06:00
unknown
016a6cd385 Merge hundin:/my/mysql-4.0 into tik.mysql.fi:/home/my/mysql-4.0 2002-03-10 20:13:07 +02:00
unknown
81c0967e95 manual.texi:
Add a note about InnoDB Hot Backup


Docs/manual.texi:
  Add a note about InnoDB Hot Backup
2002-03-10 16:19:28 +02:00
unknown
b8a9ea66ba slave start <options> to be able to do
slave start io_thread 
 slave start sql_thread
same for stop


sql/lex.h:
  slave start <options>
sql/sql_lex.cc:
  slave start <options>
sql/sql_lex.h:
  slave start <options>
sql/sql_repl.cc:
  slave start <options>
sql/sql_yacc.yy:
  slave start <options>
2002-03-09 21:48:06 -07:00
unknown
84888547a2 Merge work:/my/mysql-4.0/ into tik.mysql.fi:/home/my/mysql-4.0
sql/mysqld.cc:
  Auto merged
2002-03-10 04:35:10 +02:00
unknown
2240cd2fdd Abort if listen() fails 2002-03-10 04:28:50 +02:00
unknown
549c561907 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-03-09 22:40:09 +00:00
unknown
594ba4a270 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/reiser-data/mysql-4.0
2002-03-09 13:50:44 -07:00
unknown
ea86f4fe77 fixed replication bug
not yet tested - will not be pushed for a few hours - need to commit in 
order to pull


BUILD/compile-pentium-debug:
  link statically
sql/slave.cc:
  properly seek the position when recovering from a partial read
2002-03-09 13:50:07 -07:00
unknown
738f2a3163 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-03-09 13:39:09 +00:00
unknown
92d23ca910 merged 2002-03-09 13:23:35 +00:00
unknown
d159b9d2a0 several trunc* bugs fixed - to accomplish that, search algorithm was somewhat changed. 2002-03-09 13:18:44 +00:00
unknown
c214769fe2 Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2002-03-09 14:08:49 +02:00
unknown
dd95434e7c A fix for the --with-libwrap for Linux.
I have tested it with tcpd wrapper and it worked on Linux.
I did not change setttings in hosts.deny, as I did not dare too.
2002-03-09 14:07:28 +02:00
unknown
5bdc999b3a fixed replication assert failure ( found by Jeremy Zawodny)
sql/slave.cc:
  fixed wrong invocation of safe_sleep()
2002-03-08 15:02:11 -07:00
unknown
e92c075475 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/reiser-data/mysql-4.0


include/my_sys.h:
  Auto merged
2002-03-08 09:33:15 -07:00
unknown
4873f9ab2f DBUG_ASSERT_LOCK
include/my_sys.h:
  added DBUG_ASSERT_LOCK()
sql/slave.cc:
  use DBUG_ASSERT_LOCK()
2002-03-08 09:26:56 -07:00
unknown
d3ab09af71 Processed docs@ feedback about typos in manual. 2002-03-08 15:21:38 +10:00
unknown
95d01af6a8 norway.eps, norway.gif, turkey.eps, turkey.gif:
Update
mirrors.texi:
  Add new mirrors
manual.texi:
  Remove link to mxODBC


Docs/manual.texi:
  Remove link to mxODBC
Docs/mirrors.texi:
  Add new mirrors
Docs/Flags/turkey.gif:
  Update
Docs/Flags/turkey.eps:
  Update
Docs/Flags/norway.gif:
  Update
Docs/Flags/norway.eps:
  Update
2002-03-07 21:27:44 +02:00
unknown
81254025b8 tests for bug fix 2002-03-07 15:36:14 +02:00
unknown
18a68a6208 Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0


sql/sql_yacc.yy:
  Auto merged
2002-03-07 14:01:18 +02:00
unknown
0d50a93fb7 better fix for a bug fix from yesterday 2002-03-07 13:57:52 +02:00
unknown
defcaaf46b Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
  Auto merged
2002-03-07 00:23:22 +02:00
unknown
3d490dcb27 Update test results 2002-03-07 00:21:37 +02:00
unknown
47e83fde9a manual.texi Document when --xml was added to mysql/mysqldump.
Docs/manual.texi:
  Document when --xml was added to mysql/mysqldump.
2002-03-06 16:14:06 -06:00
unknown
a36d59bc57 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-06 16:08:30 -06:00
unknown
873963d4ca merge
BitKeeper/etc/logging_ok:
  auto-union
Build-tools/Do-all-build-steps:
  Auto merged
Build-tools/Do-compile:
  Auto merged
Build-tools/Do-rpm:
  Auto merged
Docs/manual.texi:
  Auto merged
include/hash.h:
  Auto merged
include/my_sys.h:
  Auto merged
innobase/dict/dict0dict.c:
  Auto merged
mysql-test/mysql-test-run.sh:
  Auto merged
mysys/array.c:
  Auto merged
mysys/hash.c:
  Auto merged
mysys/mf_qsort.c:
  Auto merged
sql/sql_base.cc:
  Auto merged
sql/sql_select.cc:
  Auto merged
sql/table.cc:
  Auto merged
strings/Makefile.am:
  Auto merged
support-files/mysql.spec.sh:
  Auto merged
2002-03-06 23:41:18 +02:00
unknown
4d710469be merge
configure.in:
  Auto merged
Docs/manual.texi:
  Auto merged
libmysql/libmysql.c:
  Auto merged
2002-03-06 22:16:29 +02:00
unknown
749246cc29 Portability fixes
Fix bug when using option groups


libmysql/libmysql.c:
  Fix bug when using option groups
myisam/myisamchk.c:
  Portability fix
mysys/my_getopt.c:
  Portability fix
2002-03-06 22:12:08 +02:00
unknown
c13baf70ec Fix for --enable-local-infile
Docs/manual.texi:
  Changelog
acinclude.m4:
  Cleanup --help output
libmysql/libmysql.c:
  Fix for reading option groups in client
2002-03-06 22:06:18 +02:00
unknown
b707a1ab6b merge
BitKeeper/etc/logging_ok:
  auto-union
Build-tools/Do-all-build-steps:
  Auto merged
Build-tools/Do-compile:
  Auto merged
Build-tools/Do-rpm:
  Auto merged
Docs/manual.texi:
  Auto merged
include/hash.h:
  Auto merged
include/my_sys.h:
  Auto merged
innobase/dict/dict0dict.c:
  Auto merged
libmysql/libmysql.c:
  Auto merged
mysql-test/t/type_date.test:
  Auto merged
mysys/array.c:
  Auto merged
mysys/hash.c:
  Auto merged
mysys/mf_qsort.c:
  Auto merged
scripts/mysqld_safe.sh:
  Auto merged
scripts/mysqlhotcopy.sh:
  Auto merged
sql/item_timefunc.h:
  Auto merged
sql/sql_base.cc:
  Auto merged
sql/sql_yacc.yy:
  Auto merged
sql/table.cc:
  Auto merged
sql-bench/server-cfg.sh:
  Auto merged
strings/Makefile.am:
  Auto merged
2002-03-06 19:53:31 +02:00