MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CreateIndxRef Struct Reference

Public Types

enum  ErrorCode {
  NoError = 0, Busy = 701, BusyWithNR = 711, NotMaster = 702,
  IndexOnDiskAttributeError = 756, TriggerNotFound = 4238, TriggerExists = 4239, IndexNameTooLong = 4241,
  TooManyIndexes = 4242, IndexExists = 4244, AttributeNullable = 4246, BadRequestType = 4247,
  InvalidName = 4248, InvalidPrimaryTable = 4249, InvalidIndexType = 4250, NotUnique = 4251,
  AllocationError = 4252, CreateIndexTableFailed = 4253, DuplicateAttributes = 4258, SingleUser = 299,
  TableIsTemporary = 776, TableIsNotTemporary = 777, NoLoggingTemporaryIndex = 778
}

Public Member Functions

 STATIC_CONST (SignalLength=7)

Public Attributes

Uint32 senderRef
Uint32 clientData
Uint32 transId
Uint32 errorCode
Uint32 errorLine
Uint32 errorNodeId
Uint32 masterNodeId

Detailed Description

Definition at line 58 of file CreateIndx.hpp.


The documentation for this struct was generated from the following file: