mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
83d416fa09
{{{ svn merge -r3061:3225 https://svn.tokutek.com/tokudb/tokudb.558 }}} Fixes #630. Addresses #558. git-svn-id: file:///svn/tokudb@3226 c7de825b-a66e-492c-adef-691d508d4ae1
8 lines
178 B
C
8 lines
178 B
C
#ifndef YERROR_H
|
|
#define YERROR_H
|
|
|
|
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
|
|
|
|
enum pma_errors { BRT_OK=0, BRT_ALREADY_THERE = -2, BRT_KEYEMPTY=-3 };
|
|
|
|
#endif
|