summaryrefslogtreecommitdiff
path: root/client/mysql_upgrade.c
Commit message (Expand)AuthorAgeFilesLines
* fix memory leaks and other problems found by safemallocSergei Golubchik2011-07-101-1/+1
* 5.5-mergeSergei Golubchik2011-07-021-2/+16
|\
| * Fixed cast warnings in introducing the pluggable authentication clientGeorgi Kodinov2011-06-061-2/+2
| * Bug#58139 : default-auth option not recognized in MySQL standardNirbhay Choubey2011-01-161-0/+11
| * Fix for Bug#57094 (Copyright notice incorrect?).Alexander Nozdrin2010-10-061-1/+4
* | lots of post-merge changesSergei Golubchik2011-04-251-5/+10
* | merge.Sergei Golubchik2010-11-251-30/+50
|\ \ | |/ |/|
| * Fixed build failuresMichael Widenius2010-09-061-13/+16
| * Nicer output for mysql_upgradeMichael Widenius2010-09-051-8/+28
| * Fix that one can run mysql_upgrade with long table namesMichael Widenius2010-09-031-0/+2
| * Merge with MySQL 5.1.49Michael Widenius2010-08-021-12/+12
| |\
| * \ Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-13/+14
| |\ \
| * \ \ Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-0/+4
| |\ \ \
| * \ \ \ Merge MySQL 5.1.41 into MariaDB trunk, including a number of after-merge fixes.unknown2009-11-301-0/+27
| |\ \ \ \
| | * \ \ \ Merge with MySQL 5.1, with following additions:unknown2009-11-161-0/+27
| | |\ \ \ \
| * | | | | | Remove compiler warnings (Including some warnings from -Wstrict-aliasing)Michael Widenius2009-11-301-1/+0
| |/ / / / /
| * | | | | Merge Mysql 5.1.39 merge into MariaDB trunkunknown2009-11-061-0/+1
| |\ \ \ \ \
| * | | | | | Fixed compiler warning messageMichael Widenius2009-10-261-5/+4
* | | | | | | fix for Bug #55672 "mysql_upgrade dies with internal error":Guilhem Bichot2010-08-111-0/+3
* | | | | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-201-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-1/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-151-7/+0
* | | | | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-101-13/+13
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-12/+12
| | |_|_|_|/ | |/| | | |
* | | | | | Manual merge of mysql-trunk into mysql-trunk-merge.Alexey Kopytov2010-03-241-1/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-02-241-11/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-161-0/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merging.Alexey Botchkov2009-11-171-1/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Bug#47216 programs should quit if the file specified by --defaults-file ...Alexey Botchkov2009-10-091-1/+2
| | | |_|_|_|_|/ / | | |/| | | | | |
* | | | | | | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-03-121-2/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Bug #41057: mysql_update fails FATAL ERROR: Failed to create temporary file f...Georgi Kodinov2010-03-091-2/+3
* | | | | | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-02-091-11/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | / / / / | |_|_|/ / / / |/| | | | | |
| * | | | | | Recommit of Bug#49447.Staale Smedseng2010-02-041-11/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2009-12-111-0/+4
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | This is a patch for bug#41569.unknown2009-12-031-0/+4
| |/ / /
* | | | WL#4991 mysql_upgrade --fix-privilege-tablesAlexey Botchkov2009-10-281-5/+17
|/ / /
* | | BUG#43579 mysql_upgrade tries to alter log tables on replicated database unknown2009-09-281-0/+27
| |/ |/|
* | Merge from 5.0 for 43414Staale Smedseng2009-08-281-1/+2
|\ \ | |/ |/|
| * Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-08-281-1/+2
| * Bug #45287: phase 2 : 5.0 64 bit compilation warningsGeorgi Kodinov2009-07-161-1/+1
* | Merge in bug fixes for client toolsJim Winstead2009-07-141-1/+5
|\ \
| * | mysql_upgrade ignored the --basedir and --datadir arguments as it has no useJim Winstead2009-05-191-1/+5
* | | Fix compilation failures: get rid of C++ specifics in C-code.Alexander Nozdrin2009-06-031-1/+1
* | | Bug #44638: mysql_upgrade, mysqlcheck output instance unclearAlexey Kopytov2009-05-271-4/+30
|/ /
* | Various command-line utilities, including mysqlbinlog and mysqldump, don'tJim Winstead2009-05-071-0/+2
* | Make SSL options appear in correct place in mysql_upgrade and mysqltestJim Winstead2009-04-281-1/+1
* | fixed compilation warnings. addendum to the fix for bug 29125Georgi Kodinov2009-03-201-1/+1
* | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-1/+1
|\ \ | |/
| * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-1/+1
| * Backport compiler warning fix from 5.1-bugteam.Chad MILLER2008-08-111-4/+6