summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* A backporting patch for WL#4300 (Define privileges for tablespaces).Alexander Nozdrin2009-10-103-4/+16
* Bug #34197 CREATE PROCEDURE fails when COMMENT truncated in non Jon Olav Hauglid2009-10-092-1/+4
* Backport of the patch Vladislav Vaintroub2009-09-301-1/+1
* Merge from mysql-5.1.Alexander Nozdrin2009-09-231-0/+1
|\
| * Install mysqld.libJonathan Perkin2009-09-041-0/+1
* | Merge from mysql-5.1.Alexander Nozdrin2009-09-191-0/+17
|\ \ | |/
| * Only install the innodb plugin if the plugin directory exists.Jonathan Perkin2009-09-011-8/+14
| * Install innodb_plugin on Windows.Jonathan Perkin2009-08-181-0/+11
* | This is the 5.4 version of the fix for bug#47007Joerg Bruehe2009-09-083-3/+2
* | merge of 5.1-main into mysql-trunk.Guilhem Bichot2009-08-121-5/+54
|\ \ | |/
| * Merge the fix for bug#37808 into 5.1-build.Joerg Bruehe2009-07-211-5/+54
| |\
| | * Upmerge a bug fix from 5.0 to 5.1:Joerg Bruehe2009-07-211-5/+54
| | |\
| | | * This is a fix for bug#37808Joerg Bruehe2009-06-261-5/+45
* | | | Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}:Guilhem Bichot2009-08-049-54/+100
|\ \ \ \ | |/ / /
| * | | automergeGeorgi Kodinov2009-06-191-1/+19
| |\ \ \ | | |/ / | |/| |
| | * | Bug #36654: mysqld_multi cannot start instances with different versions Georgi Kodinov2009-06-191-1/+19
| | |/
| * | Merge up 5.0-build into 5.1-build:Joerg Bruehe2009-05-295-5/+5
| |\ \ | | |/
| | * Use /usr/bin/perl as standard Perl install path (bug#44643)Kent Boortz2009-05-095-5/+5
| | * Merge main 5.0 into 5.0-buildJoerg Bruehe2009-05-082-35/+30
| | |\
| * | | Bug #44736 mysqld_safe's my_which() is broken and Staale Smedseng2009-05-251-1/+1
| * | | merged 5.1-main -> 5.1-bugteamGeorgi Kodinov2009-05-152-3/+8
| |\ \ \
| * | | | The arguments to use for ps on Mac OS X were mis-detected by the mysql_zapJim Winstead2009-05-071-2/+2
| * | | | mysqld_safe could generate filenames with spaces and then didn't properlyJim Winstead2009-05-071-8/+8
| * | | | Add explanation of the possible -s values for mysqldumpslow. (Bug #35663,Jim Winstead2009-05-071-1/+8
| * | | | Add support for wildcards in mysql_convert_table_format, and addJim Winstead2009-04-281-20/+41
| * | | | mysqld_multi still had mentions of safe_mysqld instead of mysqld_safe,Jim Winstead2009-04-281-5/+5
| * | | | Update list of sorting options in mysqldumpslow (Bug #20454)Jim Winstead2009-04-281-2/+2
| * | | | Check for MEMORY, HEAP, and BLACKHOLE in mysql_convert_table_format whenJim Winstead2009-04-281-13/+13
* | | | | Merged in 5.1.35Mikael Ronstrom2009-07-011-6/+6
|\ \ \ \ \
| * | | | | Some portability fixes.MySQL Build Team2009-06-041-6/+6
* | | | | | Merge MySQL 5.1.35 into MySQL 5.4Mikael Ronstrom2009-06-119-60/+95
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge main 5.1 into 5.1-buildJoerg Bruehe2009-05-082-35/+30
| |\ \ \ \ | | |/ / /
| | * | | Merge from 5.0-bugteamStaale Smedseng2009-04-281-30/+30
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Bug#35769 typo in mysqlhotcopy documentationStaale Smedseng2009-04-281-30/+30
| | * | | Merge revert of bug32136 into 5.1.Chad MILLER2009-04-021-5/+0
| | |\ \ \ | | | |/ /
| | | * | Bug#43876: mysqld_multi introduces --no-defaults which screws up my systemChad MILLER2009-04-021-5/+0
| * | | | Upmerge the fix of an error message typoJoerg Bruehe2009-04-141-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Just fix a silly typo in an error message ...Joerg Bruehe2009-04-141-1/+1
| | | |/ | | |/|
| * | | Merge a tool change needed for cluster ("CGE") builds Joerg Bruehe2009-04-141-2/+7
| |\ \ \ | | |_|/ | |/| |
| | * | Handle the two part version number of cluster buildsJoerg Bruehe2009-03-311-2/+7
| * | | Bug #39852 bug in mysql_setpermissionStaale Smedseng2009-03-311-1/+1
| * | | Fix several quoting problems, and clean up IFS on failure in my_which().Chad MILLER2009-03-161-8/+12
| * | | Bug#39326: mysqld_safe doesn't use --basedir value in search of \Chad MILLER2009-03-161-7/+21
| |/ /
| * | Bug#36540: CREATE EVENT and ALTER EVENT statements fail with large server_idDavi Arnaut2009-03-112-4/+21
| * | automergeTatiana A. Nurnberg2009-02-241-2/+2
| |\ \ | | |/
| | * Bug#42027: Incorrect parsing of debug and verbose options for mysqldumpslowTatiana A. Nurnberg2009-02-161-2/+2
* | | Merged Performance Version 0.2.1 with latest 5.1 tree (last push 11 feb 14.01...Mikael Ronstrom2009-02-173-4/+61
|\ \ \ | |/ /
| * | Auto-merge 5.1-build -> 5.1-bugteamTimothy Smith2009-02-071-1/+8
| |\ \
| | * \ Merge from mysql-5.1.31-releasekent.boortz@sun.com2009-02-051-1/+8
| | |\ \
| | | * | Incorrect test if "--short-product-tag=" was given or notMySQL Build Team2009-01-191-1/+1