• Stars
    star
    195
  • Rank 199,374 (Top 4 %)
  • Language
    Go
  • License
    MIT License
  • Created almost 10 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

MySQL Server Error Constants for Golang

mysqlerr

MySQL Server Error Constants.

Covers up to MySQL 8.0.19. Notice that some constants were renamed in later versions of MySQL, because they became obsolete. (In case you wonder: the names here match the symbols MySQL uses in source code.) Obsolete names haven't been changed in this package to avoid breaking code, but you should no longer be using them in applications. New and/or changed names (symbols) are given in inline comments.

const (
    ER_HASHCHK                  = 1000 // OBSOLETE_ER_HASHCHK
    ER_NISAMCHK                 = 1001 // OBSOLETE_ER_NISAMCHK
    // ...
    ER_WRONG_OUTER_JOIN         = 1120 // ER_WRONG_OUTER_JOIN_UNUSED
    // ...
    ER_DELAYED_CANT_CHANGE_LOCK = 1150 // OBSOLETE_ER_UNUSED1
    ER_TOO_MANY_DELAYED_THREADS = 1151 // OBSOLETE_ER_UNUSED2
    // ...
)

More Repositories

1

go-database-sql-tutorial

A tutorial for Go's database/sql package
CSS
807
star
2

angular-recaptcha

AngularJS directive to add a reCaptcha widget to your form
JavaScript
496
star
3

godaemon

Daemonize Go applications deviously.
Go
494
star
4

ewma

Exponentially Weighted Moving Average algorithms for Go.
Go
435
star
5

siesta

Composable framework for writing HTTP handlers in Go.
Go
349
star
6

johnny-deps

Barebones dependency manager for Go.
Perl
214
star
7

ebooks

LaTeX source files for VividCortex's ebooks
TeX
181
star
8

gohistogram

Streaming approximate histograms in Go
Go
174
star
9

robustly

Run functions resiliently in Go, catching and restarting panics
Go
157
star
10

pm

Processlist manager with TCP listener
Go
80
star
11

multitick

A multiplexor for aligned time.Time tickers in Go
Go
70
star
12

trace

Easily trace goroutines at runtime
Go
50
star
13

dbcontrol

A wrapper around Go's database/sql package that provides connection pool limits
Go
29
star
14

lastseen

Last-seen sketch implementation in Go
Go
16
star
15

wlr

Weighted linear regression
Go
15
star
16

approx-queueing-theory

Approximations to the Erlang C queue length formula for M/M/n queues
Go
11
star
17

golibpcap

This is a fork of the https://code.google.com/p/golibpcap/ project.
Go
11
star
18

pm-web

A simple web front-end for pm, a process manager for Go
JavaScript
10
star
19

grunt-circleci

[DEPRECATED] A Grunt plugin for checking build statuses in CircleCI
JavaScript
5
star
20

grafana-datasource

Datasource plugin for connecting your Grafana dashboard to SolarWind's DPM
TypeScript
4
star
21

puppet

Puppet example for the installation of the VividCortex repository
Puppet
2
star
22

hubot-vividcortex

VividCortex hubot script!
CoffeeScript
2
star
23

snappy-go

Clone of the snappy package for Go from code.google.coml (DEPRECATED: we're moving to VividCortex/snappy)
Go
2
star
24

docker

Docker container for VividCortex agents
Dockerfile
1
star