Skip to content

Commit

Permalink
Merge pull request #117 from blackbeam/new-flag
Browse files Browse the repository at this point in the history
Add SERVER_STATUS_ANSI_QUOTES flag
  • Loading branch information
blackbeam authored Jan 1, 2024
2 parents 2fc41b3 + 375cb7b commit c1a7aaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ my_bitflags! {
/// This status flag, when on, implies that one of the state information has
/// changed on the server because of the execution of the last statement.
const SERVER_SESSION_STATE_CHANGED = 0x4000;

/// Introduced by mariadb. Contain the information about ANSI_QUOTES SQL_MODE.
const SERVER_STATUS_ANSI_QUOTES = 0x8000;
}
}

Expand Down

0 comments on commit c1a7aaf

Please sign in to comment.