| 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"
|
| |
| |
| |
| | |
based on a contribution by Ask Bjørn Hansen)
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Options got normalised to long rather than short options
since we gave primary name and alias in wrong order.
Consequently querying for the option using the short
options (the correct primary name) didn't work, rendering
the options in question inaccessible.
We restore the right order of the universe, or at least
the alii for --debug and --verbose.
|
| | |
|
|/
|
|
|
|
| |
Query times were changed to contain subsecond information after a decimal.
Change the capturing regex to account for decimal also.
|
|
|
|
|
|
|
|
| |
Better Windows support in the scripts directory
mysql_config.pl.in, mysql_install_db.pl.in:
New Perl version of Unix shell script, mainly for Windows
Many files in scripts directory:
Use default Perl location "#!/usr/bin/perl" instead of the build host path
|
| |
|
|
|
|
| |
bug#4914 added --help and usage information
|
|
|
|
|
| |
Fix for HEAP tables with many rows deleted.
Add '' arround database names in SHOW GRANT
|
| |
|
| |
|
|
|
|
|
| |
mysqldumpslow.sh | first line should be #!@PERL@
mysqld_multi.sh | not #@perl@ or #!/usr/bin/perl
|
|
|