summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <holyfoot@mysql.com>2006-05-02 09:01:13 +0500
committerunknown <holyfoot@mysql.com>2006-05-02 09:01:13 +0500
commita82956545761a68c87d235ba4b0bea9729cebab7 (patch)
treefbb760cf68923763d60c44e7381a9515c3c2a483 /client
parent4d1cd02ef6fb976b12b0ee9542f49ababc81abeb (diff)
parent521d6b3dab546f2d84dc6347afae5a115999b0bc (diff)
downloadmariadb-git-a82956545761a68c87d235ba4b0bea9729cebab7.tar.gz
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/hf/work/mysql-5.0.clean
Diffstat (limited to 'client')
-rw-r--r--client/mysql_upgrade.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql_upgrade.c b/client/mysql_upgrade.c
index 551be79fc99..3288b627554 100644
--- a/client/mysql_upgrade.c
+++ b/client/mysql_upgrade.c
@@ -307,7 +307,7 @@ int main(int argc, char **argv)
b_read= my_read(check_file, chf_buffer, sizeof(chf_buffer)-1, MYF(0));
chf_buffer[b_read]= 0;
my_close(check_file, MYF(0));
- if (!strcmp(chf_buffer, VERSION))
+ if (!strcmp(chf_buffer, MYSQL_SERVER_VERSION))
{
if (opt_verbose)
puts("mysql_upgrade already done for this version");