Commit graph

3852 commits

Author SHA1 Message Date
unknown
47b1fabe7a Merge abelkin@work.mysql.com:/home/bk/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
2002-04-20 00:02:47 +03:00
unknown
2ebd90b830 my_alloc.h included in installation 2002-04-20 00:00:29 +03:00
unknown
bfe4c0ad04 manual.texi Tweaks to replication section.
manual.texi	@code{master.info} -> @file{master.info}
manual.texi	@code{my.cnf} -> @file{my.cnf}


Docs/manual.texi:
  Tweaks to replication section.
2002-04-19 15:54:24 -05:00
unknown
273543e38b manual.texi The transaction level is required, not optional.
Docs/manual.texi:
  The transaction level is required, not optional.
2002-04-19 10:57:26 -05:00
unknown
9ec994e09f 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-04-19 08:59:55 -05:00
unknown
9f00a94021 follow-up correction patch for 'boolean fulltext search weighting scheme changed' 2002-04-19 13:59:54 +00:00
unknown
0a2319e115 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-04-19 13:45:01 +00:00
unknown
19013b3031 boolean fulltext search weighting scheme changed
Docs/internals.texi:
  fulltext chapter added
Docs/manual.texi:
  news updated
BitKeeper/etc/ignore:
  Added Docs/internals.info to the ignore list
myisam/ft_boolean_search.c:
  weighting scheme changed
2002-04-19 13:36:16 +00:00
unknown
8855c5c791 Fixed bug in @@unknown_variable 2002-04-19 11:38:58 +03:00
unknown
c681007362 manual.texi Ditto for fail safe and fail-safe (use fail-safe).
manual.texi	Use thread-safe consistently, not a mixture of
manual.texi	thread safe and thread-safe.


Docs/manual.texi:
  Ditto for fail safe and fail-safe (use fail-safe).
2002-04-19 01:14:32 -05:00
unknown
e2d256c5e6 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-04-19 01:07:42 -05:00
unknown
5ccbbee104 Style fix (by Trevor Smith). 2002-04-19 14:21:22 +10:00
unknown
21aa09fac2 Changed @node name with "i/o" to "I/O" for clarity and consistency. 2002-04-19 14:15:11 +10:00
unknown
5f9594b634 Added @node for mysql_thread_safe() (text by Paul DuBois).
Removed blank line that messed up @node relinking (someone committed without testing!)


Docs/manual.de.texi:
  Added @node mysql_thread_safe - needs to be translated!
2002-04-19 14:06:52 +10:00
unknown
b713fd90d4 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/reiser-data/mysql-4.0
2002-04-18 18:51:10 -06:00
unknown
6ad7b4bbf5 fixed assertion failure on corrupted log in reckless slave mode 2002-04-18 18:41:45 -06:00
unknown
2f8d990da6 manual.texi Get rid of non-ASCII (?) character.
Docs/manual.texi:
  Get rid of non-ASCII (?) character.
2002-04-18 17:16:18 -05:00
unknown
16ffefd617 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-04-18 17:07:37 -05:00
unknown
1402bee469 manual.texi Mods to RESET section (syntax description said FLUSH,
manual.texi	options table was busted in HTML version).
manual.texi	Minor mods to FLUSH section.
manual.texi	Minor mods to RENAME TABLE section.


Docs/manual.texi:
  Mods to RESET section (syntax description said FLUSH,
  options table was busted in HTML version).
2002-04-18 17:04:30 -05:00
unknown
8a20bc123b Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-04-18 18:51:01 +00:00
unknown
fa14d2e51b ftb bug fixed 2002-04-18 18:44:18 +00:00
unknown
d11ba624fe 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-04-18 12:23:39 -05:00
unknown
db9a12039f Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-04-18 17:23:38 +00:00
unknown
68e348974a manual.texi Some HANDLER section cleanup; section is still confusing, though.
manual.texi	Remove some duplicated words (like "the the column")


Docs/manual.texi:
  Some HANDLER section cleanup; section is still confusing, though.
2002-04-18 10:27:00 -05:00
unknown
c104b350b2 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-04-18 18:24:15 +03:00
unknown
a0ca35c1e5 SHOW VARIABLES LIKE ... are now case insensitive
Fixed stack overflow checking with crash-me with gcc 3.0.4
Using @@unknown_variable doesn't hang client anymore
Added @@VERSION variable


Docs/manual.texi:
  Changelog
libmysql/libmysql.c:
  Fixed typo
myisam/myisampack.c:
  Removed not used argument
mysql-test/r/show_check.result:
  Added test of case insensitive SHOW VARIABLES LIKE
mysql-test/r/variables.result:
  test of system variables
mysql-test/t/show_check.test:
  Added test of case insensitive SHOW VARIABLES LIKE
mysql-test/t/variables.test:
  test of system variables
sql/item_func.cc:
  Fixed stack overflow checking with crash-me with gcc 3.0.4
  Using @@unknown_variable doesn't hang client anymore
  Added @@VERSION variable
sql/mysql_priv.h:
  Fixed stack overflow checking with crash-me with gcc 3.0.4
sql/share/czech/errmsg.txt:
  Fixed wrong error message
sql/share/danish/errmsg.txt:
  Fixed wrong error message
sql/share/dutch/errmsg.txt:
  Fixed wrong error message
sql/share/english/errmsg.txt:
  Fixed wrong error message
sql/share/estonian/errmsg.txt:
  Fixed wrong error message
sql/share/french/errmsg.txt:
  Fixed wrong error message
sql/share/german/errmsg.txt:
  Fixed wrong error message
sql/share/greek/errmsg.txt:
  Fixed wrong error message
sql/share/hungarian/errmsg.txt:
  Fixed wrong error message
sql/share/italian/errmsg.txt:
  Fixed wrong error message
sql/share/japanese/errmsg.txt:
  Fixed wrong error message
sql/share/korean/errmsg.txt:
  Fixed wrong error message
sql/share/norwegian-ny/errmsg.txt:
  Fixed wrong error message
sql/share/norwegian/errmsg.txt:
  Fixed wrong error message
sql/share/polish/errmsg.txt:
  Fixed wrong error message
sql/share/portuguese/errmsg.txt:
  Fixed wrong error message
sql/share/romanian/errmsg.txt:
  Fixed wrong error message
sql/share/russian/errmsg.txt:
  Fixed wrong error message
sql/share/slovak/errmsg.txt:
  Fixed wrong error message
BitKeeper/deleted/.del-identity.result~e41453a364242503:
  not used file
BitKeeper/deleted/.del-identity.test~326f469b59105404:
  not used file
sql/share/spanish/errmsg.txt:
  Fixed wrong error message
sql/share/swedish/errmsg.txt:
  Fixed wrong error message
sql/share/ukrainian/errmsg.txt:
  Fixed wrong error message
sql/sql_show.cc:
  SHOW VARIABLES LIKE ... are now case insensitive
2002-04-18 18:24:14 +03:00
unknown
04cd96a555 manual.texi Clarify scope of HANDLER statement.
Docs/manual.texi:
  Clarify scope of HANDLER statement.
2002-04-18 09:48:13 -05:00
unknown
ccc556436e Merge
Docs/manual.texi:
  SCCS merged
2002-04-18 14:26:47 +00:00
unknown
5decbb5368 phrase search is documented 2002-04-18 14:23:02 +00:00
unknown
32b479ec56 manual.texi More pertinent @ref.
manual.texi	Add note about "source" to one batch file section,
manual.texi	make it more obvious to readers that there is another
manual.texi	batch file section with more information.


Docs/manual.texi:
  More pertinent @ref.
2002-04-18 09:16:03 -05:00
unknown
862769a30e phrase search 2002-04-18 14:12:29 +00:00
unknown
3642b27c01 Merge work:/home/bk/mysql-4.0
into rhols221.adsl.netsonic.fi:/home/my/bk/mysql-4.0
2002-04-18 13:54:26 +03:00
unknown
9f78ad45ed Bug fixes in mysql.cc and myisamchk.c
client/mysql.cc:
  Added a lost option in my_getopt conversion.
myisam/myisamchk.c:
  Fixed a couple of wrong -type bugs.
2002-04-18 13:53:28 +03:00
unknown
435d4f9762 univ.i:
Prevent use of X86 assembler when WIN64 defined


innobase/include/univ.i:
  Prevent use of X86 assembler when WIN64 defined
2002-04-18 12:03:40 +03:00
unknown
be885c30c0 univ.i:
Make possible switch off X86 assembler usage in Windows: needed for the Itanium port


innobase/include/univ.i:
  Make possible switch off X86 assembler usage in Windows: needed for the Itanium port
2002-04-18 10:50:42 +03:00
unknown
209a500df9 Many files:
Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys


innobase/btr/btr0cur.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/dict/dict0crea.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/dict/dict0dict.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/dict/dict0load.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/dict/dict0mem.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/btr0btr.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/dict0mem.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/ibuf0ibuf.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/os0file.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/os0sync.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/row0mysql.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/row0upd.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/sync0sync.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/trx0sys.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/trx0trx.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/ibuf0ibuf.ic:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/os0sync.ic:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/sync0sync.ic:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/trx0sys.ic:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/lock/lock0lock.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/pars/pars0opt.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/que/que0que.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/row/row0ins.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/row/row0mysql.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/row/row0sel.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/row/row0upd.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/srv/srv0srv.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/sync/sync0sync.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/trx/trx0sys.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/trx/trx0trx.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
2002-04-18 10:40:32 +03:00
unknown
07dd339f44 Merge jcole@work.mysql.com:/home/bk/mysql-4.0
into mugatu.spaceapes.com:/home/jcole/bk/mysql-4.0
2002-04-17 20:12:42 -05:00
unknown
849f5bb404 manual.texi Use @strong{lowercasename} consistently to refer to privileges.
manual.texi	Minor mods to OPTIMIZE TABLE section.


Docs/manual.texi:
  Use @strong{lowercasename} consistently to refer to privileges.
2002-04-17 18:41:02 -05:00
unknown
2267676cb1 manual.texi Table types are @code{}, not @strong{}.
Docs/manual.texi:
  Table types are @code{}, not @strong{}.
2002-04-17 16:01:52 -05:00
unknown
07b716921b manual.texi Use I/O consistently, not I/O sometimes and i/o sometimes.
manual.texi	Fix a bunch of menu/section titles that are
manual.texi	missing @code{} around command names.
manual.texi	Use question marks at the end of questions.
manual.texi	Added missing 3.23.16 change note about
manual.texi	SLAVE START/STOP.


Docs/manual.texi:
  Use I/O consistently, not I/O sometimes and i/o sometimes.
2002-04-17 15:51:16 -05:00
unknown
3cb4cfa30a manual.texi Added missing change 3.23.26 note about renaming of
manual.texi	FLUSH MASTER/SLAVE to RESET MASTER/SLAVE.


Docs/manual.texi:
  - Added missing change not about renming of
    FLUSH MASTER/SLAVE to RESET MASTER/SLAVE.
2002-04-17 13:19:41 -05:00
unknown
5640c204b7 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-04-17 09:39:51 -05:00
unknown
e308d7cf6d Deleted some old Makefiles
Build-tools/Do-patch-file:
  Fixed paths
2002-04-17 15:32:28 +02:00
unknown
c995b39757 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
  Auto merged
2002-04-17 16:15:46 +03:00
unknown
03e5b55fab Fixed typo
Removed some files from the bitkeeper delete tree.
(To fix problem with duplicate filenames on MacOS X)


BitKeeper/deleted/.del-ha_hash.h~27e36916116beb3e:
  Delete: sql/ha_hash.h
Docs/manual.texi:
  Fixed typo
2002-04-17 16:06:19 +03:00
unknown
9c2c5a3636 Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23 2002-04-17 11:47:29 +03:00
unknown
7c8525dfba Abort if 'listen()' on TCP/IP fails. 2002-04-17 11:45:26 +03:00
unknown
7dbfbd2c4f Removed wrong configure line from configure.in 2002-04-17 09:26:47 +03:00
unknown
f198c20985 Cleanup of pthread_cond_timedwait for HPUX 2002-04-17 08:59:48 +03:00
unknown
b3664e7bd7 English text enhancement.
SQL keywords/statements in caps.
2002-04-17 11:18:41 +10:00