mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
fix json typo s/UNINITALIZED/UNINITIALIZED/
This commit is contained in:
committed by
Vicențiu-Marian Ciorbaru
parent
71ed8c136f
commit
7b587fcbe7
@@ -172,7 +172,7 @@ enum json_states {
|
||||
|
||||
enum json_value_types
|
||||
{
|
||||
JSON_VALUE_UNINITALIZED=0,
|
||||
JSON_VALUE_UNINITIALIZED=0,
|
||||
JSON_VALUE_OBJECT=1,
|
||||
JSON_VALUE_ARRAY=2,
|
||||
JSON_VALUE_STRING=3,
|
||||
|
Reference in New Issue
Block a user