# OQGRAPH System and Status Variables

This page documents system and status variables related to the [OQGRAPH storage engine](https://mariadb.com/docs/server/server-usage/storage-engines/oqgraph-storage-engine). See [Server Status Variables](https://mariadb.com/docs/server/server-management/variables-and-modes/server-status-variables) and [Server System Variables](https://mariadb.com/docs/server/server-management/variables-and-modes/server-system-variables) for complete list of all system and status variables.

## System Variables

#### `oqgraph_allow_create_integer_latch`

* Description: Created when the [OQGRAPH](https://mariadb.com/docs/server/server-usage/storage-engines/oqgraph-storage-engine) storage engine is installed, if set to `1` (`0` is default), permits the `latch` field to be an integer (see [OQGRAPH Overview](https://mariadb.com/docs/server/server-usage/storage-engines/oqgraph-storage-engine/oqgraph-overview#creating-a-table)). This deprecated feature was removed in [MariaDB 11.5](https://app.gitbook.com/s/aEnK0ZXmUbJzqQrTjFyb/community-server/old-releases/11.5/what-is-mariadb-115).
* Scope: Global
* Dynamic: Yes
* Data Type: `boolean`
* Default Value: `0`
* Removed: [MariaDB 11.5](https://app.gitbook.com/s/aEnK0ZXmUbJzqQrTjFyb/community-server/old-releases/11.5/what-is-mariadb-115).

## Status Variables

#### `Oqgraph_boost_version`

* Description: [OQGRAPH](https://mariadb.com/docs/server/server-usage/storage-engines/oqgraph-storage-engine) boost version.
* Scope: Global, Session
* Data Type: `string`

#### `Oqgraph_compat_mode`

* Description: Whether or not legacy tables with integer latches are supported.
* Scope: Global, Session
* Data Type: `string`

#### `Oqgraph_verbose_debug`

* Description: Whether or not verbose debugging is enabled. If it is, performance may be adversely impacted
* Scope: Global, Session
* Data Type: `string`

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formId="4316" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/server/ha-and-performance/optimization-and-tuning/system-variables/oqgraph-system-and-status-variables.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
