Commit graph

3817 commits

Author SHA1 Message Date
unknown
210e34dfeb Aesthetic cleanups to acinclude.m4 and configure.in.
acinclude.m4:
  Aesthetic cleanups.
configure.in:
  Aesthetic cleanups.
2002-05-12 03:41:30 -05: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
unknown
c46074f1cd Clarified default of case-insensitive ORDER BY for char-type columns. 2002-05-08 12:57:47 +10:00
unknown
f09488d671 Documented server behaviour for out-of-range dates. 2002-05-08 10:25:26 +10:00
unknown
5227a8b144 Merge work:/home/bk/mysql-4.0
into rhols221.adsl.netsonic.fi:/home/my/bk/mysql-4.0
2002-05-07 21:27:40 +03:00
unknown
3e404b750c "duplicated rows" bug 2002-05-07 18:27:39 +00:00
unknown
9f8a75a168 Fixed some bugs in my_getopt.c, added functionality for new GET_*
types, migrated mysqld.cc to use my_getopt.


include/my_getopt.h:
  
  Added missing types; GET_INT, GET_UINT, GET_ULONG, GET_ULL
mysys/my_getopt.c:
  - Fixed a bug in processing short options; variable value was set
    wrongly after processing it in get_one_option(), when it needed
    to be done before it.
  - Fixed a bug in setting variable values; if type was OPT_ARG,
    a call without argument destroyed the default value
  - Added functionality for new GET_* types.
sql/mysqld.cc:
  Changed mysqld.cc to use my_getopt.
2002-05-07 20:35:06 +03:00
unknown
90bd323637 bug with indexless boolean fts and master-slave optimization fixed 2002-05-07 11:43:25 +00:00
unknown
6eb484a1f0 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-05-04 18:58:44 -05:00
unknown
3ab427c3b0 Merge abelkin@work.mysql.com:/home/bk/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
2002-05-03 23:53:17 +03:00
unknown
ebe90e6b3a Typo fixed 2002-05-03 23:52:36 +03:00
unknown
17c78eecda Re-added the missing comma as required by the manual style guide
configure.in:
  Fixed missing comma
2002-05-03 20:25:03 +02:00
unknown
53356ec62d 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-05-03 13:13:31 -05:00
unknown
f34a7fc24f Added "gnutar" to the TARs to check for, since this seems to be
how it's named on Mac OS X (thanks to Paul DuBois <paul@snake.net> 
for the hint)


BitKeeper/etc/ignore:
  Added mysql-4.0.2-alpha-pc-linux-gnu-i686.tar.gz mysql-4.0.2-alpha.tar.gz mysql-max-4.0.2-alpha-pc-linux-gnu-i686.tar.gz to the ignore list
configure.in:
  Added "gnutar" to AC_CHECK_PROGS(TAR) for MacOS
2002-05-03 20:13:30 +02:00
unknown
531d2a63ee Merge mysql.com:/my/mysql-4.0 into mysql.com:/my/mysql-4.0.spec 2002-05-03 12:32:11 +02:00
unknown
7c510b93c6 Reworked the RPM spec file and added several fixes to make the
build scripts work again.


BUILD/compile-pentium-max:
  Added "--with-embedded-server" to have the libmysqld files included
  in the source distribution when using "make dist"
Build-tools/Do-linux-build:
  Only use the "--with-other-libc" parameter, if another libc actually
  exists, since this will also force static linking, which does not work
  together with OpenSSL
Makefile.am:
  Removed hard-coded file name for TAR, let configure do this instead
  (many systems actually ship GNU tar installed as "tar" instead of
  "gtar")
configure.in:
  Added check for GNU tar named "gtar", fall back to "tar" if "gtar"
  was not found (and hope, that it's a GNU tar as well - this should
  probably be checked more properly)
include/Makefile.am:
  Added "my_semaphore.h" to pkginclude_HEADERS since it was missing
  from the distribution
strings/Makefile.am:
  Added "longlong2str.c" since it was missing from the distribution
support-files/mysql.server.sh:
  Added LSB-compatible header info to make init script more portable
support-files/mysql.spec.sh:
  - Use more RPM macros (e.g. infodir, mandir) to make the spec
    file more portable
  - reorganized the installation of documentation files: let RPM
    take care of this
  - reorganized the file list: actually install man pages along
    with the binaries of the respective subpackage
  - don't include libmysqld.a in the devel subpackage as well, if we
    have a special "embedded" subpackage
  - reworked the package descriptions
2002-05-03 12:31:25 +02:00
unknown
af75c44bcb Late source entry of some proofread catches in ch02. 2002-05-03 10:00:57 +10:00
unknown
7b8e5eb725 Change bk post-commit trigger to pick up anything under Docs/ instead of just Docs/manual.texi 2002-05-03 08:57:31 +10:00
unknown
2d0bb667d5 Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into fred.bitbike.com:/home/arjen/mysql-4.0
2002-05-03 08:51:38 +10:00
unknown
7168a18847 Cleanups for reserved words table.
Docs/Support/update-reserved-words.pl:
  Fill last row to full # of columns in reserved words table.
Docs/manual.texi:
  Regenerated reserved words table (also removed trailing spaces).
2002-05-03 08:47:21 +10:00
unknown
cb99222d02 NOTE: this is post-O'Reilly final.
Change table from 4 columns to 3 (looks better in output).
2002-05-03 08:16:19 +10:00
unknown
2a182f2bc4 manual.texi Change note mods, 4.0.[12].
Manual_style_guidelines.txt	put back item I lost after manual merge.


Docs/Manual_style_guidelines.txt:
  put back item I lost after manual merge.
Docs/manual.texi:
  Change note mods, 4.0.[12].
2002-05-02 12:53:56 -05:00
unknown
7e5af122c0 manual merge 2002-05-02 10:46:20 -05:00
unknown
3bf08c41b2 Update on British English. 2002-05-02 17:09:42 +10:00
unknown
d2fcac48e4 (hopefully) final fixups for O'Reilly and XML/DocBook.
Docs/Manual_style_guidelines.txt:
  Updated guidelines, mostly identified globals from O'Reilly proofread.
Docs/Support/docbook-fixup.pl:
  Added post-processing for new docbook-prefix preprocessing.
  Shuffled/fixed some other minor stuff.
Docs/Support/make-docbook:
  Include preprocessing before makeinfo.
Docs/manual.texi:
  Processing O'Reilly proofread, including global style changes.
  Watch this one VERY VERY carefully - it's extremely drastic!
2002-05-02 16:31:03 +10:00
unknown
52da09aeaf Fixed oopsie in table column fraction. 2002-05-01 11:15:27 +10:00
unknown
ed58a2366f Bundle of O'Reilly-related fixups, mostly table column-width related.
Docs/Support/docbook-fixup.pl:
  Shuffled XML/DocBook LINK fixup to before other XREF fixups that might also touch the result.
Docs/Support/update-reserved-words.pl:
  Generate reserved word list in 3 columns instead of 4.
Docs/manual.texi:
  Slightly adjusted table column widths for better printed output.
  Reserved keywords table newly generated with 3 columns instead of 4.
2002-05-01 10:59:24 +10:00
unknown
4ddc2b9f6a ChangeLog merging
client/mysqldump.c:
  Auto merged
2002-04-30 21:27:26 +03:00
unknown
60e90ef61e Portability fix 2002-04-30 16:40:46 +03:00
unknown
b6a02149f7 Merge work:/home/bk/mysql-4.0
into rhols221.adsl.netsonic.fi:/home/my/bk/mysql-4.0
2002-04-30 12:34:25 +03:00
unknown
88b15bc122 Fixed a bug in mysqldump.c
client/mysqldump.c:
  Fixed a bug in get_one_option(), --set-variable didn't work right.
2002-04-30 12:32:45 +03:00
unknown
ecd169610d 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-04-30 09:34:15 +10:00
unknown
bc6fe38c5f Removed another rebel reference by Sasha... 2002-04-30 09:29:47 +10:00
unknown
b1025b870a Manual_style_guidelines.txt New item for style guidelines
Docs/Manual_style_guidelines.txt:
  New item for style guidelines
2002-04-29 15:59:11 -05:00
unknown
b31b2d9ebf Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0
into mysql.com:/my/mysql-4.0
2002-04-29 20:51:34 +02:00
unknown
a29c910fa9 - Added Docs/Manual_style_guidelines.txt on Paul's request - this document
is supposed to become the central repository for documentation guidelines
- re-fixed wording in configure.in according to Manual style guidelines
  (thanks to Paul for the hint)
2002-04-29 19:51:01 +02:00
unknown
a903567dea manual.texi Change note mods, 4.0.2.
Docs/manual.texi:
  Change note mods, 4.0.2.
2002-04-29 10:52:03 -05:00