summaryrefslogtreecommitdiff
path: root/client/mysql_upgrade.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Bug#35934 mysql_upgrade calls mysqlcheck with insufficient parametersAlexey Botchkov2008-12-091-1/+14
* | mergingAlexey Botchkov2008-12-081-0/+2
|\ \
| * | Bug #35934 mysql_upgrade calls mysqlcheck with insufficient parameters.Alexey Botchkov2008-06-151-0/+2
* | | Post-merge fix: Remove Remove unused variable.Davi Arnaut2008-08-111-6/+6
|\ \ \
| * | | Post-merge fix: Silence warning due to type mismatch.Davi Arnaut2008-08-111-4/+6
| | |/ | |/|
* | | merge from local 5.0 fix tree.Chad MILLER2008-08-071-83/+56
|\ \ \ | |/ / | | / | |/ |/|
| * Bug#31605: mysql_upgrade relies on Linux /proc filesystem when not \Chad MILLER2008-08-071-83/+56
* | Merge pilot.mysql.com:/data/msvensson/mysql/my50-bt-36463unknown2008-05-021-1/+10
|\ \ | |/
| * Bug#36469 mysql_upgrade does not use --tmpdirunknown2008-05-021-1/+10
* | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-11-081-1/+1
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-10-011-1/+1
| |\ \
| | * | Removed extra spacesunknown2007-10-011-1/+1
* | | | Merge alf.(none):/src/bug28774/my50-bug28774unknown2007-10-081-0/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Bug#28774 mysql_upgrade creates tempfiles in root-dir (C:\) and unknown2007-10-081-0/+4
| * | | Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-maintunknown2007-09-151-2/+7
| |\ \ \
* | \ \ \ Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-maintunknown2007-09-151-2/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge mysql.com:/home/tnurnberg/15327/50-15327unknown2007-09-151-2/+7
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug #15327: configure: --with-tcp-port option being partially ignoredunknown2007-09-131-2/+7
* | | | | Merge ramayana.hindu.god:/home/tsmith/m/bk/51unknown2007-08-271-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-1/+1
* | | | | Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maintunknown2007-08-271-0/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Bug#29805 mysql_upgrade test fail if ~/.my.cnf contain a passwordunknown2007-08-271-0/+2
* | | | | Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maintunknown2007-08-271-31/+40
|\ \ \ \ \ | |/ / / /
| * | | | Bug#28560 mysql_upgrade test links /usr/local/mysql/lib librariesunknown2007-08-271-30/+39
* | | | | Merge bk-internal:/home/bk/mysql-5.1-maintunknown2007-08-131-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maintunknown2007-08-031-0/+1
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Remove the temporary file created by mysql_upgrade unknown2007-08-031-0/+1
| | |/
* | | Set --debug-check if one uses DBUG_PUSH in all clientsunknown2007-08-021-0/+1
* | | Fixes Bug#30127: --debug-info no longer prints memory usage in mysqlunknown2007-08-011-10/+23
|/ /
* | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-9/+10
|/
* Use a temp variable "error" for storing return code of pcloseunknown2007-04-231-1/+3
* It's not possible to use the return value of fputs unknown2007-04-231-4/+10
* Remove commentunknown2007-04-201-1/+1
* mysql_upgrade portability fixesunknown2007-04-191-76/+35
* mysql_upgrade win fixesunknown2007-04-191-5/+8