Fix RegExp for new MySQL RegExp lib

parent d1480874
...@@ -4115,7 +4115,7 @@ sub _add_password_salt_separator { ...@@ -4115,7 +4115,7 @@ sub _add_password_salt_separator {
my $profiles my $profiles
= $dbh->selectall_arrayref( = $dbh->selectall_arrayref(
"SELECT userid, cryptpassword FROM profiles WHERE (" "SELECT userid, cryptpassword FROM profiles WHERE ("
. $dbh->sql_regexp("cryptpassword", "'^[^,]+{'") . $dbh->sql_regexp("cryptpassword", "'^[^,]+\\\\{'")
. ")"); . ")");
if (@$profiles) { if (@$profiles) {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment