]> review.fuel-infra Code Review - packages/trusty/mysql-wsrep-5.6.git/blob
977fa8086e199bfa416f228e3787053de4faff0b
[packages/trusty/mysql-wsrep-5.6.git] /
1 # Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
2 #
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; version 2 of the License.
6 #
7 # This program is distributed in the hope that it will be useful,
8 # but WITHOUT ANY WARRANTY; without even the implied warranty of
9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10 # GNU General Public License for more details.
11 #
12 # You should have received a copy of the GNU General Public License
13 # along with this program; if not, write to the Free Software
14 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
15
16 ERR_Connect:Unable to connect with ndb cluster ''{0}'' with node id {1}.
17 ERR_Unsupported_Mapping:Mapping between {0} and {1} is not supported.
18 ERR_Datastore:Datastore exception. Return code: {0} Error code: {1} MySQL code: {2} Status: {3} Classification: {4} Message: {5} 
19 ERR_Implementation_Should_Not_Occur:Error in implementation. Please file \
20 an issue.
21 ERR_Loading_Native_Class:Failed to load native class {0}.
22 ERR_Unknown_Column_Type:Table {0} column {1} has an unknown column type {2}.
23 ERR_No_Column:Table {0} does not define column {1}.
24 ERR_Unknown_Charset_Name:Table {0} column {1} has an unknown charset name {2}.
25 ERR_Prefix_Length_Not_Defined:Prefix length is not defined for {1} in table {0}.
26 ERR_NdbError:Datastore exception on connectString ''{3}'' nodeId {4}; Return code: {0} error code: {1} message: {2}.
27 ERR_Cannot_Create_Cluster_Connection:Cannot create Ndb_cluster_connection.
28 ERR_Duplicate_NdbRecAttr_In_List:Duplicate NdbRecAttr for column {0} column id {1}.
29 ERR_No_Operation_In_Result:There is no ndbOperation in the ResultData.
30 ERR_Not_Implemented:Not implemented
31 ERR_NdbJTie:Error in NdbJTie: returnCode {0}, code {1}, mysqlCode {2}, \
32 status {3}, classification {4}, message {5} {6}.
33 ERR_Invalid_Prefix_Length:The prefix length {0} is invalid.
34 ERR_Blob_Read_Data:Blob readData read the wrong length; expected {0}, actual {1}.
35 ERR_Data_Too_Long:Data length {2} too long. Column {0} can only accept data of length {1}.
36 ERR_Charset_Decoder_Error:Error decoding string.
37 ERR_String_To_Binary_Decimal:Error code {0} converting string {1} to binary decimal. The column \
38 {2} has precision {3} and scale {4}.
39 ERR_Binary_Decimal_To_String:Error {0} converting binary decimal to string. The column \
40 has precision {1} and scale {2}. The raw data is {3}.
41 ERR_Character_Encoding:Error in encoding string {0}.
42 ERR_Number_Format:NumberFormatException converting string {0} {1}. 
43 ERR_Unknown_Prefix_Length:Prefix length {0} is not defined for column {1}.
44 ERR_Encoding_Exception:Encoding exception on column {0}.
45 ERR_Write_Time_Domain:Error writing time value {0} ({1}) with year {2} month {3} day {4} hour {5} minute {6} second {7}.
46 ERR_Read_Time_Domain:Error reading time value ({0}) days {1} hours {2} minutes {3} seconds {4}.
47 ERR_Ndb_Commit:Error committing transaction after {0} retries.
48 ERR_Decode_Bad_Charset:Error decoding characters, bad charset: character set number {0}.
49 ERR_Decode_Bad_Source:Error decoding characters, bad source: character set number {0}, at position {1}.
50 ERR_Decode_Buffer_Too_Small:Error decoding characters, buffer too small: character set number {0}, before input length {1}, \
51 before output length {2}, after input length {3}, after output length {4}.
52 ERR_Decode_Bad_Return_Code:Error decoding characters, unknown return code {0}.
53 ERR_Encode_Bad_Charset:Error encoding characters, bad charset: character set number {0}.
54 ERR_Encode_Bad_Source:Error encoding characters, bad source: character set number {0}, at position {1}.
55 ERR_Encode_Buffer_Too_Small:Error encoding characters, buffer too small: character set number {0}, before input length {1}, \
56 before output length {2}, after input length {3}, after output length {4}.
57 ERR_Encode_Bad_Return_Code:Error encoding characters, unknown return code {0}.
58 ERR_Mismatch_No_Of_Primary_Key_Columns:For table {0} number of primary key columns {1} doesn't match \
59 number of columns in primary key index {2}.
60 ERR_Failed_Loading_Library:Attempt to load native library {0} from path {1} failed with {2} ({3}).
61 ERR_Unknown_Lock_Mode:The lock mode {0} is unknown.
62 ERR_Transaction_Start_Failed:Transaction start failed with table {0}, \
63 buffer position {1}, buffer limit {2}, buffer capacity {3}, length {4}.
64 MSG_Reallocated_Byte_Buffer:Reallocated {0} buffer size from {1} to {2}.
65 ERR_Bad_Charset_Decode_All_Chars:Error decoding all characters for charset {0} ({1}); only {2} characters were decoded.
66 ERR_Charset_Number_Too_Big:The charset number {0} for charset {1} exceeds the compiled maximum {2}.
67 WARN_Unknown_Collation:The collation {0} for charset {1} is unknown.
68 ERR_Cannot_Set_Join_Transaction_Id_After_Transaction_Begin:Cannot set join transaction id after transaction begin.
69 ERR_Varchar_Too_Big:Varchar data of size {0} is too big for column ''{1}''.
70 ERR_Cluster_Connection_Must_Not_Be_Null:The cluster connection must not be null.
71 INFO_Close_Cluster_Connection:Closing cluster connection ''{0}'' with node id {1}.
72 INFO_Create_Cluster_Connection:Created cluster connection ''{0}'' with node id {1}.