]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-upgrade.patch
- update to 5.1.21
[packages/mysql.git] / mysql-upgrade.patch
1 --- mysql-5.1.21-beta/client/mysql_upgrade.c~   2007-08-29 19:02:11.000000000 +0300
2 +++ mysql-5.1.21-beta/client/mysql_upgrade.c    2007-08-29 22:38:46.000000000 +0300
3 @@ -36,7 +36,7 @@
4  
5  static my_bool opt_force, opt_verbose, debug_info_flag, debug_check_flag;
6  static uint my_end_arg= 0;
7 -static char *opt_user= (char*)"root";
8 +static char *opt_user= (char*)"mysql";
9  
10  static DYNAMIC_STRING ds_args;
11  
This page took 0.062019 seconds and 4 git commands to generate.