1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-09 08:01:34 +03:00
Commit Graph

2506 Commits

Author SHA1 Message Date
unknown
cd24d15b44 manual.texi More keyword capping.
Docs/manual.texi:
  More keyword capping.
2002-04-20 12:25:19 -05:00
unknown
73e7afaa61 manual.texi Starting to capitalize SQL keywords in examples.
Docs/manual.texi:
  Starting to capitalize SQL keywords in examples.
2002-04-20 05:16:29 -05: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
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
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
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
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
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
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
a94c9b0f5a manual.texi Change note mods, 4.0.2.
Docs/manual.texi:
  Change note mods, 4.0.2.
2002-04-16 11:28:05 -05:00
unknown
baf4a27f76 manual.texi fix typo, clarify sentence
Docs/manual.texi:
  fix typo, clarify sentence
2002-04-16 11:10:09 -05:00
unknown
667da1396b Fixed pthread_cond_timedwait() for HPUX and DCE threads
Cleanup of LIBWRAP handling


Docs/manual.texi:
  Changelog
include/my_pthread.h:
  Fixed pthread_cond_timedwait() for HPUX and DCE threads
mysys/my_pthread.c:
  Fixed pthread_cond_timedwait() for HPUX and DCE threads
sql/item_func.cc:
  Fixed the GET_LOCK() works with HPUX and DCE threads
sql/mysqld.cc:
  Cleanup of LIBWRAP handling
sql/sql_parse.cc:
  Safety fix
2002-04-16 16:29:14 +03:00
unknown
e84bfc2eff Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/work-qc-4.0


Docs/manual.texi:
  Auto merged
2002-04-15 21:50:46 +03:00
unknown
04ab36d134 manual.texi A few @itemize lists should be @table @code lists
Docs/manual.texi:
  A few @itemize lists should be @table @code lists
2002-04-15 12:59:02 -05:00
unknown
10b738c992 manual.texi - undo my previous unbelievably dumb patch
manual.texi	- redo the parts that weren't so dumb


Docs/manual.texi:
  - undo my previous unbelievably dumb patch
  - redo the parts that weren't so dumb
2002-04-15 12:47:56 -05:00
unknown
02ebecfc23 query cache code can be excluded from server
sql/mysqld.cc:
  fake query_cache_size parameter if query cache code excluded from server
2002-04-15 16:00:05 +03:00
unknown
dba9a29685 Documentation fix. 2002-04-15 00:06:00 +03:00
unknown
4773cd78b8 Little patch for makeinfo-4.0c that has colspec values displayed as
percentages instead of portions of a 72 character wide line. Patch is 
trivial and hacky, but no point in redoing it later... :)
2002-04-14 10:10:28 +02:00
unknown
7b7b561905 Minor language usage fix. 2002-04-14 09:58:06 +02:00
unknown
0cdd756d1c Various improvements to the colspec fixup script
Docs/Support/colspec-fix.pl:
  Various improvements, error checks and cleaning
   - Increased gutter size
   - Added check to ensure that total column % is not greater than 100%
   - Changed code to work with hacks to makeinfo
   - Ensure that total column width is less than max table width
   - Trim overly long end columns if needed
2002-04-14 09:28:06 +02:00
unknown
c88744d306 changing change log for new memory allocator 2002-04-13 20:12:15 +03:00
unknown
54373c16f8 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
  Auto merged
2002-04-12 22:23:46 +03:00
unknown
caf41c9e43 merge
client/mysql.cc:
  Auto merged
2002-04-12 21:53:41 +03:00
unknown
6326ec9944 Update for BTREE keys in HEAP tables
Split handler->option_flag() to handler->table_flags() and handler->index_flags()


Docs/manual.texi:
  Updated standard binary options
include/my_base.h:
  Update for BTREE keys in HEAP tables
libmysql/net.c:
  merge with net_serv.cc
mysql-test/r/func_misc.result:
  Update for new behaviour of inet_ntoa
sql/field.cc:
  Update for BTREE keys in HEAP tables
sql/field.h:
  Update for BTREE keys in HEAP tables
sql/filesort.cc:
  Update for BTREE keys in HEAP tables
sql/ha_berkeley.h:
  Update for BTREE keys in HEAP tables
sql/ha_heap.h:
  Update for BTREE keys in HEAP tables
sql/ha_innodb.h:
  Update for BTREE keys in HEAP tables
sql/ha_isam.cc:
  Update for BTREE keys in HEAP tables
sql/ha_isam.h:
  Update for BTREE keys in HEAP tables
sql/ha_isammrg.h:
  Update for BTREE keys in HEAP tables
sql/ha_myisam.cc:
  Update for BTREE keys in HEAP tables
sql/ha_myisam.h:
  Update for BTREE keys in HEAP tables
sql/ha_myisammrg.h:
  Update for BTREE keys in HEAP tables
sql/handler.cc:
  Update for BTREE keys in HEAP tables
sql/handler.h:
  Update for BTREE keys in HEAP tables
sql/log.cc:
  Update for BTREE keys in HEAP tables
sql/net_serv.cc:
  Update for BTREE keys in HEAP tables
sql/opt_range.cc:
  Update for BTREE keys in HEAP tables
sql/opt_sum.cc:
  Update for BTREE keys in HEAP tables
sql/records.cc:
  Update for BTREE keys in HEAP tables
sql/sql_class.h:
  Update for BTREE keys in HEAP tables
sql/sql_handler.cc:
  Update for BTREE keys in HEAP tables
sql/sql_insert.cc:
  Update for BTREE keys in HEAP tables
sql/sql_select.cc:
  Update for BTREE keys in HEAP tables
sql/sql_show.cc:
  Update for BTREE keys in HEAP tables
sql/sql_table.cc:
  Update for BTREE keys in HEAP tables
sql/structs.h:
  Update for BTREE keys in HEAP tables
sql/table.cc:
  Update for BTREE keys in HEAP tables
sql/unireg.cc:
  Update for BTREE keys in HEAP tables
2002-04-12 21:35:46 +03:00
unknown
783217fd2c manual.texi:
Some more column width fraction fixups.
  Filled out a table with proper number of columns.
  Some typo/style fixes.
  Zapped inaccurate uninformative roadmap table.


Docs/manual.texi:
  Some more column width fraction fixups.
  Filled out a table with proper number of columns.
  Some typo/style fixes.
  Zapped inaccurate uninformative roadmap table.
2002-04-13 04:19:57 +10:00
unknown
7b98065934 manual.texi:
Little fixups.


Docs/manual.texi:
  Little fixups.
2002-04-12 20:16:06 +10:00
unknown
f04a35e71b manual.texi:
Auch typo fix (tnx Paul!)


Docs/manual.texi:
  Auch typo fix (tnx Paul!)
2002-04-12 18:43:24 +10:00