| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Removed files specific to compiling on OS/2
- Removed files specific to SCO Unix packaging
- Removed "libmysqld/copyright", text is included in documentation
- Removed LaTeX headers for NDB Doxygen documentation
- Removed obsolete NDB files
- Removed "mkisofs" binaries
- Removed the "cvs2cl.pl" script
- Changed a few GPL texts to use "program" instead of "library"
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
This is a partial correction to the original fix for bug#37098
Get rid of "Installed (but unpackaged)" files in the RPM build
which used a wrong variable.
|
|\ \
| |/
| |
| | |
Merge it up from 5.0 to 5.1,
adapt to some version differences.
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
Mostly, this affected files (programs, scripts, and manual pages)
which got built during a RPM build but were not listed in the
appropriate "%files" section of the "spec" file.
This is fixed now, they are added.
To make this consistent, this patch also makes the build of "innochecksum"
(and its inclusion in a tar.gz or other package) depend on whether InnoDB
is configured in the build.
Also, some tools to create Windows packages are irrelevant in any binary
Unix package (not the sources !), and so they are deleted before packaging.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Corrected spelling in copyright text
Makefile.am:
Don't update the files from BitKeeper
Many files:
Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
Adjusted year(s) in copyright header
Many files:
Added GPL copyright text
Removed files:
Docs/Support/colspec-fix.pl
Docs/Support/docbook-fixup.pl
Docs/Support/docbook-prefix.pl
Docs/Support/docbook-split
Docs/Support/make-docbook
Docs/Support/make-makefile
Docs/Support/test-make-manual
Docs/Support/test-make-manual-de
Docs/Support/xwf
|
|
|
|
| |
Changed header to GPL version 2 only
|
|
|
|
| |
Man page for mysqld command move to section 8 (bug#21220)
|
|
|
|
|
|
|
|
|
|
|
|
| |
directory - these files are now maintained in the mysqldoc
repository and included in the source distribution during the
release build. Updated the configure.in script and Makefiles to
create the man page file list at build time
- Updated the file list in the RPM spec file to include all currently
available man pages (this can not be done with wildcards, as
the man pages are spread across several subpackages. However, RPM
warns about unpackaged files, so newly added man pages can be
spotted)
|
|
|
|
| |
Delete: man/which.2
|
|
|
|
| |
Remove obsolete section number. (Bug #10534)
|
| |
|
| |
|
|
|
|
| |
Fix path that needs no parameterization.
|
|
|
|
|
| |
man page that can be used as a default man page for programs that
do not have their own man page)
|
|
|
|
|
| |
(e.g. a fix for BUG#3507 and some modifications recommended
by Andrea Suatoni and Joerg Behrens - thank you!)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
manpage) turned out as a major overhaul of all man pages:
- renamed all *.1 files to *.1.in to act as templates which are being
processed at build time
- replaced some hard-coded values with place holder that are being
replaced with the proper values at build time
- Updated list of available man pages in the SEE ALSO section and added a
hint to the manual for more details
- Added a BUGS section to all pages, referring to the bugs DB
- Updated some obsolete URLs and mail addresses
The actual content of these man pages should probably be cross-checked for
correctness, though...
|
| |
|
|
|
|
| |
Bug ID: 384
|
|
|
|
|
| |
(thanks to Christian Hammers from the Debian project for providing it)
- Updated version number in man pages (3.23 -> 4.0)
|
|\ |
|
| |
| |
| |
| | |
for the patch) (bug #135)
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
for the Debian project) to fix some architecture-specific problems
and some bugs
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| | |
Added some alias to SHOW commands
Prepare for dynamic changing of MySQL variables
|
|/
|
|
|
| |
typo/bad merge fixed
chmod a-x for man/*.1 files
|
|
|
|
|
| |
Print full command name to log files
Convert table type to supported onces on ALTER TABLE
|
| |
|
|
|
|
|
|
|
| |
Fixed bug in REPLACE with BDB tables
Prepare for write lock on read for BDB
Inform the handler when we want to use IGNORE / REPLACE
New manual pages
|
|
|