summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* mysql_config.sh:kent@mysql.com2005-09-281-1/+1
* Makefile.am:kent@mysql.com2005-09-241-5/+8
* Merge mysql.com:/home/jimw/my/mysql-4.1-11280jimw@mysql.com2005-09-021-0/+1
|\
| * Merge mysql.com:/M40/raymond-4.0 into mysql.com:/M41/merge-4.1joerg@mysql.com2005-09-011-0/+1
| |\
| | * Add "MYSQL_BASE_VERSION" to the list of substituted variables in the "scripts...joerg@mysql.com2005-09-011-0/+1
* | | Fix quoting of options passed to external commands by mysqld_multi. (Bug #11280)jimw@mysql.com2005-08-311-3/+10
|/ /
* | - merge from 4.0: updated scripts/Makefile.am to properly create but not installlenz@mysql.com2005-07-252-188/+4
|\ \ | |/
| * - Make sure the scripts make_binary_distribution, make_sharedlib_distribution...lenz@mysql.com2005-07-252-182/+4
| * - don't install the Mac OS X support files when running "make install" -lenz@mysql.com2005-07-201-5/+1
* | Merge mysql.com:/home/jimw/my/mysql-4.1-7249jimw@mysql.com2005-07-191-11/+29
|\ \
| * | Fix handling of datadir by mysqld_safe to support specifying ajimw@mysql.com2005-06-241-11/+29
* | | - reverted adding mysql-test/t/*.def to the distribution (it is not supported...lenz@mysql.com2005-07-081-1/+0
* | | - added mysql-test/t/*.def to the source and binary distributionslenz@mysql.com2005-07-081-0/+1
* | | Merge mysql.com:/space/my/mysql-4.0-buildlenz@mysql.com2005-07-061-0/+11
|\ \ \ | | |/ | |/|
| * | - backported a change for make_binary_distribution.sh from 5.0 for easier bui...lenz@mysql.com2005-07-061-0/+11
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-10986jimw@mysql.com2005-07-051-5/+13
|\ \ \
| * | | If mysql_config is a symlink, resolve it before trying to find the lib andjimw@mysql.com2005-06-241-5/+13
| | |/ | |/|
* | | make_win_src_distribution.sh:kent@mysql.com2005-06-281-0/+3
|/ /
* | Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1lenz@mysql.com2005-06-071-2/+1
|\ \
| * | - BUG#10676: don't install "make_win_src_distribution" and "make_win_binary_d...lenz@mysql.com2005-06-071-2/+1
* | | BUG#7967 Fix mysqlhotcopy --record-log-positionelliot@mysql.com2005-06-061-3/+17
|/ /
* | Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1lenz@mysql.com2005-06-011-3/+0
|\ \ | |/
| * - removed references to some obsolete files (BUG#10824)lenz@mysql.com2005-06-011-3/+0
* | don't use tmp file for such a trivialityserg@sergbook.mylan2005-05-091-4/+1
* | Step 1 of the switch to support configuration with NPTL:joerg@mysql.com2005-04-202-2/+2
* | 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
|\ \
| * | More changes to reflect the removal of manual.texi from the sources:lenz@mysql.com2005-04-132-6/+4
| * | Manual merge of the ChangeSet to remove the dependency on manual.texi from th...lenz@mysql.com2005-04-131-3/+1
| |\ \ | | |/
| | * - manual.texi will be replaced with a manual written in DocBook/XML. This Cha...lenz@mysql.com2005-04-131-5/+2
| | * after merge fix up:ram@gw.mysql.r18.ru2005-02-011-3/+3
| | |\
| | | * 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
| | |\ \ | | | |/ | | |/|
| | | * 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
| | |\ \
* | | | | 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
|\ \ \ \
| * | | | Create directory for UNIX socket in mysqld_safe if it doesn't already exist.jimw@mysql.com2005-03-021-0/+9
* | | | | Correct "make_win_src_distribution" to not introduce additional directory lay...joerg@mysql.com2005-03-101-9/+25
* | | | | mysqldumpslow.sh:kent@mysql.com2005-03-091-3/+40
* | | | | mysql-test-run.pl:kent@mysql.com2005-03-093-5/+11
* | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-8136jimw@mysql.com2005-03-031-4/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove doubled quotes (used for escaping) in table names in mysqlhotcopy.jimw@mysql.com2005-02-181-1/+4
| * | | | Fix handling of table-name matching in mysqlhotcopy when newer versions ofjimw@mysql.com2005-01-271-4/+8
* | | | | Merge bk-internal:/home/bk/mysql-4.1tulin@mysql.com2005-02-211-1/+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
|\ \ \ \ \ \
| * | | | | | Fix all of the enum and set columns in privilege tables to bejimw@mysql.com2005-02-102-106/+174
* | | | | | | remove passwordless remote accounts from windows distroserg@serg.mylan2005-02-141-3/+1
|/ / / / / /