Skip to content

Commit bcd278a

Browse files
committed
fix compilation error after merge
1 parent 6a6ec19 commit bcd278a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqlnd/mysqlnd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ MYSQLND_METHOD(mysqlnd_conn_data, connect)(MYSQLND_CONN_DATA * conn,
774774
/* we allow load data local infile by default */
775775
mysql_flags |= MYSQLND_CAPABILITIES;
776776

777-
mysql_flags |= conn->options.flags; /* use the flags from set_client_option() */
777+
mysql_flags |= conn->options->flags; /* use the flags from set_client_option() */
778778

779779
if (db) {
780780
mysql_flags |= CLIENT_CONNECT_WITH_DB;

0 commit comments

Comments
 (0)