]> git.pld-linux.org Git - packages/percona-server.git/blob - mysql-upgrade.patch
- update to 5.1.14
[packages/percona-server.git] / mysql-upgrade.patch
1 --- mysql-5.1.14-beta/client/mysql_upgrade.c~   2006-12-13 12:09:28.860238973 +0200
2 +++ mysql-5.1.14-beta/client/mysql_upgrade.c    2006-12-13 12:10:17.331321518 +0200
3 @@ -40,7 +40,7 @@
4  extern TYPELIB sql_protocol_typelib;
5  
6  static my_bool opt_force= 0, opt_verbose= 0, opt_compress= 0;
7 -static char *user= (char*) "root", *basedir= 0, *datadir= 0, *opt_password= 0;
8 +static char *user= (char*) "mysql", *basedir= 0, *datadir= 0, *opt_password= 0;
9  static char *current_host= 0;
10  static char *opt_default_charset= 0, *opt_charsets_dir= 0;
11  #ifdef HAVE_SMEM
This page took 0.024929 seconds and 3 git commands to generate.