Commit graph

3852 commits

Author SHA1 Message Date
unknown
44d91e0a1f do not use bulk insert tree code if ``myisam_bulk_insert_tree_size'' is too small 2002-06-14 13:20:02 +00:00
unknown
6e7a37f520 "News" updated 2002-05-16 13:00:52 +02:00
unknown
ad04e0ba24 Merge work:/home/bk/mysql-4.0
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-05-16 12:56:00 +02:00
unknown
64ff30d5b1 "repair ... use_frm" crash fixed 2002-05-16 12:51:46 +02:00
unknown
0cecf511b9 Typo fix (tnx Paul!) 2002-05-16 14:15:47 +10:00
unknown
29ce604523 Noted mysql_fix_extensions script.
Various cleanups in News 4.0.2 section.
2002-05-16 12:04:36 +10:00
unknown
fae3def1d0 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-05-15 13:57:12 -05:00
unknown
28f2e5b57d Merge work:/home/bk/mysql-4.0
into rhols221.adsl.netsonic.fi:/home/my/bk/mysql-4.0
2002-05-15 21:57:11 +03:00
unknown
efc552c35b manual.texi Put back text that Sinisa wiped out in a resolve.
Docs/manual.texi:
  Put back text that Sinisa wiped out in a resolve.
2002-05-15 13:57:11 -05:00
unknown
69664dbf98 Merge
Docs/manual.texi:
  SCCS merged
2002-05-15 20:57:10 +02:00
unknown
19eb09ae8a yet another ft-trunc bug fixed 2002-05-15 20:31:24 +02:00
unknown
89617526c8 Changed GET_STRALC to GET_STR_ALLOC
mysys/my_getopt.c:
  Changed GET_STRALC to GET_STR_ALLOC
  Added error checking for my_strdup()
2002-05-15 20:24:00 +03:00
unknown
dc2b6e456f Fixed some things to make MySQL to compile again.
libmysqld/lib_sql.cc:
  Fix to make the embedded server compile with the new USER_REOSURCEs.
sql/sql_acl.cc:
  Fixed wrong test in password checking.
sql/sql_cache.cc:
  Fixed wrong cast
sql/sql_parse.cc:
  Cleanup
2002-05-15 18:41:36 +03:00
unknown
68f972b5d4 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
  Auto merged
sql/sql_yacc.yy:
  Auto merged
2002-05-15 17:23:14 +03:00
unknown
5159477168 Removed some long from mysqld comments (should be in manual).
Docs/manual.texi:
  Updated information about --temp-pool
libmysql/libmysql.c:
  Call my_end() at exit
libmysqld/lib_sql.cc:
  Call my_end() at exit
sql/mysqld.cc:
  Removed some long comments (should be in manual).
2002-05-15 16:36:41 +03:00
unknown
23283a5b93 fixing resolve errors 2002-05-15 14:18:36 +03:00
unknown
5a8763b3f8 resolve changes
sql/sql_parse.cc:
  Auto merged
sql/sql_acl.cc:
  Auto merged
sql/sql_select.cc:
  Auto merged
2002-05-15 14:11:27 +03:00
unknown
c5bfcc9d7f Features made for Schlund plus several bug fixes.
Read a manual for more detail
2002-05-15 13:50:38 +03:00
unknown
a15dfeda90 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-05-15 12:12:28 +03:00
unknown
8b9860fdd0 Merge miguel@work.mysql.com:/home/bk/mysql-4.0
into hegel.local:/home/miguel/dev/mysql-4.0
2002-05-14 21:30:30 -03:00
unknown
8449f4d921 Fix VC++ compiler error 2002-05-14 21:28:09 -03:00
unknown
6c35a471d7 Style fixups.
Docs/Manual_style_guidelines.txt:
  Add item on operators.
Docs/manual.texi:
  Style fixup to changelog.
2002-05-15 09:46:57 +10:00
unknown
9f8ce5fb26 Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into fred.bitbike.com:/home/arjen/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-05-15 09:42:32 +10:00
unknown
9ab6d21c52 Some bug fixes.
myisam/myisamchk.c:
  Fixed a type.
mysys/my_getopt.c:
  Made GET_STRALC to work like x_free() when doing a freeing.
  Fixed a bug in my_print_variables() when printing a ulonglong value.
sql/mysqld.cc:
  Fixed some wrongly alloced/freed variables and removed some
  unneccessary code.
2002-05-15 02:33:41 +03:00
unknown
21c1e5be44 - Added new type GET_STRALC to my_getopt.
- Fixed some bugs, wrongly freed pointers, in some clients.
- Removed unneccessary code.
- Fixed some other minor bugs and added some options into
  variables category, which had accidently been left out earlier.


client/mysql.cc:
  Fixed some wrong freed pointers. Removed unneccessary code.
  Changed some types from GET_STR to GET_STRALC.
client/mysqladmin.c:
  Fixed some wrong freed pointers. Removed unneccessary code.
  Changed some types from GET_STR to GET_STRALC.
client/mysqlcheck.c:
  Fixed some wrong freed pointers. Removed unneccessary code.
  Changed some types from GET_STR to GET_STRALC.
client/mysqldump.c:
  Fixed some wrong freed pointers. Removed unneccessary code.
  Changed some types from GET_STR to GET_STRALC.
client/mysqlimport.c:
  Removed unneccessary code.
  Fixed a bug in option --ignore-lines
client/mysqlshow.c:
  Removed unneccessary code.
include/my_getopt.h:
  Added new type, GET_STRALC. The name stands for GET STRING ALLOC,
  which means that the struct member value and u_max_value are
  strings that must be alloced and freed when used.
  The normal GET_STR works similarly otherwise, except that it's
  arguments are just pointers to strings, not alloced ones.
mysys/my_getopt.c:
  Added support for GET_STRALC
2002-05-14 21:41:55 +03:00
unknown
f20dda3ea9 manual.texi Operators are operators, not functions, so they take
manual.texi	operands, not arguments.


Docs/manual.texi:
  Operators are operators, not functions, so they take
  operands, not arguments.
2002-05-14 11:10:29 -05:00
unknown
36138448a2 manual.texi Update description of logical AND. (In 3.23.9, it changed
manual.texi	behavior to return NULL, not zero, if either operand is NULL)


Docs/manual.texi:
  Update description of logical AND. (In 3.23.9, it changed
  behavior to return NULL, not zero, if either operand is NULL)
2002-05-14 11:03:10 -05:00
unknown
45bcd69a30 manual.texi Change note mods, 3.23.51.
Docs/manual.texi:
  Change note mods, 3.23.51.
2002-05-14 11:00:10 -05:00
unknown
c1d71970c6 manual.texi Clarify meaning of SET TRANSACTION.
Docs/manual.texi:
  Clarify meaning of SET TRANSACTION.
2002-05-14 11:00:09 -05:00
unknown
eb4a0722f5 manual.texi Add --quote-names to mysqldump option list.
Docs/manual.texi:
  Add --quote-names to mysqldump option list.
2002-05-14 11:00:08 -05:00
unknown
7b50276007 manual.texi DATE_FORMAT() %U, %u, %V, %u specifiers produce two digits.
Docs/manual.texi:
  DATE_FORMAT() %U, %u, %V, %u specifiers produce two digits.
2002-05-14 11:00:07 -05:00
unknown
ac6c4f6cb7 Merge work:/home/bk/mysql-4.0
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0


BitKeeper/etc/logging_ok:
  auto-union
2002-05-14 18:00:06 +02:00
unknown
4b4b955e5f added --loose to --des-key-file in *.opt for mysql-test not to fail w/o ssl
mysql-test/t/func_encrypt-master.opt:
  added --loose to --des-key-file for mysql-test not to fail w/o ssl
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-05-14 16:36:08 +02:00
unknown
cf011ce6f7 Fixed typo in error message from sql_yacc.yy
sql/sql_yacc.yy:
  Fixed typo
2002-05-14 17:24:07 +03:00
unknown
2c5fe6bc27 Fix in CONCAT/DELETE example to make it work with text fields (from Greg Jones). 2002-05-14 09:03:25 +10:00
unknown
b2a96dd884 Fixed some bugs and added support for --loose-set-variable
mysys/my_getopt.c:
  Added support for --loose-set-variable
sql/mysqld.cc:
  Fixed a bug when compiling with innodb and/or bdb.
2002-05-13 22:03:47 +03:00
unknown
8880506a18 Merge jcole@work.mysql.com:/home/bk/mysql-4.0
into mugatu.spaceapes.com:/home/jcole/bk/mysql-4.0
2002-05-12 00:20:16 -05:00
unknown
3dd3414739 - Fixed some option types in my_getopt struct in all clients.
- Added special option/variable prefix '--loose-' to my_getopt.c


client/mysql.cc:
  Fixed some variable types.
client/mysqladmin.c:
  Fixed some variable types.
client/mysqlcheck.c:
  Fixed some variable types.
client/mysqldump.c:
  Fixed some variable types.
client/mysqlimport.c:
  Fixed some variable types.
client/mysqlshow.c:
  Fixed some variable types.
myisam/myisamchk.c:
  Fixed some variable types.
mysys/my_getopt.c:
  Fixed a bug in noticing whether argument was allowed to option (variable).
  Added support for prefix --loose-option-name
  This will work with options and variables, but not with --set-variable (!)
  --set-variable is depricated and --variable-name=value should be used
  instead. When used, my_getopt will not return error if option/variable
  was not found, but print a warning, do a no-op and continue.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-05-11 14:36:34 +03:00
unknown
3a98842da5 Added doc/changelog for --no-beep and --prompt=... in mysql cmdline client.
(--prompt code contributed by Harrison Fisk.)
Made mysql subsection title clear.
Little style cleanups.
2002-05-10 11:04:44 +10:00
unknown
e39cd8c4d2 Style fixup for docs commit. 2002-05-09 14:17:49 +10:00
unknown
e9827c505b merge
BitKeeper/etc/logging_ok:
  auto-union
2002-05-09 06:29:49 +03:00
unknown
3f71755066 Update manual information about libstdc++
Docs/manual.texi:
  Update information about libstdc++
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-05-09 06:19:02 +03:00
unknown
e6b07a071e Updated patch for glibc 2002-05-09 06:03:51 +03:00
unknown
6ca4ca5bc5 Made "full-text" references consistent.
Docs/Manual_style_guidelines.txt:
  Added "full-text" to style doc. Was previously decided, not documented.
2002-05-09 07:19:10 +10:00
unknown
84c991ad02 manual.texi Clean up some MERGE uses.
manual.texi	Change note mods, 4.0.2.


Docs/manual.texi:
  Clean up some MERGE uses.
2002-05-08 13:13:46 -05:00
unknown
838938d129 manual merge 2002-05-08 13:13:45 -05:00
unknown
650c966ead three fulltext search bugs documented in News section 2002-05-08 18:13:44 +00:00
unknown
00d60809e1 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-05-08 16:48:19 +00:00
unknown
dfbd5fa4ff phrase search parser bug 2002-05-08 16:47:27 +00:00
unknown
2f379cef01 Add several services for NT 2002-05-08 05:46:30 -03:00