mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
8c8b97fdf4
done for merge with newer version of code. client/mysqladmin.c: Support for new password format include/mysql.h: Increase buffer as new scramble is larger include/mysql_com.h: Add new prototypes for new auth handling libmysql/libmysql.c: New handshake handling code mysql-test/install_test_db.sh: Extend password length to handle new passwords mysql-test/t/rpl000017-slave.sh: Adjust test to work with longer password scripts/mysql_fix_privilege_tables.sh: Increase password length at priv table convertion scripts/mysql_install_db.sh: Longer passwords sql/item_strfunc.cc: New password generation function needs seed for password generation sql/mini_client.cc: Change MiniClient to handle new auth in replication sql/mysqld.cc: Remove unneeded flag (was added earlier for same change) sql/password.c: A lot of changes to handle new authentication and doccumentation sql/sql_acl.cc: Password handling function adjustment sql/sql_acl.h: Change prototype sql/sql_class.h: Extend scramble length sql/sql_parse.cc: Handling server side of new authentication sql/sql_yacc.yy: Adjustment for new prototypes
12 lines
225 B
Bash
Executable file
12 lines
225 B
Bash
Executable file
rm -f $MYSQL_TEST_DIR/var/log/*relay*
|
|
rm -f $MYSQL_TEST_DIR/var/slave-data/relay-log.info
|
|
cat > $MYSQL_TEST_DIR/var/slave-data/master.info <<EOF
|
|
master-bin.000001
|
|
4
|
|
127.0.0.1
|
|
replicate
|
|
aaaaaaaaaaaaaaab
|
|
$MASTER_MYPORT
|
|
1
|
|
0
|
|
EOF
|