summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that all privilege tables are created in MyISAMmonty@mishka.local2005-04-162-0/+3
|
* Merge mysql.com:/space/my/mysql-4.1lenz@mysql.com2005-04-133-9/+5
|\ | | | | | | into mysql.com:/space/my/mysql-4.1-build
| * More changes to reflect the removal of manual.texi from the sources:lenz@mysql.com2005-04-132-6/+4
| | | | | | | | | | | | | | | | | | - Added a stub scripts/fill_help_tables.sql file to satisfy the build dependencies - Removed scripts/fill_help_tables.sh and updated scripts/Makefile.am accordingly The fill_help_tables.sql stub will be replaced with the approriate content when building the official source distribution via Bootstrap - it's now autogenerated on the documentation server and will be copied into place before packing up the source distribution.
| * Manual merge of the ChangeSet to remove the dependency on manual.texi from ↵lenz@mysql.com2005-04-131-3/+1
| |\ | | | | | | | | | the source tree (from 4.0)
| | * - manual.texi will be replaced with a manual written in DocBook/XML. This ↵lenz@mysql.com2005-04-131-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeSet removes all references to the .texi file and the build targets that depend on manual.texi as the input file. - added COPYING as a regular file instead of creating it during the build. This ensures that it's part of the sources when pulling from BK (it used to be extracted from the manual) - Removed a lot of cruft and unused/obsolete stuff from the Docs directory (e.g. Flags, Images) - added a dummy mysql.info placeholder file (the info file is still used as the source to extract various text files during the build). It will be replaced with a "real" file during the Bootstrap process to create the official source distribution - the placeholder just satisfies build dependencies.
| | * after merge fix up:ram@gw.mysql.r18.ru2005-02-011-3/+3
| | |\ | | | | | | | | | | | | we should use REPLACE for $hostaname queries to avoid problems when $hostname=localhost.
| | | * A fix (bug #6000: No "@%"-accounts after install).ram@gw.mysql.r18.ru2005-01-281-8/+10
| | | |
| | * | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0ram@gw.mysql.r18.ru2005-01-281-8/+10
| | |\ \ | | | |/ | | |/| | | | | into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b6000
| | | * A fix (bug #6000 No "@%"-accounts after install).ram@gw.mysql.r18.ru2004-10-201-8/+10
| | | |
| | * | Merge mysql.com:/home/jimw/my/mysql-4.0-7347jimw@mysql.com2005-01-141-2/+2
| | |\ \ | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.0-clean
* | | | | Remove references to result.es filesjimw@mysql.com2005-04-121-1/+1
|/ / / /
* | | | include sql/examples in the window source distributionserg@serg.mylan2005-03-311-1/+1
| | | |
* | | | Merge mysql.com:/home/jimw/my/mysql-4.1-8513jimw@mysql.com2005-03-111-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| * | | | Create directory for UNIX socket in mysqld_safe if it doesn't already exist.jimw@mysql.com2005-03-021-0/+9
| | | | | | | | | | | | | | | | | | | | (Bug #8513)
* | | | | Correct "make_win_src_distribution" to not introduce additional directory ↵joerg@mysql.com2005-03-101-9/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | layers, adapt the Windows build files accordingly.
* | | | | mysqldumpslow.sh:kent@mysql.com2005-03-091-3/+40
| | | | | | | | | | | | | | | | | | | | bug#4914 added --help and usage information
* | | | | mysql-test-run.pl:kent@mysql.com2005-03-093-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed -c from /bin/sh call make_win_src_distribution.sh: Copy all content in mysql-test make_win_binary_distribution.sh, make_binary_distribution.sh: Add Perl version of mysql-test-run to package s_win32_dsp, s_win32, s_vxworks, s_test, s_readme, s_java, s_javah: Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
* | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-8136jimw@mysql.com2005-03-031-4/+11
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| * | | | Remove doubled quotes (used for escaping) in table names in mysqlhotcopy.jimw@mysql.com2005-02-181-1/+4
| | | | | | | | | | | | | | | | | | | | Part of fix for Bug #8136.
| * | | | Fix handling of table-name matching in mysqlhotcopy when newer versions ofjimw@mysql.com2005-01-271-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DBD::mysql that quote table names are used by removing the quoting. Also fix a bug that stripped all '~' characters out of the table regex instead of just the leading one used to negate the expression. (Bug #8136)
* | | | | Merge bk-internal:/home/bk/mysql-4.1tulin@mysql.com2005-02-211-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/mysqldev/tulin/mysql-4.1
| * | | | | bug #8611, ndb includes in lib dir instead of include dirtulin@mysql.com2005-02-211-1/+1
| | | | | |
* | | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-7617jimw@mysql.com2005-02-172-106/+174
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| * | | | | | Fix all of the enum and set columns in privilege tables to bejimw@mysql.com2005-02-102-106/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | case-insensitive. (Bug #7989)
* | | | | | | remove passwordless remote accounts from windows distroserg@serg.mylan2005-02-141-3/+1
|/ / / / / /
* | | | | | Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1lenz@mysql.com2005-02-091-0/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.1-merge
| * | | | | | - added copyright header on top of the fill_help_tables.sql file (BUG#5772)lenz@mysql.com2005-02-091-0/+18
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | - updated mysql-copyright-2 to properly convert this new header from GPL to commercial for the commercial distribution
* | | | | | Applied a patch for Netware.jani@ua141d10.elisa.omakaista.fi2005-02-081-2/+6
|/ / / / /
* | | | | A fix for Bug#6273 "building fails on link": we should not usekonstantin@mysql.com2005-02-052-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | CLIENT_LIBS in mysql_config as CLIENT_LIBS point to builddir when we use the bundled zlib.
* | | | | Copy *.result.es files for binary distribution so embedded tests can be runjimw@mysql.com2005-02-031-1/+1
| | | | |
* | | | | Make sure mysql_client_test and embedded test clients get added tojimw@mysql.com2005-02-011-4/+8
|/ / / / | | | | | | | | | | | | binary distribution on all platforms.
* | | | - renamed client_test -> mysql_client_testlenz@mysql.com2005-01-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - renamed the tests that use the embedded server (client_test -> mysql_client_test_embedded, mysqltest -> mysql_test_embedded and changed some Makefiles and scripts so they are installed in $bindir (required to be able to run the test suite against the embedded server)
* | | | Mergejimw@mysql.com2005-01-141-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Fix mysql_install_db to look for libexecdir relative to basedir whenjimw@mysql.com2005-01-131-2/+2
| | | | | | | | | | | | | | | | it has been specified. (Bug #7347)
* | | | Merge serg.mylan:/usr/home/serg/Abk/mysql-4.0serg@serg.mylan2005-01-131-26/+13
|\ \ \ \ | | |/ / | |/| | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| * | | Symlink vulnerability fixed.serg@serg.mylan2005-01-121-26/+13
| |/ / | | | | | | | | | | | | reported by Javier Fernandez-Sanguino Pena and Debian Security Audit Team (http://www.debian.org/security/audit)
* | | Replace ZLIB_LIBS in mysql_config. (Bug #6418)jimw@mysql.com2005-01-111-0/+1
| | |
* | | Make sure all char columns in the mysql.* tables have the proper width injimw@mysql.com2005-01-061-7/+32
| | | | | | | | | | | | | | | mysql_fix_privilege_tables.sql, or they may get truncated during conversion to utf8. (Bug #7539)
* | | Merge mysql.com:/home/jwinstead2/mysql-4.1-7021jimw@mysql.com2005-01-061-1/+1
|\ \ \ | | | | | | | | | | | | into mysql.com:/home/jwinstead2/mysql-4.1-clean
| * | | Make sure to include ZLIB_LIBS in mysql_config --libs_r (Bug #7021)jimw@mysql.com2005-01-051-1/+1
| | | |
* | | | Merge mysql.com:/home/jwinstead2/mysql-4.1-6964jimw@mysql.com2005-01-061-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/jwinstead2/mysql-4.1-clean
| * | | | Add comment to make code for option-stripping in mysql_config more clearjimw@mysql.com2005-01-061-0/+2
| | | | |
| * | | | Protect flags like -Wl,-O2 from being mangled by mysql_config (Bug #6964)jimw@mysql.com2005-01-051-1/+1
| |/ / / | | | | | | | | | | | | (Second commit of this patch -- first included wrong changes.)
* | | | Change mysqld_safe search for mysqld relative to the current working directoryjimw@mysql.com2005-01-051-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | to only look for the mysqld binary (and english error strings) and assume the datadir from that. Then, if that datadir turns out to not exist, startup will fail. This avoids the behavior where mysqld_safe would go off and run a totally different binary because the data directory had been moved (even when --datadir was specified on the command line). (Bug #7249)
* | | Use 'ps xaww' in mysqld_safe (on Linux) so whole command-line is searchedjimw@mysql.com2005-01-041-2/+2
| | | | | | | | | | | | for port and/or pid-file parameters. (Bug #5878)
* | | fill_help_tables.sh:paul@frost.snake.net2004-12-181-2/+2
| | | | | | | | | | | | Convert @samp{c} to 'c', not c.
* | | mergejoreland@mysql.com2004-12-175-12/+23
|\ \ \
| * | | corrected mysqltest.dspwax@kishkin.ru2004-12-141-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | corrected mysql_test_run_new.dsp added dependency corrected path of mysql_test_run_new.dsp fixed wrong code added my_create_tables.c removed command_line fixed #elif restored NAME_MAX and MAX_FNAME added create_system_files() added compare() for windows added all files of testes in script added mysql-test in script
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-12-091-2/+6
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/my/mysql-4.1
| | * | | Ensure that we free memory used with --order-by-primary (in mysqldump)monty@mysql.com2004-12-091-2/+6
| | | | | | | | | | | | | | | | | | | | Simple, non critical, fix to mysql_fix_privilege_tables