elyse-help 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1345) hide show
  1. package/backend/node_modules/.bin/bcrypt +16 -0
  2. package/backend/node_modules/.bin/bcrypt.cmd +17 -0
  3. package/backend/node_modules/.bin/bcrypt.ps1 +28 -0
  4. package/backend/node_modules/.bin/node-gyp-build +16 -0
  5. package/backend/node_modules/.bin/node-gyp-build-optional +16 -0
  6. package/backend/node_modules/.bin/node-gyp-build-optional.cmd +17 -0
  7. package/backend/node_modules/.bin/node-gyp-build-optional.ps1 +28 -0
  8. package/backend/node_modules/.bin/node-gyp-build-test +16 -0
  9. package/backend/node_modules/.bin/node-gyp-build-test.cmd +17 -0
  10. package/backend/node_modules/.bin/node-gyp-build-test.ps1 +28 -0
  11. package/backend/node_modules/.bin/node-gyp-build.cmd +17 -0
  12. package/backend/node_modules/.bin/node-gyp-build.ps1 +28 -0
  13. package/backend/node_modules/.bin/semver +16 -0
  14. package/backend/node_modules/.bin/semver.cmd +17 -0
  15. package/backend/node_modules/.bin/semver.ps1 +28 -0
  16. package/backend/node_modules/.package-lock.json +1312 -0
  17. package/backend/node_modules/@types/node/LICENSE +21 -0
  18. package/backend/node_modules/@types/node/README.md +15 -0
  19. package/backend/node_modules/@types/node/assert/strict.d.ts +105 -0
  20. package/backend/node_modules/@types/node/assert.d.ts +955 -0
  21. package/backend/node_modules/@types/node/async_hooks.d.ts +623 -0
  22. package/backend/node_modules/@types/node/buffer.buffer.d.ts +466 -0
  23. package/backend/node_modules/@types/node/buffer.d.ts +1810 -0
  24. package/backend/node_modules/@types/node/child_process.d.ts +1428 -0
  25. package/backend/node_modules/@types/node/cluster.d.ts +486 -0
  26. package/backend/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
  27. package/backend/node_modules/@types/node/console.d.ts +151 -0
  28. package/backend/node_modules/@types/node/constants.d.ts +20 -0
  29. package/backend/node_modules/@types/node/crypto.d.ts +4065 -0
  30. package/backend/node_modules/@types/node/dgram.d.ts +564 -0
  31. package/backend/node_modules/@types/node/diagnostics_channel.d.ts +576 -0
  32. package/backend/node_modules/@types/node/dns/promises.d.ts +503 -0
  33. package/backend/node_modules/@types/node/dns.d.ts +922 -0
  34. package/backend/node_modules/@types/node/domain.d.ts +166 -0
  35. package/backend/node_modules/@types/node/events.d.ts +1054 -0
  36. package/backend/node_modules/@types/node/fs/promises.d.ts +1329 -0
  37. package/backend/node_modules/@types/node/fs.d.ts +4676 -0
  38. package/backend/node_modules/@types/node/globals.d.ts +150 -0
  39. package/backend/node_modules/@types/node/globals.typedarray.d.ts +101 -0
  40. package/backend/node_modules/@types/node/http.d.ts +2167 -0
  41. package/backend/node_modules/@types/node/http2.d.ts +2480 -0
  42. package/backend/node_modules/@types/node/https.d.ts +405 -0
  43. package/backend/node_modules/@types/node/index.d.ts +115 -0
  44. package/backend/node_modules/@types/node/inspector/promises.d.ts +41 -0
  45. package/backend/node_modules/@types/node/inspector.d.ts +224 -0
  46. package/backend/node_modules/@types/node/inspector.generated.d.ts +4226 -0
  47. package/backend/node_modules/@types/node/module.d.ts +819 -0
  48. package/backend/node_modules/@types/node/net.d.ts +933 -0
  49. package/backend/node_modules/@types/node/os.d.ts +507 -0
  50. package/backend/node_modules/@types/node/package.json +155 -0
  51. package/backend/node_modules/@types/node/path/posix.d.ts +8 -0
  52. package/backend/node_modules/@types/node/path/win32.d.ts +8 -0
  53. package/backend/node_modules/@types/node/path.d.ts +187 -0
  54. package/backend/node_modules/@types/node/perf_hooks.d.ts +643 -0
  55. package/backend/node_modules/@types/node/process.d.ts +2161 -0
  56. package/backend/node_modules/@types/node/punycode.d.ts +117 -0
  57. package/backend/node_modules/@types/node/querystring.d.ts +152 -0
  58. package/backend/node_modules/@types/node/quic.d.ts +910 -0
  59. package/backend/node_modules/@types/node/readline/promises.d.ts +161 -0
  60. package/backend/node_modules/@types/node/readline.d.ts +541 -0
  61. package/backend/node_modules/@types/node/repl.d.ts +415 -0
  62. package/backend/node_modules/@types/node/sea.d.ts +162 -0
  63. package/backend/node_modules/@types/node/sqlite.d.ts +955 -0
  64. package/backend/node_modules/@types/node/stream/consumers.d.ts +38 -0
  65. package/backend/node_modules/@types/node/stream/promises.d.ts +211 -0
  66. package/backend/node_modules/@types/node/stream/web.d.ts +296 -0
  67. package/backend/node_modules/@types/node/stream.d.ts +1760 -0
  68. package/backend/node_modules/@types/node/string_decoder.d.ts +67 -0
  69. package/backend/node_modules/@types/node/test/reporters.d.ts +96 -0
  70. package/backend/node_modules/@types/node/test.d.ts +2240 -0
  71. package/backend/node_modules/@types/node/timers/promises.d.ts +108 -0
  72. package/backend/node_modules/@types/node/timers.d.ts +159 -0
  73. package/backend/node_modules/@types/node/tls.d.ts +1198 -0
  74. package/backend/node_modules/@types/node/trace_events.d.ts +197 -0
  75. package/backend/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
  76. package/backend/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  77. package/backend/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
  78. package/backend/node_modules/@types/node/ts5.6/index.d.ts +117 -0
  79. package/backend/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  80. package/backend/node_modules/@types/node/ts5.7/index.d.ts +117 -0
  81. package/backend/node_modules/@types/node/tty.d.ts +250 -0
  82. package/backend/node_modules/@types/node/url.d.ts +519 -0
  83. package/backend/node_modules/@types/node/util/types.d.ts +558 -0
  84. package/backend/node_modules/@types/node/util.d.ts +1662 -0
  85. package/backend/node_modules/@types/node/v8.d.ts +983 -0
  86. package/backend/node_modules/@types/node/vm.d.ts +1208 -0
  87. package/backend/node_modules/@types/node/wasi.d.ts +202 -0
  88. package/backend/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
  89. package/backend/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  90. package/backend/node_modules/@types/node/web-globals/console.d.ts +9 -0
  91. package/backend/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
  92. package/backend/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  93. package/backend/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  94. package/backend/node_modules/@types/node/web-globals/events.d.ts +106 -0
  95. package/backend/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
  96. package/backend/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  97. package/backend/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  98. package/backend/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  99. package/backend/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  100. package/backend/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  101. package/backend/node_modules/@types/node/web-globals/streams.d.ts +115 -0
  102. package/backend/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  103. package/backend/node_modules/@types/node/web-globals/url.d.ts +24 -0
  104. package/backend/node_modules/@types/node/worker_threads.d.ts +717 -0
  105. package/backend/node_modules/@types/node/zlib.d.ts +618 -0
  106. package/backend/node_modules/accepts/HISTORY.md +250 -0
  107. package/backend/node_modules/accepts/LICENSE +23 -0
  108. package/backend/node_modules/accepts/README.md +140 -0
  109. package/backend/node_modules/accepts/index.js +238 -0
  110. package/backend/node_modules/accepts/package.json +47 -0
  111. package/backend/node_modules/aws-ssl-profiles/LICENSE +19 -0
  112. package/backend/node_modules/aws-ssl-profiles/README.md +146 -0
  113. package/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts +4 -0
  114. package/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.js +2 -0
  115. package/backend/node_modules/aws-ssl-profiles/lib/index.d.ts +8 -0
  116. package/backend/node_modules/aws-ssl-profiles/lib/index.js +13 -0
  117. package/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts +9 -0
  118. package/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js +2888 -0
  119. package/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts +8 -0
  120. package/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js +111 -0
  121. package/backend/node_modules/aws-ssl-profiles/package.json +52 -0
  122. package/backend/node_modules/bcrypt/.dockerignore +6 -0
  123. package/backend/node_modules/bcrypt/.editorconfig +19 -0
  124. package/backend/node_modules/bcrypt/.github/workflows/build-pack-publish.yml +110 -0
  125. package/backend/node_modules/bcrypt/.github/workflows/ci.yaml +42 -0
  126. package/backend/node_modules/bcrypt/CHANGELOG.md +184 -0
  127. package/backend/node_modules/bcrypt/Dockerfile +57 -0
  128. package/backend/node_modules/bcrypt/Dockerfile-alpine +41 -0
  129. package/backend/node_modules/bcrypt/ISSUE_TEMPLATE.md +18 -0
  130. package/backend/node_modules/bcrypt/LICENSE +19 -0
  131. package/backend/node_modules/bcrypt/Makefile +19 -0
  132. package/backend/node_modules/bcrypt/README.md +388 -0
  133. package/backend/node_modules/bcrypt/SECURITY.md +15 -0
  134. package/backend/node_modules/bcrypt/bcrypt.js +242 -0
  135. package/backend/node_modules/bcrypt/binding.gyp +49 -0
  136. package/backend/node_modules/bcrypt/build-all.sh +37 -0
  137. package/backend/node_modules/bcrypt/examples/async_compare.js +28 -0
  138. package/backend/node_modules/bcrypt/examples/forever_gen_salt.js +8 -0
  139. package/backend/node_modules/bcrypt/package.json +62 -0
  140. package/backend/node_modules/bcrypt/prebuilds/darwin-arm64/bcrypt.node +0 -0
  141. package/backend/node_modules/bcrypt/prebuilds/darwin-x64/bcrypt.node +0 -0
  142. package/backend/node_modules/bcrypt/prebuilds/linux-arm/bcrypt.glibc.node +0 -0
  143. package/backend/node_modules/bcrypt/prebuilds/linux-arm/bcrypt.musl.node +0 -0
  144. package/backend/node_modules/bcrypt/prebuilds/linux-arm64/bcrypt.glibc.node +0 -0
  145. package/backend/node_modules/bcrypt/prebuilds/linux-arm64/bcrypt.musl.node +0 -0
  146. package/backend/node_modules/bcrypt/prebuilds/linux-x64/bcrypt.glibc.node +0 -0
  147. package/backend/node_modules/bcrypt/prebuilds/linux-x64/bcrypt.musl.node +0 -0
  148. package/backend/node_modules/bcrypt/prebuilds/win32-arm64/bcrypt.node +0 -0
  149. package/backend/node_modules/bcrypt/prebuilds/win32-x64/bcrypt.node +0 -0
  150. package/backend/node_modules/bcrypt/promises.js +45 -0
  151. package/backend/node_modules/bcrypt/src/bcrypt.cc +315 -0
  152. package/backend/node_modules/bcrypt/src/bcrypt_node.cc +288 -0
  153. package/backend/node_modules/bcrypt/src/blowfish.cc +679 -0
  154. package/backend/node_modules/bcrypt/src/node_blf.h +132 -0
  155. package/backend/node_modules/bcrypt/test/async.test.js +209 -0
  156. package/backend/node_modules/bcrypt/test/implementation.test.js +48 -0
  157. package/backend/node_modules/bcrypt/test/promise.test.js +168 -0
  158. package/backend/node_modules/bcrypt/test/repetitions.test.js +55 -0
  159. package/backend/node_modules/bcrypt/test/sync.test.js +125 -0
  160. package/backend/node_modules/bcryptjs/LICENSE +27 -0
  161. package/backend/node_modules/bcryptjs/README.md +201 -0
  162. package/backend/node_modules/bcryptjs/bin/bcrypt +23 -0
  163. package/backend/node_modules/bcryptjs/index.d.ts +3 -0
  164. package/backend/node_modules/bcryptjs/index.js +1159 -0
  165. package/backend/node_modules/bcryptjs/package.json +76 -0
  166. package/backend/node_modules/bcryptjs/types.d.ts +157 -0
  167. package/backend/node_modules/bcryptjs/umd/index.d.ts +3 -0
  168. package/backend/node_modules/bcryptjs/umd/index.js +1220 -0
  169. package/backend/node_modules/bcryptjs/umd/package.json +3 -0
  170. package/backend/node_modules/bcryptjs/umd/types.d.ts +157 -0
  171. package/backend/node_modules/bignumber.js/CHANGELOG.md +266 -0
  172. package/backend/node_modules/bignumber.js/LICENCE +23 -0
  173. package/backend/node_modules/bignumber.js/README.md +268 -0
  174. package/backend/node_modules/bignumber.js/bignumber.d.ts +1829 -0
  175. package/backend/node_modules/bignumber.js/bignumber.js +2902 -0
  176. package/backend/node_modules/bignumber.js/bignumber.min.js +1 -0
  177. package/backend/node_modules/bignumber.js/bignumber.min.js.map +1 -0
  178. package/backend/node_modules/bignumber.js/bignumber.mjs +2888 -0
  179. package/backend/node_modules/bignumber.js/doc/API.html +2237 -0
  180. package/backend/node_modules/bignumber.js/package.json +40 -0
  181. package/backend/node_modules/body-parser/LICENSE +23 -0
  182. package/backend/node_modules/body-parser/README.md +494 -0
  183. package/backend/node_modules/body-parser/index.js +71 -0
  184. package/backend/node_modules/body-parser/lib/read.js +247 -0
  185. package/backend/node_modules/body-parser/lib/types/json.js +158 -0
  186. package/backend/node_modules/body-parser/lib/types/raw.js +42 -0
  187. package/backend/node_modules/body-parser/lib/types/text.js +36 -0
  188. package/backend/node_modules/body-parser/lib/types/urlencoded.js +142 -0
  189. package/backend/node_modules/body-parser/lib/utils.js +98 -0
  190. package/backend/node_modules/body-parser/package.json +52 -0
  191. package/backend/node_modules/buffer-equal-constant-time/.travis.yml +4 -0
  192. package/backend/node_modules/buffer-equal-constant-time/LICENSE.txt +12 -0
  193. package/backend/node_modules/buffer-equal-constant-time/README.md +50 -0
  194. package/backend/node_modules/buffer-equal-constant-time/index.js +41 -0
  195. package/backend/node_modules/buffer-equal-constant-time/package.json +21 -0
  196. package/backend/node_modules/buffer-equal-constant-time/test.js +42 -0
  197. package/backend/node_modules/bytes/History.md +97 -0
  198. package/backend/node_modules/bytes/LICENSE +23 -0
  199. package/backend/node_modules/bytes/Readme.md +152 -0
  200. package/backend/node_modules/bytes/index.js +170 -0
  201. package/backend/node_modules/bytes/package.json +42 -0
  202. package/backend/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  203. package/backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  204. package/backend/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  205. package/backend/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  206. package/backend/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  207. package/backend/node_modules/call-bind-apply-helpers/README.md +62 -0
  208. package/backend/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  209. package/backend/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  210. package/backend/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  211. package/backend/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  212. package/backend/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  213. package/backend/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  214. package/backend/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  215. package/backend/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  216. package/backend/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  217. package/backend/node_modules/call-bind-apply-helpers/index.js +15 -0
  218. package/backend/node_modules/call-bind-apply-helpers/package.json +85 -0
  219. package/backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  220. package/backend/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  221. package/backend/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  222. package/backend/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  223. package/backend/node_modules/call-bound/.eslintrc +13 -0
  224. package/backend/node_modules/call-bound/.github/FUNDING.yml +12 -0
  225. package/backend/node_modules/call-bound/.nycrc +9 -0
  226. package/backend/node_modules/call-bound/CHANGELOG.md +42 -0
  227. package/backend/node_modules/call-bound/LICENSE +21 -0
  228. package/backend/node_modules/call-bound/README.md +53 -0
  229. package/backend/node_modules/call-bound/index.d.ts +94 -0
  230. package/backend/node_modules/call-bound/index.js +19 -0
  231. package/backend/node_modules/call-bound/package.json +99 -0
  232. package/backend/node_modules/call-bound/test/index.js +61 -0
  233. package/backend/node_modules/call-bound/tsconfig.json +10 -0
  234. package/backend/node_modules/content-disposition/HISTORY.md +72 -0
  235. package/backend/node_modules/content-disposition/LICENSE +22 -0
  236. package/backend/node_modules/content-disposition/README.md +142 -0
  237. package/backend/node_modules/content-disposition/index.js +458 -0
  238. package/backend/node_modules/content-disposition/package.json +43 -0
  239. package/backend/node_modules/content-type/HISTORY.md +29 -0
  240. package/backend/node_modules/content-type/LICENSE +22 -0
  241. package/backend/node_modules/content-type/README.md +94 -0
  242. package/backend/node_modules/content-type/index.js +225 -0
  243. package/backend/node_modules/content-type/package.json +42 -0
  244. package/backend/node_modules/cookie/LICENSE +24 -0
  245. package/backend/node_modules/cookie/README.md +317 -0
  246. package/backend/node_modules/cookie/SECURITY.md +25 -0
  247. package/backend/node_modules/cookie/index.js +335 -0
  248. package/backend/node_modules/cookie/package.json +44 -0
  249. package/backend/node_modules/cookie-signature/History.md +70 -0
  250. package/backend/node_modules/cookie-signature/LICENSE +22 -0
  251. package/backend/node_modules/cookie-signature/Readme.md +23 -0
  252. package/backend/node_modules/cookie-signature/index.js +47 -0
  253. package/backend/node_modules/cookie-signature/package.json +24 -0
  254. package/backend/node_modules/core-util-is/LICENSE +19 -0
  255. package/backend/node_modules/core-util-is/README.md +3 -0
  256. package/backend/node_modules/core-util-is/lib/util.js +107 -0
  257. package/backend/node_modules/core-util-is/package.json +38 -0
  258. package/backend/node_modules/cors/LICENSE +22 -0
  259. package/backend/node_modules/cors/README.md +277 -0
  260. package/backend/node_modules/cors/lib/index.js +238 -0
  261. package/backend/node_modules/cors/package.json +42 -0
  262. package/backend/node_modules/debug/LICENSE +20 -0
  263. package/backend/node_modules/debug/README.md +481 -0
  264. package/backend/node_modules/debug/package.json +64 -0
  265. package/backend/node_modules/debug/src/browser.js +272 -0
  266. package/backend/node_modules/debug/src/common.js +292 -0
  267. package/backend/node_modules/debug/src/index.js +10 -0
  268. package/backend/node_modules/debug/src/node.js +263 -0
  269. package/backend/node_modules/denque/CHANGELOG.md +29 -0
  270. package/backend/node_modules/denque/LICENSE +201 -0
  271. package/backend/node_modules/denque/README.md +77 -0
  272. package/backend/node_modules/denque/index.d.ts +47 -0
  273. package/backend/node_modules/denque/index.js +481 -0
  274. package/backend/node_modules/denque/package.json +58 -0
  275. package/backend/node_modules/depd/History.md +103 -0
  276. package/backend/node_modules/depd/LICENSE +22 -0
  277. package/backend/node_modules/depd/Readme.md +280 -0
  278. package/backend/node_modules/depd/index.js +538 -0
  279. package/backend/node_modules/depd/lib/browser/index.js +77 -0
  280. package/backend/node_modules/depd/package.json +45 -0
  281. package/backend/node_modules/dotenv/CHANGELOG.md +621 -0
  282. package/backend/node_modules/dotenv/LICENSE +23 -0
  283. package/backend/node_modules/dotenv/README-es.md +774 -0
  284. package/backend/node_modules/dotenv/README.md +774 -0
  285. package/backend/node_modules/dotenv/SECURITY.md +1 -0
  286. package/backend/node_modules/dotenv/config.d.ts +1 -0
  287. package/backend/node_modules/dotenv/config.js +9 -0
  288. package/backend/node_modules/dotenv/lib/cli-options.js +17 -0
  289. package/backend/node_modules/dotenv/lib/env-options.js +28 -0
  290. package/backend/node_modules/dotenv/lib/main.d.ts +179 -0
  291. package/backend/node_modules/dotenv/lib/main.js +431 -0
  292. package/backend/node_modules/dotenv/package.json +62 -0
  293. package/backend/node_modules/dunder-proto/.eslintrc +5 -0
  294. package/backend/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  295. package/backend/node_modules/dunder-proto/.nycrc +13 -0
  296. package/backend/node_modules/dunder-proto/CHANGELOG.md +24 -0
  297. package/backend/node_modules/dunder-proto/LICENSE +21 -0
  298. package/backend/node_modules/dunder-proto/README.md +54 -0
  299. package/backend/node_modules/dunder-proto/get.d.ts +5 -0
  300. package/backend/node_modules/dunder-proto/get.js +30 -0
  301. package/backend/node_modules/dunder-proto/package.json +76 -0
  302. package/backend/node_modules/dunder-proto/set.d.ts +5 -0
  303. package/backend/node_modules/dunder-proto/set.js +35 -0
  304. package/backend/node_modules/dunder-proto/test/get.js +34 -0
  305. package/backend/node_modules/dunder-proto/test/index.js +4 -0
  306. package/backend/node_modules/dunder-proto/test/set.js +50 -0
  307. package/backend/node_modules/dunder-proto/tsconfig.json +9 -0
  308. package/backend/node_modules/ecdsa-sig-formatter/CODEOWNERS +1 -0
  309. package/backend/node_modules/ecdsa-sig-formatter/LICENSE +201 -0
  310. package/backend/node_modules/ecdsa-sig-formatter/README.md +65 -0
  311. package/backend/node_modules/ecdsa-sig-formatter/package.json +46 -0
  312. package/backend/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +17 -0
  313. package/backend/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +187 -0
  314. package/backend/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +23 -0
  315. package/backend/node_modules/ee-first/LICENSE +22 -0
  316. package/backend/node_modules/ee-first/README.md +80 -0
  317. package/backend/node_modules/ee-first/index.js +95 -0
  318. package/backend/node_modules/ee-first/package.json +29 -0
  319. package/backend/node_modules/encodeurl/LICENSE +22 -0
  320. package/backend/node_modules/encodeurl/README.md +109 -0
  321. package/backend/node_modules/encodeurl/index.js +60 -0
  322. package/backend/node_modules/encodeurl/package.json +40 -0
  323. package/backend/node_modules/es-define-property/.eslintrc +13 -0
  324. package/backend/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  325. package/backend/node_modules/es-define-property/.nycrc +9 -0
  326. package/backend/node_modules/es-define-property/CHANGELOG.md +29 -0
  327. package/backend/node_modules/es-define-property/LICENSE +21 -0
  328. package/backend/node_modules/es-define-property/README.md +49 -0
  329. package/backend/node_modules/es-define-property/index.d.ts +3 -0
  330. package/backend/node_modules/es-define-property/index.js +14 -0
  331. package/backend/node_modules/es-define-property/package.json +81 -0
  332. package/backend/node_modules/es-define-property/test/index.js +56 -0
  333. package/backend/node_modules/es-define-property/tsconfig.json +10 -0
  334. package/backend/node_modules/es-errors/.eslintrc +5 -0
  335. package/backend/node_modules/es-errors/.github/FUNDING.yml +12 -0
  336. package/backend/node_modules/es-errors/CHANGELOG.md +40 -0
  337. package/backend/node_modules/es-errors/LICENSE +21 -0
  338. package/backend/node_modules/es-errors/README.md +55 -0
  339. package/backend/node_modules/es-errors/eval.d.ts +3 -0
  340. package/backend/node_modules/es-errors/eval.js +4 -0
  341. package/backend/node_modules/es-errors/index.d.ts +3 -0
  342. package/backend/node_modules/es-errors/index.js +4 -0
  343. package/backend/node_modules/es-errors/package.json +80 -0
  344. package/backend/node_modules/es-errors/range.d.ts +3 -0
  345. package/backend/node_modules/es-errors/range.js +4 -0
  346. package/backend/node_modules/es-errors/ref.d.ts +3 -0
  347. package/backend/node_modules/es-errors/ref.js +4 -0
  348. package/backend/node_modules/es-errors/syntax.d.ts +3 -0
  349. package/backend/node_modules/es-errors/syntax.js +4 -0
  350. package/backend/node_modules/es-errors/test/index.js +19 -0
  351. package/backend/node_modules/es-errors/tsconfig.json +49 -0
  352. package/backend/node_modules/es-errors/type.d.ts +3 -0
  353. package/backend/node_modules/es-errors/type.js +4 -0
  354. package/backend/node_modules/es-errors/uri.d.ts +3 -0
  355. package/backend/node_modules/es-errors/uri.js +4 -0
  356. package/backend/node_modules/es-object-atoms/.eslintrc +16 -0
  357. package/backend/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  358. package/backend/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  359. package/backend/node_modules/es-object-atoms/LICENSE +21 -0
  360. package/backend/node_modules/es-object-atoms/README.md +63 -0
  361. package/backend/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  362. package/backend/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  363. package/backend/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  364. package/backend/node_modules/es-object-atoms/ToObject.js +10 -0
  365. package/backend/node_modules/es-object-atoms/index.d.ts +3 -0
  366. package/backend/node_modules/es-object-atoms/index.js +4 -0
  367. package/backend/node_modules/es-object-atoms/isObject.d.ts +3 -0
  368. package/backend/node_modules/es-object-atoms/isObject.js +6 -0
  369. package/backend/node_modules/es-object-atoms/package.json +80 -0
  370. package/backend/node_modules/es-object-atoms/test/index.js +38 -0
  371. package/backend/node_modules/es-object-atoms/tsconfig.json +6 -0
  372. package/backend/node_modules/escape-html/LICENSE +24 -0
  373. package/backend/node_modules/escape-html/Readme.md +43 -0
  374. package/backend/node_modules/escape-html/index.js +78 -0
  375. package/backend/node_modules/escape-html/package.json +24 -0
  376. package/backend/node_modules/etag/HISTORY.md +83 -0
  377. package/backend/node_modules/etag/LICENSE +22 -0
  378. package/backend/node_modules/etag/README.md +159 -0
  379. package/backend/node_modules/etag/index.js +131 -0
  380. package/backend/node_modules/etag/package.json +47 -0
  381. package/backend/node_modules/express/LICENSE +24 -0
  382. package/backend/node_modules/express/Readme.md +276 -0
  383. package/backend/node_modules/express/index.js +11 -0
  384. package/backend/node_modules/express/lib/application.js +631 -0
  385. package/backend/node_modules/express/lib/express.js +81 -0
  386. package/backend/node_modules/express/lib/request.js +514 -0
  387. package/backend/node_modules/express/lib/response.js +1053 -0
  388. package/backend/node_modules/express/lib/utils.js +271 -0
  389. package/backend/node_modules/express/lib/view.js +205 -0
  390. package/backend/node_modules/express/package.json +99 -0
  391. package/backend/node_modules/express-session/LICENSE +24 -0
  392. package/backend/node_modules/express-session/README.md +1061 -0
  393. package/backend/node_modules/express-session/index.js +700 -0
  394. package/backend/node_modules/express-session/node_modules/cookie-signature/History.md +42 -0
  395. package/backend/node_modules/express-session/node_modules/cookie-signature/Readme.md +42 -0
  396. package/backend/node_modules/express-session/node_modules/cookie-signature/index.js +51 -0
  397. package/backend/node_modules/express-session/node_modules/cookie-signature/package.json +18 -0
  398. package/backend/node_modules/express-session/node_modules/debug/.coveralls.yml +1 -0
  399. package/backend/node_modules/express-session/node_modules/debug/.eslintrc +11 -0
  400. package/backend/node_modules/express-session/node_modules/debug/.travis.yml +14 -0
  401. package/backend/node_modules/express-session/node_modules/debug/CHANGELOG.md +362 -0
  402. package/backend/node_modules/express-session/node_modules/debug/LICENSE +19 -0
  403. package/backend/node_modules/express-session/node_modules/debug/Makefile +50 -0
  404. package/backend/node_modules/express-session/node_modules/debug/README.md +312 -0
  405. package/backend/node_modules/express-session/node_modules/debug/component.json +19 -0
  406. package/backend/node_modules/express-session/node_modules/debug/karma.conf.js +70 -0
  407. package/backend/node_modules/express-session/node_modules/debug/node.js +1 -0
  408. package/backend/node_modules/express-session/node_modules/debug/package.json +49 -0
  409. package/backend/node_modules/express-session/node_modules/debug/src/browser.js +185 -0
  410. package/backend/node_modules/express-session/node_modules/debug/src/debug.js +202 -0
  411. package/backend/node_modules/express-session/node_modules/debug/src/index.js +10 -0
  412. package/backend/node_modules/express-session/node_modules/debug/src/inspector-log.js +15 -0
  413. package/backend/node_modules/express-session/node_modules/debug/src/node.js +248 -0
  414. package/backend/node_modules/express-session/node_modules/ms/index.js +152 -0
  415. package/backend/node_modules/express-session/node_modules/ms/license.md +21 -0
  416. package/backend/node_modules/express-session/node_modules/ms/package.json +37 -0
  417. package/backend/node_modules/express-session/node_modules/ms/readme.md +51 -0
  418. package/backend/node_modules/express-session/node_modules/safe-buffer/LICENSE +21 -0
  419. package/backend/node_modules/express-session/node_modules/safe-buffer/README.md +584 -0
  420. package/backend/node_modules/express-session/node_modules/safe-buffer/index.d.ts +187 -0
  421. package/backend/node_modules/express-session/node_modules/safe-buffer/index.js +65 -0
  422. package/backend/node_modules/express-session/node_modules/safe-buffer/package.json +51 -0
  423. package/backend/node_modules/express-session/package.json +50 -0
  424. package/backend/node_modules/express-session/session/cookie.js +152 -0
  425. package/backend/node_modules/express-session/session/memory.js +187 -0
  426. package/backend/node_modules/express-session/session/session.js +143 -0
  427. package/backend/node_modules/express-session/session/store.js +102 -0
  428. package/backend/node_modules/finalhandler/HISTORY.md +239 -0
  429. package/backend/node_modules/finalhandler/LICENSE +22 -0
  430. package/backend/node_modules/finalhandler/README.md +150 -0
  431. package/backend/node_modules/finalhandler/index.js +293 -0
  432. package/backend/node_modules/finalhandler/package.json +47 -0
  433. package/backend/node_modules/forwarded/HISTORY.md +21 -0
  434. package/backend/node_modules/forwarded/LICENSE +22 -0
  435. package/backend/node_modules/forwarded/README.md +57 -0
  436. package/backend/node_modules/forwarded/index.js +90 -0
  437. package/backend/node_modules/forwarded/package.json +45 -0
  438. package/backend/node_modules/fresh/HISTORY.md +80 -0
  439. package/backend/node_modules/fresh/LICENSE +23 -0
  440. package/backend/node_modules/fresh/README.md +117 -0
  441. package/backend/node_modules/fresh/index.js +136 -0
  442. package/backend/node_modules/fresh/package.json +46 -0
  443. package/backend/node_modules/function-bind/.eslintrc +21 -0
  444. package/backend/node_modules/function-bind/.github/FUNDING.yml +12 -0
  445. package/backend/node_modules/function-bind/.github/SECURITY.md +3 -0
  446. package/backend/node_modules/function-bind/.nycrc +13 -0
  447. package/backend/node_modules/function-bind/CHANGELOG.md +136 -0
  448. package/backend/node_modules/function-bind/LICENSE +20 -0
  449. package/backend/node_modules/function-bind/README.md +46 -0
  450. package/backend/node_modules/function-bind/implementation.js +84 -0
  451. package/backend/node_modules/function-bind/index.js +5 -0
  452. package/backend/node_modules/function-bind/package.json +87 -0
  453. package/backend/node_modules/function-bind/test/.eslintrc +9 -0
  454. package/backend/node_modules/function-bind/test/index.js +252 -0
  455. package/backend/node_modules/generate-function/.travis.yml +3 -0
  456. package/backend/node_modules/generate-function/LICENSE +21 -0
  457. package/backend/node_modules/generate-function/README.md +89 -0
  458. package/backend/node_modules/generate-function/example.js +27 -0
  459. package/backend/node_modules/generate-function/index.js +181 -0
  460. package/backend/node_modules/generate-function/package.json +32 -0
  461. package/backend/node_modules/generate-function/test.js +49 -0
  462. package/backend/node_modules/get-intrinsic/.eslintrc +42 -0
  463. package/backend/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  464. package/backend/node_modules/get-intrinsic/.nycrc +9 -0
  465. package/backend/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  466. package/backend/node_modules/get-intrinsic/LICENSE +21 -0
  467. package/backend/node_modules/get-intrinsic/README.md +71 -0
  468. package/backend/node_modules/get-intrinsic/index.js +378 -0
  469. package/backend/node_modules/get-intrinsic/package.json +97 -0
  470. package/backend/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  471. package/backend/node_modules/get-proto/.eslintrc +10 -0
  472. package/backend/node_modules/get-proto/.github/FUNDING.yml +12 -0
  473. package/backend/node_modules/get-proto/.nycrc +9 -0
  474. package/backend/node_modules/get-proto/CHANGELOG.md +21 -0
  475. package/backend/node_modules/get-proto/LICENSE +21 -0
  476. package/backend/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  477. package/backend/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  478. package/backend/node_modules/get-proto/README.md +50 -0
  479. package/backend/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  480. package/backend/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  481. package/backend/node_modules/get-proto/index.d.ts +5 -0
  482. package/backend/node_modules/get-proto/index.js +27 -0
  483. package/backend/node_modules/get-proto/package.json +81 -0
  484. package/backend/node_modules/get-proto/test/index.js +68 -0
  485. package/backend/node_modules/get-proto/tsconfig.json +9 -0
  486. package/backend/node_modules/gopd/.eslintrc +16 -0
  487. package/backend/node_modules/gopd/.github/FUNDING.yml +12 -0
  488. package/backend/node_modules/gopd/CHANGELOG.md +45 -0
  489. package/backend/node_modules/gopd/LICENSE +21 -0
  490. package/backend/node_modules/gopd/README.md +40 -0
  491. package/backend/node_modules/gopd/gOPD.d.ts +1 -0
  492. package/backend/node_modules/gopd/gOPD.js +4 -0
  493. package/backend/node_modules/gopd/index.d.ts +5 -0
  494. package/backend/node_modules/gopd/index.js +15 -0
  495. package/backend/node_modules/gopd/package.json +77 -0
  496. package/backend/node_modules/gopd/test/index.js +36 -0
  497. package/backend/node_modules/gopd/tsconfig.json +9 -0
  498. package/backend/node_modules/has-symbols/.eslintrc +11 -0
  499. package/backend/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  500. package/backend/node_modules/has-symbols/.nycrc +9 -0
  501. package/backend/node_modules/has-symbols/CHANGELOG.md +91 -0
  502. package/backend/node_modules/has-symbols/LICENSE +21 -0
  503. package/backend/node_modules/has-symbols/README.md +46 -0
  504. package/backend/node_modules/has-symbols/index.d.ts +3 -0
  505. package/backend/node_modules/has-symbols/index.js +14 -0
  506. package/backend/node_modules/has-symbols/package.json +111 -0
  507. package/backend/node_modules/has-symbols/shams.d.ts +3 -0
  508. package/backend/node_modules/has-symbols/shams.js +45 -0
  509. package/backend/node_modules/has-symbols/test/index.js +22 -0
  510. package/backend/node_modules/has-symbols/test/shams/core-js.js +29 -0
  511. package/backend/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  512. package/backend/node_modules/has-symbols/test/tests.js +58 -0
  513. package/backend/node_modules/has-symbols/tsconfig.json +10 -0
  514. package/backend/node_modules/hasown/.eslintrc +5 -0
  515. package/backend/node_modules/hasown/.github/FUNDING.yml +12 -0
  516. package/backend/node_modules/hasown/.nycrc +13 -0
  517. package/backend/node_modules/hasown/CHANGELOG.md +40 -0
  518. package/backend/node_modules/hasown/LICENSE +21 -0
  519. package/backend/node_modules/hasown/README.md +40 -0
  520. package/backend/node_modules/hasown/index.d.ts +3 -0
  521. package/backend/node_modules/hasown/index.js +8 -0
  522. package/backend/node_modules/hasown/package.json +92 -0
  523. package/backend/node_modules/hasown/tsconfig.json +6 -0
  524. package/backend/node_modules/http-errors/HISTORY.md +186 -0
  525. package/backend/node_modules/http-errors/LICENSE +23 -0
  526. package/backend/node_modules/http-errors/README.md +169 -0
  527. package/backend/node_modules/http-errors/index.js +290 -0
  528. package/backend/node_modules/http-errors/package.json +54 -0
  529. package/backend/node_modules/iconv-lite/LICENSE +21 -0
  530. package/backend/node_modules/iconv-lite/README.md +138 -0
  531. package/backend/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
  532. package/backend/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
  533. package/backend/node_modules/iconv-lite/encodings/index.js +23 -0
  534. package/backend/node_modules/iconv-lite/encodings/internal.js +218 -0
  535. package/backend/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
  536. package/backend/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  537. package/backend/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
  538. package/backend/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  539. package/backend/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  540. package/backend/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  541. package/backend/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  542. package/backend/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  543. package/backend/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  544. package/backend/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
  545. package/backend/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  546. package/backend/node_modules/iconv-lite/encodings/utf16.js +187 -0
  547. package/backend/node_modules/iconv-lite/encodings/utf32.js +307 -0
  548. package/backend/node_modules/iconv-lite/encodings/utf7.js +283 -0
  549. package/backend/node_modules/iconv-lite/lib/bom-handling.js +48 -0
  550. package/backend/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
  551. package/backend/node_modules/iconv-lite/lib/index.d.ts +129 -0
  552. package/backend/node_modules/iconv-lite/lib/index.js +182 -0
  553. package/backend/node_modules/iconv-lite/lib/streams.js +105 -0
  554. package/backend/node_modules/iconv-lite/package.json +70 -0
  555. package/backend/node_modules/iconv-lite/types/encodings.d.ts +423 -0
  556. package/backend/node_modules/inherits/LICENSE +16 -0
  557. package/backend/node_modules/inherits/README.md +42 -0
  558. package/backend/node_modules/inherits/inherits.js +9 -0
  559. package/backend/node_modules/inherits/inherits_browser.js +27 -0
  560. package/backend/node_modules/inherits/package.json +29 -0
  561. package/backend/node_modules/ipaddr.js/LICENSE +19 -0
  562. package/backend/node_modules/ipaddr.js/README.md +233 -0
  563. package/backend/node_modules/ipaddr.js/ipaddr.min.js +1 -0
  564. package/backend/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
  565. package/backend/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
  566. package/backend/node_modules/ipaddr.js/package.json +35 -0
  567. package/backend/node_modules/is-promise/LICENSE +19 -0
  568. package/backend/node_modules/is-promise/index.d.ts +2 -0
  569. package/backend/node_modules/is-promise/index.js +6 -0
  570. package/backend/node_modules/is-promise/index.mjs +3 -0
  571. package/backend/node_modules/is-promise/package.json +30 -0
  572. package/backend/node_modules/is-promise/readme.md +33 -0
  573. package/backend/node_modules/is-property/LICENSE +22 -0
  574. package/backend/node_modules/is-property/README.md +28 -0
  575. package/backend/node_modules/is-property/is-property.js +5 -0
  576. package/backend/node_modules/is-property/package.json +36 -0
  577. package/backend/node_modules/isarray/.travis.yml +4 -0
  578. package/backend/node_modules/isarray/Makefile +6 -0
  579. package/backend/node_modules/isarray/README.md +60 -0
  580. package/backend/node_modules/isarray/component.json +19 -0
  581. package/backend/node_modules/isarray/index.js +5 -0
  582. package/backend/node_modules/isarray/package.json +45 -0
  583. package/backend/node_modules/isarray/test.js +20 -0
  584. package/backend/node_modules/jsonwebtoken/LICENSE +21 -0
  585. package/backend/node_modules/jsonwebtoken/README.md +396 -0
  586. package/backend/node_modules/jsonwebtoken/decode.js +30 -0
  587. package/backend/node_modules/jsonwebtoken/index.js +8 -0
  588. package/backend/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +14 -0
  589. package/backend/node_modules/jsonwebtoken/lib/NotBeforeError.js +13 -0
  590. package/backend/node_modules/jsonwebtoken/lib/TokenExpiredError.js +13 -0
  591. package/backend/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +3 -0
  592. package/backend/node_modules/jsonwebtoken/lib/psSupported.js +3 -0
  593. package/backend/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +3 -0
  594. package/backend/node_modules/jsonwebtoken/lib/timespan.js +18 -0
  595. package/backend/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +66 -0
  596. package/backend/node_modules/jsonwebtoken/package.json +70 -0
  597. package/backend/node_modules/jsonwebtoken/sign.js +253 -0
  598. package/backend/node_modules/jsonwebtoken/verify.js +263 -0
  599. package/backend/node_modules/jwa/LICENSE +17 -0
  600. package/backend/node_modules/jwa/README.md +150 -0
  601. package/backend/node_modules/jwa/index.js +266 -0
  602. package/backend/node_modules/jwa/opslevel.yml +6 -0
  603. package/backend/node_modules/jwa/package.json +37 -0
  604. package/backend/node_modules/jws/CHANGELOG.md +56 -0
  605. package/backend/node_modules/jws/LICENSE +17 -0
  606. package/backend/node_modules/jws/index.js +22 -0
  607. package/backend/node_modules/jws/lib/data-stream.js +55 -0
  608. package/backend/node_modules/jws/lib/sign-stream.js +83 -0
  609. package/backend/node_modules/jws/lib/tostring.js +10 -0
  610. package/backend/node_modules/jws/lib/verify-stream.js +125 -0
  611. package/backend/node_modules/jws/opslevel.yml +6 -0
  612. package/backend/node_modules/jws/package.json +34 -0
  613. package/backend/node_modules/jws/readme.md +255 -0
  614. package/backend/node_modules/lodash.includes/LICENSE +47 -0
  615. package/backend/node_modules/lodash.includes/README.md +18 -0
  616. package/backend/node_modules/lodash.includes/index.js +745 -0
  617. package/backend/node_modules/lodash.includes/package.json +17 -0
  618. package/backend/node_modules/lodash.isboolean/LICENSE +22 -0
  619. package/backend/node_modules/lodash.isboolean/README.md +18 -0
  620. package/backend/node_modules/lodash.isboolean/index.js +70 -0
  621. package/backend/node_modules/lodash.isboolean/package.json +17 -0
  622. package/backend/node_modules/lodash.isinteger/LICENSE +47 -0
  623. package/backend/node_modules/lodash.isinteger/README.md +18 -0
  624. package/backend/node_modules/lodash.isinteger/index.js +265 -0
  625. package/backend/node_modules/lodash.isinteger/package.json +17 -0
  626. package/backend/node_modules/lodash.isnumber/LICENSE +22 -0
  627. package/backend/node_modules/lodash.isnumber/README.md +18 -0
  628. package/backend/node_modules/lodash.isnumber/index.js +79 -0
  629. package/backend/node_modules/lodash.isnumber/package.json +17 -0
  630. package/backend/node_modules/lodash.isplainobject/LICENSE +47 -0
  631. package/backend/node_modules/lodash.isplainobject/README.md +18 -0
  632. package/backend/node_modules/lodash.isplainobject/index.js +139 -0
  633. package/backend/node_modules/lodash.isplainobject/package.json +17 -0
  634. package/backend/node_modules/lodash.isstring/LICENSE +22 -0
  635. package/backend/node_modules/lodash.isstring/README.md +18 -0
  636. package/backend/node_modules/lodash.isstring/index.js +95 -0
  637. package/backend/node_modules/lodash.isstring/package.json +17 -0
  638. package/backend/node_modules/lodash.once/LICENSE +47 -0
  639. package/backend/node_modules/lodash.once/README.md +18 -0
  640. package/backend/node_modules/lodash.once/index.js +294 -0
  641. package/backend/node_modules/lodash.once/package.json +17 -0
  642. package/backend/node_modules/long/LICENSE +202 -0
  643. package/backend/node_modules/long/README.md +286 -0
  644. package/backend/node_modules/long/index.d.ts +2 -0
  645. package/backend/node_modules/long/index.js +1581 -0
  646. package/backend/node_modules/long/package.json +58 -0
  647. package/backend/node_modules/long/types.d.ts +474 -0
  648. package/backend/node_modules/long/umd/index.d.ts +3 -0
  649. package/backend/node_modules/long/umd/index.js +1622 -0
  650. package/backend/node_modules/long/umd/package.json +3 -0
  651. package/backend/node_modules/long/umd/types.d.ts +474 -0
  652. package/backend/node_modules/lru.min/LICENSE +21 -0
  653. package/backend/node_modules/lru.min/README.md +392 -0
  654. package/backend/node_modules/lru.min/browser/lru.min.js +1 -0
  655. package/backend/node_modules/lru.min/lib/index.d.ts +38 -0
  656. package/backend/node_modules/lru.min/lib/index.js +248 -0
  657. package/backend/node_modules/lru.min/lib/index.mjs +227 -0
  658. package/backend/node_modules/lru.min/package.json +87 -0
  659. package/backend/node_modules/math-intrinsics/.eslintrc +16 -0
  660. package/backend/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  661. package/backend/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  662. package/backend/node_modules/math-intrinsics/LICENSE +21 -0
  663. package/backend/node_modules/math-intrinsics/README.md +50 -0
  664. package/backend/node_modules/math-intrinsics/abs.d.ts +1 -0
  665. package/backend/node_modules/math-intrinsics/abs.js +4 -0
  666. package/backend/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  667. package/backend/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  668. package/backend/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  669. package/backend/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  670. package/backend/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  671. package/backend/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  672. package/backend/node_modules/math-intrinsics/floor.d.ts +1 -0
  673. package/backend/node_modules/math-intrinsics/floor.js +4 -0
  674. package/backend/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  675. package/backend/node_modules/math-intrinsics/isFinite.js +12 -0
  676. package/backend/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  677. package/backend/node_modules/math-intrinsics/isInteger.js +16 -0
  678. package/backend/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  679. package/backend/node_modules/math-intrinsics/isNaN.js +6 -0
  680. package/backend/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  681. package/backend/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  682. package/backend/node_modules/math-intrinsics/max.d.ts +1 -0
  683. package/backend/node_modules/math-intrinsics/max.js +4 -0
  684. package/backend/node_modules/math-intrinsics/min.d.ts +1 -0
  685. package/backend/node_modules/math-intrinsics/min.js +4 -0
  686. package/backend/node_modules/math-intrinsics/mod.d.ts +3 -0
  687. package/backend/node_modules/math-intrinsics/mod.js +9 -0
  688. package/backend/node_modules/math-intrinsics/package.json +86 -0
  689. package/backend/node_modules/math-intrinsics/pow.d.ts +1 -0
  690. package/backend/node_modules/math-intrinsics/pow.js +4 -0
  691. package/backend/node_modules/math-intrinsics/round.d.ts +1 -0
  692. package/backend/node_modules/math-intrinsics/round.js +4 -0
  693. package/backend/node_modules/math-intrinsics/sign.d.ts +3 -0
  694. package/backend/node_modules/math-intrinsics/sign.js +11 -0
  695. package/backend/node_modules/math-intrinsics/test/index.js +192 -0
  696. package/backend/node_modules/math-intrinsics/tsconfig.json +3 -0
  697. package/backend/node_modules/media-typer/HISTORY.md +50 -0
  698. package/backend/node_modules/media-typer/LICENSE +22 -0
  699. package/backend/node_modules/media-typer/README.md +93 -0
  700. package/backend/node_modules/media-typer/index.js +143 -0
  701. package/backend/node_modules/media-typer/package.json +33 -0
  702. package/backend/node_modules/merge-descriptors/index.d.ts +11 -0
  703. package/backend/node_modules/merge-descriptors/index.js +26 -0
  704. package/backend/node_modules/merge-descriptors/license +11 -0
  705. package/backend/node_modules/merge-descriptors/package.json +50 -0
  706. package/backend/node_modules/merge-descriptors/readme.md +55 -0
  707. package/backend/node_modules/mime-db/HISTORY.md +541 -0
  708. package/backend/node_modules/mime-db/LICENSE +23 -0
  709. package/backend/node_modules/mime-db/README.md +109 -0
  710. package/backend/node_modules/mime-db/db.json +9342 -0
  711. package/backend/node_modules/mime-db/index.js +12 -0
  712. package/backend/node_modules/mime-db/package.json +56 -0
  713. package/backend/node_modules/mime-types/HISTORY.md +428 -0
  714. package/backend/node_modules/mime-types/LICENSE +23 -0
  715. package/backend/node_modules/mime-types/README.md +126 -0
  716. package/backend/node_modules/mime-types/index.js +211 -0
  717. package/backend/node_modules/mime-types/mimeScore.js +57 -0
  718. package/backend/node_modules/mime-types/package.json +49 -0
  719. package/backend/node_modules/ms/index.js +162 -0
  720. package/backend/node_modules/ms/license.md +21 -0
  721. package/backend/node_modules/ms/package.json +38 -0
  722. package/backend/node_modules/ms/readme.md +59 -0
  723. package/backend/node_modules/mysql/Changes.md +569 -0
  724. package/backend/node_modules/mysql/License +19 -0
  725. package/backend/node_modules/mysql/Readme.md +1548 -0
  726. package/backend/node_modules/mysql/index.js +161 -0
  727. package/backend/node_modules/mysql/lib/Connection.js +529 -0
  728. package/backend/node_modules/mysql/lib/ConnectionConfig.js +209 -0
  729. package/backend/node_modules/mysql/lib/Pool.js +294 -0
  730. package/backend/node_modules/mysql/lib/PoolCluster.js +288 -0
  731. package/backend/node_modules/mysql/lib/PoolConfig.js +32 -0
  732. package/backend/node_modules/mysql/lib/PoolConnection.js +65 -0
  733. package/backend/node_modules/mysql/lib/PoolNamespace.js +136 -0
  734. package/backend/node_modules/mysql/lib/PoolSelector.js +31 -0
  735. package/backend/node_modules/mysql/lib/protocol/Auth.js +168 -0
  736. package/backend/node_modules/mysql/lib/protocol/BufferList.js +25 -0
  737. package/backend/node_modules/mysql/lib/protocol/PacketHeader.js +5 -0
  738. package/backend/node_modules/mysql/lib/protocol/PacketWriter.js +211 -0
  739. package/backend/node_modules/mysql/lib/protocol/Parser.js +491 -0
  740. package/backend/node_modules/mysql/lib/protocol/Protocol.js +463 -0
  741. package/backend/node_modules/mysql/lib/protocol/ResultSet.js +7 -0
  742. package/backend/node_modules/mysql/lib/protocol/SqlString.js +1 -0
  743. package/backend/node_modules/mysql/lib/protocol/Timer.js +33 -0
  744. package/backend/node_modules/mysql/lib/protocol/constants/charsets.js +262 -0
  745. package/backend/node_modules/mysql/lib/protocol/constants/client.js +26 -0
  746. package/backend/node_modules/mysql/lib/protocol/constants/errors.js +2476 -0
  747. package/backend/node_modules/mysql/lib/protocol/constants/field_flags.js +18 -0
  748. package/backend/node_modules/mysql/lib/protocol/constants/server_status.js +39 -0
  749. package/backend/node_modules/mysql/lib/protocol/constants/ssl_profiles.js +1480 -0
  750. package/backend/node_modules/mysql/lib/protocol/constants/types.js +72 -0
  751. package/backend/node_modules/mysql/lib/protocol/packets/AuthSwitchRequestPacket.js +20 -0
  752. package/backend/node_modules/mysql/lib/protocol/packets/AuthSwitchResponsePacket.js +14 -0
  753. package/backend/node_modules/mysql/lib/protocol/packets/ClientAuthenticationPacket.js +54 -0
  754. package/backend/node_modules/mysql/lib/protocol/packets/ComChangeUserPacket.js +26 -0
  755. package/backend/node_modules/mysql/lib/protocol/packets/ComPingPacket.js +12 -0
  756. package/backend/node_modules/mysql/lib/protocol/packets/ComQueryPacket.js +15 -0
  757. package/backend/node_modules/mysql/lib/protocol/packets/ComQuitPacket.js +12 -0
  758. package/backend/node_modules/mysql/lib/protocol/packets/ComStatisticsPacket.js +12 -0
  759. package/backend/node_modules/mysql/lib/protocol/packets/EmptyPacket.js +9 -0
  760. package/backend/node_modules/mysql/lib/protocol/packets/EofPacket.js +25 -0
  761. package/backend/node_modules/mysql/lib/protocol/packets/ErrorPacket.js +35 -0
  762. package/backend/node_modules/mysql/lib/protocol/packets/Field.js +26 -0
  763. package/backend/node_modules/mysql/lib/protocol/packets/FieldPacket.js +93 -0
  764. package/backend/node_modules/mysql/lib/protocol/packets/HandshakeInitializationPacket.js +103 -0
  765. package/backend/node_modules/mysql/lib/protocol/packets/LocalDataFilePacket.js +15 -0
  766. package/backend/node_modules/mysql/lib/protocol/packets/LocalInfileRequestPacket.js +21 -0
  767. package/backend/node_modules/mysql/lib/protocol/packets/OkPacket.js +44 -0
  768. package/backend/node_modules/mysql/lib/protocol/packets/OldPasswordPacket.js +14 -0
  769. package/backend/node_modules/mysql/lib/protocol/packets/ResultSetHeaderPacket.js +14 -0
  770. package/backend/node_modules/mysql/lib/protocol/packets/RowDataPacket.js +130 -0
  771. package/backend/node_modules/mysql/lib/protocol/packets/SSLRequestPacket.js +27 -0
  772. package/backend/node_modules/mysql/lib/protocol/packets/StatisticsPacket.js +20 -0
  773. package/backend/node_modules/mysql/lib/protocol/packets/UseOldPasswordPacket.js +14 -0
  774. package/backend/node_modules/mysql/lib/protocol/packets/index.js +23 -0
  775. package/backend/node_modules/mysql/lib/protocol/sequences/ChangeUser.js +67 -0
  776. package/backend/node_modules/mysql/lib/protocol/sequences/Handshake.js +126 -0
  777. package/backend/node_modules/mysql/lib/protocol/sequences/Ping.js +19 -0
  778. package/backend/node_modules/mysql/lib/protocol/sequences/Query.js +228 -0
  779. package/backend/node_modules/mysql/lib/protocol/sequences/Quit.js +40 -0
  780. package/backend/node_modules/mysql/lib/protocol/sequences/Sequence.js +125 -0
  781. package/backend/node_modules/mysql/lib/protocol/sequences/Statistics.js +30 -0
  782. package/backend/node_modules/mysql/lib/protocol/sequences/index.js +7 -0
  783. package/backend/node_modules/mysql/package.json +46 -0
  784. package/backend/node_modules/mysql2/License +19 -0
  785. package/backend/node_modules/mysql2/README.md +114 -0
  786. package/backend/node_modules/mysql2/index.d.ts +1 -0
  787. package/backend/node_modules/mysql2/index.js +77 -0
  788. package/backend/node_modules/mysql2/lib/auth_41.js +95 -0
  789. package/backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.js +108 -0
  790. package/backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md +18 -0
  791. package/backend/node_modules/mysql2/lib/auth_plugins/index.js +8 -0
  792. package/backend/node_modules/mysql2/lib/auth_plugins/mysql_clear_password.js +17 -0
  793. package/backend/node_modules/mysql2/lib/auth_plugins/mysql_native_password.js +34 -0
  794. package/backend/node_modules/mysql2/lib/auth_plugins/sha256_password.js +68 -0
  795. package/backend/node_modules/mysql2/lib/base/connection.js +988 -0
  796. package/backend/node_modules/mysql2/lib/base/pool.js +282 -0
  797. package/backend/node_modules/mysql2/lib/base/pool_connection.js +77 -0
  798. package/backend/node_modules/mysql2/lib/commands/auth_switch.js +111 -0
  799. package/backend/node_modules/mysql2/lib/commands/binlog_dump.js +109 -0
  800. package/backend/node_modules/mysql2/lib/commands/change_user.js +68 -0
  801. package/backend/node_modules/mysql2/lib/commands/client_handshake.js +239 -0
  802. package/backend/node_modules/mysql2/lib/commands/close_statement.js +18 -0
  803. package/backend/node_modules/mysql2/lib/commands/command.js +54 -0
  804. package/backend/node_modules/mysql2/lib/commands/execute.js +112 -0
  805. package/backend/node_modules/mysql2/lib/commands/index.js +27 -0
  806. package/backend/node_modules/mysql2/lib/commands/ping.js +36 -0
  807. package/backend/node_modules/mysql2/lib/commands/prepare.js +143 -0
  808. package/backend/node_modules/mysql2/lib/commands/query.js +361 -0
  809. package/backend/node_modules/mysql2/lib/commands/quit.js +29 -0
  810. package/backend/node_modules/mysql2/lib/commands/register_slave.js +27 -0
  811. package/backend/node_modules/mysql2/lib/commands/server_handshake.js +202 -0
  812. package/backend/node_modules/mysql2/lib/compressed_protocol.js +153 -0
  813. package/backend/node_modules/mysql2/lib/connection.js +12 -0
  814. package/backend/node_modules/mysql2/lib/connection_config.js +293 -0
  815. package/backend/node_modules/mysql2/lib/constants/charset_encodings.js +317 -0
  816. package/backend/node_modules/mysql2/lib/constants/charsets.js +317 -0
  817. package/backend/node_modules/mysql2/lib/constants/client.js +38 -0
  818. package/backend/node_modules/mysql2/lib/constants/commands.js +36 -0
  819. package/backend/node_modules/mysql2/lib/constants/cursor.js +8 -0
  820. package/backend/node_modules/mysql2/lib/constants/encoding_charset.js +50 -0
  821. package/backend/node_modules/mysql2/lib/constants/errors.js +3973 -0
  822. package/backend/node_modules/mysql2/lib/constants/field_flags.js +20 -0
  823. package/backend/node_modules/mysql2/lib/constants/server_status.js +44 -0
  824. package/backend/node_modules/mysql2/lib/constants/session_track.js +11 -0
  825. package/backend/node_modules/mysql2/lib/constants/ssl_profiles.js +11 -0
  826. package/backend/node_modules/mysql2/lib/constants/types.js +64 -0
  827. package/backend/node_modules/mysql2/lib/create_connection.js +10 -0
  828. package/backend/node_modules/mysql2/lib/create_pool.js +10 -0
  829. package/backend/node_modules/mysql2/lib/create_pool_cluster.js +9 -0
  830. package/backend/node_modules/mysql2/lib/helpers.js +83 -0
  831. package/backend/node_modules/mysql2/lib/packet_parser.js +195 -0
  832. package/backend/node_modules/mysql2/lib/packets/auth_next_factor.js +35 -0
  833. package/backend/node_modules/mysql2/lib/packets/auth_switch_request.js +38 -0
  834. package/backend/node_modules/mysql2/lib/packets/auth_switch_request_more_data.js +33 -0
  835. package/backend/node_modules/mysql2/lib/packets/auth_switch_response.js +30 -0
  836. package/backend/node_modules/mysql2/lib/packets/binary_row.js +95 -0
  837. package/backend/node_modules/mysql2/lib/packets/binlog_dump.js +33 -0
  838. package/backend/node_modules/mysql2/lib/packets/binlog_query_statusvars.js +115 -0
  839. package/backend/node_modules/mysql2/lib/packets/change_user.js +97 -0
  840. package/backend/node_modules/mysql2/lib/packets/close_statement.js +21 -0
  841. package/backend/node_modules/mysql2/lib/packets/column_definition.js +291 -0
  842. package/backend/node_modules/mysql2/lib/packets/execute.js +214 -0
  843. package/backend/node_modules/mysql2/lib/packets/handshake.js +112 -0
  844. package/backend/node_modules/mysql2/lib/packets/handshake_response.js +144 -0
  845. package/backend/node_modules/mysql2/lib/packets/index.js +152 -0
  846. package/backend/node_modules/mysql2/lib/packets/packet.js +929 -0
  847. package/backend/node_modules/mysql2/lib/packets/prepare_statement.js +27 -0
  848. package/backend/node_modules/mysql2/lib/packets/prepared_statement_header.js +16 -0
  849. package/backend/node_modules/mysql2/lib/packets/query.js +27 -0
  850. package/backend/node_modules/mysql2/lib/packets/register_slave.js +46 -0
  851. package/backend/node_modules/mysql2/lib/packets/resultset_header.js +124 -0
  852. package/backend/node_modules/mysql2/lib/packets/ssl_request.js +25 -0
  853. package/backend/node_modules/mysql2/lib/packets/text_row.js +47 -0
  854. package/backend/node_modules/mysql2/lib/parsers/binary_parser.js +235 -0
  855. package/backend/node_modules/mysql2/lib/parsers/parser_cache.js +68 -0
  856. package/backend/node_modules/mysql2/lib/parsers/static_binary_parser.js +213 -0
  857. package/backend/node_modules/mysql2/lib/parsers/static_text_parser.js +152 -0
  858. package/backend/node_modules/mysql2/lib/parsers/string.js +50 -0
  859. package/backend/node_modules/mysql2/lib/parsers/text_parser.js +214 -0
  860. package/backend/node_modules/mysql2/lib/pool.js +12 -0
  861. package/backend/node_modules/mysql2/lib/pool_cluster.js +375 -0
  862. package/backend/node_modules/mysql2/lib/pool_config.js +30 -0
  863. package/backend/node_modules/mysql2/lib/pool_connection.js +12 -0
  864. package/backend/node_modules/mysql2/lib/promise/connection.js +228 -0
  865. package/backend/node_modules/mysql2/lib/promise/inherit_events.js +27 -0
  866. package/backend/node_modules/mysql2/lib/promise/make_done_cb.js +19 -0
  867. package/backend/node_modules/mysql2/lib/promise/pool.js +118 -0
  868. package/backend/node_modules/mysql2/lib/promise/pool_cluster.js +54 -0
  869. package/backend/node_modules/mysql2/lib/promise/pool_connection.js +23 -0
  870. package/backend/node_modules/mysql2/lib/promise/prepared_statement_info.js +32 -0
  871. package/backend/node_modules/mysql2/lib/results_stream.js +38 -0
  872. package/backend/node_modules/mysql2/lib/server.js +37 -0
  873. package/backend/node_modules/mysql2/package.json +96 -0
  874. package/backend/node_modules/mysql2/promise.d.ts +139 -0
  875. package/backend/node_modules/mysql2/promise.js +208 -0
  876. package/backend/node_modules/mysql2/typings/mysql/LICENSE.txt +15 -0
  877. package/backend/node_modules/mysql2/typings/mysql/index.d.ts +84 -0
  878. package/backend/node_modules/mysql2/typings/mysql/info.txt +1 -0
  879. package/backend/node_modules/mysql2/typings/mysql/lib/Auth.d.ts +30 -0
  880. package/backend/node_modules/mysql2/typings/mysql/lib/Connection.d.ts +442 -0
  881. package/backend/node_modules/mysql2/typings/mysql/lib/Pool.d.ts +71 -0
  882. package/backend/node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts +92 -0
  883. package/backend/node_modules/mysql2/typings/mysql/lib/PoolConnection.d.ts +11 -0
  884. package/backend/node_modules/mysql2/typings/mysql/lib/Server.d.ts +11 -0
  885. package/backend/node_modules/mysql2/typings/mysql/lib/constants/CharsetToEncoding.d.ts +8 -0
  886. package/backend/node_modules/mysql2/typings/mysql/lib/constants/Charsets.d.ts +326 -0
  887. package/backend/node_modules/mysql2/typings/mysql/lib/constants/Types.d.ts +70 -0
  888. package/backend/node_modules/mysql2/typings/mysql/lib/constants/index.d.ts +5 -0
  889. package/backend/node_modules/mysql2/typings/mysql/lib/parsers/ParserCache.d.ts +4 -0
  890. package/backend/node_modules/mysql2/typings/mysql/lib/parsers/index.d.ts +18 -0
  891. package/backend/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts +54 -0
  892. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/Field.d.ts +10 -0
  893. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/FieldPacket.d.ts +27 -0
  894. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/OkPacket.d.ts +23 -0
  895. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ProcedurePacket.d.ts +13 -0
  896. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ResultSetHeader.d.ts +18 -0
  897. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/RowDataPacket.d.ts +9 -0
  898. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/index.d.ts +28 -0
  899. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/ErrorPacketParams.d.ts +6 -0
  900. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/OkPacketParams.d.ts +9 -0
  901. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/ExecutableBase.d.ts +41 -0
  902. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Prepare.d.ts +65 -0
  903. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Query.d.ts +228 -0
  904. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/QueryableBase.d.ts +41 -0
  905. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Sequence.d.ts +5 -0
  906. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/ExecutableBase.d.ts +17 -0
  907. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/QueryableBase.d.ts +18 -0
  908. package/backend/node_modules/named-placeholders/LICENSE +21 -0
  909. package/backend/node_modules/named-placeholders/README.md +27 -0
  910. package/backend/node_modules/named-placeholders/index.js +179 -0
  911. package/backend/node_modules/named-placeholders/package.json +36 -0
  912. package/backend/node_modules/negotiator/HISTORY.md +114 -0
  913. package/backend/node_modules/negotiator/LICENSE +24 -0
  914. package/backend/node_modules/negotiator/README.md +212 -0
  915. package/backend/node_modules/negotiator/index.js +83 -0
  916. package/backend/node_modules/negotiator/lib/charset.js +169 -0
  917. package/backend/node_modules/negotiator/lib/encoding.js +205 -0
  918. package/backend/node_modules/negotiator/lib/language.js +179 -0
  919. package/backend/node_modules/negotiator/lib/mediaType.js +294 -0
  920. package/backend/node_modules/negotiator/package.json +43 -0
  921. package/backend/node_modules/node-addon-api/LICENSE.md +9 -0
  922. package/backend/node_modules/node-addon-api/README.md +95 -0
  923. package/backend/node_modules/node-addon-api/common.gypi +21 -0
  924. package/backend/node_modules/node-addon-api/except.gypi +25 -0
  925. package/backend/node_modules/node-addon-api/index.js +14 -0
  926. package/backend/node_modules/node-addon-api/napi-inl.deprecated.h +186 -0
  927. package/backend/node_modules/node-addon-api/napi-inl.h +7033 -0
  928. package/backend/node_modules/node-addon-api/napi.h +3309 -0
  929. package/backend/node_modules/node-addon-api/node_addon_api.gyp +42 -0
  930. package/backend/node_modules/node-addon-api/node_api.gyp +9 -0
  931. package/backend/node_modules/node-addon-api/noexcept.gypi +26 -0
  932. package/backend/node_modules/node-addon-api/nothing.c +0 -0
  933. package/backend/node_modules/node-addon-api/package-support.json +21 -0
  934. package/backend/node_modules/node-addon-api/package.json +480 -0
  935. package/backend/node_modules/node-addon-api/tools/README.md +73 -0
  936. package/backend/node_modules/node-addon-api/tools/check-napi.js +99 -0
  937. package/backend/node_modules/node-addon-api/tools/clang-format.js +71 -0
  938. package/backend/node_modules/node-addon-api/tools/conversion.js +301 -0
  939. package/backend/node_modules/node-gyp-build/LICENSE +21 -0
  940. package/backend/node_modules/node-gyp-build/README.md +58 -0
  941. package/backend/node_modules/node-gyp-build/SECURITY.md +5 -0
  942. package/backend/node_modules/node-gyp-build/bin.js +84 -0
  943. package/backend/node_modules/node-gyp-build/build-test.js +19 -0
  944. package/backend/node_modules/node-gyp-build/index.js +6 -0
  945. package/backend/node_modules/node-gyp-build/node-gyp-build.js +207 -0
  946. package/backend/node_modules/node-gyp-build/optional.js +7 -0
  947. package/backend/node_modules/node-gyp-build/package.json +43 -0
  948. package/backend/node_modules/object-assign/index.js +90 -0
  949. package/backend/node_modules/object-assign/license +21 -0
  950. package/backend/node_modules/object-assign/package.json +42 -0
  951. package/backend/node_modules/object-assign/readme.md +61 -0
  952. package/backend/node_modules/object-inspect/.eslintrc +53 -0
  953. package/backend/node_modules/object-inspect/.github/FUNDING.yml +12 -0
  954. package/backend/node_modules/object-inspect/.nycrc +13 -0
  955. package/backend/node_modules/object-inspect/CHANGELOG.md +424 -0
  956. package/backend/node_modules/object-inspect/LICENSE +21 -0
  957. package/backend/node_modules/object-inspect/example/all.js +23 -0
  958. package/backend/node_modules/object-inspect/example/circular.js +6 -0
  959. package/backend/node_modules/object-inspect/example/fn.js +5 -0
  960. package/backend/node_modules/object-inspect/example/inspect.js +10 -0
  961. package/backend/node_modules/object-inspect/index.js +544 -0
  962. package/backend/node_modules/object-inspect/package-support.json +20 -0
  963. package/backend/node_modules/object-inspect/package.json +105 -0
  964. package/backend/node_modules/object-inspect/readme.markdown +84 -0
  965. package/backend/node_modules/object-inspect/test/bigint.js +58 -0
  966. package/backend/node_modules/object-inspect/test/browser/dom.js +15 -0
  967. package/backend/node_modules/object-inspect/test/circular.js +16 -0
  968. package/backend/node_modules/object-inspect/test/deep.js +12 -0
  969. package/backend/node_modules/object-inspect/test/element.js +53 -0
  970. package/backend/node_modules/object-inspect/test/err.js +48 -0
  971. package/backend/node_modules/object-inspect/test/fakes.js +29 -0
  972. package/backend/node_modules/object-inspect/test/fn.js +76 -0
  973. package/backend/node_modules/object-inspect/test/global.js +17 -0
  974. package/backend/node_modules/object-inspect/test/has.js +15 -0
  975. package/backend/node_modules/object-inspect/test/holes.js +15 -0
  976. package/backend/node_modules/object-inspect/test/indent-option.js +271 -0
  977. package/backend/node_modules/object-inspect/test/inspect.js +139 -0
  978. package/backend/node_modules/object-inspect/test/lowbyte.js +12 -0
  979. package/backend/node_modules/object-inspect/test/number.js +58 -0
  980. package/backend/node_modules/object-inspect/test/quoteStyle.js +26 -0
  981. package/backend/node_modules/object-inspect/test/toStringTag.js +40 -0
  982. package/backend/node_modules/object-inspect/test/undef.js +12 -0
  983. package/backend/node_modules/object-inspect/test/values.js +261 -0
  984. package/backend/node_modules/object-inspect/test-core-js.js +26 -0
  985. package/backend/node_modules/object-inspect/util.inspect.js +1 -0
  986. package/backend/node_modules/on-finished/HISTORY.md +98 -0
  987. package/backend/node_modules/on-finished/LICENSE +23 -0
  988. package/backend/node_modules/on-finished/README.md +162 -0
  989. package/backend/node_modules/on-finished/index.js +234 -0
  990. package/backend/node_modules/on-finished/package.json +39 -0
  991. package/backend/node_modules/on-headers/HISTORY.md +26 -0
  992. package/backend/node_modules/on-headers/LICENSE +22 -0
  993. package/backend/node_modules/on-headers/README.md +81 -0
  994. package/backend/node_modules/on-headers/index.js +180 -0
  995. package/backend/node_modules/on-headers/package.json +44 -0
  996. package/backend/node_modules/once/LICENSE +15 -0
  997. package/backend/node_modules/once/README.md +79 -0
  998. package/backend/node_modules/once/once.js +42 -0
  999. package/backend/node_modules/once/package.json +33 -0
  1000. package/backend/node_modules/parseurl/HISTORY.md +58 -0
  1001. package/backend/node_modules/parseurl/LICENSE +24 -0
  1002. package/backend/node_modules/parseurl/README.md +133 -0
  1003. package/backend/node_modules/parseurl/index.js +158 -0
  1004. package/backend/node_modules/parseurl/package.json +40 -0
  1005. package/backend/node_modules/path-to-regexp/LICENSE +21 -0
  1006. package/backend/node_modules/path-to-regexp/Readme.md +224 -0
  1007. package/backend/node_modules/path-to-regexp/dist/index.d.ts +144 -0
  1008. package/backend/node_modules/path-to-regexp/dist/index.js +409 -0
  1009. package/backend/node_modules/path-to-regexp/dist/index.js.map +1 -0
  1010. package/backend/node_modules/path-to-regexp/package.json +64 -0
  1011. package/backend/node_modules/process-nextick-args/index.js +45 -0
  1012. package/backend/node_modules/process-nextick-args/license.md +19 -0
  1013. package/backend/node_modules/process-nextick-args/package.json +25 -0
  1014. package/backend/node_modules/process-nextick-args/readme.md +18 -0
  1015. package/backend/node_modules/proxy-addr/HISTORY.md +161 -0
  1016. package/backend/node_modules/proxy-addr/LICENSE +22 -0
  1017. package/backend/node_modules/proxy-addr/README.md +139 -0
  1018. package/backend/node_modules/proxy-addr/index.js +327 -0
  1019. package/backend/node_modules/proxy-addr/package.json +47 -0
  1020. package/backend/node_modules/qs/.editorconfig +46 -0
  1021. package/backend/node_modules/qs/.github/FUNDING.yml +12 -0
  1022. package/backend/node_modules/qs/.github/SECURITY.md +11 -0
  1023. package/backend/node_modules/qs/.github/THREAT_MODEL.md +78 -0
  1024. package/backend/node_modules/qs/.nycrc +13 -0
  1025. package/backend/node_modules/qs/CHANGELOG.md +806 -0
  1026. package/backend/node_modules/qs/LICENSE.md +29 -0
  1027. package/backend/node_modules/qs/README.md +758 -0
  1028. package/backend/node_modules/qs/dist/qs.js +141 -0
  1029. package/backend/node_modules/qs/eslint.config.mjs +56 -0
  1030. package/backend/node_modules/qs/lib/formats.js +23 -0
  1031. package/backend/node_modules/qs/lib/index.js +11 -0
  1032. package/backend/node_modules/qs/lib/parse.js +373 -0
  1033. package/backend/node_modules/qs/lib/stringify.js +356 -0
  1034. package/backend/node_modules/qs/lib/utils.js +342 -0
  1035. package/backend/node_modules/qs/package.json +94 -0
  1036. package/backend/node_modules/qs/test/empty-keys-cases.js +267 -0
  1037. package/backend/node_modules/qs/test/parse.js +1568 -0
  1038. package/backend/node_modules/qs/test/stringify.js +1310 -0
  1039. package/backend/node_modules/qs/test/utils.js +404 -0
  1040. package/backend/node_modules/random-bytes/HISTORY.md +4 -0
  1041. package/backend/node_modules/random-bytes/LICENSE +21 -0
  1042. package/backend/node_modules/random-bytes/README.md +77 -0
  1043. package/backend/node_modules/random-bytes/index.js +101 -0
  1044. package/backend/node_modules/random-bytes/package.json +36 -0
  1045. package/backend/node_modules/range-parser/HISTORY.md +56 -0
  1046. package/backend/node_modules/range-parser/LICENSE +23 -0
  1047. package/backend/node_modules/range-parser/README.md +84 -0
  1048. package/backend/node_modules/range-parser/index.js +162 -0
  1049. package/backend/node_modules/range-parser/package.json +44 -0
  1050. package/backend/node_modules/raw-body/LICENSE +22 -0
  1051. package/backend/node_modules/raw-body/README.md +223 -0
  1052. package/backend/node_modules/raw-body/index.d.ts +85 -0
  1053. package/backend/node_modules/raw-body/index.js +336 -0
  1054. package/backend/node_modules/raw-body/package.json +46 -0
  1055. package/backend/node_modules/readable-stream/.travis.yml +34 -0
  1056. package/backend/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  1057. package/backend/node_modules/readable-stream/GOVERNANCE.md +136 -0
  1058. package/backend/node_modules/readable-stream/LICENSE +47 -0
  1059. package/backend/node_modules/readable-stream/README.md +58 -0
  1060. package/backend/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  1061. package/backend/node_modules/readable-stream/duplex-browser.js +1 -0
  1062. package/backend/node_modules/readable-stream/duplex.js +1 -0
  1063. package/backend/node_modules/readable-stream/lib/_stream_duplex.js +131 -0
  1064. package/backend/node_modules/readable-stream/lib/_stream_passthrough.js +47 -0
  1065. package/backend/node_modules/readable-stream/lib/_stream_readable.js +1019 -0
  1066. package/backend/node_modules/readable-stream/lib/_stream_transform.js +214 -0
  1067. package/backend/node_modules/readable-stream/lib/_stream_writable.js +687 -0
  1068. package/backend/node_modules/readable-stream/lib/internal/streams/BufferList.js +79 -0
  1069. package/backend/node_modules/readable-stream/lib/internal/streams/destroy.js +74 -0
  1070. package/backend/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  1071. package/backend/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  1072. package/backend/node_modules/readable-stream/package.json +52 -0
  1073. package/backend/node_modules/readable-stream/passthrough.js +1 -0
  1074. package/backend/node_modules/readable-stream/readable-browser.js +7 -0
  1075. package/backend/node_modules/readable-stream/readable.js +19 -0
  1076. package/backend/node_modules/readable-stream/transform.js +1 -0
  1077. package/backend/node_modules/readable-stream/writable-browser.js +1 -0
  1078. package/backend/node_modules/readable-stream/writable.js +8 -0
  1079. package/backend/node_modules/router/HISTORY.md +228 -0
  1080. package/backend/node_modules/router/LICENSE +23 -0
  1081. package/backend/node_modules/router/README.md +416 -0
  1082. package/backend/node_modules/router/index.js +748 -0
  1083. package/backend/node_modules/router/lib/layer.js +247 -0
  1084. package/backend/node_modules/router/lib/route.js +242 -0
  1085. package/backend/node_modules/router/package.json +44 -0
  1086. package/backend/node_modules/safe-buffer/LICENSE +21 -0
  1087. package/backend/node_modules/safe-buffer/README.md +584 -0
  1088. package/backend/node_modules/safe-buffer/index.d.ts +187 -0
  1089. package/backend/node_modules/safe-buffer/index.js +62 -0
  1090. package/backend/node_modules/safe-buffer/package.json +37 -0
  1091. package/backend/node_modules/safer-buffer/LICENSE +21 -0
  1092. package/backend/node_modules/safer-buffer/Porting-Buffer.md +268 -0
  1093. package/backend/node_modules/safer-buffer/Readme.md +156 -0
  1094. package/backend/node_modules/safer-buffer/dangerous.js +58 -0
  1095. package/backend/node_modules/safer-buffer/package.json +34 -0
  1096. package/backend/node_modules/safer-buffer/safer.js +77 -0
  1097. package/backend/node_modules/safer-buffer/tests.js +406 -0
  1098. package/backend/node_modules/semver/LICENSE +15 -0
  1099. package/backend/node_modules/semver/README.md +665 -0
  1100. package/backend/node_modules/semver/bin/semver.js +191 -0
  1101. package/backend/node_modules/semver/classes/comparator.js +143 -0
  1102. package/backend/node_modules/semver/classes/index.js +7 -0
  1103. package/backend/node_modules/semver/classes/range.js +557 -0
  1104. package/backend/node_modules/semver/classes/semver.js +333 -0
  1105. package/backend/node_modules/semver/functions/clean.js +8 -0
  1106. package/backend/node_modules/semver/functions/cmp.js +54 -0
  1107. package/backend/node_modules/semver/functions/coerce.js +62 -0
  1108. package/backend/node_modules/semver/functions/compare-build.js +9 -0
  1109. package/backend/node_modules/semver/functions/compare-loose.js +5 -0
  1110. package/backend/node_modules/semver/functions/compare.js +7 -0
  1111. package/backend/node_modules/semver/functions/diff.js +60 -0
  1112. package/backend/node_modules/semver/functions/eq.js +5 -0
  1113. package/backend/node_modules/semver/functions/gt.js +5 -0
  1114. package/backend/node_modules/semver/functions/gte.js +5 -0
  1115. package/backend/node_modules/semver/functions/inc.js +21 -0
  1116. package/backend/node_modules/semver/functions/lt.js +5 -0
  1117. package/backend/node_modules/semver/functions/lte.js +5 -0
  1118. package/backend/node_modules/semver/functions/major.js +5 -0
  1119. package/backend/node_modules/semver/functions/minor.js +5 -0
  1120. package/backend/node_modules/semver/functions/neq.js +5 -0
  1121. package/backend/node_modules/semver/functions/parse.js +18 -0
  1122. package/backend/node_modules/semver/functions/patch.js +5 -0
  1123. package/backend/node_modules/semver/functions/prerelease.js +8 -0
  1124. package/backend/node_modules/semver/functions/rcompare.js +5 -0
  1125. package/backend/node_modules/semver/functions/rsort.js +5 -0
  1126. package/backend/node_modules/semver/functions/satisfies.js +12 -0
  1127. package/backend/node_modules/semver/functions/sort.js +5 -0
  1128. package/backend/node_modules/semver/functions/valid.js +8 -0
  1129. package/backend/node_modules/semver/index.js +91 -0
  1130. package/backend/node_modules/semver/internal/constants.js +37 -0
  1131. package/backend/node_modules/semver/internal/debug.js +11 -0
  1132. package/backend/node_modules/semver/internal/identifiers.js +29 -0
  1133. package/backend/node_modules/semver/internal/lrucache.js +42 -0
  1134. package/backend/node_modules/semver/internal/parse-options.js +17 -0
  1135. package/backend/node_modules/semver/internal/re.js +223 -0
  1136. package/backend/node_modules/semver/package.json +78 -0
  1137. package/backend/node_modules/semver/preload.js +4 -0
  1138. package/backend/node_modules/semver/range.bnf +16 -0
  1139. package/backend/node_modules/semver/ranges/gtr.js +6 -0
  1140. package/backend/node_modules/semver/ranges/intersects.js +9 -0
  1141. package/backend/node_modules/semver/ranges/ltr.js +6 -0
  1142. package/backend/node_modules/semver/ranges/max-satisfying.js +27 -0
  1143. package/backend/node_modules/semver/ranges/min-satisfying.js +26 -0
  1144. package/backend/node_modules/semver/ranges/min-version.js +63 -0
  1145. package/backend/node_modules/semver/ranges/outside.js +82 -0
  1146. package/backend/node_modules/semver/ranges/simplify.js +49 -0
  1147. package/backend/node_modules/semver/ranges/subset.js +249 -0
  1148. package/backend/node_modules/semver/ranges/to-comparators.js +10 -0
  1149. package/backend/node_modules/semver/ranges/valid.js +13 -0
  1150. package/backend/node_modules/send/LICENSE +23 -0
  1151. package/backend/node_modules/send/README.md +317 -0
  1152. package/backend/node_modules/send/index.js +997 -0
  1153. package/backend/node_modules/send/package.json +63 -0
  1154. package/backend/node_modules/serve-static/LICENSE +25 -0
  1155. package/backend/node_modules/serve-static/README.md +253 -0
  1156. package/backend/node_modules/serve-static/index.js +208 -0
  1157. package/backend/node_modules/serve-static/package.json +44 -0
  1158. package/backend/node_modules/setprototypeof/LICENSE +13 -0
  1159. package/backend/node_modules/setprototypeof/README.md +31 -0
  1160. package/backend/node_modules/setprototypeof/index.d.ts +2 -0
  1161. package/backend/node_modules/setprototypeof/index.js +17 -0
  1162. package/backend/node_modules/setprototypeof/package.json +38 -0
  1163. package/backend/node_modules/setprototypeof/test/index.js +24 -0
  1164. package/backend/node_modules/side-channel/.editorconfig +9 -0
  1165. package/backend/node_modules/side-channel/.eslintrc +12 -0
  1166. package/backend/node_modules/side-channel/.github/FUNDING.yml +12 -0
  1167. package/backend/node_modules/side-channel/.nycrc +13 -0
  1168. package/backend/node_modules/side-channel/CHANGELOG.md +110 -0
  1169. package/backend/node_modules/side-channel/LICENSE +21 -0
  1170. package/backend/node_modules/side-channel/README.md +61 -0
  1171. package/backend/node_modules/side-channel/index.d.ts +14 -0
  1172. package/backend/node_modules/side-channel/index.js +43 -0
  1173. package/backend/node_modules/side-channel/package.json +85 -0
  1174. package/backend/node_modules/side-channel/test/index.js +104 -0
  1175. package/backend/node_modules/side-channel/tsconfig.json +9 -0
  1176. package/backend/node_modules/side-channel-list/.editorconfig +9 -0
  1177. package/backend/node_modules/side-channel-list/.eslintrc +11 -0
  1178. package/backend/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
  1179. package/backend/node_modules/side-channel-list/.nycrc +13 -0
  1180. package/backend/node_modules/side-channel-list/CHANGELOG.md +15 -0
  1181. package/backend/node_modules/side-channel-list/LICENSE +21 -0
  1182. package/backend/node_modules/side-channel-list/README.md +62 -0
  1183. package/backend/node_modules/side-channel-list/index.d.ts +13 -0
  1184. package/backend/node_modules/side-channel-list/index.js +113 -0
  1185. package/backend/node_modules/side-channel-list/list.d.ts +14 -0
  1186. package/backend/node_modules/side-channel-list/package.json +77 -0
  1187. package/backend/node_modules/side-channel-list/test/index.js +104 -0
  1188. package/backend/node_modules/side-channel-list/tsconfig.json +9 -0
  1189. package/backend/node_modules/side-channel-map/.editorconfig +9 -0
  1190. package/backend/node_modules/side-channel-map/.eslintrc +11 -0
  1191. package/backend/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
  1192. package/backend/node_modules/side-channel-map/.nycrc +13 -0
  1193. package/backend/node_modules/side-channel-map/CHANGELOG.md +22 -0
  1194. package/backend/node_modules/side-channel-map/LICENSE +21 -0
  1195. package/backend/node_modules/side-channel-map/README.md +62 -0
  1196. package/backend/node_modules/side-channel-map/index.d.ts +15 -0
  1197. package/backend/node_modules/side-channel-map/index.js +68 -0
  1198. package/backend/node_modules/side-channel-map/package.json +80 -0
  1199. package/backend/node_modules/side-channel-map/test/index.js +114 -0
  1200. package/backend/node_modules/side-channel-map/tsconfig.json +9 -0
  1201. package/backend/node_modules/side-channel-weakmap/.editorconfig +9 -0
  1202. package/backend/node_modules/side-channel-weakmap/.eslintrc +12 -0
  1203. package/backend/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
  1204. package/backend/node_modules/side-channel-weakmap/.nycrc +13 -0
  1205. package/backend/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
  1206. package/backend/node_modules/side-channel-weakmap/LICENSE +21 -0
  1207. package/backend/node_modules/side-channel-weakmap/README.md +62 -0
  1208. package/backend/node_modules/side-channel-weakmap/index.d.ts +15 -0
  1209. package/backend/node_modules/side-channel-weakmap/index.js +84 -0
  1210. package/backend/node_modules/side-channel-weakmap/package.json +87 -0
  1211. package/backend/node_modules/side-channel-weakmap/test/index.js +114 -0
  1212. package/backend/node_modules/side-channel-weakmap/tsconfig.json +9 -0
  1213. package/backend/node_modules/sql-escaper/LICENSE +21 -0
  1214. package/backend/node_modules/sql-escaper/README.md +424 -0
  1215. package/backend/node_modules/sql-escaper/lib/index.d.ts +15 -0
  1216. package/backend/node_modules/sql-escaper/lib/index.js +398 -0
  1217. package/backend/node_modules/sql-escaper/lib/index.mjs +305 -0
  1218. package/backend/node_modules/sql-escaper/lib/types.d.ts +5 -0
  1219. package/backend/node_modules/sql-escaper/lib/types.js +2 -0
  1220. package/backend/node_modules/sql-escaper/package.json +81 -0
  1221. package/backend/node_modules/sqlstring/HISTORY.md +43 -0
  1222. package/backend/node_modules/sqlstring/LICENSE +19 -0
  1223. package/backend/node_modules/sqlstring/README.md +206 -0
  1224. package/backend/node_modules/sqlstring/index.js +1 -0
  1225. package/backend/node_modules/sqlstring/lib/SqlString.js +237 -0
  1226. package/backend/node_modules/sqlstring/package.json +47 -0
  1227. package/backend/node_modules/statuses/HISTORY.md +87 -0
  1228. package/backend/node_modules/statuses/LICENSE +23 -0
  1229. package/backend/node_modules/statuses/README.md +139 -0
  1230. package/backend/node_modules/statuses/codes.json +65 -0
  1231. package/backend/node_modules/statuses/index.js +146 -0
  1232. package/backend/node_modules/statuses/package.json +49 -0
  1233. package/backend/node_modules/string_decoder/.travis.yml +50 -0
  1234. package/backend/node_modules/string_decoder/LICENSE +48 -0
  1235. package/backend/node_modules/string_decoder/README.md +47 -0
  1236. package/backend/node_modules/string_decoder/lib/string_decoder.js +296 -0
  1237. package/backend/node_modules/string_decoder/package.json +31 -0
  1238. package/backend/node_modules/toidentifier/HISTORY.md +9 -0
  1239. package/backend/node_modules/toidentifier/LICENSE +21 -0
  1240. package/backend/node_modules/toidentifier/README.md +61 -0
  1241. package/backend/node_modules/toidentifier/index.js +32 -0
  1242. package/backend/node_modules/toidentifier/package.json +38 -0
  1243. package/backend/node_modules/type-is/HISTORY.md +292 -0
  1244. package/backend/node_modules/type-is/LICENSE +23 -0
  1245. package/backend/node_modules/type-is/README.md +198 -0
  1246. package/backend/node_modules/type-is/index.js +250 -0
  1247. package/backend/node_modules/type-is/package.json +47 -0
  1248. package/backend/node_modules/uid-safe/HISTORY.md +61 -0
  1249. package/backend/node_modules/uid-safe/LICENSE +22 -0
  1250. package/backend/node_modules/uid-safe/README.md +77 -0
  1251. package/backend/node_modules/uid-safe/index.js +107 -0
  1252. package/backend/node_modules/uid-safe/package.json +46 -0
  1253. package/backend/node_modules/undici-types/LICENSE +21 -0
  1254. package/backend/node_modules/undici-types/README.md +6 -0
  1255. package/backend/node_modules/undici-types/agent.d.ts +32 -0
  1256. package/backend/node_modules/undici-types/api.d.ts +43 -0
  1257. package/backend/node_modules/undici-types/balanced-pool.d.ts +30 -0
  1258. package/backend/node_modules/undici-types/cache-interceptor.d.ts +173 -0
  1259. package/backend/node_modules/undici-types/cache.d.ts +36 -0
  1260. package/backend/node_modules/undici-types/client-stats.d.ts +15 -0
  1261. package/backend/node_modules/undici-types/client.d.ts +108 -0
  1262. package/backend/node_modules/undici-types/connector.d.ts +34 -0
  1263. package/backend/node_modules/undici-types/content-type.d.ts +21 -0
  1264. package/backend/node_modules/undici-types/cookies.d.ts +30 -0
  1265. package/backend/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
  1266. package/backend/node_modules/undici-types/dispatcher.d.ts +276 -0
  1267. package/backend/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
  1268. package/backend/node_modules/undici-types/errors.d.ts +161 -0
  1269. package/backend/node_modules/undici-types/eventsource.d.ts +66 -0
  1270. package/backend/node_modules/undici-types/fetch.d.ts +211 -0
  1271. package/backend/node_modules/undici-types/formdata.d.ts +108 -0
  1272. package/backend/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  1273. package/backend/node_modules/undici-types/global-origin.d.ts +7 -0
  1274. package/backend/node_modules/undici-types/h2c-client.d.ts +73 -0
  1275. package/backend/node_modules/undici-types/handlers.d.ts +15 -0
  1276. package/backend/node_modules/undici-types/header.d.ts +160 -0
  1277. package/backend/node_modules/undici-types/index.d.ts +88 -0
  1278. package/backend/node_modules/undici-types/interceptors.d.ts +73 -0
  1279. package/backend/node_modules/undici-types/mock-agent.d.ts +68 -0
  1280. package/backend/node_modules/undici-types/mock-call-history.d.ts +111 -0
  1281. package/backend/node_modules/undici-types/mock-client.d.ts +27 -0
  1282. package/backend/node_modules/undici-types/mock-errors.d.ts +12 -0
  1283. package/backend/node_modules/undici-types/mock-interceptor.d.ts +94 -0
  1284. package/backend/node_modules/undici-types/mock-pool.d.ts +27 -0
  1285. package/backend/node_modules/undici-types/package.json +55 -0
  1286. package/backend/node_modules/undici-types/patch.d.ts +29 -0
  1287. package/backend/node_modules/undici-types/pool-stats.d.ts +19 -0
  1288. package/backend/node_modules/undici-types/pool.d.ts +41 -0
  1289. package/backend/node_modules/undici-types/proxy-agent.d.ts +29 -0
  1290. package/backend/node_modules/undici-types/readable.d.ts +68 -0
  1291. package/backend/node_modules/undici-types/retry-agent.d.ts +8 -0
  1292. package/backend/node_modules/undici-types/retry-handler.d.ts +125 -0
  1293. package/backend/node_modules/undici-types/round-robin-pool.d.ts +41 -0
  1294. package/backend/node_modules/undici-types/snapshot-agent.d.ts +109 -0
  1295. package/backend/node_modules/undici-types/util.d.ts +18 -0
  1296. package/backend/node_modules/undici-types/utility.d.ts +7 -0
  1297. package/backend/node_modules/undici-types/webidl.d.ts +341 -0
  1298. package/backend/node_modules/undici-types/websocket.d.ts +186 -0
  1299. package/backend/node_modules/unpipe/HISTORY.md +4 -0
  1300. package/backend/node_modules/unpipe/LICENSE +22 -0
  1301. package/backend/node_modules/unpipe/README.md +43 -0
  1302. package/backend/node_modules/unpipe/index.js +69 -0
  1303. package/backend/node_modules/unpipe/package.json +27 -0
  1304. package/backend/node_modules/util-deprecate/History.md +16 -0
  1305. package/backend/node_modules/util-deprecate/LICENSE +24 -0
  1306. package/backend/node_modules/util-deprecate/README.md +53 -0
  1307. package/backend/node_modules/util-deprecate/browser.js +67 -0
  1308. package/backend/node_modules/util-deprecate/node.js +6 -0
  1309. package/backend/node_modules/util-deprecate/package.json +27 -0
  1310. package/backend/node_modules/vary/HISTORY.md +39 -0
  1311. package/backend/node_modules/vary/LICENSE +22 -0
  1312. package/backend/node_modules/vary/README.md +101 -0
  1313. package/backend/node_modules/vary/index.js +149 -0
  1314. package/backend/node_modules/vary/package.json +43 -0
  1315. package/backend/node_modules/wrappy/LICENSE +15 -0
  1316. package/backend/node_modules/wrappy/README.md +36 -0
  1317. package/backend/node_modules/wrappy/package.json +29 -0
  1318. package/backend/node_modules/wrappy/wrappy.js +33 -0
  1319. package/backend/package-lock.json +1326 -0
  1320. package/backend/package.json +14 -0
  1321. package/backend/server.js +162 -0
  1322. package/frontend/README.md +16 -0
  1323. package/frontend/crpms.sql +157 -0
  1324. package/frontend/eslint.config.js +29 -0
  1325. package/frontend/index.html +13 -0
  1326. package/frontend/package-lock.json +3930 -0
  1327. package/frontend/package.json +38 -0
  1328. package/frontend/project/package.json +13 -0
  1329. package/frontend/public/vite.svg +1 -0
  1330. package/frontend/src/App.css +0 -0
  1331. package/frontend/src/App.jsx +545 -0
  1332. package/frontend/src/assets/react.svg +1 -0
  1333. package/frontend/src/components/Navbar.jsx +0 -0
  1334. package/frontend/src/components/Sidebar.jsx +0 -0
  1335. package/frontend/src/index.css +1 -0
  1336. package/frontend/src/login.jsx +0 -0
  1337. package/frontend/src/main.jsx +11 -0
  1338. package/frontend/src/pages/Dashboard.jsx +0 -0
  1339. package/frontend/src/pages/Login.jsx +0 -0
  1340. package/frontend/src/pages/Register.jsx +0 -0
  1341. package/frontend/src/pages/StockIn.jsx +0 -0
  1342. package/frontend/src/pages/StockOut.jsx +1 -0
  1343. package/frontend/tailwind.config.js +9 -0
  1344. package/frontend/vite.config.js +10 -0
  1345. package/package.json +13 -0
@@ -0,0 +1,2476 @@
1
+ /**
2
+ * MySQL error constants
3
+ *
4
+ * Extracted from version 5.7.29
5
+ *
6
+ * !! Generated by generate-error-constants.js, do not modify by hand !!
7
+ */
8
+
9
+ exports.EE_CANTCREATEFILE = 1;
10
+ exports.EE_READ = 2;
11
+ exports.EE_WRITE = 3;
12
+ exports.EE_BADCLOSE = 4;
13
+ exports.EE_OUTOFMEMORY = 5;
14
+ exports.EE_DELETE = 6;
15
+ exports.EE_LINK = 7;
16
+ exports.EE_EOFERR = 9;
17
+ exports.EE_CANTLOCK = 10;
18
+ exports.EE_CANTUNLOCK = 11;
19
+ exports.EE_DIR = 12;
20
+ exports.EE_STAT = 13;
21
+ exports.EE_CANT_CHSIZE = 14;
22
+ exports.EE_CANT_OPEN_STREAM = 15;
23
+ exports.EE_GETWD = 16;
24
+ exports.EE_SETWD = 17;
25
+ exports.EE_LINK_WARNING = 18;
26
+ exports.EE_OPEN_WARNING = 19;
27
+ exports.EE_DISK_FULL = 20;
28
+ exports.EE_CANT_MKDIR = 21;
29
+ exports.EE_UNKNOWN_CHARSET = 22;
30
+ exports.EE_OUT_OF_FILERESOURCES = 23;
31
+ exports.EE_CANT_READLINK = 24;
32
+ exports.EE_CANT_SYMLINK = 25;
33
+ exports.EE_REALPATH = 26;
34
+ exports.EE_SYNC = 27;
35
+ exports.EE_UNKNOWN_COLLATION = 28;
36
+ exports.EE_FILENOTFOUND = 29;
37
+ exports.EE_FILE_NOT_CLOSED = 30;
38
+ exports.EE_CHANGE_OWNERSHIP = 31;
39
+ exports.EE_CHANGE_PERMISSIONS = 32;
40
+ exports.EE_CANT_SEEK = 33;
41
+ exports.EE_CAPACITY_EXCEEDED = 34;
42
+ exports.HA_ERR_KEY_NOT_FOUND = 120;
43
+ exports.HA_ERR_FOUND_DUPP_KEY = 121;
44
+ exports.HA_ERR_INTERNAL_ERROR = 122;
45
+ exports.HA_ERR_RECORD_CHANGED = 123;
46
+ exports.HA_ERR_WRONG_INDEX = 124;
47
+ exports.HA_ERR_CRASHED = 126;
48
+ exports.HA_ERR_WRONG_IN_RECORD = 127;
49
+ exports.HA_ERR_OUT_OF_MEM = 128;
50
+ exports.HA_ERR_NOT_A_TABLE = 130;
51
+ exports.HA_ERR_WRONG_COMMAND = 131;
52
+ exports.HA_ERR_OLD_FILE = 132;
53
+ exports.HA_ERR_NO_ACTIVE_RECORD = 133;
54
+ exports.HA_ERR_RECORD_DELETED = 134;
55
+ exports.HA_ERR_RECORD_FILE_FULL = 135;
56
+ exports.HA_ERR_INDEX_FILE_FULL = 136;
57
+ exports.HA_ERR_END_OF_FILE = 137;
58
+ exports.HA_ERR_UNSUPPORTED = 138;
59
+ exports.HA_ERR_TOO_BIG_ROW = 139;
60
+ exports.HA_WRONG_CREATE_OPTION = 140;
61
+ exports.HA_ERR_FOUND_DUPP_UNIQUE = 141;
62
+ exports.HA_ERR_UNKNOWN_CHARSET = 142;
63
+ exports.HA_ERR_WRONG_MRG_TABLE_DEF = 143;
64
+ exports.HA_ERR_CRASHED_ON_REPAIR = 144;
65
+ exports.HA_ERR_CRASHED_ON_USAGE = 145;
66
+ exports.HA_ERR_LOCK_WAIT_TIMEOUT = 146;
67
+ exports.HA_ERR_LOCK_TABLE_FULL = 147;
68
+ exports.HA_ERR_READ_ONLY_TRANSACTION = 148;
69
+ exports.HA_ERR_LOCK_DEADLOCK = 149;
70
+ exports.HA_ERR_CANNOT_ADD_FOREIGN = 150;
71
+ exports.HA_ERR_NO_REFERENCED_ROW = 151;
72
+ exports.HA_ERR_ROW_IS_REFERENCED = 152;
73
+ exports.HA_ERR_NO_SAVEPOINT = 153;
74
+ exports.HA_ERR_NON_UNIQUE_BLOCK_SIZE = 154;
75
+ exports.HA_ERR_NO_SUCH_TABLE = 155;
76
+ exports.HA_ERR_TABLE_EXIST = 156;
77
+ exports.HA_ERR_NO_CONNECTION = 157;
78
+ exports.HA_ERR_NULL_IN_SPATIAL = 158;
79
+ exports.HA_ERR_TABLE_DEF_CHANGED = 159;
80
+ exports.HA_ERR_NO_PARTITION_FOUND = 160;
81
+ exports.HA_ERR_RBR_LOGGING_FAILED = 161;
82
+ exports.HA_ERR_DROP_INDEX_FK = 162;
83
+ exports.HA_ERR_FOREIGN_DUPLICATE_KEY = 163;
84
+ exports.HA_ERR_TABLE_NEEDS_UPGRADE = 164;
85
+ exports.HA_ERR_TABLE_READONLY = 165;
86
+ exports.HA_ERR_AUTOINC_READ_FAILED = 166;
87
+ exports.HA_ERR_AUTOINC_ERANGE = 167;
88
+ exports.HA_ERR_GENERIC = 168;
89
+ exports.HA_ERR_RECORD_IS_THE_SAME = 169;
90
+ exports.HA_ERR_LOGGING_IMPOSSIBLE = 170;
91
+ exports.HA_ERR_CORRUPT_EVENT = 171;
92
+ exports.HA_ERR_NEW_FILE = 172;
93
+ exports.HA_ERR_ROWS_EVENT_APPLY = 173;
94
+ exports.HA_ERR_INITIALIZATION = 174;
95
+ exports.HA_ERR_FILE_TOO_SHORT = 175;
96
+ exports.HA_ERR_WRONG_CRC = 176;
97
+ exports.HA_ERR_TOO_MANY_CONCURRENT_TRXS = 177;
98
+ exports.HA_ERR_NOT_IN_LOCK_PARTITIONS = 178;
99
+ exports.HA_ERR_INDEX_COL_TOO_LONG = 179;
100
+ exports.HA_ERR_INDEX_CORRUPT = 180;
101
+ exports.HA_ERR_UNDO_REC_TOO_BIG = 181;
102
+ exports.HA_FTS_INVALID_DOCID = 182;
103
+ exports.HA_ERR_TABLE_IN_FK_CHECK = 183;
104
+ exports.HA_ERR_TABLESPACE_EXISTS = 184;
105
+ exports.HA_ERR_TOO_MANY_FIELDS = 185;
106
+ exports.HA_ERR_ROW_IN_WRONG_PARTITION = 186;
107
+ exports.HA_ERR_INNODB_READ_ONLY = 187;
108
+ exports.HA_ERR_FTS_EXCEED_RESULT_CACHE_LIMIT = 188;
109
+ exports.HA_ERR_TEMP_FILE_WRITE_FAILURE = 189;
110
+ exports.HA_ERR_INNODB_FORCED_RECOVERY = 190;
111
+ exports.HA_ERR_FTS_TOO_MANY_WORDS_IN_PHRASE = 191;
112
+ exports.HA_ERR_FK_DEPTH_EXCEEDED = 192;
113
+ exports.HA_MISSING_CREATE_OPTION = 193;
114
+ exports.HA_ERR_SE_OUT_OF_MEMORY = 194;
115
+ exports.HA_ERR_TABLE_CORRUPT = 195;
116
+ exports.HA_ERR_QUERY_INTERRUPTED = 196;
117
+ exports.HA_ERR_TABLESPACE_MISSING = 197;
118
+ exports.HA_ERR_TABLESPACE_IS_NOT_EMPTY = 198;
119
+ exports.HA_ERR_WRONG_FILE_NAME = 199;
120
+ exports.HA_ERR_NOT_ALLOWED_COMMAND = 200;
121
+ exports.HA_ERR_COMPUTE_FAILED = 201;
122
+ exports.ER_HASHCHK = 1000;
123
+ exports.ER_NISAMCHK = 1001;
124
+ exports.ER_NO = 1002;
125
+ exports.ER_YES = 1003;
126
+ exports.ER_CANT_CREATE_FILE = 1004;
127
+ exports.ER_CANT_CREATE_TABLE = 1005;
128
+ exports.ER_CANT_CREATE_DB = 1006;
129
+ exports.ER_DB_CREATE_EXISTS = 1007;
130
+ exports.ER_DB_DROP_EXISTS = 1008;
131
+ exports.ER_DB_DROP_DELETE = 1009;
132
+ exports.ER_DB_DROP_RMDIR = 1010;
133
+ exports.ER_CANT_DELETE_FILE = 1011;
134
+ exports.ER_CANT_FIND_SYSTEM_REC = 1012;
135
+ exports.ER_CANT_GET_STAT = 1013;
136
+ exports.ER_CANT_GET_WD = 1014;
137
+ exports.ER_CANT_LOCK = 1015;
138
+ exports.ER_CANT_OPEN_FILE = 1016;
139
+ exports.ER_FILE_NOT_FOUND = 1017;
140
+ exports.ER_CANT_READ_DIR = 1018;
141
+ exports.ER_CANT_SET_WD = 1019;
142
+ exports.ER_CHECKREAD = 1020;
143
+ exports.ER_DISK_FULL = 1021;
144
+ exports.ER_DUP_KEY = 1022;
145
+ exports.ER_ERROR_ON_CLOSE = 1023;
146
+ exports.ER_ERROR_ON_READ = 1024;
147
+ exports.ER_ERROR_ON_RENAME = 1025;
148
+ exports.ER_ERROR_ON_WRITE = 1026;
149
+ exports.ER_FILE_USED = 1027;
150
+ exports.ER_FILSORT_ABORT = 1028;
151
+ exports.ER_FORM_NOT_FOUND = 1029;
152
+ exports.ER_GET_ERRNO = 1030;
153
+ exports.ER_ILLEGAL_HA = 1031;
154
+ exports.ER_KEY_NOT_FOUND = 1032;
155
+ exports.ER_NOT_FORM_FILE = 1033;
156
+ exports.ER_NOT_KEYFILE = 1034;
157
+ exports.ER_OLD_KEYFILE = 1035;
158
+ exports.ER_OPEN_AS_READONLY = 1036;
159
+ exports.ER_OUTOFMEMORY = 1037;
160
+ exports.ER_OUT_OF_SORTMEMORY = 1038;
161
+ exports.ER_UNEXPECTED_EOF = 1039;
162
+ exports.ER_CON_COUNT_ERROR = 1040;
163
+ exports.ER_OUT_OF_RESOURCES = 1041;
164
+ exports.ER_BAD_HOST_ERROR = 1042;
165
+ exports.ER_HANDSHAKE_ERROR = 1043;
166
+ exports.ER_DBACCESS_DENIED_ERROR = 1044;
167
+ exports.ER_ACCESS_DENIED_ERROR = 1045;
168
+ exports.ER_NO_DB_ERROR = 1046;
169
+ exports.ER_UNKNOWN_COM_ERROR = 1047;
170
+ exports.ER_BAD_NULL_ERROR = 1048;
171
+ exports.ER_BAD_DB_ERROR = 1049;
172
+ exports.ER_TABLE_EXISTS_ERROR = 1050;
173
+ exports.ER_BAD_TABLE_ERROR = 1051;
174
+ exports.ER_NON_UNIQ_ERROR = 1052;
175
+ exports.ER_SERVER_SHUTDOWN = 1053;
176
+ exports.ER_BAD_FIELD_ERROR = 1054;
177
+ exports.ER_WRONG_FIELD_WITH_GROUP = 1055;
178
+ exports.ER_WRONG_GROUP_FIELD = 1056;
179
+ exports.ER_WRONG_SUM_SELECT = 1057;
180
+ exports.ER_WRONG_VALUE_COUNT = 1058;
181
+ exports.ER_TOO_LONG_IDENT = 1059;
182
+ exports.ER_DUP_FIELDNAME = 1060;
183
+ exports.ER_DUP_KEYNAME = 1061;
184
+ exports.ER_DUP_ENTRY = 1062;
185
+ exports.ER_WRONG_FIELD_SPEC = 1063;
186
+ exports.ER_PARSE_ERROR = 1064;
187
+ exports.ER_EMPTY_QUERY = 1065;
188
+ exports.ER_NONUNIQ_TABLE = 1066;
189
+ exports.ER_INVALID_DEFAULT = 1067;
190
+ exports.ER_MULTIPLE_PRI_KEY = 1068;
191
+ exports.ER_TOO_MANY_KEYS = 1069;
192
+ exports.ER_TOO_MANY_KEY_PARTS = 1070;
193
+ exports.ER_TOO_LONG_KEY = 1071;
194
+ exports.ER_KEY_COLUMN_DOES_NOT_EXITS = 1072;
195
+ exports.ER_BLOB_USED_AS_KEY = 1073;
196
+ exports.ER_TOO_BIG_FIELDLENGTH = 1074;
197
+ exports.ER_WRONG_AUTO_KEY = 1075;
198
+ exports.ER_READY = 1076;
199
+ exports.ER_NORMAL_SHUTDOWN = 1077;
200
+ exports.ER_GOT_SIGNAL = 1078;
201
+ exports.ER_SHUTDOWN_COMPLETE = 1079;
202
+ exports.ER_FORCING_CLOSE = 1080;
203
+ exports.ER_IPSOCK_ERROR = 1081;
204
+ exports.ER_NO_SUCH_INDEX = 1082;
205
+ exports.ER_WRONG_FIELD_TERMINATORS = 1083;
206
+ exports.ER_BLOBS_AND_NO_TERMINATED = 1084;
207
+ exports.ER_TEXTFILE_NOT_READABLE = 1085;
208
+ exports.ER_FILE_EXISTS_ERROR = 1086;
209
+ exports.ER_LOAD_INFO = 1087;
210
+ exports.ER_ALTER_INFO = 1088;
211
+ exports.ER_WRONG_SUB_KEY = 1089;
212
+ exports.ER_CANT_REMOVE_ALL_FIELDS = 1090;
213
+ exports.ER_CANT_DROP_FIELD_OR_KEY = 1091;
214
+ exports.ER_INSERT_INFO = 1092;
215
+ exports.ER_UPDATE_TABLE_USED = 1093;
216
+ exports.ER_NO_SUCH_THREAD = 1094;
217
+ exports.ER_KILL_DENIED_ERROR = 1095;
218
+ exports.ER_NO_TABLES_USED = 1096;
219
+ exports.ER_TOO_BIG_SET = 1097;
220
+ exports.ER_NO_UNIQUE_LOGFILE = 1098;
221
+ exports.ER_TABLE_NOT_LOCKED_FOR_WRITE = 1099;
222
+ exports.ER_TABLE_NOT_LOCKED = 1100;
223
+ exports.ER_BLOB_CANT_HAVE_DEFAULT = 1101;
224
+ exports.ER_WRONG_DB_NAME = 1102;
225
+ exports.ER_WRONG_TABLE_NAME = 1103;
226
+ exports.ER_TOO_BIG_SELECT = 1104;
227
+ exports.ER_UNKNOWN_ERROR = 1105;
228
+ exports.ER_UNKNOWN_PROCEDURE = 1106;
229
+ exports.ER_WRONG_PARAMCOUNT_TO_PROCEDURE = 1107;
230
+ exports.ER_WRONG_PARAMETERS_TO_PROCEDURE = 1108;
231
+ exports.ER_UNKNOWN_TABLE = 1109;
232
+ exports.ER_FIELD_SPECIFIED_TWICE = 1110;
233
+ exports.ER_INVALID_GROUP_FUNC_USE = 1111;
234
+ exports.ER_UNSUPPORTED_EXTENSION = 1112;
235
+ exports.ER_TABLE_MUST_HAVE_COLUMNS = 1113;
236
+ exports.ER_RECORD_FILE_FULL = 1114;
237
+ exports.ER_UNKNOWN_CHARACTER_SET = 1115;
238
+ exports.ER_TOO_MANY_TABLES = 1116;
239
+ exports.ER_TOO_MANY_FIELDS = 1117;
240
+ exports.ER_TOO_BIG_ROWSIZE = 1118;
241
+ exports.ER_STACK_OVERRUN = 1119;
242
+ exports.ER_WRONG_OUTER_JOIN = 1120;
243
+ exports.ER_NULL_COLUMN_IN_INDEX = 1121;
244
+ exports.ER_CANT_FIND_UDF = 1122;
245
+ exports.ER_CANT_INITIALIZE_UDF = 1123;
246
+ exports.ER_UDF_NO_PATHS = 1124;
247
+ exports.ER_UDF_EXISTS = 1125;
248
+ exports.ER_CANT_OPEN_LIBRARY = 1126;
249
+ exports.ER_CANT_FIND_DL_ENTRY = 1127;
250
+ exports.ER_FUNCTION_NOT_DEFINED = 1128;
251
+ exports.ER_HOST_IS_BLOCKED = 1129;
252
+ exports.ER_HOST_NOT_PRIVILEGED = 1130;
253
+ exports.ER_PASSWORD_ANONYMOUS_USER = 1131;
254
+ exports.ER_PASSWORD_NOT_ALLOWED = 1132;
255
+ exports.ER_PASSWORD_NO_MATCH = 1133;
256
+ exports.ER_UPDATE_INFO = 1134;
257
+ exports.ER_CANT_CREATE_THREAD = 1135;
258
+ exports.ER_WRONG_VALUE_COUNT_ON_ROW = 1136;
259
+ exports.ER_CANT_REOPEN_TABLE = 1137;
260
+ exports.ER_INVALID_USE_OF_NULL = 1138;
261
+ exports.ER_REGEXP_ERROR = 1139;
262
+ exports.ER_MIX_OF_GROUP_FUNC_AND_FIELDS = 1140;
263
+ exports.ER_NONEXISTING_GRANT = 1141;
264
+ exports.ER_TABLEACCESS_DENIED_ERROR = 1142;
265
+ exports.ER_COLUMNACCESS_DENIED_ERROR = 1143;
266
+ exports.ER_ILLEGAL_GRANT_FOR_TABLE = 1144;
267
+ exports.ER_GRANT_WRONG_HOST_OR_USER = 1145;
268
+ exports.ER_NO_SUCH_TABLE = 1146;
269
+ exports.ER_NONEXISTING_TABLE_GRANT = 1147;
270
+ exports.ER_NOT_ALLOWED_COMMAND = 1148;
271
+ exports.ER_SYNTAX_ERROR = 1149;
272
+ exports.ER_DELAYED_CANT_CHANGE_LOCK = 1150;
273
+ exports.ER_TOO_MANY_DELAYED_THREADS = 1151;
274
+ exports.ER_ABORTING_CONNECTION = 1152;
275
+ exports.ER_NET_PACKET_TOO_LARGE = 1153;
276
+ exports.ER_NET_READ_ERROR_FROM_PIPE = 1154;
277
+ exports.ER_NET_FCNTL_ERROR = 1155;
278
+ exports.ER_NET_PACKETS_OUT_OF_ORDER = 1156;
279
+ exports.ER_NET_UNCOMPRESS_ERROR = 1157;
280
+ exports.ER_NET_READ_ERROR = 1158;
281
+ exports.ER_NET_READ_INTERRUPTED = 1159;
282
+ exports.ER_NET_ERROR_ON_WRITE = 1160;
283
+ exports.ER_NET_WRITE_INTERRUPTED = 1161;
284
+ exports.ER_TOO_LONG_STRING = 1162;
285
+ exports.ER_TABLE_CANT_HANDLE_BLOB = 1163;
286
+ exports.ER_TABLE_CANT_HANDLE_AUTO_INCREMENT = 1164;
287
+ exports.ER_DELAYED_INSERT_TABLE_LOCKED = 1165;
288
+ exports.ER_WRONG_COLUMN_NAME = 1166;
289
+ exports.ER_WRONG_KEY_COLUMN = 1167;
290
+ exports.ER_WRONG_MRG_TABLE = 1168;
291
+ exports.ER_DUP_UNIQUE = 1169;
292
+ exports.ER_BLOB_KEY_WITHOUT_LENGTH = 1170;
293
+ exports.ER_PRIMARY_CANT_HAVE_NULL = 1171;
294
+ exports.ER_TOO_MANY_ROWS = 1172;
295
+ exports.ER_REQUIRES_PRIMARY_KEY = 1173;
296
+ exports.ER_NO_RAID_COMPILED = 1174;
297
+ exports.ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE = 1175;
298
+ exports.ER_KEY_DOES_NOT_EXITS = 1176;
299
+ exports.ER_CHECK_NO_SUCH_TABLE = 1177;
300
+ exports.ER_CHECK_NOT_IMPLEMENTED = 1178;
301
+ exports.ER_CANT_DO_THIS_DURING_AN_TRANSACTION = 1179;
302
+ exports.ER_ERROR_DURING_COMMIT = 1180;
303
+ exports.ER_ERROR_DURING_ROLLBACK = 1181;
304
+ exports.ER_ERROR_DURING_FLUSH_LOGS = 1182;
305
+ exports.ER_ERROR_DURING_CHECKPOINT = 1183;
306
+ exports.ER_NEW_ABORTING_CONNECTION = 1184;
307
+ exports.ER_DUMP_NOT_IMPLEMENTED = 1185;
308
+ exports.ER_FLUSH_MASTER_BINLOG_CLOSED = 1186;
309
+ exports.ER_INDEX_REBUILD = 1187;
310
+ exports.ER_MASTER = 1188;
311
+ exports.ER_MASTER_NET_READ = 1189;
312
+ exports.ER_MASTER_NET_WRITE = 1190;
313
+ exports.ER_FT_MATCHING_KEY_NOT_FOUND = 1191;
314
+ exports.ER_LOCK_OR_ACTIVE_TRANSACTION = 1192;
315
+ exports.ER_UNKNOWN_SYSTEM_VARIABLE = 1193;
316
+ exports.ER_CRASHED_ON_USAGE = 1194;
317
+ exports.ER_CRASHED_ON_REPAIR = 1195;
318
+ exports.ER_WARNING_NOT_COMPLETE_ROLLBACK = 1196;
319
+ exports.ER_TRANS_CACHE_FULL = 1197;
320
+ exports.ER_SLAVE_MUST_STOP = 1198;
321
+ exports.ER_SLAVE_NOT_RUNNING = 1199;
322
+ exports.ER_BAD_SLAVE = 1200;
323
+ exports.ER_MASTER_INFO = 1201;
324
+ exports.ER_SLAVE_THREAD = 1202;
325
+ exports.ER_TOO_MANY_USER_CONNECTIONS = 1203;
326
+ exports.ER_SET_CONSTANTS_ONLY = 1204;
327
+ exports.ER_LOCK_WAIT_TIMEOUT = 1205;
328
+ exports.ER_LOCK_TABLE_FULL = 1206;
329
+ exports.ER_READ_ONLY_TRANSACTION = 1207;
330
+ exports.ER_DROP_DB_WITH_READ_LOCK = 1208;
331
+ exports.ER_CREATE_DB_WITH_READ_LOCK = 1209;
332
+ exports.ER_WRONG_ARGUMENTS = 1210;
333
+ exports.ER_NO_PERMISSION_TO_CREATE_USER = 1211;
334
+ exports.ER_UNION_TABLES_IN_DIFFERENT_DIR = 1212;
335
+ exports.ER_LOCK_DEADLOCK = 1213;
336
+ exports.ER_TABLE_CANT_HANDLE_FT = 1214;
337
+ exports.ER_CANNOT_ADD_FOREIGN = 1215;
338
+ exports.ER_NO_REFERENCED_ROW = 1216;
339
+ exports.ER_ROW_IS_REFERENCED = 1217;
340
+ exports.ER_CONNECT_TO_MASTER = 1218;
341
+ exports.ER_QUERY_ON_MASTER = 1219;
342
+ exports.ER_ERROR_WHEN_EXECUTING_COMMAND = 1220;
343
+ exports.ER_WRONG_USAGE = 1221;
344
+ exports.ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT = 1222;
345
+ exports.ER_CANT_UPDATE_WITH_READLOCK = 1223;
346
+ exports.ER_MIXING_NOT_ALLOWED = 1224;
347
+ exports.ER_DUP_ARGUMENT = 1225;
348
+ exports.ER_USER_LIMIT_REACHED = 1226;
349
+ exports.ER_SPECIFIC_ACCESS_DENIED_ERROR = 1227;
350
+ exports.ER_LOCAL_VARIABLE = 1228;
351
+ exports.ER_GLOBAL_VARIABLE = 1229;
352
+ exports.ER_NO_DEFAULT = 1230;
353
+ exports.ER_WRONG_VALUE_FOR_VAR = 1231;
354
+ exports.ER_WRONG_TYPE_FOR_VAR = 1232;
355
+ exports.ER_VAR_CANT_BE_READ = 1233;
356
+ exports.ER_CANT_USE_OPTION_HERE = 1234;
357
+ exports.ER_NOT_SUPPORTED_YET = 1235;
358
+ exports.ER_MASTER_FATAL_ERROR_READING_BINLOG = 1236;
359
+ exports.ER_SLAVE_IGNORED_TABLE = 1237;
360
+ exports.ER_INCORRECT_GLOBAL_LOCAL_VAR = 1238;
361
+ exports.ER_WRONG_FK_DEF = 1239;
362
+ exports.ER_KEY_REF_DO_NOT_MATCH_TABLE_REF = 1240;
363
+ exports.ER_OPERAND_COLUMNS = 1241;
364
+ exports.ER_SUBQUERY_NO_1_ROW = 1242;
365
+ exports.ER_UNKNOWN_STMT_HANDLER = 1243;
366
+ exports.ER_CORRUPT_HELP_DB = 1244;
367
+ exports.ER_CYCLIC_REFERENCE = 1245;
368
+ exports.ER_AUTO_CONVERT = 1246;
369
+ exports.ER_ILLEGAL_REFERENCE = 1247;
370
+ exports.ER_DERIVED_MUST_HAVE_ALIAS = 1248;
371
+ exports.ER_SELECT_REDUCED = 1249;
372
+ exports.ER_TABLENAME_NOT_ALLOWED_HERE = 1250;
373
+ exports.ER_NOT_SUPPORTED_AUTH_MODE = 1251;
374
+ exports.ER_SPATIAL_CANT_HAVE_NULL = 1252;
375
+ exports.ER_COLLATION_CHARSET_MISMATCH = 1253;
376
+ exports.ER_SLAVE_WAS_RUNNING = 1254;
377
+ exports.ER_SLAVE_WAS_NOT_RUNNING = 1255;
378
+ exports.ER_TOO_BIG_FOR_UNCOMPRESS = 1256;
379
+ exports.ER_ZLIB_Z_MEM_ERROR = 1257;
380
+ exports.ER_ZLIB_Z_BUF_ERROR = 1258;
381
+ exports.ER_ZLIB_Z_DATA_ERROR = 1259;
382
+ exports.ER_CUT_VALUE_GROUP_CONCAT = 1260;
383
+ exports.ER_WARN_TOO_FEW_RECORDS = 1261;
384
+ exports.ER_WARN_TOO_MANY_RECORDS = 1262;
385
+ exports.ER_WARN_NULL_TO_NOTNULL = 1263;
386
+ exports.ER_WARN_DATA_OUT_OF_RANGE = 1264;
387
+ exports.WARN_DATA_TRUNCATED = 1265;
388
+ exports.ER_WARN_USING_OTHER_HANDLER = 1266;
389
+ exports.ER_CANT_AGGREGATE_2COLLATIONS = 1267;
390
+ exports.ER_DROP_USER = 1268;
391
+ exports.ER_REVOKE_GRANTS = 1269;
392
+ exports.ER_CANT_AGGREGATE_3COLLATIONS = 1270;
393
+ exports.ER_CANT_AGGREGATE_NCOLLATIONS = 1271;
394
+ exports.ER_VARIABLE_IS_NOT_STRUCT = 1272;
395
+ exports.ER_UNKNOWN_COLLATION = 1273;
396
+ exports.ER_SLAVE_IGNORED_SSL_PARAMS = 1274;
397
+ exports.ER_SERVER_IS_IN_SECURE_AUTH_MODE = 1275;
398
+ exports.ER_WARN_FIELD_RESOLVED = 1276;
399
+ exports.ER_BAD_SLAVE_UNTIL_COND = 1277;
400
+ exports.ER_MISSING_SKIP_SLAVE = 1278;
401
+ exports.ER_UNTIL_COND_IGNORED = 1279;
402
+ exports.ER_WRONG_NAME_FOR_INDEX = 1280;
403
+ exports.ER_WRONG_NAME_FOR_CATALOG = 1281;
404
+ exports.ER_WARN_QC_RESIZE = 1282;
405
+ exports.ER_BAD_FT_COLUMN = 1283;
406
+ exports.ER_UNKNOWN_KEY_CACHE = 1284;
407
+ exports.ER_WARN_HOSTNAME_WONT_WORK = 1285;
408
+ exports.ER_UNKNOWN_STORAGE_ENGINE = 1286;
409
+ exports.ER_WARN_DEPRECATED_SYNTAX = 1287;
410
+ exports.ER_NON_UPDATABLE_TABLE = 1288;
411
+ exports.ER_FEATURE_DISABLED = 1289;
412
+ exports.ER_OPTION_PREVENTS_STATEMENT = 1290;
413
+ exports.ER_DUPLICATED_VALUE_IN_TYPE = 1291;
414
+ exports.ER_TRUNCATED_WRONG_VALUE = 1292;
415
+ exports.ER_TOO_MUCH_AUTO_TIMESTAMP_COLS = 1293;
416
+ exports.ER_INVALID_ON_UPDATE = 1294;
417
+ exports.ER_UNSUPPORTED_PS = 1295;
418
+ exports.ER_GET_ERRMSG = 1296;
419
+ exports.ER_GET_TEMPORARY_ERRMSG = 1297;
420
+ exports.ER_UNKNOWN_TIME_ZONE = 1298;
421
+ exports.ER_WARN_INVALID_TIMESTAMP = 1299;
422
+ exports.ER_INVALID_CHARACTER_STRING = 1300;
423
+ exports.ER_WARN_ALLOWED_PACKET_OVERFLOWED = 1301;
424
+ exports.ER_CONFLICTING_DECLARATIONS = 1302;
425
+ exports.ER_SP_NO_RECURSIVE_CREATE = 1303;
426
+ exports.ER_SP_ALREADY_EXISTS = 1304;
427
+ exports.ER_SP_DOES_NOT_EXIST = 1305;
428
+ exports.ER_SP_DROP_FAILED = 1306;
429
+ exports.ER_SP_STORE_FAILED = 1307;
430
+ exports.ER_SP_LILABEL_MISMATCH = 1308;
431
+ exports.ER_SP_LABEL_REDEFINE = 1309;
432
+ exports.ER_SP_LABEL_MISMATCH = 1310;
433
+ exports.ER_SP_UNINIT_VAR = 1311;
434
+ exports.ER_SP_BADSELECT = 1312;
435
+ exports.ER_SP_BADRETURN = 1313;
436
+ exports.ER_SP_BADSTATEMENT = 1314;
437
+ exports.ER_UPDATE_LOG_DEPRECATED_IGNORED = 1315;
438
+ exports.ER_UPDATE_LOG_DEPRECATED_TRANSLATED = 1316;
439
+ exports.ER_QUERY_INTERRUPTED = 1317;
440
+ exports.ER_SP_WRONG_NO_OF_ARGS = 1318;
441
+ exports.ER_SP_COND_MISMATCH = 1319;
442
+ exports.ER_SP_NORETURN = 1320;
443
+ exports.ER_SP_NORETURNEND = 1321;
444
+ exports.ER_SP_BAD_CURSOR_QUERY = 1322;
445
+ exports.ER_SP_BAD_CURSOR_SELECT = 1323;
446
+ exports.ER_SP_CURSOR_MISMATCH = 1324;
447
+ exports.ER_SP_CURSOR_ALREADY_OPEN = 1325;
448
+ exports.ER_SP_CURSOR_NOT_OPEN = 1326;
449
+ exports.ER_SP_UNDECLARED_VAR = 1327;
450
+ exports.ER_SP_WRONG_NO_OF_FETCH_ARGS = 1328;
451
+ exports.ER_SP_FETCH_NO_DATA = 1329;
452
+ exports.ER_SP_DUP_PARAM = 1330;
453
+ exports.ER_SP_DUP_VAR = 1331;
454
+ exports.ER_SP_DUP_COND = 1332;
455
+ exports.ER_SP_DUP_CURS = 1333;
456
+ exports.ER_SP_CANT_ALTER = 1334;
457
+ exports.ER_SP_SUBSELECT_NYI = 1335;
458
+ exports.ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG = 1336;
459
+ exports.ER_SP_VARCOND_AFTER_CURSHNDLR = 1337;
460
+ exports.ER_SP_CURSOR_AFTER_HANDLER = 1338;
461
+ exports.ER_SP_CASE_NOT_FOUND = 1339;
462
+ exports.ER_FPARSER_TOO_BIG_FILE = 1340;
463
+ exports.ER_FPARSER_BAD_HEADER = 1341;
464
+ exports.ER_FPARSER_EOF_IN_COMMENT = 1342;
465
+ exports.ER_FPARSER_ERROR_IN_PARAMETER = 1343;
466
+ exports.ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER = 1344;
467
+ exports.ER_VIEW_NO_EXPLAIN = 1345;
468
+ exports.ER_FRM_UNKNOWN_TYPE = 1346;
469
+ exports.ER_WRONG_OBJECT = 1347;
470
+ exports.ER_NONUPDATEABLE_COLUMN = 1348;
471
+ exports.ER_VIEW_SELECT_DERIVED = 1349;
472
+ exports.ER_VIEW_SELECT_CLAUSE = 1350;
473
+ exports.ER_VIEW_SELECT_VARIABLE = 1351;
474
+ exports.ER_VIEW_SELECT_TMPTABLE = 1352;
475
+ exports.ER_VIEW_WRONG_LIST = 1353;
476
+ exports.ER_WARN_VIEW_MERGE = 1354;
477
+ exports.ER_WARN_VIEW_WITHOUT_KEY = 1355;
478
+ exports.ER_VIEW_INVALID = 1356;
479
+ exports.ER_SP_NO_DROP_SP = 1357;
480
+ exports.ER_SP_GOTO_IN_HNDLR = 1358;
481
+ exports.ER_TRG_ALREADY_EXISTS = 1359;
482
+ exports.ER_TRG_DOES_NOT_EXIST = 1360;
483
+ exports.ER_TRG_ON_VIEW_OR_TEMP_TABLE = 1361;
484
+ exports.ER_TRG_CANT_CHANGE_ROW = 1362;
485
+ exports.ER_TRG_NO_SUCH_ROW_IN_TRG = 1363;
486
+ exports.ER_NO_DEFAULT_FOR_FIELD = 1364;
487
+ exports.ER_DIVISION_BY_ZERO = 1365;
488
+ exports.ER_TRUNCATED_WRONG_VALUE_FOR_FIELD = 1366;
489
+ exports.ER_ILLEGAL_VALUE_FOR_TYPE = 1367;
490
+ exports.ER_VIEW_NONUPD_CHECK = 1368;
491
+ exports.ER_VIEW_CHECK_FAILED = 1369;
492
+ exports.ER_PROCACCESS_DENIED_ERROR = 1370;
493
+ exports.ER_RELAY_LOG_FAIL = 1371;
494
+ exports.ER_PASSWD_LENGTH = 1372;
495
+ exports.ER_UNKNOWN_TARGET_BINLOG = 1373;
496
+ exports.ER_IO_ERR_LOG_INDEX_READ = 1374;
497
+ exports.ER_BINLOG_PURGE_PROHIBITED = 1375;
498
+ exports.ER_FSEEK_FAIL = 1376;
499
+ exports.ER_BINLOG_PURGE_FATAL_ERR = 1377;
500
+ exports.ER_LOG_IN_USE = 1378;
501
+ exports.ER_LOG_PURGE_UNKNOWN_ERR = 1379;
502
+ exports.ER_RELAY_LOG_INIT = 1380;
503
+ exports.ER_NO_BINARY_LOGGING = 1381;
504
+ exports.ER_RESERVED_SYNTAX = 1382;
505
+ exports.ER_WSAS_FAILED = 1383;
506
+ exports.ER_DIFF_GROUPS_PROC = 1384;
507
+ exports.ER_NO_GROUP_FOR_PROC = 1385;
508
+ exports.ER_ORDER_WITH_PROC = 1386;
509
+ exports.ER_LOGGING_PROHIBIT_CHANGING_OF = 1387;
510
+ exports.ER_NO_FILE_MAPPING = 1388;
511
+ exports.ER_WRONG_MAGIC = 1389;
512
+ exports.ER_PS_MANY_PARAM = 1390;
513
+ exports.ER_KEY_PART_0 = 1391;
514
+ exports.ER_VIEW_CHECKSUM = 1392;
515
+ exports.ER_VIEW_MULTIUPDATE = 1393;
516
+ exports.ER_VIEW_NO_INSERT_FIELD_LIST = 1394;
517
+ exports.ER_VIEW_DELETE_MERGE_VIEW = 1395;
518
+ exports.ER_CANNOT_USER = 1396;
519
+ exports.ER_XAER_NOTA = 1397;
520
+ exports.ER_XAER_INVAL = 1398;
521
+ exports.ER_XAER_RMFAIL = 1399;
522
+ exports.ER_XAER_OUTSIDE = 1400;
523
+ exports.ER_XAER_RMERR = 1401;
524
+ exports.ER_XA_RBROLLBACK = 1402;
525
+ exports.ER_NONEXISTING_PROC_GRANT = 1403;
526
+ exports.ER_PROC_AUTO_GRANT_FAIL = 1404;
527
+ exports.ER_PROC_AUTO_REVOKE_FAIL = 1405;
528
+ exports.ER_DATA_TOO_LONG = 1406;
529
+ exports.ER_SP_BAD_SQLSTATE = 1407;
530
+ exports.ER_STARTUP = 1408;
531
+ exports.ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR = 1409;
532
+ exports.ER_CANT_CREATE_USER_WITH_GRANT = 1410;
533
+ exports.ER_WRONG_VALUE_FOR_TYPE = 1411;
534
+ exports.ER_TABLE_DEF_CHANGED = 1412;
535
+ exports.ER_SP_DUP_HANDLER = 1413;
536
+ exports.ER_SP_NOT_VAR_ARG = 1414;
537
+ exports.ER_SP_NO_RETSET = 1415;
538
+ exports.ER_CANT_CREATE_GEOMETRY_OBJECT = 1416;
539
+ exports.ER_FAILED_ROUTINE_BREAK_BINLOG = 1417;
540
+ exports.ER_BINLOG_UNSAFE_ROUTINE = 1418;
541
+ exports.ER_BINLOG_CREATE_ROUTINE_NEED_SUPER = 1419;
542
+ exports.ER_EXEC_STMT_WITH_OPEN_CURSOR = 1420;
543
+ exports.ER_STMT_HAS_NO_OPEN_CURSOR = 1421;
544
+ exports.ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG = 1422;
545
+ exports.ER_NO_DEFAULT_FOR_VIEW_FIELD = 1423;
546
+ exports.ER_SP_NO_RECURSION = 1424;
547
+ exports.ER_TOO_BIG_SCALE = 1425;
548
+ exports.ER_TOO_BIG_PRECISION = 1426;
549
+ exports.ER_M_BIGGER_THAN_D = 1427;
550
+ exports.ER_WRONG_LOCK_OF_SYSTEM_TABLE = 1428;
551
+ exports.ER_CONNECT_TO_FOREIGN_DATA_SOURCE = 1429;
552
+ exports.ER_QUERY_ON_FOREIGN_DATA_SOURCE = 1430;
553
+ exports.ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST = 1431;
554
+ exports.ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE = 1432;
555
+ exports.ER_FOREIGN_DATA_STRING_INVALID = 1433;
556
+ exports.ER_CANT_CREATE_FEDERATED_TABLE = 1434;
557
+ exports.ER_TRG_IN_WRONG_SCHEMA = 1435;
558
+ exports.ER_STACK_OVERRUN_NEED_MORE = 1436;
559
+ exports.ER_TOO_LONG_BODY = 1437;
560
+ exports.ER_WARN_CANT_DROP_DEFAULT_KEYCACHE = 1438;
561
+ exports.ER_TOO_BIG_DISPLAYWIDTH = 1439;
562
+ exports.ER_XAER_DUPID = 1440;
563
+ exports.ER_DATETIME_FUNCTION_OVERFLOW = 1441;
564
+ exports.ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG = 1442;
565
+ exports.ER_VIEW_PREVENT_UPDATE = 1443;
566
+ exports.ER_PS_NO_RECURSION = 1444;
567
+ exports.ER_SP_CANT_SET_AUTOCOMMIT = 1445;
568
+ exports.ER_MALFORMED_DEFINER = 1446;
569
+ exports.ER_VIEW_FRM_NO_USER = 1447;
570
+ exports.ER_VIEW_OTHER_USER = 1448;
571
+ exports.ER_NO_SUCH_USER = 1449;
572
+ exports.ER_FORBID_SCHEMA_CHANGE = 1450;
573
+ exports.ER_ROW_IS_REFERENCED_2 = 1451;
574
+ exports.ER_NO_REFERENCED_ROW_2 = 1452;
575
+ exports.ER_SP_BAD_VAR_SHADOW = 1453;
576
+ exports.ER_TRG_NO_DEFINER = 1454;
577
+ exports.ER_OLD_FILE_FORMAT = 1455;
578
+ exports.ER_SP_RECURSION_LIMIT = 1456;
579
+ exports.ER_SP_PROC_TABLE_CORRUPT = 1457;
580
+ exports.ER_SP_WRONG_NAME = 1458;
581
+ exports.ER_TABLE_NEEDS_UPGRADE = 1459;
582
+ exports.ER_SP_NO_AGGREGATE = 1460;
583
+ exports.ER_MAX_PREPARED_STMT_COUNT_REACHED = 1461;
584
+ exports.ER_VIEW_RECURSIVE = 1462;
585
+ exports.ER_NON_GROUPING_FIELD_USED = 1463;
586
+ exports.ER_TABLE_CANT_HANDLE_SPKEYS = 1464;
587
+ exports.ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA = 1465;
588
+ exports.ER_REMOVED_SPACES = 1466;
589
+ exports.ER_AUTOINC_READ_FAILED = 1467;
590
+ exports.ER_USERNAME = 1468;
591
+ exports.ER_HOSTNAME = 1469;
592
+ exports.ER_WRONG_STRING_LENGTH = 1470;
593
+ exports.ER_NON_INSERTABLE_TABLE = 1471;
594
+ exports.ER_ADMIN_WRONG_MRG_TABLE = 1472;
595
+ exports.ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT = 1473;
596
+ exports.ER_NAME_BECOMES_EMPTY = 1474;
597
+ exports.ER_AMBIGUOUS_FIELD_TERM = 1475;
598
+ exports.ER_FOREIGN_SERVER_EXISTS = 1476;
599
+ exports.ER_FOREIGN_SERVER_DOESNT_EXIST = 1477;
600
+ exports.ER_ILLEGAL_HA_CREATE_OPTION = 1478;
601
+ exports.ER_PARTITION_REQUIRES_VALUES_ERROR = 1479;
602
+ exports.ER_PARTITION_WRONG_VALUES_ERROR = 1480;
603
+ exports.ER_PARTITION_MAXVALUE_ERROR = 1481;
604
+ exports.ER_PARTITION_SUBPARTITION_ERROR = 1482;
605
+ exports.ER_PARTITION_SUBPART_MIX_ERROR = 1483;
606
+ exports.ER_PARTITION_WRONG_NO_PART_ERROR = 1484;
607
+ exports.ER_PARTITION_WRONG_NO_SUBPART_ERROR = 1485;
608
+ exports.ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR = 1486;
609
+ exports.ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR = 1487;
610
+ exports.ER_FIELD_NOT_FOUND_PART_ERROR = 1488;
611
+ exports.ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR = 1489;
612
+ exports.ER_INCONSISTENT_PARTITION_INFO_ERROR = 1490;
613
+ exports.ER_PARTITION_FUNC_NOT_ALLOWED_ERROR = 1491;
614
+ exports.ER_PARTITIONS_MUST_BE_DEFINED_ERROR = 1492;
615
+ exports.ER_RANGE_NOT_INCREASING_ERROR = 1493;
616
+ exports.ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR = 1494;
617
+ exports.ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR = 1495;
618
+ exports.ER_PARTITION_ENTRY_ERROR = 1496;
619
+ exports.ER_MIX_HANDLER_ERROR = 1497;
620
+ exports.ER_PARTITION_NOT_DEFINED_ERROR = 1498;
621
+ exports.ER_TOO_MANY_PARTITIONS_ERROR = 1499;
622
+ exports.ER_SUBPARTITION_ERROR = 1500;
623
+ exports.ER_CANT_CREATE_HANDLER_FILE = 1501;
624
+ exports.ER_BLOB_FIELD_IN_PART_FUNC_ERROR = 1502;
625
+ exports.ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF = 1503;
626
+ exports.ER_NO_PARTS_ERROR = 1504;
627
+ exports.ER_PARTITION_MGMT_ON_NONPARTITIONED = 1505;
628
+ exports.ER_FOREIGN_KEY_ON_PARTITIONED = 1506;
629
+ exports.ER_DROP_PARTITION_NON_EXISTENT = 1507;
630
+ exports.ER_DROP_LAST_PARTITION = 1508;
631
+ exports.ER_COALESCE_ONLY_ON_HASH_PARTITION = 1509;
632
+ exports.ER_REORG_HASH_ONLY_ON_SAME_NO = 1510;
633
+ exports.ER_REORG_NO_PARAM_ERROR = 1511;
634
+ exports.ER_ONLY_ON_RANGE_LIST_PARTITION = 1512;
635
+ exports.ER_ADD_PARTITION_SUBPART_ERROR = 1513;
636
+ exports.ER_ADD_PARTITION_NO_NEW_PARTITION = 1514;
637
+ exports.ER_COALESCE_PARTITION_NO_PARTITION = 1515;
638
+ exports.ER_REORG_PARTITION_NOT_EXIST = 1516;
639
+ exports.ER_SAME_NAME_PARTITION = 1517;
640
+ exports.ER_NO_BINLOG_ERROR = 1518;
641
+ exports.ER_CONSECUTIVE_REORG_PARTITIONS = 1519;
642
+ exports.ER_REORG_OUTSIDE_RANGE = 1520;
643
+ exports.ER_PARTITION_FUNCTION_FAILURE = 1521;
644
+ exports.ER_PART_STATE_ERROR = 1522;
645
+ exports.ER_LIMITED_PART_RANGE = 1523;
646
+ exports.ER_PLUGIN_IS_NOT_LOADED = 1524;
647
+ exports.ER_WRONG_VALUE = 1525;
648
+ exports.ER_NO_PARTITION_FOR_GIVEN_VALUE = 1526;
649
+ exports.ER_FILEGROUP_OPTION_ONLY_ONCE = 1527;
650
+ exports.ER_CREATE_FILEGROUP_FAILED = 1528;
651
+ exports.ER_DROP_FILEGROUP_FAILED = 1529;
652
+ exports.ER_TABLESPACE_AUTO_EXTEND_ERROR = 1530;
653
+ exports.ER_WRONG_SIZE_NUMBER = 1531;
654
+ exports.ER_SIZE_OVERFLOW_ERROR = 1532;
655
+ exports.ER_ALTER_FILEGROUP_FAILED = 1533;
656
+ exports.ER_BINLOG_ROW_LOGGING_FAILED = 1534;
657
+ exports.ER_BINLOG_ROW_WRONG_TABLE_DEF = 1535;
658
+ exports.ER_BINLOG_ROW_RBR_TO_SBR = 1536;
659
+ exports.ER_EVENT_ALREADY_EXISTS = 1537;
660
+ exports.ER_EVENT_STORE_FAILED = 1538;
661
+ exports.ER_EVENT_DOES_NOT_EXIST = 1539;
662
+ exports.ER_EVENT_CANT_ALTER = 1540;
663
+ exports.ER_EVENT_DROP_FAILED = 1541;
664
+ exports.ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG = 1542;
665
+ exports.ER_EVENT_ENDS_BEFORE_STARTS = 1543;
666
+ exports.ER_EVENT_EXEC_TIME_IN_THE_PAST = 1544;
667
+ exports.ER_EVENT_OPEN_TABLE_FAILED = 1545;
668
+ exports.ER_EVENT_NEITHER_M_EXPR_NOR_M_AT = 1546;
669
+ exports.ER_COL_COUNT_DOESNT_MATCH_CORRUPTED = 1547;
670
+ exports.ER_CANNOT_LOAD_FROM_TABLE = 1548;
671
+ exports.ER_EVENT_CANNOT_DELETE = 1549;
672
+ exports.ER_EVENT_COMPILE_ERROR = 1550;
673
+ exports.ER_EVENT_SAME_NAME = 1551;
674
+ exports.ER_EVENT_DATA_TOO_LONG = 1552;
675
+ exports.ER_DROP_INDEX_FK = 1553;
676
+ exports.ER_WARN_DEPRECATED_SYNTAX_WITH_VER = 1554;
677
+ exports.ER_CANT_WRITE_LOCK_LOG_TABLE = 1555;
678
+ exports.ER_CANT_LOCK_LOG_TABLE = 1556;
679
+ exports.ER_FOREIGN_DUPLICATE_KEY = 1557;
680
+ exports.ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE = 1558;
681
+ exports.ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR = 1559;
682
+ exports.ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT = 1560;
683
+ exports.ER_NDB_CANT_SWITCH_BINLOG_FORMAT = 1561;
684
+ exports.ER_PARTITION_NO_TEMPORARY = 1562;
685
+ exports.ER_PARTITION_CONST_DOMAIN_ERROR = 1563;
686
+ exports.ER_PARTITION_FUNCTION_IS_NOT_ALLOWED = 1564;
687
+ exports.ER_DDL_LOG_ERROR = 1565;
688
+ exports.ER_NULL_IN_VALUES_LESS_THAN = 1566;
689
+ exports.ER_WRONG_PARTITION_NAME = 1567;
690
+ exports.ER_CANT_CHANGE_TX_CHARACTERISTICS = 1568;
691
+ exports.ER_DUP_ENTRY_AUTOINCREMENT_CASE = 1569;
692
+ exports.ER_EVENT_MODIFY_QUEUE_ERROR = 1570;
693
+ exports.ER_EVENT_SET_VAR_ERROR = 1571;
694
+ exports.ER_PARTITION_MERGE_ERROR = 1572;
695
+ exports.ER_CANT_ACTIVATE_LOG = 1573;
696
+ exports.ER_RBR_NOT_AVAILABLE = 1574;
697
+ exports.ER_BASE64_DECODE_ERROR = 1575;
698
+ exports.ER_EVENT_RECURSION_FORBIDDEN = 1576;
699
+ exports.ER_EVENTS_DB_ERROR = 1577;
700
+ exports.ER_ONLY_INTEGERS_ALLOWED = 1578;
701
+ exports.ER_UNSUPORTED_LOG_ENGINE = 1579;
702
+ exports.ER_BAD_LOG_STATEMENT = 1580;
703
+ exports.ER_CANT_RENAME_LOG_TABLE = 1581;
704
+ exports.ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT = 1582;
705
+ exports.ER_WRONG_PARAMETERS_TO_NATIVE_FCT = 1583;
706
+ exports.ER_WRONG_PARAMETERS_TO_STORED_FCT = 1584;
707
+ exports.ER_NATIVE_FCT_NAME_COLLISION = 1585;
708
+ exports.ER_DUP_ENTRY_WITH_KEY_NAME = 1586;
709
+ exports.ER_BINLOG_PURGE_EMFILE = 1587;
710
+ exports.ER_EVENT_CANNOT_CREATE_IN_THE_PAST = 1588;
711
+ exports.ER_EVENT_CANNOT_ALTER_IN_THE_PAST = 1589;
712
+ exports.ER_SLAVE_INCIDENT = 1590;
713
+ exports.ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT = 1591;
714
+ exports.ER_BINLOG_UNSAFE_STATEMENT = 1592;
715
+ exports.ER_SLAVE_FATAL_ERROR = 1593;
716
+ exports.ER_SLAVE_RELAY_LOG_READ_FAILURE = 1594;
717
+ exports.ER_SLAVE_RELAY_LOG_WRITE_FAILURE = 1595;
718
+ exports.ER_SLAVE_CREATE_EVENT_FAILURE = 1596;
719
+ exports.ER_SLAVE_MASTER_COM_FAILURE = 1597;
720
+ exports.ER_BINLOG_LOGGING_IMPOSSIBLE = 1598;
721
+ exports.ER_VIEW_NO_CREATION_CTX = 1599;
722
+ exports.ER_VIEW_INVALID_CREATION_CTX = 1600;
723
+ exports.ER_SR_INVALID_CREATION_CTX = 1601;
724
+ exports.ER_TRG_CORRUPTED_FILE = 1602;
725
+ exports.ER_TRG_NO_CREATION_CTX = 1603;
726
+ exports.ER_TRG_INVALID_CREATION_CTX = 1604;
727
+ exports.ER_EVENT_INVALID_CREATION_CTX = 1605;
728
+ exports.ER_TRG_CANT_OPEN_TABLE = 1606;
729
+ exports.ER_CANT_CREATE_SROUTINE = 1607;
730
+ exports.ER_NEVER_USED = 1608;
731
+ exports.ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT = 1609;
732
+ exports.ER_SLAVE_CORRUPT_EVENT = 1610;
733
+ exports.ER_LOAD_DATA_INVALID_COLUMN = 1611;
734
+ exports.ER_LOG_PURGE_NO_FILE = 1612;
735
+ exports.ER_XA_RBTIMEOUT = 1613;
736
+ exports.ER_XA_RBDEADLOCK = 1614;
737
+ exports.ER_NEED_REPREPARE = 1615;
738
+ exports.ER_DELAYED_NOT_SUPPORTED = 1616;
739
+ exports.WARN_NO_MASTER_INFO = 1617;
740
+ exports.WARN_OPTION_IGNORED = 1618;
741
+ exports.ER_PLUGIN_DELETE_BUILTIN = 1619;
742
+ exports.WARN_PLUGIN_BUSY = 1620;
743
+ exports.ER_VARIABLE_IS_READONLY = 1621;
744
+ exports.ER_WARN_ENGINE_TRANSACTION_ROLLBACK = 1622;
745
+ exports.ER_SLAVE_HEARTBEAT_FAILURE = 1623;
746
+ exports.ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE = 1624;
747
+ exports.ER_NDB_REPLICATION_SCHEMA_ERROR = 1625;
748
+ exports.ER_CONFLICT_FN_PARSE_ERROR = 1626;
749
+ exports.ER_EXCEPTIONS_WRITE_ERROR = 1627;
750
+ exports.ER_TOO_LONG_TABLE_COMMENT = 1628;
751
+ exports.ER_TOO_LONG_FIELD_COMMENT = 1629;
752
+ exports.ER_FUNC_INEXISTENT_NAME_COLLISION = 1630;
753
+ exports.ER_DATABASE_NAME = 1631;
754
+ exports.ER_TABLE_NAME = 1632;
755
+ exports.ER_PARTITION_NAME = 1633;
756
+ exports.ER_SUBPARTITION_NAME = 1634;
757
+ exports.ER_TEMPORARY_NAME = 1635;
758
+ exports.ER_RENAMED_NAME = 1636;
759
+ exports.ER_TOO_MANY_CONCURRENT_TRXS = 1637;
760
+ exports.WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED = 1638;
761
+ exports.ER_DEBUG_SYNC_TIMEOUT = 1639;
762
+ exports.ER_DEBUG_SYNC_HIT_LIMIT = 1640;
763
+ exports.ER_DUP_SIGNAL_SET = 1641;
764
+ exports.ER_SIGNAL_WARN = 1642;
765
+ exports.ER_SIGNAL_NOT_FOUND = 1643;
766
+ exports.ER_SIGNAL_EXCEPTION = 1644;
767
+ exports.ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER = 1645;
768
+ exports.ER_SIGNAL_BAD_CONDITION_TYPE = 1646;
769
+ exports.WARN_COND_ITEM_TRUNCATED = 1647;
770
+ exports.ER_COND_ITEM_TOO_LONG = 1648;
771
+ exports.ER_UNKNOWN_LOCALE = 1649;
772
+ exports.ER_SLAVE_IGNORE_SERVER_IDS = 1650;
773
+ exports.ER_QUERY_CACHE_DISABLED = 1651;
774
+ exports.ER_SAME_NAME_PARTITION_FIELD = 1652;
775
+ exports.ER_PARTITION_COLUMN_LIST_ERROR = 1653;
776
+ exports.ER_WRONG_TYPE_COLUMN_VALUE_ERROR = 1654;
777
+ exports.ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR = 1655;
778
+ exports.ER_MAXVALUE_IN_VALUES_IN = 1656;
779
+ exports.ER_TOO_MANY_VALUES_ERROR = 1657;
780
+ exports.ER_ROW_SINGLE_PARTITION_FIELD_ERROR = 1658;
781
+ exports.ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD = 1659;
782
+ exports.ER_PARTITION_FIELDS_TOO_LONG = 1660;
783
+ exports.ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE = 1661;
784
+ exports.ER_BINLOG_ROW_MODE_AND_STMT_ENGINE = 1662;
785
+ exports.ER_BINLOG_UNSAFE_AND_STMT_ENGINE = 1663;
786
+ exports.ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE = 1664;
787
+ exports.ER_BINLOG_STMT_MODE_AND_ROW_ENGINE = 1665;
788
+ exports.ER_BINLOG_ROW_INJECTION_AND_STMT_MODE = 1666;
789
+ exports.ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE = 1667;
790
+ exports.ER_BINLOG_UNSAFE_LIMIT = 1668;
791
+ exports.ER_BINLOG_UNSAFE_INSERT_DELAYED = 1669;
792
+ exports.ER_BINLOG_UNSAFE_SYSTEM_TABLE = 1670;
793
+ exports.ER_BINLOG_UNSAFE_AUTOINC_COLUMNS = 1671;
794
+ exports.ER_BINLOG_UNSAFE_UDF = 1672;
795
+ exports.ER_BINLOG_UNSAFE_SYSTEM_VARIABLE = 1673;
796
+ exports.ER_BINLOG_UNSAFE_SYSTEM_FUNCTION = 1674;
797
+ exports.ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS = 1675;
798
+ exports.ER_MESSAGE_AND_STATEMENT = 1676;
799
+ exports.ER_SLAVE_CONVERSION_FAILED = 1677;
800
+ exports.ER_SLAVE_CANT_CREATE_CONVERSION = 1678;
801
+ exports.ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT = 1679;
802
+ exports.ER_PATH_LENGTH = 1680;
803
+ exports.ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT = 1681;
804
+ exports.ER_WRONG_NATIVE_TABLE_STRUCTURE = 1682;
805
+ exports.ER_WRONG_PERFSCHEMA_USAGE = 1683;
806
+ exports.ER_WARN_I_S_SKIPPED_TABLE = 1684;
807
+ exports.ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT = 1685;
808
+ exports.ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT = 1686;
809
+ exports.ER_SPATIAL_MUST_HAVE_GEOM_COL = 1687;
810
+ exports.ER_TOO_LONG_INDEX_COMMENT = 1688;
811
+ exports.ER_LOCK_ABORTED = 1689;
812
+ exports.ER_DATA_OUT_OF_RANGE = 1690;
813
+ exports.ER_WRONG_SPVAR_TYPE_IN_LIMIT = 1691;
814
+ exports.ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE = 1692;
815
+ exports.ER_BINLOG_UNSAFE_MIXED_STATEMENT = 1693;
816
+ exports.ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN = 1694;
817
+ exports.ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN = 1695;
818
+ exports.ER_FAILED_READ_FROM_PAR_FILE = 1696;
819
+ exports.ER_VALUES_IS_NOT_INT_TYPE_ERROR = 1697;
820
+ exports.ER_ACCESS_DENIED_NO_PASSWORD_ERROR = 1698;
821
+ exports.ER_SET_PASSWORD_AUTH_PLUGIN = 1699;
822
+ exports.ER_GRANT_PLUGIN_USER_EXISTS = 1700;
823
+ exports.ER_TRUNCATE_ILLEGAL_FK = 1701;
824
+ exports.ER_PLUGIN_IS_PERMANENT = 1702;
825
+ exports.ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN = 1703;
826
+ exports.ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX = 1704;
827
+ exports.ER_STMT_CACHE_FULL = 1705;
828
+ exports.ER_MULTI_UPDATE_KEY_CONFLICT = 1706;
829
+ exports.ER_TABLE_NEEDS_REBUILD = 1707;
830
+ exports.WARN_OPTION_BELOW_LIMIT = 1708;
831
+ exports.ER_INDEX_COLUMN_TOO_LONG = 1709;
832
+ exports.ER_ERROR_IN_TRIGGER_BODY = 1710;
833
+ exports.ER_ERROR_IN_UNKNOWN_TRIGGER_BODY = 1711;
834
+ exports.ER_INDEX_CORRUPT = 1712;
835
+ exports.ER_UNDO_RECORD_TOO_BIG = 1713;
836
+ exports.ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT = 1714;
837
+ exports.ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE = 1715;
838
+ exports.ER_BINLOG_UNSAFE_REPLACE_SELECT = 1716;
839
+ exports.ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT = 1717;
840
+ exports.ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT = 1718;
841
+ exports.ER_BINLOG_UNSAFE_UPDATE_IGNORE = 1719;
842
+ exports.ER_PLUGIN_NO_UNINSTALL = 1720;
843
+ exports.ER_PLUGIN_NO_INSTALL = 1721;
844
+ exports.ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT = 1722;
845
+ exports.ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC = 1723;
846
+ exports.ER_BINLOG_UNSAFE_INSERT_TWO_KEYS = 1724;
847
+ exports.ER_TABLE_IN_FK_CHECK = 1725;
848
+ exports.ER_UNSUPPORTED_ENGINE = 1726;
849
+ exports.ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST = 1727;
850
+ exports.ER_CANNOT_LOAD_FROM_TABLE_V2 = 1728;
851
+ exports.ER_MASTER_DELAY_VALUE_OUT_OF_RANGE = 1729;
852
+ exports.ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT = 1730;
853
+ exports.ER_PARTITION_EXCHANGE_DIFFERENT_OPTION = 1731;
854
+ exports.ER_PARTITION_EXCHANGE_PART_TABLE = 1732;
855
+ exports.ER_PARTITION_EXCHANGE_TEMP_TABLE = 1733;
856
+ exports.ER_PARTITION_INSTEAD_OF_SUBPARTITION = 1734;
857
+ exports.ER_UNKNOWN_PARTITION = 1735;
858
+ exports.ER_TABLES_DIFFERENT_METADATA = 1736;
859
+ exports.ER_ROW_DOES_NOT_MATCH_PARTITION = 1737;
860
+ exports.ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX = 1738;
861
+ exports.ER_WARN_INDEX_NOT_APPLICABLE = 1739;
862
+ exports.ER_PARTITION_EXCHANGE_FOREIGN_KEY = 1740;
863
+ exports.ER_NO_SUCH_KEY_VALUE = 1741;
864
+ exports.ER_RPL_INFO_DATA_TOO_LONG = 1742;
865
+ exports.ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE = 1743;
866
+ exports.ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE = 1744;
867
+ exports.ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX = 1745;
868
+ exports.ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT = 1746;
869
+ exports.ER_PARTITION_CLAUSE_ON_NONPARTITIONED = 1747;
870
+ exports.ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET = 1748;
871
+ exports.ER_NO_SUCH_PARTITION = 1749;
872
+ exports.ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE = 1750;
873
+ exports.ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE = 1751;
874
+ exports.ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE = 1752;
875
+ exports.ER_MTS_FEATURE_IS_NOT_SUPPORTED = 1753;
876
+ exports.ER_MTS_UPDATED_DBS_GREATER_MAX = 1754;
877
+ exports.ER_MTS_CANT_PARALLEL = 1755;
878
+ exports.ER_MTS_INCONSISTENT_DATA = 1756;
879
+ exports.ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING = 1757;
880
+ exports.ER_DA_INVALID_CONDITION_NUMBER = 1758;
881
+ exports.ER_INSECURE_PLAIN_TEXT = 1759;
882
+ exports.ER_INSECURE_CHANGE_MASTER = 1760;
883
+ exports.ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO = 1761;
884
+ exports.ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO = 1762;
885
+ exports.ER_SQLTHREAD_WITH_SECURE_SLAVE = 1763;
886
+ exports.ER_TABLE_HAS_NO_FT = 1764;
887
+ exports.ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER = 1765;
888
+ exports.ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION = 1766;
889
+ exports.ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST = 1767;
890
+ exports.ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION = 1768;
891
+ exports.ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION = 1769;
892
+ exports.ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL = 1770;
893
+ exports.ER_SKIPPING_LOGGED_TRANSACTION = 1771;
894
+ exports.ER_MALFORMED_GTID_SET_SPECIFICATION = 1772;
895
+ exports.ER_MALFORMED_GTID_SET_ENCODING = 1773;
896
+ exports.ER_MALFORMED_GTID_SPECIFICATION = 1774;
897
+ exports.ER_GNO_EXHAUSTED = 1775;
898
+ exports.ER_BAD_SLAVE_AUTO_POSITION = 1776;
899
+ exports.ER_AUTO_POSITION_REQUIRES_GTID_MODE_NOT_OFF = 1777;
900
+ exports.ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET = 1778;
901
+ exports.ER_GTID_MODE_ON_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON = 1779;
902
+ exports.ER_GTID_MODE_REQUIRES_BINLOG = 1780;
903
+ exports.ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF = 1781;
904
+ exports.ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON = 1782;
905
+ exports.ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF = 1783;
906
+ exports.ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF = 1784;
907
+ exports.ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE = 1785;
908
+ exports.ER_GTID_UNSAFE_CREATE_SELECT = 1786;
909
+ exports.ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION = 1787;
910
+ exports.ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME = 1788;
911
+ exports.ER_MASTER_HAS_PURGED_REQUIRED_GTIDS = 1789;
912
+ exports.ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID = 1790;
913
+ exports.ER_UNKNOWN_EXPLAIN_FORMAT = 1791;
914
+ exports.ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION = 1792;
915
+ exports.ER_TOO_LONG_TABLE_PARTITION_COMMENT = 1793;
916
+ exports.ER_SLAVE_CONFIGURATION = 1794;
917
+ exports.ER_INNODB_FT_LIMIT = 1795;
918
+ exports.ER_INNODB_NO_FT_TEMP_TABLE = 1796;
919
+ exports.ER_INNODB_FT_WRONG_DOCID_COLUMN = 1797;
920
+ exports.ER_INNODB_FT_WRONG_DOCID_INDEX = 1798;
921
+ exports.ER_INNODB_ONLINE_LOG_TOO_BIG = 1799;
922
+ exports.ER_UNKNOWN_ALTER_ALGORITHM = 1800;
923
+ exports.ER_UNKNOWN_ALTER_LOCK = 1801;
924
+ exports.ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS = 1802;
925
+ exports.ER_MTS_RECOVERY_FAILURE = 1803;
926
+ exports.ER_MTS_RESET_WORKERS = 1804;
927
+ exports.ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2 = 1805;
928
+ exports.ER_SLAVE_SILENT_RETRY_TRANSACTION = 1806;
929
+ exports.ER_DISCARD_FK_CHECKS_RUNNING = 1807;
930
+ exports.ER_TABLE_SCHEMA_MISMATCH = 1808;
931
+ exports.ER_TABLE_IN_SYSTEM_TABLESPACE = 1809;
932
+ exports.ER_IO_READ_ERROR = 1810;
933
+ exports.ER_IO_WRITE_ERROR = 1811;
934
+ exports.ER_TABLESPACE_MISSING = 1812;
935
+ exports.ER_TABLESPACE_EXISTS = 1813;
936
+ exports.ER_TABLESPACE_DISCARDED = 1814;
937
+ exports.ER_INTERNAL_ERROR = 1815;
938
+ exports.ER_INNODB_IMPORT_ERROR = 1816;
939
+ exports.ER_INNODB_INDEX_CORRUPT = 1817;
940
+ exports.ER_INVALID_YEAR_COLUMN_LENGTH = 1818;
941
+ exports.ER_NOT_VALID_PASSWORD = 1819;
942
+ exports.ER_MUST_CHANGE_PASSWORD = 1820;
943
+ exports.ER_FK_NO_INDEX_CHILD = 1821;
944
+ exports.ER_FK_NO_INDEX_PARENT = 1822;
945
+ exports.ER_FK_FAIL_ADD_SYSTEM = 1823;
946
+ exports.ER_FK_CANNOT_OPEN_PARENT = 1824;
947
+ exports.ER_FK_INCORRECT_OPTION = 1825;
948
+ exports.ER_FK_DUP_NAME = 1826;
949
+ exports.ER_PASSWORD_FORMAT = 1827;
950
+ exports.ER_FK_COLUMN_CANNOT_DROP = 1828;
951
+ exports.ER_FK_COLUMN_CANNOT_DROP_CHILD = 1829;
952
+ exports.ER_FK_COLUMN_NOT_NULL = 1830;
953
+ exports.ER_DUP_INDEX = 1831;
954
+ exports.ER_FK_COLUMN_CANNOT_CHANGE = 1832;
955
+ exports.ER_FK_COLUMN_CANNOT_CHANGE_CHILD = 1833;
956
+ exports.ER_FK_CANNOT_DELETE_PARENT = 1834;
957
+ exports.ER_MALFORMED_PACKET = 1835;
958
+ exports.ER_READ_ONLY_MODE = 1836;
959
+ exports.ER_GTID_NEXT_TYPE_UNDEFINED_GROUP = 1837;
960
+ exports.ER_VARIABLE_NOT_SETTABLE_IN_SP = 1838;
961
+ exports.ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF = 1839;
962
+ exports.ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY = 1840;
963
+ exports.ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY = 1841;
964
+ exports.ER_GTID_PURGED_WAS_CHANGED = 1842;
965
+ exports.ER_GTID_EXECUTED_WAS_CHANGED = 1843;
966
+ exports.ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES = 1844;
967
+ exports.ER_ALTER_OPERATION_NOT_SUPPORTED = 1845;
968
+ exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON = 1846;
969
+ exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY = 1847;
970
+ exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION = 1848;
971
+ exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME = 1849;
972
+ exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE = 1850;
973
+ exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK = 1851;
974
+ exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE = 1852;
975
+ exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK = 1853;
976
+ exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC = 1854;
977
+ exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS = 1855;
978
+ exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS = 1856;
979
+ exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS = 1857;
980
+ exports.ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE = 1858;
981
+ exports.ER_DUP_UNKNOWN_IN_INDEX = 1859;
982
+ exports.ER_IDENT_CAUSES_TOO_LONG_PATH = 1860;
983
+ exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL = 1861;
984
+ exports.ER_MUST_CHANGE_PASSWORD_LOGIN = 1862;
985
+ exports.ER_ROW_IN_WRONG_PARTITION = 1863;
986
+ exports.ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX = 1864;
987
+ exports.ER_INNODB_NO_FT_USES_PARSER = 1865;
988
+ exports.ER_BINLOG_LOGICAL_CORRUPTION = 1866;
989
+ exports.ER_WARN_PURGE_LOG_IN_USE = 1867;
990
+ exports.ER_WARN_PURGE_LOG_IS_ACTIVE = 1868;
991
+ exports.ER_AUTO_INCREMENT_CONFLICT = 1869;
992
+ exports.WARN_ON_BLOCKHOLE_IN_RBR = 1870;
993
+ exports.ER_SLAVE_MI_INIT_REPOSITORY = 1871;
994
+ exports.ER_SLAVE_RLI_INIT_REPOSITORY = 1872;
995
+ exports.ER_ACCESS_DENIED_CHANGE_USER_ERROR = 1873;
996
+ exports.ER_INNODB_READ_ONLY = 1874;
997
+ exports.ER_STOP_SLAVE_SQL_THREAD_TIMEOUT = 1875;
998
+ exports.ER_STOP_SLAVE_IO_THREAD_TIMEOUT = 1876;
999
+ exports.ER_TABLE_CORRUPT = 1877;
1000
+ exports.ER_TEMP_FILE_WRITE_FAILURE = 1878;
1001
+ exports.ER_INNODB_FT_AUX_NOT_HEX_ID = 1879;
1002
+ exports.ER_OLD_TEMPORALS_UPGRADED = 1880;
1003
+ exports.ER_INNODB_FORCED_RECOVERY = 1881;
1004
+ exports.ER_AES_INVALID_IV = 1882;
1005
+ exports.ER_PLUGIN_CANNOT_BE_UNINSTALLED = 1883;
1006
+ exports.ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_GTID_GROUP = 1884;
1007
+ exports.ER_SLAVE_HAS_MORE_GTIDS_THAN_MASTER = 1885;
1008
+ exports.ER_MISSING_KEY = 1886;
1009
+ exports.WARN_NAMED_PIPE_ACCESS_EVERYONE = 1887;
1010
+ exports.ER_FOUND_MISSING_GTIDS = 1888;
1011
+ exports.ER_FILE_CORRUPT = 3000;
1012
+ exports.ER_ERROR_ON_MASTER = 3001;
1013
+ exports.ER_INCONSISTENT_ERROR = 3002;
1014
+ exports.ER_STORAGE_ENGINE_NOT_LOADED = 3003;
1015
+ exports.ER_GET_STACKED_DA_WITHOUT_ACTIVE_HANDLER = 3004;
1016
+ exports.ER_WARN_LEGACY_SYNTAX_CONVERTED = 3005;
1017
+ exports.ER_BINLOG_UNSAFE_FULLTEXT_PLUGIN = 3006;
1018
+ exports.ER_CANNOT_DISCARD_TEMPORARY_TABLE = 3007;
1019
+ exports.ER_FK_DEPTH_EXCEEDED = 3008;
1020
+ exports.ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE_V2 = 3009;
1021
+ exports.ER_WARN_TRIGGER_DOESNT_HAVE_CREATED = 3010;
1022
+ exports.ER_REFERENCED_TRG_DOES_NOT_EXIST = 3011;
1023
+ exports.ER_EXPLAIN_NOT_SUPPORTED = 3012;
1024
+ exports.ER_INVALID_FIELD_SIZE = 3013;
1025
+ exports.ER_MISSING_HA_CREATE_OPTION = 3014;
1026
+ exports.ER_ENGINE_OUT_OF_MEMORY = 3015;
1027
+ exports.ER_PASSWORD_EXPIRE_ANONYMOUS_USER = 3016;
1028
+ exports.ER_SLAVE_SQL_THREAD_MUST_STOP = 3017;
1029
+ exports.ER_NO_FT_MATERIALIZED_SUBQUERY = 3018;
1030
+ exports.ER_INNODB_UNDO_LOG_FULL = 3019;
1031
+ exports.ER_INVALID_ARGUMENT_FOR_LOGARITHM = 3020;
1032
+ exports.ER_SLAVE_CHANNEL_IO_THREAD_MUST_STOP = 3021;
1033
+ exports.ER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO = 3022;
1034
+ exports.ER_WARN_ONLY_MASTER_LOG_FILE_NO_POS = 3023;
1035
+ exports.ER_QUERY_TIMEOUT = 3024;
1036
+ exports.ER_NON_RO_SELECT_DISABLE_TIMER = 3025;
1037
+ exports.ER_DUP_LIST_ENTRY = 3026;
1038
+ exports.ER_SQL_MODE_NO_EFFECT = 3027;
1039
+ exports.ER_AGGREGATE_ORDER_FOR_UNION = 3028;
1040
+ exports.ER_AGGREGATE_ORDER_NON_AGG_QUERY = 3029;
1041
+ exports.ER_SLAVE_WORKER_STOPPED_PREVIOUS_THD_ERROR = 3030;
1042
+ exports.ER_DONT_SUPPORT_SLAVE_PRESERVE_COMMIT_ORDER = 3031;
1043
+ exports.ER_SERVER_OFFLINE_MODE = 3032;
1044
+ exports.ER_GIS_DIFFERENT_SRIDS = 3033;
1045
+ exports.ER_GIS_UNSUPPORTED_ARGUMENT = 3034;
1046
+ exports.ER_GIS_UNKNOWN_ERROR = 3035;
1047
+ exports.ER_GIS_UNKNOWN_EXCEPTION = 3036;
1048
+ exports.ER_GIS_INVALID_DATA = 3037;
1049
+ exports.ER_BOOST_GEOMETRY_EMPTY_INPUT_EXCEPTION = 3038;
1050
+ exports.ER_BOOST_GEOMETRY_CENTROID_EXCEPTION = 3039;
1051
+ exports.ER_BOOST_GEOMETRY_OVERLAY_INVALID_INPUT_EXCEPTION = 3040;
1052
+ exports.ER_BOOST_GEOMETRY_TURN_INFO_EXCEPTION = 3041;
1053
+ exports.ER_BOOST_GEOMETRY_SELF_INTERSECTION_POINT_EXCEPTION = 3042;
1054
+ exports.ER_BOOST_GEOMETRY_UNKNOWN_EXCEPTION = 3043;
1055
+ exports.ER_STD_BAD_ALLOC_ERROR = 3044;
1056
+ exports.ER_STD_DOMAIN_ERROR = 3045;
1057
+ exports.ER_STD_LENGTH_ERROR = 3046;
1058
+ exports.ER_STD_INVALID_ARGUMENT = 3047;
1059
+ exports.ER_STD_OUT_OF_RANGE_ERROR = 3048;
1060
+ exports.ER_STD_OVERFLOW_ERROR = 3049;
1061
+ exports.ER_STD_RANGE_ERROR = 3050;
1062
+ exports.ER_STD_UNDERFLOW_ERROR = 3051;
1063
+ exports.ER_STD_LOGIC_ERROR = 3052;
1064
+ exports.ER_STD_RUNTIME_ERROR = 3053;
1065
+ exports.ER_STD_UNKNOWN_EXCEPTION = 3054;
1066
+ exports.ER_GIS_DATA_WRONG_ENDIANESS = 3055;
1067
+ exports.ER_CHANGE_MASTER_PASSWORD_LENGTH = 3056;
1068
+ exports.ER_USER_LOCK_WRONG_NAME = 3057;
1069
+ exports.ER_USER_LOCK_DEADLOCK = 3058;
1070
+ exports.ER_REPLACE_INACCESSIBLE_ROWS = 3059;
1071
+ exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_GIS = 3060;
1072
+ exports.ER_ILLEGAL_USER_VAR = 3061;
1073
+ exports.ER_GTID_MODE_OFF = 3062;
1074
+ exports.ER_UNSUPPORTED_BY_REPLICATION_THREAD = 3063;
1075
+ exports.ER_INCORRECT_TYPE = 3064;
1076
+ exports.ER_FIELD_IN_ORDER_NOT_SELECT = 3065;
1077
+ exports.ER_AGGREGATE_IN_ORDER_NOT_SELECT = 3066;
1078
+ exports.ER_INVALID_RPL_WILD_TABLE_FILTER_PATTERN = 3067;
1079
+ exports.ER_NET_OK_PACKET_TOO_LARGE = 3068;
1080
+ exports.ER_INVALID_JSON_DATA = 3069;
1081
+ exports.ER_INVALID_GEOJSON_MISSING_MEMBER = 3070;
1082
+ exports.ER_INVALID_GEOJSON_WRONG_TYPE = 3071;
1083
+ exports.ER_INVALID_GEOJSON_UNSPECIFIED = 3072;
1084
+ exports.ER_DIMENSION_UNSUPPORTED = 3073;
1085
+ exports.ER_SLAVE_CHANNEL_DOES_NOT_EXIST = 3074;
1086
+ exports.ER_SLAVE_MULTIPLE_CHANNELS_HOST_PORT = 3075;
1087
+ exports.ER_SLAVE_CHANNEL_NAME_INVALID_OR_TOO_LONG = 3076;
1088
+ exports.ER_SLAVE_NEW_CHANNEL_WRONG_REPOSITORY = 3077;
1089
+ exports.ER_SLAVE_CHANNEL_DELETE = 3078;
1090
+ exports.ER_SLAVE_MULTIPLE_CHANNELS_CMD = 3079;
1091
+ exports.ER_SLAVE_MAX_CHANNELS_EXCEEDED = 3080;
1092
+ exports.ER_SLAVE_CHANNEL_MUST_STOP = 3081;
1093
+ exports.ER_SLAVE_CHANNEL_NOT_RUNNING = 3082;
1094
+ exports.ER_SLAVE_CHANNEL_WAS_RUNNING = 3083;
1095
+ exports.ER_SLAVE_CHANNEL_WAS_NOT_RUNNING = 3084;
1096
+ exports.ER_SLAVE_CHANNEL_SQL_THREAD_MUST_STOP = 3085;
1097
+ exports.ER_SLAVE_CHANNEL_SQL_SKIP_COUNTER = 3086;
1098
+ exports.ER_WRONG_FIELD_WITH_GROUP_V2 = 3087;
1099
+ exports.ER_MIX_OF_GROUP_FUNC_AND_FIELDS_V2 = 3088;
1100
+ exports.ER_WARN_DEPRECATED_SYSVAR_UPDATE = 3089;
1101
+ exports.ER_WARN_DEPRECATED_SQLMODE = 3090;
1102
+ exports.ER_CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID = 3091;
1103
+ exports.ER_GROUP_REPLICATION_CONFIGURATION = 3092;
1104
+ exports.ER_GROUP_REPLICATION_RUNNING = 3093;
1105
+ exports.ER_GROUP_REPLICATION_APPLIER_INIT_ERROR = 3094;
1106
+ exports.ER_GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT = 3095;
1107
+ exports.ER_GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR = 3096;
1108
+ exports.ER_GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR = 3097;
1109
+ exports.ER_BEFORE_DML_VALIDATION_ERROR = 3098;
1110
+ exports.ER_PREVENTS_VARIABLE_WITHOUT_RBR = 3099;
1111
+ exports.ER_RUN_HOOK_ERROR = 3100;
1112
+ exports.ER_TRANSACTION_ROLLBACK_DURING_COMMIT = 3101;
1113
+ exports.ER_GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED = 3102;
1114
+ exports.ER_UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN = 3103;
1115
+ exports.ER_WRONG_FK_OPTION_FOR_GENERATED_COLUMN = 3104;
1116
+ exports.ER_NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN = 3105;
1117
+ exports.ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN = 3106;
1118
+ exports.ER_GENERATED_COLUMN_NON_PRIOR = 3107;
1119
+ exports.ER_DEPENDENT_BY_GENERATED_COLUMN = 3108;
1120
+ exports.ER_GENERATED_COLUMN_REF_AUTO_INC = 3109;
1121
+ exports.ER_FEATURE_NOT_AVAILABLE = 3110;
1122
+ exports.ER_CANT_SET_GTID_MODE = 3111;
1123
+ exports.ER_CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF = 3112;
1124
+ exports.ER_CANT_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION = 3113;
1125
+ exports.ER_CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON = 3114;
1126
+ exports.ER_CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF = 3115;
1127
+ exports.ER_CANT_SET_ENFORCE_GTID_CONSISTENCY_ON_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS = 3116;
1128
+ exports.ER_SET_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS = 3117;
1129
+ exports.ER_ACCOUNT_HAS_BEEN_LOCKED = 3118;
1130
+ exports.ER_WRONG_TABLESPACE_NAME = 3119;
1131
+ exports.ER_TABLESPACE_IS_NOT_EMPTY = 3120;
1132
+ exports.ER_WRONG_FILE_NAME = 3121;
1133
+ exports.ER_BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION = 3122;
1134
+ exports.ER_WARN_OPTIMIZER_HINT_SYNTAX_ERROR = 3123;
1135
+ exports.ER_WARN_BAD_MAX_EXECUTION_TIME = 3124;
1136
+ exports.ER_WARN_UNSUPPORTED_MAX_EXECUTION_TIME = 3125;
1137
+ exports.ER_WARN_CONFLICTING_HINT = 3126;
1138
+ exports.ER_WARN_UNKNOWN_QB_NAME = 3127;
1139
+ exports.ER_UNRESOLVED_HINT_NAME = 3128;
1140
+ exports.ER_WARN_ON_MODIFYING_GTID_EXECUTED_TABLE = 3129;
1141
+ exports.ER_PLUGGABLE_PROTOCOL_COMMAND_NOT_SUPPORTED = 3130;
1142
+ exports.ER_LOCKING_SERVICE_WRONG_NAME = 3131;
1143
+ exports.ER_LOCKING_SERVICE_DEADLOCK = 3132;
1144
+ exports.ER_LOCKING_SERVICE_TIMEOUT = 3133;
1145
+ exports.ER_GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED = 3134;
1146
+ exports.ER_SQL_MODE_MERGED = 3135;
1147
+ exports.ER_VTOKEN_PLUGIN_TOKEN_MISMATCH = 3136;
1148
+ exports.ER_VTOKEN_PLUGIN_TOKEN_NOT_FOUND = 3137;
1149
+ exports.ER_CANT_SET_VARIABLE_WHEN_OWNING_GTID = 3138;
1150
+ exports.ER_SLAVE_CHANNEL_OPERATION_NOT_ALLOWED = 3139;
1151
+ exports.ER_INVALID_JSON_TEXT = 3140;
1152
+ exports.ER_INVALID_JSON_TEXT_IN_PARAM = 3141;
1153
+ exports.ER_INVALID_JSON_BINARY_DATA = 3142;
1154
+ exports.ER_INVALID_JSON_PATH = 3143;
1155
+ exports.ER_INVALID_JSON_CHARSET = 3144;
1156
+ exports.ER_INVALID_JSON_CHARSET_IN_FUNCTION = 3145;
1157
+ exports.ER_INVALID_TYPE_FOR_JSON = 3146;
1158
+ exports.ER_INVALID_CAST_TO_JSON = 3147;
1159
+ exports.ER_INVALID_JSON_PATH_CHARSET = 3148;
1160
+ exports.ER_INVALID_JSON_PATH_WILDCARD = 3149;
1161
+ exports.ER_JSON_VALUE_TOO_BIG = 3150;
1162
+ exports.ER_JSON_KEY_TOO_BIG = 3151;
1163
+ exports.ER_JSON_USED_AS_KEY = 3152;
1164
+ exports.ER_JSON_VACUOUS_PATH = 3153;
1165
+ exports.ER_JSON_BAD_ONE_OR_ALL_ARG = 3154;
1166
+ exports.ER_NUMERIC_JSON_VALUE_OUT_OF_RANGE = 3155;
1167
+ exports.ER_INVALID_JSON_VALUE_FOR_CAST = 3156;
1168
+ exports.ER_JSON_DOCUMENT_TOO_DEEP = 3157;
1169
+ exports.ER_JSON_DOCUMENT_NULL_KEY = 3158;
1170
+ exports.ER_SECURE_TRANSPORT_REQUIRED = 3159;
1171
+ exports.ER_NO_SECURE_TRANSPORTS_CONFIGURED = 3160;
1172
+ exports.ER_DISABLED_STORAGE_ENGINE = 3161;
1173
+ exports.ER_USER_DOES_NOT_EXIST = 3162;
1174
+ exports.ER_USER_ALREADY_EXISTS = 3163;
1175
+ exports.ER_AUDIT_API_ABORT = 3164;
1176
+ exports.ER_INVALID_JSON_PATH_ARRAY_CELL = 3165;
1177
+ exports.ER_BUFPOOL_RESIZE_INPROGRESS = 3166;
1178
+ exports.ER_FEATURE_DISABLED_SEE_DOC = 3167;
1179
+ exports.ER_SERVER_ISNT_AVAILABLE = 3168;
1180
+ exports.ER_SESSION_WAS_KILLED = 3169;
1181
+ exports.ER_CAPACITY_EXCEEDED = 3170;
1182
+ exports.ER_CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER = 3171;
1183
+ exports.ER_TABLE_NEEDS_UPG_PART = 3172;
1184
+ exports.ER_CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID = 3173;
1185
+ exports.ER_CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL = 3174;
1186
+ exports.ER_CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT = 3175;
1187
+ exports.ER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE = 3176;
1188
+ exports.ER_LOCK_REFUSED_BY_ENGINE = 3177;
1189
+ exports.ER_UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN = 3178;
1190
+ exports.ER_MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE = 3179;
1191
+ exports.ER_MASTER_KEY_ROTATION_ERROR_BY_SE = 3180;
1192
+ exports.ER_MASTER_KEY_ROTATION_BINLOG_FAILED = 3181;
1193
+ exports.ER_MASTER_KEY_ROTATION_SE_UNAVAILABLE = 3182;
1194
+ exports.ER_TABLESPACE_CANNOT_ENCRYPT = 3183;
1195
+ exports.ER_INVALID_ENCRYPTION_OPTION = 3184;
1196
+ exports.ER_CANNOT_FIND_KEY_IN_KEYRING = 3185;
1197
+ exports.ER_CAPACITY_EXCEEDED_IN_PARSER = 3186;
1198
+ exports.ER_UNSUPPORTED_ALTER_ENCRYPTION_INPLACE = 3187;
1199
+ exports.ER_KEYRING_UDF_KEYRING_SERVICE_ERROR = 3188;
1200
+ exports.ER_USER_COLUMN_OLD_LENGTH = 3189;
1201
+ exports.ER_CANT_RESET_MASTER = 3190;
1202
+ exports.ER_GROUP_REPLICATION_MAX_GROUP_SIZE = 3191;
1203
+ exports.ER_CANNOT_ADD_FOREIGN_BASE_COL_STORED = 3192;
1204
+ exports.ER_TABLE_REFERENCED = 3193;
1205
+ exports.ER_PARTITION_ENGINE_DEPRECATED_FOR_TABLE = 3194;
1206
+ exports.ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID_ZERO = 3195;
1207
+ exports.ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID = 3196;
1208
+ exports.ER_XA_RETRY = 3197;
1209
+ exports.ER_KEYRING_AWS_UDF_AWS_KMS_ERROR = 3198;
1210
+ exports.ER_BINLOG_UNSAFE_XA = 3199;
1211
+ exports.ER_UDF_ERROR = 3200;
1212
+ exports.ER_KEYRING_MIGRATION_FAILURE = 3201;
1213
+ exports.ER_KEYRING_ACCESS_DENIED_ERROR = 3202;
1214
+ exports.ER_KEYRING_MIGRATION_STATUS = 3203;
1215
+ exports.ER_PLUGIN_FAILED_TO_OPEN_TABLES = 3204;
1216
+ exports.ER_PLUGIN_FAILED_TO_OPEN_TABLE = 3205;
1217
+ exports.ER_AUDIT_LOG_NO_KEYRING_PLUGIN_INSTALLED = 3206;
1218
+ exports.ER_AUDIT_LOG_ENCRYPTION_PASSWORD_HAS_NOT_BEEN_SET = 3207;
1219
+ exports.ER_AUDIT_LOG_COULD_NOT_CREATE_AES_KEY = 3208;
1220
+ exports.ER_AUDIT_LOG_ENCRYPTION_PASSWORD_CANNOT_BE_FETCHED = 3209;
1221
+ exports.ER_AUDIT_LOG_JSON_FILTERING_NOT_ENABLED = 3210;
1222
+ exports.ER_AUDIT_LOG_UDF_INSUFFICIENT_PRIVILEGE = 3211;
1223
+ exports.ER_AUDIT_LOG_SUPER_PRIVILEGE_REQUIRED = 3212;
1224
+ exports.ER_COULD_NOT_REINITIALIZE_AUDIT_LOG_FILTERS = 3213;
1225
+ exports.ER_AUDIT_LOG_UDF_INVALID_ARGUMENT_TYPE = 3214;
1226
+ exports.ER_AUDIT_LOG_UDF_INVALID_ARGUMENT_COUNT = 3215;
1227
+ exports.ER_AUDIT_LOG_HAS_NOT_BEEN_INSTALLED = 3216;
1228
+ exports.ER_AUDIT_LOG_UDF_READ_INVALID_MAX_ARRAY_LENGTH_ARG_TYPE = 3217;
1229
+ exports.ER_AUDIT_LOG_UDF_READ_INVALID_MAX_ARRAY_LENGTH_ARG_VALUE = 3218;
1230
+ exports.ER_AUDIT_LOG_JSON_FILTER_PARSING_ERROR = 3219;
1231
+ exports.ER_AUDIT_LOG_JSON_FILTER_NAME_CANNOT_BE_EMPTY = 3220;
1232
+ exports.ER_AUDIT_LOG_JSON_USER_NAME_CANNOT_BE_EMPTY = 3221;
1233
+ exports.ER_AUDIT_LOG_JSON_FILTER_DOES_NOT_EXISTS = 3222;
1234
+ exports.ER_AUDIT_LOG_USER_FIRST_CHARACTER_MUST_BE_ALPHANUMERIC = 3223;
1235
+ exports.ER_AUDIT_LOG_USER_NAME_INVALID_CHARACTER = 3224;
1236
+ exports.ER_AUDIT_LOG_HOST_NAME_INVALID_CHARACTER = 3225;
1237
+ exports.WARN_DEPRECATED_MAXDB_SQL_MODE_FOR_TIMESTAMP = 3226;
1238
+ exports.ER_XA_REPLICATION_FILTERS = 3227;
1239
+ exports.ER_CANT_OPEN_ERROR_LOG = 3228;
1240
+ exports.ER_GROUPING_ON_TIMESTAMP_IN_DST = 3229;
1241
+ exports.ER_CANT_START_SERVER_NAMED_PIPE = 3230;
1242
+
1243
+ // Lookup-by-number table
1244
+ exports[1] = 'EE_CANTCREATEFILE';
1245
+ exports[2] = 'EE_READ';
1246
+ exports[3] = 'EE_WRITE';
1247
+ exports[4] = 'EE_BADCLOSE';
1248
+ exports[5] = 'EE_OUTOFMEMORY';
1249
+ exports[6] = 'EE_DELETE';
1250
+ exports[7] = 'EE_LINK';
1251
+ exports[9] = 'EE_EOFERR';
1252
+ exports[10] = 'EE_CANTLOCK';
1253
+ exports[11] = 'EE_CANTUNLOCK';
1254
+ exports[12] = 'EE_DIR';
1255
+ exports[13] = 'EE_STAT';
1256
+ exports[14] = 'EE_CANT_CHSIZE';
1257
+ exports[15] = 'EE_CANT_OPEN_STREAM';
1258
+ exports[16] = 'EE_GETWD';
1259
+ exports[17] = 'EE_SETWD';
1260
+ exports[18] = 'EE_LINK_WARNING';
1261
+ exports[19] = 'EE_OPEN_WARNING';
1262
+ exports[20] = 'EE_DISK_FULL';
1263
+ exports[21] = 'EE_CANT_MKDIR';
1264
+ exports[22] = 'EE_UNKNOWN_CHARSET';
1265
+ exports[23] = 'EE_OUT_OF_FILERESOURCES';
1266
+ exports[24] = 'EE_CANT_READLINK';
1267
+ exports[25] = 'EE_CANT_SYMLINK';
1268
+ exports[26] = 'EE_REALPATH';
1269
+ exports[27] = 'EE_SYNC';
1270
+ exports[28] = 'EE_UNKNOWN_COLLATION';
1271
+ exports[29] = 'EE_FILENOTFOUND';
1272
+ exports[30] = 'EE_FILE_NOT_CLOSED';
1273
+ exports[31] = 'EE_CHANGE_OWNERSHIP';
1274
+ exports[32] = 'EE_CHANGE_PERMISSIONS';
1275
+ exports[33] = 'EE_CANT_SEEK';
1276
+ exports[34] = 'EE_CAPACITY_EXCEEDED';
1277
+ exports[120] = 'HA_ERR_KEY_NOT_FOUND';
1278
+ exports[121] = 'HA_ERR_FOUND_DUPP_KEY';
1279
+ exports[122] = 'HA_ERR_INTERNAL_ERROR';
1280
+ exports[123] = 'HA_ERR_RECORD_CHANGED';
1281
+ exports[124] = 'HA_ERR_WRONG_INDEX';
1282
+ exports[126] = 'HA_ERR_CRASHED';
1283
+ exports[127] = 'HA_ERR_WRONG_IN_RECORD';
1284
+ exports[128] = 'HA_ERR_OUT_OF_MEM';
1285
+ exports[130] = 'HA_ERR_NOT_A_TABLE';
1286
+ exports[131] = 'HA_ERR_WRONG_COMMAND';
1287
+ exports[132] = 'HA_ERR_OLD_FILE';
1288
+ exports[133] = 'HA_ERR_NO_ACTIVE_RECORD';
1289
+ exports[134] = 'HA_ERR_RECORD_DELETED';
1290
+ exports[135] = 'HA_ERR_RECORD_FILE_FULL';
1291
+ exports[136] = 'HA_ERR_INDEX_FILE_FULL';
1292
+ exports[137] = 'HA_ERR_END_OF_FILE';
1293
+ exports[138] = 'HA_ERR_UNSUPPORTED';
1294
+ exports[139] = 'HA_ERR_TOO_BIG_ROW';
1295
+ exports[140] = 'HA_WRONG_CREATE_OPTION';
1296
+ exports[141] = 'HA_ERR_FOUND_DUPP_UNIQUE';
1297
+ exports[142] = 'HA_ERR_UNKNOWN_CHARSET';
1298
+ exports[143] = 'HA_ERR_WRONG_MRG_TABLE_DEF';
1299
+ exports[144] = 'HA_ERR_CRASHED_ON_REPAIR';
1300
+ exports[145] = 'HA_ERR_CRASHED_ON_USAGE';
1301
+ exports[146] = 'HA_ERR_LOCK_WAIT_TIMEOUT';
1302
+ exports[147] = 'HA_ERR_LOCK_TABLE_FULL';
1303
+ exports[148] = 'HA_ERR_READ_ONLY_TRANSACTION';
1304
+ exports[149] = 'HA_ERR_LOCK_DEADLOCK';
1305
+ exports[150] = 'HA_ERR_CANNOT_ADD_FOREIGN';
1306
+ exports[151] = 'HA_ERR_NO_REFERENCED_ROW';
1307
+ exports[152] = 'HA_ERR_ROW_IS_REFERENCED';
1308
+ exports[153] = 'HA_ERR_NO_SAVEPOINT';
1309
+ exports[154] = 'HA_ERR_NON_UNIQUE_BLOCK_SIZE';
1310
+ exports[155] = 'HA_ERR_NO_SUCH_TABLE';
1311
+ exports[156] = 'HA_ERR_TABLE_EXIST';
1312
+ exports[157] = 'HA_ERR_NO_CONNECTION';
1313
+ exports[158] = 'HA_ERR_NULL_IN_SPATIAL';
1314
+ exports[159] = 'HA_ERR_TABLE_DEF_CHANGED';
1315
+ exports[160] = 'HA_ERR_NO_PARTITION_FOUND';
1316
+ exports[161] = 'HA_ERR_RBR_LOGGING_FAILED';
1317
+ exports[162] = 'HA_ERR_DROP_INDEX_FK';
1318
+ exports[163] = 'HA_ERR_FOREIGN_DUPLICATE_KEY';
1319
+ exports[164] = 'HA_ERR_TABLE_NEEDS_UPGRADE';
1320
+ exports[165] = 'HA_ERR_TABLE_READONLY';
1321
+ exports[166] = 'HA_ERR_AUTOINC_READ_FAILED';
1322
+ exports[167] = 'HA_ERR_AUTOINC_ERANGE';
1323
+ exports[168] = 'HA_ERR_GENERIC';
1324
+ exports[169] = 'HA_ERR_RECORD_IS_THE_SAME';
1325
+ exports[170] = 'HA_ERR_LOGGING_IMPOSSIBLE';
1326
+ exports[171] = 'HA_ERR_CORRUPT_EVENT';
1327
+ exports[172] = 'HA_ERR_NEW_FILE';
1328
+ exports[173] = 'HA_ERR_ROWS_EVENT_APPLY';
1329
+ exports[174] = 'HA_ERR_INITIALIZATION';
1330
+ exports[175] = 'HA_ERR_FILE_TOO_SHORT';
1331
+ exports[176] = 'HA_ERR_WRONG_CRC';
1332
+ exports[177] = 'HA_ERR_TOO_MANY_CONCURRENT_TRXS';
1333
+ exports[178] = 'HA_ERR_NOT_IN_LOCK_PARTITIONS';
1334
+ exports[179] = 'HA_ERR_INDEX_COL_TOO_LONG';
1335
+ exports[180] = 'HA_ERR_INDEX_CORRUPT';
1336
+ exports[181] = 'HA_ERR_UNDO_REC_TOO_BIG';
1337
+ exports[182] = 'HA_FTS_INVALID_DOCID';
1338
+ exports[183] = 'HA_ERR_TABLE_IN_FK_CHECK';
1339
+ exports[184] = 'HA_ERR_TABLESPACE_EXISTS';
1340
+ exports[185] = 'HA_ERR_TOO_MANY_FIELDS';
1341
+ exports[186] = 'HA_ERR_ROW_IN_WRONG_PARTITION';
1342
+ exports[187] = 'HA_ERR_INNODB_READ_ONLY';
1343
+ exports[188] = 'HA_ERR_FTS_EXCEED_RESULT_CACHE_LIMIT';
1344
+ exports[189] = 'HA_ERR_TEMP_FILE_WRITE_FAILURE';
1345
+ exports[190] = 'HA_ERR_INNODB_FORCED_RECOVERY';
1346
+ exports[191] = 'HA_ERR_FTS_TOO_MANY_WORDS_IN_PHRASE';
1347
+ exports[192] = 'HA_ERR_FK_DEPTH_EXCEEDED';
1348
+ exports[193] = 'HA_MISSING_CREATE_OPTION';
1349
+ exports[194] = 'HA_ERR_SE_OUT_OF_MEMORY';
1350
+ exports[195] = 'HA_ERR_TABLE_CORRUPT';
1351
+ exports[196] = 'HA_ERR_QUERY_INTERRUPTED';
1352
+ exports[197] = 'HA_ERR_TABLESPACE_MISSING';
1353
+ exports[198] = 'HA_ERR_TABLESPACE_IS_NOT_EMPTY';
1354
+ exports[199] = 'HA_ERR_WRONG_FILE_NAME';
1355
+ exports[200] = 'HA_ERR_NOT_ALLOWED_COMMAND';
1356
+ exports[201] = 'HA_ERR_COMPUTE_FAILED';
1357
+ exports[1000] = 'ER_HASHCHK';
1358
+ exports[1001] = 'ER_NISAMCHK';
1359
+ exports[1002] = 'ER_NO';
1360
+ exports[1003] = 'ER_YES';
1361
+ exports[1004] = 'ER_CANT_CREATE_FILE';
1362
+ exports[1005] = 'ER_CANT_CREATE_TABLE';
1363
+ exports[1006] = 'ER_CANT_CREATE_DB';
1364
+ exports[1007] = 'ER_DB_CREATE_EXISTS';
1365
+ exports[1008] = 'ER_DB_DROP_EXISTS';
1366
+ exports[1009] = 'ER_DB_DROP_DELETE';
1367
+ exports[1010] = 'ER_DB_DROP_RMDIR';
1368
+ exports[1011] = 'ER_CANT_DELETE_FILE';
1369
+ exports[1012] = 'ER_CANT_FIND_SYSTEM_REC';
1370
+ exports[1013] = 'ER_CANT_GET_STAT';
1371
+ exports[1014] = 'ER_CANT_GET_WD';
1372
+ exports[1015] = 'ER_CANT_LOCK';
1373
+ exports[1016] = 'ER_CANT_OPEN_FILE';
1374
+ exports[1017] = 'ER_FILE_NOT_FOUND';
1375
+ exports[1018] = 'ER_CANT_READ_DIR';
1376
+ exports[1019] = 'ER_CANT_SET_WD';
1377
+ exports[1020] = 'ER_CHECKREAD';
1378
+ exports[1021] = 'ER_DISK_FULL';
1379
+ exports[1022] = 'ER_DUP_KEY';
1380
+ exports[1023] = 'ER_ERROR_ON_CLOSE';
1381
+ exports[1024] = 'ER_ERROR_ON_READ';
1382
+ exports[1025] = 'ER_ERROR_ON_RENAME';
1383
+ exports[1026] = 'ER_ERROR_ON_WRITE';
1384
+ exports[1027] = 'ER_FILE_USED';
1385
+ exports[1028] = 'ER_FILSORT_ABORT';
1386
+ exports[1029] = 'ER_FORM_NOT_FOUND';
1387
+ exports[1030] = 'ER_GET_ERRNO';
1388
+ exports[1031] = 'ER_ILLEGAL_HA';
1389
+ exports[1032] = 'ER_KEY_NOT_FOUND';
1390
+ exports[1033] = 'ER_NOT_FORM_FILE';
1391
+ exports[1034] = 'ER_NOT_KEYFILE';
1392
+ exports[1035] = 'ER_OLD_KEYFILE';
1393
+ exports[1036] = 'ER_OPEN_AS_READONLY';
1394
+ exports[1037] = 'ER_OUTOFMEMORY';
1395
+ exports[1038] = 'ER_OUT_OF_SORTMEMORY';
1396
+ exports[1039] = 'ER_UNEXPECTED_EOF';
1397
+ exports[1040] = 'ER_CON_COUNT_ERROR';
1398
+ exports[1041] = 'ER_OUT_OF_RESOURCES';
1399
+ exports[1042] = 'ER_BAD_HOST_ERROR';
1400
+ exports[1043] = 'ER_HANDSHAKE_ERROR';
1401
+ exports[1044] = 'ER_DBACCESS_DENIED_ERROR';
1402
+ exports[1045] = 'ER_ACCESS_DENIED_ERROR';
1403
+ exports[1046] = 'ER_NO_DB_ERROR';
1404
+ exports[1047] = 'ER_UNKNOWN_COM_ERROR';
1405
+ exports[1048] = 'ER_BAD_NULL_ERROR';
1406
+ exports[1049] = 'ER_BAD_DB_ERROR';
1407
+ exports[1050] = 'ER_TABLE_EXISTS_ERROR';
1408
+ exports[1051] = 'ER_BAD_TABLE_ERROR';
1409
+ exports[1052] = 'ER_NON_UNIQ_ERROR';
1410
+ exports[1053] = 'ER_SERVER_SHUTDOWN';
1411
+ exports[1054] = 'ER_BAD_FIELD_ERROR';
1412
+ exports[1055] = 'ER_WRONG_FIELD_WITH_GROUP';
1413
+ exports[1056] = 'ER_WRONG_GROUP_FIELD';
1414
+ exports[1057] = 'ER_WRONG_SUM_SELECT';
1415
+ exports[1058] = 'ER_WRONG_VALUE_COUNT';
1416
+ exports[1059] = 'ER_TOO_LONG_IDENT';
1417
+ exports[1060] = 'ER_DUP_FIELDNAME';
1418
+ exports[1061] = 'ER_DUP_KEYNAME';
1419
+ exports[1062] = 'ER_DUP_ENTRY';
1420
+ exports[1063] = 'ER_WRONG_FIELD_SPEC';
1421
+ exports[1064] = 'ER_PARSE_ERROR';
1422
+ exports[1065] = 'ER_EMPTY_QUERY';
1423
+ exports[1066] = 'ER_NONUNIQ_TABLE';
1424
+ exports[1067] = 'ER_INVALID_DEFAULT';
1425
+ exports[1068] = 'ER_MULTIPLE_PRI_KEY';
1426
+ exports[1069] = 'ER_TOO_MANY_KEYS';
1427
+ exports[1070] = 'ER_TOO_MANY_KEY_PARTS';
1428
+ exports[1071] = 'ER_TOO_LONG_KEY';
1429
+ exports[1072] = 'ER_KEY_COLUMN_DOES_NOT_EXITS';
1430
+ exports[1073] = 'ER_BLOB_USED_AS_KEY';
1431
+ exports[1074] = 'ER_TOO_BIG_FIELDLENGTH';
1432
+ exports[1075] = 'ER_WRONG_AUTO_KEY';
1433
+ exports[1076] = 'ER_READY';
1434
+ exports[1077] = 'ER_NORMAL_SHUTDOWN';
1435
+ exports[1078] = 'ER_GOT_SIGNAL';
1436
+ exports[1079] = 'ER_SHUTDOWN_COMPLETE';
1437
+ exports[1080] = 'ER_FORCING_CLOSE';
1438
+ exports[1081] = 'ER_IPSOCK_ERROR';
1439
+ exports[1082] = 'ER_NO_SUCH_INDEX';
1440
+ exports[1083] = 'ER_WRONG_FIELD_TERMINATORS';
1441
+ exports[1084] = 'ER_BLOBS_AND_NO_TERMINATED';
1442
+ exports[1085] = 'ER_TEXTFILE_NOT_READABLE';
1443
+ exports[1086] = 'ER_FILE_EXISTS_ERROR';
1444
+ exports[1087] = 'ER_LOAD_INFO';
1445
+ exports[1088] = 'ER_ALTER_INFO';
1446
+ exports[1089] = 'ER_WRONG_SUB_KEY';
1447
+ exports[1090] = 'ER_CANT_REMOVE_ALL_FIELDS';
1448
+ exports[1091] = 'ER_CANT_DROP_FIELD_OR_KEY';
1449
+ exports[1092] = 'ER_INSERT_INFO';
1450
+ exports[1093] = 'ER_UPDATE_TABLE_USED';
1451
+ exports[1094] = 'ER_NO_SUCH_THREAD';
1452
+ exports[1095] = 'ER_KILL_DENIED_ERROR';
1453
+ exports[1096] = 'ER_NO_TABLES_USED';
1454
+ exports[1097] = 'ER_TOO_BIG_SET';
1455
+ exports[1098] = 'ER_NO_UNIQUE_LOGFILE';
1456
+ exports[1099] = 'ER_TABLE_NOT_LOCKED_FOR_WRITE';
1457
+ exports[1100] = 'ER_TABLE_NOT_LOCKED';
1458
+ exports[1101] = 'ER_BLOB_CANT_HAVE_DEFAULT';
1459
+ exports[1102] = 'ER_WRONG_DB_NAME';
1460
+ exports[1103] = 'ER_WRONG_TABLE_NAME';
1461
+ exports[1104] = 'ER_TOO_BIG_SELECT';
1462
+ exports[1105] = 'ER_UNKNOWN_ERROR';
1463
+ exports[1106] = 'ER_UNKNOWN_PROCEDURE';
1464
+ exports[1107] = 'ER_WRONG_PARAMCOUNT_TO_PROCEDURE';
1465
+ exports[1108] = 'ER_WRONG_PARAMETERS_TO_PROCEDURE';
1466
+ exports[1109] = 'ER_UNKNOWN_TABLE';
1467
+ exports[1110] = 'ER_FIELD_SPECIFIED_TWICE';
1468
+ exports[1111] = 'ER_INVALID_GROUP_FUNC_USE';
1469
+ exports[1112] = 'ER_UNSUPPORTED_EXTENSION';
1470
+ exports[1113] = 'ER_TABLE_MUST_HAVE_COLUMNS';
1471
+ exports[1114] = 'ER_RECORD_FILE_FULL';
1472
+ exports[1115] = 'ER_UNKNOWN_CHARACTER_SET';
1473
+ exports[1116] = 'ER_TOO_MANY_TABLES';
1474
+ exports[1117] = 'ER_TOO_MANY_FIELDS';
1475
+ exports[1118] = 'ER_TOO_BIG_ROWSIZE';
1476
+ exports[1119] = 'ER_STACK_OVERRUN';
1477
+ exports[1120] = 'ER_WRONG_OUTER_JOIN';
1478
+ exports[1121] = 'ER_NULL_COLUMN_IN_INDEX';
1479
+ exports[1122] = 'ER_CANT_FIND_UDF';
1480
+ exports[1123] = 'ER_CANT_INITIALIZE_UDF';
1481
+ exports[1124] = 'ER_UDF_NO_PATHS';
1482
+ exports[1125] = 'ER_UDF_EXISTS';
1483
+ exports[1126] = 'ER_CANT_OPEN_LIBRARY';
1484
+ exports[1127] = 'ER_CANT_FIND_DL_ENTRY';
1485
+ exports[1128] = 'ER_FUNCTION_NOT_DEFINED';
1486
+ exports[1129] = 'ER_HOST_IS_BLOCKED';
1487
+ exports[1130] = 'ER_HOST_NOT_PRIVILEGED';
1488
+ exports[1131] = 'ER_PASSWORD_ANONYMOUS_USER';
1489
+ exports[1132] = 'ER_PASSWORD_NOT_ALLOWED';
1490
+ exports[1133] = 'ER_PASSWORD_NO_MATCH';
1491
+ exports[1134] = 'ER_UPDATE_INFO';
1492
+ exports[1135] = 'ER_CANT_CREATE_THREAD';
1493
+ exports[1136] = 'ER_WRONG_VALUE_COUNT_ON_ROW';
1494
+ exports[1137] = 'ER_CANT_REOPEN_TABLE';
1495
+ exports[1138] = 'ER_INVALID_USE_OF_NULL';
1496
+ exports[1139] = 'ER_REGEXP_ERROR';
1497
+ exports[1140] = 'ER_MIX_OF_GROUP_FUNC_AND_FIELDS';
1498
+ exports[1141] = 'ER_NONEXISTING_GRANT';
1499
+ exports[1142] = 'ER_TABLEACCESS_DENIED_ERROR';
1500
+ exports[1143] = 'ER_COLUMNACCESS_DENIED_ERROR';
1501
+ exports[1144] = 'ER_ILLEGAL_GRANT_FOR_TABLE';
1502
+ exports[1145] = 'ER_GRANT_WRONG_HOST_OR_USER';
1503
+ exports[1146] = 'ER_NO_SUCH_TABLE';
1504
+ exports[1147] = 'ER_NONEXISTING_TABLE_GRANT';
1505
+ exports[1148] = 'ER_NOT_ALLOWED_COMMAND';
1506
+ exports[1149] = 'ER_SYNTAX_ERROR';
1507
+ exports[1150] = 'ER_DELAYED_CANT_CHANGE_LOCK';
1508
+ exports[1151] = 'ER_TOO_MANY_DELAYED_THREADS';
1509
+ exports[1152] = 'ER_ABORTING_CONNECTION';
1510
+ exports[1153] = 'ER_NET_PACKET_TOO_LARGE';
1511
+ exports[1154] = 'ER_NET_READ_ERROR_FROM_PIPE';
1512
+ exports[1155] = 'ER_NET_FCNTL_ERROR';
1513
+ exports[1156] = 'ER_NET_PACKETS_OUT_OF_ORDER';
1514
+ exports[1157] = 'ER_NET_UNCOMPRESS_ERROR';
1515
+ exports[1158] = 'ER_NET_READ_ERROR';
1516
+ exports[1159] = 'ER_NET_READ_INTERRUPTED';
1517
+ exports[1160] = 'ER_NET_ERROR_ON_WRITE';
1518
+ exports[1161] = 'ER_NET_WRITE_INTERRUPTED';
1519
+ exports[1162] = 'ER_TOO_LONG_STRING';
1520
+ exports[1163] = 'ER_TABLE_CANT_HANDLE_BLOB';
1521
+ exports[1164] = 'ER_TABLE_CANT_HANDLE_AUTO_INCREMENT';
1522
+ exports[1165] = 'ER_DELAYED_INSERT_TABLE_LOCKED';
1523
+ exports[1166] = 'ER_WRONG_COLUMN_NAME';
1524
+ exports[1167] = 'ER_WRONG_KEY_COLUMN';
1525
+ exports[1168] = 'ER_WRONG_MRG_TABLE';
1526
+ exports[1169] = 'ER_DUP_UNIQUE';
1527
+ exports[1170] = 'ER_BLOB_KEY_WITHOUT_LENGTH';
1528
+ exports[1171] = 'ER_PRIMARY_CANT_HAVE_NULL';
1529
+ exports[1172] = 'ER_TOO_MANY_ROWS';
1530
+ exports[1173] = 'ER_REQUIRES_PRIMARY_KEY';
1531
+ exports[1174] = 'ER_NO_RAID_COMPILED';
1532
+ exports[1175] = 'ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE';
1533
+ exports[1176] = 'ER_KEY_DOES_NOT_EXITS';
1534
+ exports[1177] = 'ER_CHECK_NO_SUCH_TABLE';
1535
+ exports[1178] = 'ER_CHECK_NOT_IMPLEMENTED';
1536
+ exports[1179] = 'ER_CANT_DO_THIS_DURING_AN_TRANSACTION';
1537
+ exports[1180] = 'ER_ERROR_DURING_COMMIT';
1538
+ exports[1181] = 'ER_ERROR_DURING_ROLLBACK';
1539
+ exports[1182] = 'ER_ERROR_DURING_FLUSH_LOGS';
1540
+ exports[1183] = 'ER_ERROR_DURING_CHECKPOINT';
1541
+ exports[1184] = 'ER_NEW_ABORTING_CONNECTION';
1542
+ exports[1185] = 'ER_DUMP_NOT_IMPLEMENTED';
1543
+ exports[1186] = 'ER_FLUSH_MASTER_BINLOG_CLOSED';
1544
+ exports[1187] = 'ER_INDEX_REBUILD';
1545
+ exports[1188] = 'ER_MASTER';
1546
+ exports[1189] = 'ER_MASTER_NET_READ';
1547
+ exports[1190] = 'ER_MASTER_NET_WRITE';
1548
+ exports[1191] = 'ER_FT_MATCHING_KEY_NOT_FOUND';
1549
+ exports[1192] = 'ER_LOCK_OR_ACTIVE_TRANSACTION';
1550
+ exports[1193] = 'ER_UNKNOWN_SYSTEM_VARIABLE';
1551
+ exports[1194] = 'ER_CRASHED_ON_USAGE';
1552
+ exports[1195] = 'ER_CRASHED_ON_REPAIR';
1553
+ exports[1196] = 'ER_WARNING_NOT_COMPLETE_ROLLBACK';
1554
+ exports[1197] = 'ER_TRANS_CACHE_FULL';
1555
+ exports[1198] = 'ER_SLAVE_MUST_STOP';
1556
+ exports[1199] = 'ER_SLAVE_NOT_RUNNING';
1557
+ exports[1200] = 'ER_BAD_SLAVE';
1558
+ exports[1201] = 'ER_MASTER_INFO';
1559
+ exports[1202] = 'ER_SLAVE_THREAD';
1560
+ exports[1203] = 'ER_TOO_MANY_USER_CONNECTIONS';
1561
+ exports[1204] = 'ER_SET_CONSTANTS_ONLY';
1562
+ exports[1205] = 'ER_LOCK_WAIT_TIMEOUT';
1563
+ exports[1206] = 'ER_LOCK_TABLE_FULL';
1564
+ exports[1207] = 'ER_READ_ONLY_TRANSACTION';
1565
+ exports[1208] = 'ER_DROP_DB_WITH_READ_LOCK';
1566
+ exports[1209] = 'ER_CREATE_DB_WITH_READ_LOCK';
1567
+ exports[1210] = 'ER_WRONG_ARGUMENTS';
1568
+ exports[1211] = 'ER_NO_PERMISSION_TO_CREATE_USER';
1569
+ exports[1212] = 'ER_UNION_TABLES_IN_DIFFERENT_DIR';
1570
+ exports[1213] = 'ER_LOCK_DEADLOCK';
1571
+ exports[1214] = 'ER_TABLE_CANT_HANDLE_FT';
1572
+ exports[1215] = 'ER_CANNOT_ADD_FOREIGN';
1573
+ exports[1216] = 'ER_NO_REFERENCED_ROW';
1574
+ exports[1217] = 'ER_ROW_IS_REFERENCED';
1575
+ exports[1218] = 'ER_CONNECT_TO_MASTER';
1576
+ exports[1219] = 'ER_QUERY_ON_MASTER';
1577
+ exports[1220] = 'ER_ERROR_WHEN_EXECUTING_COMMAND';
1578
+ exports[1221] = 'ER_WRONG_USAGE';
1579
+ exports[1222] = 'ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT';
1580
+ exports[1223] = 'ER_CANT_UPDATE_WITH_READLOCK';
1581
+ exports[1224] = 'ER_MIXING_NOT_ALLOWED';
1582
+ exports[1225] = 'ER_DUP_ARGUMENT';
1583
+ exports[1226] = 'ER_USER_LIMIT_REACHED';
1584
+ exports[1227] = 'ER_SPECIFIC_ACCESS_DENIED_ERROR';
1585
+ exports[1228] = 'ER_LOCAL_VARIABLE';
1586
+ exports[1229] = 'ER_GLOBAL_VARIABLE';
1587
+ exports[1230] = 'ER_NO_DEFAULT';
1588
+ exports[1231] = 'ER_WRONG_VALUE_FOR_VAR';
1589
+ exports[1232] = 'ER_WRONG_TYPE_FOR_VAR';
1590
+ exports[1233] = 'ER_VAR_CANT_BE_READ';
1591
+ exports[1234] = 'ER_CANT_USE_OPTION_HERE';
1592
+ exports[1235] = 'ER_NOT_SUPPORTED_YET';
1593
+ exports[1236] = 'ER_MASTER_FATAL_ERROR_READING_BINLOG';
1594
+ exports[1237] = 'ER_SLAVE_IGNORED_TABLE';
1595
+ exports[1238] = 'ER_INCORRECT_GLOBAL_LOCAL_VAR';
1596
+ exports[1239] = 'ER_WRONG_FK_DEF';
1597
+ exports[1240] = 'ER_KEY_REF_DO_NOT_MATCH_TABLE_REF';
1598
+ exports[1241] = 'ER_OPERAND_COLUMNS';
1599
+ exports[1242] = 'ER_SUBQUERY_NO_1_ROW';
1600
+ exports[1243] = 'ER_UNKNOWN_STMT_HANDLER';
1601
+ exports[1244] = 'ER_CORRUPT_HELP_DB';
1602
+ exports[1245] = 'ER_CYCLIC_REFERENCE';
1603
+ exports[1246] = 'ER_AUTO_CONVERT';
1604
+ exports[1247] = 'ER_ILLEGAL_REFERENCE';
1605
+ exports[1248] = 'ER_DERIVED_MUST_HAVE_ALIAS';
1606
+ exports[1249] = 'ER_SELECT_REDUCED';
1607
+ exports[1250] = 'ER_TABLENAME_NOT_ALLOWED_HERE';
1608
+ exports[1251] = 'ER_NOT_SUPPORTED_AUTH_MODE';
1609
+ exports[1252] = 'ER_SPATIAL_CANT_HAVE_NULL';
1610
+ exports[1253] = 'ER_COLLATION_CHARSET_MISMATCH';
1611
+ exports[1254] = 'ER_SLAVE_WAS_RUNNING';
1612
+ exports[1255] = 'ER_SLAVE_WAS_NOT_RUNNING';
1613
+ exports[1256] = 'ER_TOO_BIG_FOR_UNCOMPRESS';
1614
+ exports[1257] = 'ER_ZLIB_Z_MEM_ERROR';
1615
+ exports[1258] = 'ER_ZLIB_Z_BUF_ERROR';
1616
+ exports[1259] = 'ER_ZLIB_Z_DATA_ERROR';
1617
+ exports[1260] = 'ER_CUT_VALUE_GROUP_CONCAT';
1618
+ exports[1261] = 'ER_WARN_TOO_FEW_RECORDS';
1619
+ exports[1262] = 'ER_WARN_TOO_MANY_RECORDS';
1620
+ exports[1263] = 'ER_WARN_NULL_TO_NOTNULL';
1621
+ exports[1264] = 'ER_WARN_DATA_OUT_OF_RANGE';
1622
+ exports[1265] = 'WARN_DATA_TRUNCATED';
1623
+ exports[1266] = 'ER_WARN_USING_OTHER_HANDLER';
1624
+ exports[1267] = 'ER_CANT_AGGREGATE_2COLLATIONS';
1625
+ exports[1268] = 'ER_DROP_USER';
1626
+ exports[1269] = 'ER_REVOKE_GRANTS';
1627
+ exports[1270] = 'ER_CANT_AGGREGATE_3COLLATIONS';
1628
+ exports[1271] = 'ER_CANT_AGGREGATE_NCOLLATIONS';
1629
+ exports[1272] = 'ER_VARIABLE_IS_NOT_STRUCT';
1630
+ exports[1273] = 'ER_UNKNOWN_COLLATION';
1631
+ exports[1274] = 'ER_SLAVE_IGNORED_SSL_PARAMS';
1632
+ exports[1275] = 'ER_SERVER_IS_IN_SECURE_AUTH_MODE';
1633
+ exports[1276] = 'ER_WARN_FIELD_RESOLVED';
1634
+ exports[1277] = 'ER_BAD_SLAVE_UNTIL_COND';
1635
+ exports[1278] = 'ER_MISSING_SKIP_SLAVE';
1636
+ exports[1279] = 'ER_UNTIL_COND_IGNORED';
1637
+ exports[1280] = 'ER_WRONG_NAME_FOR_INDEX';
1638
+ exports[1281] = 'ER_WRONG_NAME_FOR_CATALOG';
1639
+ exports[1282] = 'ER_WARN_QC_RESIZE';
1640
+ exports[1283] = 'ER_BAD_FT_COLUMN';
1641
+ exports[1284] = 'ER_UNKNOWN_KEY_CACHE';
1642
+ exports[1285] = 'ER_WARN_HOSTNAME_WONT_WORK';
1643
+ exports[1286] = 'ER_UNKNOWN_STORAGE_ENGINE';
1644
+ exports[1287] = 'ER_WARN_DEPRECATED_SYNTAX';
1645
+ exports[1288] = 'ER_NON_UPDATABLE_TABLE';
1646
+ exports[1289] = 'ER_FEATURE_DISABLED';
1647
+ exports[1290] = 'ER_OPTION_PREVENTS_STATEMENT';
1648
+ exports[1291] = 'ER_DUPLICATED_VALUE_IN_TYPE';
1649
+ exports[1292] = 'ER_TRUNCATED_WRONG_VALUE';
1650
+ exports[1293] = 'ER_TOO_MUCH_AUTO_TIMESTAMP_COLS';
1651
+ exports[1294] = 'ER_INVALID_ON_UPDATE';
1652
+ exports[1295] = 'ER_UNSUPPORTED_PS';
1653
+ exports[1296] = 'ER_GET_ERRMSG';
1654
+ exports[1297] = 'ER_GET_TEMPORARY_ERRMSG';
1655
+ exports[1298] = 'ER_UNKNOWN_TIME_ZONE';
1656
+ exports[1299] = 'ER_WARN_INVALID_TIMESTAMP';
1657
+ exports[1300] = 'ER_INVALID_CHARACTER_STRING';
1658
+ exports[1301] = 'ER_WARN_ALLOWED_PACKET_OVERFLOWED';
1659
+ exports[1302] = 'ER_CONFLICTING_DECLARATIONS';
1660
+ exports[1303] = 'ER_SP_NO_RECURSIVE_CREATE';
1661
+ exports[1304] = 'ER_SP_ALREADY_EXISTS';
1662
+ exports[1305] = 'ER_SP_DOES_NOT_EXIST';
1663
+ exports[1306] = 'ER_SP_DROP_FAILED';
1664
+ exports[1307] = 'ER_SP_STORE_FAILED';
1665
+ exports[1308] = 'ER_SP_LILABEL_MISMATCH';
1666
+ exports[1309] = 'ER_SP_LABEL_REDEFINE';
1667
+ exports[1310] = 'ER_SP_LABEL_MISMATCH';
1668
+ exports[1311] = 'ER_SP_UNINIT_VAR';
1669
+ exports[1312] = 'ER_SP_BADSELECT';
1670
+ exports[1313] = 'ER_SP_BADRETURN';
1671
+ exports[1314] = 'ER_SP_BADSTATEMENT';
1672
+ exports[1315] = 'ER_UPDATE_LOG_DEPRECATED_IGNORED';
1673
+ exports[1316] = 'ER_UPDATE_LOG_DEPRECATED_TRANSLATED';
1674
+ exports[1317] = 'ER_QUERY_INTERRUPTED';
1675
+ exports[1318] = 'ER_SP_WRONG_NO_OF_ARGS';
1676
+ exports[1319] = 'ER_SP_COND_MISMATCH';
1677
+ exports[1320] = 'ER_SP_NORETURN';
1678
+ exports[1321] = 'ER_SP_NORETURNEND';
1679
+ exports[1322] = 'ER_SP_BAD_CURSOR_QUERY';
1680
+ exports[1323] = 'ER_SP_BAD_CURSOR_SELECT';
1681
+ exports[1324] = 'ER_SP_CURSOR_MISMATCH';
1682
+ exports[1325] = 'ER_SP_CURSOR_ALREADY_OPEN';
1683
+ exports[1326] = 'ER_SP_CURSOR_NOT_OPEN';
1684
+ exports[1327] = 'ER_SP_UNDECLARED_VAR';
1685
+ exports[1328] = 'ER_SP_WRONG_NO_OF_FETCH_ARGS';
1686
+ exports[1329] = 'ER_SP_FETCH_NO_DATA';
1687
+ exports[1330] = 'ER_SP_DUP_PARAM';
1688
+ exports[1331] = 'ER_SP_DUP_VAR';
1689
+ exports[1332] = 'ER_SP_DUP_COND';
1690
+ exports[1333] = 'ER_SP_DUP_CURS';
1691
+ exports[1334] = 'ER_SP_CANT_ALTER';
1692
+ exports[1335] = 'ER_SP_SUBSELECT_NYI';
1693
+ exports[1336] = 'ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG';
1694
+ exports[1337] = 'ER_SP_VARCOND_AFTER_CURSHNDLR';
1695
+ exports[1338] = 'ER_SP_CURSOR_AFTER_HANDLER';
1696
+ exports[1339] = 'ER_SP_CASE_NOT_FOUND';
1697
+ exports[1340] = 'ER_FPARSER_TOO_BIG_FILE';
1698
+ exports[1341] = 'ER_FPARSER_BAD_HEADER';
1699
+ exports[1342] = 'ER_FPARSER_EOF_IN_COMMENT';
1700
+ exports[1343] = 'ER_FPARSER_ERROR_IN_PARAMETER';
1701
+ exports[1344] = 'ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER';
1702
+ exports[1345] = 'ER_VIEW_NO_EXPLAIN';
1703
+ exports[1346] = 'ER_FRM_UNKNOWN_TYPE';
1704
+ exports[1347] = 'ER_WRONG_OBJECT';
1705
+ exports[1348] = 'ER_NONUPDATEABLE_COLUMN';
1706
+ exports[1349] = 'ER_VIEW_SELECT_DERIVED';
1707
+ exports[1350] = 'ER_VIEW_SELECT_CLAUSE';
1708
+ exports[1351] = 'ER_VIEW_SELECT_VARIABLE';
1709
+ exports[1352] = 'ER_VIEW_SELECT_TMPTABLE';
1710
+ exports[1353] = 'ER_VIEW_WRONG_LIST';
1711
+ exports[1354] = 'ER_WARN_VIEW_MERGE';
1712
+ exports[1355] = 'ER_WARN_VIEW_WITHOUT_KEY';
1713
+ exports[1356] = 'ER_VIEW_INVALID';
1714
+ exports[1357] = 'ER_SP_NO_DROP_SP';
1715
+ exports[1358] = 'ER_SP_GOTO_IN_HNDLR';
1716
+ exports[1359] = 'ER_TRG_ALREADY_EXISTS';
1717
+ exports[1360] = 'ER_TRG_DOES_NOT_EXIST';
1718
+ exports[1361] = 'ER_TRG_ON_VIEW_OR_TEMP_TABLE';
1719
+ exports[1362] = 'ER_TRG_CANT_CHANGE_ROW';
1720
+ exports[1363] = 'ER_TRG_NO_SUCH_ROW_IN_TRG';
1721
+ exports[1364] = 'ER_NO_DEFAULT_FOR_FIELD';
1722
+ exports[1365] = 'ER_DIVISION_BY_ZERO';
1723
+ exports[1366] = 'ER_TRUNCATED_WRONG_VALUE_FOR_FIELD';
1724
+ exports[1367] = 'ER_ILLEGAL_VALUE_FOR_TYPE';
1725
+ exports[1368] = 'ER_VIEW_NONUPD_CHECK';
1726
+ exports[1369] = 'ER_VIEW_CHECK_FAILED';
1727
+ exports[1370] = 'ER_PROCACCESS_DENIED_ERROR';
1728
+ exports[1371] = 'ER_RELAY_LOG_FAIL';
1729
+ exports[1372] = 'ER_PASSWD_LENGTH';
1730
+ exports[1373] = 'ER_UNKNOWN_TARGET_BINLOG';
1731
+ exports[1374] = 'ER_IO_ERR_LOG_INDEX_READ';
1732
+ exports[1375] = 'ER_BINLOG_PURGE_PROHIBITED';
1733
+ exports[1376] = 'ER_FSEEK_FAIL';
1734
+ exports[1377] = 'ER_BINLOG_PURGE_FATAL_ERR';
1735
+ exports[1378] = 'ER_LOG_IN_USE';
1736
+ exports[1379] = 'ER_LOG_PURGE_UNKNOWN_ERR';
1737
+ exports[1380] = 'ER_RELAY_LOG_INIT';
1738
+ exports[1381] = 'ER_NO_BINARY_LOGGING';
1739
+ exports[1382] = 'ER_RESERVED_SYNTAX';
1740
+ exports[1383] = 'ER_WSAS_FAILED';
1741
+ exports[1384] = 'ER_DIFF_GROUPS_PROC';
1742
+ exports[1385] = 'ER_NO_GROUP_FOR_PROC';
1743
+ exports[1386] = 'ER_ORDER_WITH_PROC';
1744
+ exports[1387] = 'ER_LOGGING_PROHIBIT_CHANGING_OF';
1745
+ exports[1388] = 'ER_NO_FILE_MAPPING';
1746
+ exports[1389] = 'ER_WRONG_MAGIC';
1747
+ exports[1390] = 'ER_PS_MANY_PARAM';
1748
+ exports[1391] = 'ER_KEY_PART_0';
1749
+ exports[1392] = 'ER_VIEW_CHECKSUM';
1750
+ exports[1393] = 'ER_VIEW_MULTIUPDATE';
1751
+ exports[1394] = 'ER_VIEW_NO_INSERT_FIELD_LIST';
1752
+ exports[1395] = 'ER_VIEW_DELETE_MERGE_VIEW';
1753
+ exports[1396] = 'ER_CANNOT_USER';
1754
+ exports[1397] = 'ER_XAER_NOTA';
1755
+ exports[1398] = 'ER_XAER_INVAL';
1756
+ exports[1399] = 'ER_XAER_RMFAIL';
1757
+ exports[1400] = 'ER_XAER_OUTSIDE';
1758
+ exports[1401] = 'ER_XAER_RMERR';
1759
+ exports[1402] = 'ER_XA_RBROLLBACK';
1760
+ exports[1403] = 'ER_NONEXISTING_PROC_GRANT';
1761
+ exports[1404] = 'ER_PROC_AUTO_GRANT_FAIL';
1762
+ exports[1405] = 'ER_PROC_AUTO_REVOKE_FAIL';
1763
+ exports[1406] = 'ER_DATA_TOO_LONG';
1764
+ exports[1407] = 'ER_SP_BAD_SQLSTATE';
1765
+ exports[1408] = 'ER_STARTUP';
1766
+ exports[1409] = 'ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR';
1767
+ exports[1410] = 'ER_CANT_CREATE_USER_WITH_GRANT';
1768
+ exports[1411] = 'ER_WRONG_VALUE_FOR_TYPE';
1769
+ exports[1412] = 'ER_TABLE_DEF_CHANGED';
1770
+ exports[1413] = 'ER_SP_DUP_HANDLER';
1771
+ exports[1414] = 'ER_SP_NOT_VAR_ARG';
1772
+ exports[1415] = 'ER_SP_NO_RETSET';
1773
+ exports[1416] = 'ER_CANT_CREATE_GEOMETRY_OBJECT';
1774
+ exports[1417] = 'ER_FAILED_ROUTINE_BREAK_BINLOG';
1775
+ exports[1418] = 'ER_BINLOG_UNSAFE_ROUTINE';
1776
+ exports[1419] = 'ER_BINLOG_CREATE_ROUTINE_NEED_SUPER';
1777
+ exports[1420] = 'ER_EXEC_STMT_WITH_OPEN_CURSOR';
1778
+ exports[1421] = 'ER_STMT_HAS_NO_OPEN_CURSOR';
1779
+ exports[1422] = 'ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG';
1780
+ exports[1423] = 'ER_NO_DEFAULT_FOR_VIEW_FIELD';
1781
+ exports[1424] = 'ER_SP_NO_RECURSION';
1782
+ exports[1425] = 'ER_TOO_BIG_SCALE';
1783
+ exports[1426] = 'ER_TOO_BIG_PRECISION';
1784
+ exports[1427] = 'ER_M_BIGGER_THAN_D';
1785
+ exports[1428] = 'ER_WRONG_LOCK_OF_SYSTEM_TABLE';
1786
+ exports[1429] = 'ER_CONNECT_TO_FOREIGN_DATA_SOURCE';
1787
+ exports[1430] = 'ER_QUERY_ON_FOREIGN_DATA_SOURCE';
1788
+ exports[1431] = 'ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST';
1789
+ exports[1432] = 'ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE';
1790
+ exports[1433] = 'ER_FOREIGN_DATA_STRING_INVALID';
1791
+ exports[1434] = 'ER_CANT_CREATE_FEDERATED_TABLE';
1792
+ exports[1435] = 'ER_TRG_IN_WRONG_SCHEMA';
1793
+ exports[1436] = 'ER_STACK_OVERRUN_NEED_MORE';
1794
+ exports[1437] = 'ER_TOO_LONG_BODY';
1795
+ exports[1438] = 'ER_WARN_CANT_DROP_DEFAULT_KEYCACHE';
1796
+ exports[1439] = 'ER_TOO_BIG_DISPLAYWIDTH';
1797
+ exports[1440] = 'ER_XAER_DUPID';
1798
+ exports[1441] = 'ER_DATETIME_FUNCTION_OVERFLOW';
1799
+ exports[1442] = 'ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG';
1800
+ exports[1443] = 'ER_VIEW_PREVENT_UPDATE';
1801
+ exports[1444] = 'ER_PS_NO_RECURSION';
1802
+ exports[1445] = 'ER_SP_CANT_SET_AUTOCOMMIT';
1803
+ exports[1446] = 'ER_MALFORMED_DEFINER';
1804
+ exports[1447] = 'ER_VIEW_FRM_NO_USER';
1805
+ exports[1448] = 'ER_VIEW_OTHER_USER';
1806
+ exports[1449] = 'ER_NO_SUCH_USER';
1807
+ exports[1450] = 'ER_FORBID_SCHEMA_CHANGE';
1808
+ exports[1451] = 'ER_ROW_IS_REFERENCED_2';
1809
+ exports[1452] = 'ER_NO_REFERENCED_ROW_2';
1810
+ exports[1453] = 'ER_SP_BAD_VAR_SHADOW';
1811
+ exports[1454] = 'ER_TRG_NO_DEFINER';
1812
+ exports[1455] = 'ER_OLD_FILE_FORMAT';
1813
+ exports[1456] = 'ER_SP_RECURSION_LIMIT';
1814
+ exports[1457] = 'ER_SP_PROC_TABLE_CORRUPT';
1815
+ exports[1458] = 'ER_SP_WRONG_NAME';
1816
+ exports[1459] = 'ER_TABLE_NEEDS_UPGRADE';
1817
+ exports[1460] = 'ER_SP_NO_AGGREGATE';
1818
+ exports[1461] = 'ER_MAX_PREPARED_STMT_COUNT_REACHED';
1819
+ exports[1462] = 'ER_VIEW_RECURSIVE';
1820
+ exports[1463] = 'ER_NON_GROUPING_FIELD_USED';
1821
+ exports[1464] = 'ER_TABLE_CANT_HANDLE_SPKEYS';
1822
+ exports[1465] = 'ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA';
1823
+ exports[1466] = 'ER_REMOVED_SPACES';
1824
+ exports[1467] = 'ER_AUTOINC_READ_FAILED';
1825
+ exports[1468] = 'ER_USERNAME';
1826
+ exports[1469] = 'ER_HOSTNAME';
1827
+ exports[1470] = 'ER_WRONG_STRING_LENGTH';
1828
+ exports[1471] = 'ER_NON_INSERTABLE_TABLE';
1829
+ exports[1472] = 'ER_ADMIN_WRONG_MRG_TABLE';
1830
+ exports[1473] = 'ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT';
1831
+ exports[1474] = 'ER_NAME_BECOMES_EMPTY';
1832
+ exports[1475] = 'ER_AMBIGUOUS_FIELD_TERM';
1833
+ exports[1476] = 'ER_FOREIGN_SERVER_EXISTS';
1834
+ exports[1477] = 'ER_FOREIGN_SERVER_DOESNT_EXIST';
1835
+ exports[1478] = 'ER_ILLEGAL_HA_CREATE_OPTION';
1836
+ exports[1479] = 'ER_PARTITION_REQUIRES_VALUES_ERROR';
1837
+ exports[1480] = 'ER_PARTITION_WRONG_VALUES_ERROR';
1838
+ exports[1481] = 'ER_PARTITION_MAXVALUE_ERROR';
1839
+ exports[1482] = 'ER_PARTITION_SUBPARTITION_ERROR';
1840
+ exports[1483] = 'ER_PARTITION_SUBPART_MIX_ERROR';
1841
+ exports[1484] = 'ER_PARTITION_WRONG_NO_PART_ERROR';
1842
+ exports[1485] = 'ER_PARTITION_WRONG_NO_SUBPART_ERROR';
1843
+ exports[1486] = 'ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR';
1844
+ exports[1487] = 'ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR';
1845
+ exports[1488] = 'ER_FIELD_NOT_FOUND_PART_ERROR';
1846
+ exports[1489] = 'ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR';
1847
+ exports[1490] = 'ER_INCONSISTENT_PARTITION_INFO_ERROR';
1848
+ exports[1491] = 'ER_PARTITION_FUNC_NOT_ALLOWED_ERROR';
1849
+ exports[1492] = 'ER_PARTITIONS_MUST_BE_DEFINED_ERROR';
1850
+ exports[1493] = 'ER_RANGE_NOT_INCREASING_ERROR';
1851
+ exports[1494] = 'ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR';
1852
+ exports[1495] = 'ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR';
1853
+ exports[1496] = 'ER_PARTITION_ENTRY_ERROR';
1854
+ exports[1497] = 'ER_MIX_HANDLER_ERROR';
1855
+ exports[1498] = 'ER_PARTITION_NOT_DEFINED_ERROR';
1856
+ exports[1499] = 'ER_TOO_MANY_PARTITIONS_ERROR';
1857
+ exports[1500] = 'ER_SUBPARTITION_ERROR';
1858
+ exports[1501] = 'ER_CANT_CREATE_HANDLER_FILE';
1859
+ exports[1502] = 'ER_BLOB_FIELD_IN_PART_FUNC_ERROR';
1860
+ exports[1503] = 'ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF';
1861
+ exports[1504] = 'ER_NO_PARTS_ERROR';
1862
+ exports[1505] = 'ER_PARTITION_MGMT_ON_NONPARTITIONED';
1863
+ exports[1506] = 'ER_FOREIGN_KEY_ON_PARTITIONED';
1864
+ exports[1507] = 'ER_DROP_PARTITION_NON_EXISTENT';
1865
+ exports[1508] = 'ER_DROP_LAST_PARTITION';
1866
+ exports[1509] = 'ER_COALESCE_ONLY_ON_HASH_PARTITION';
1867
+ exports[1510] = 'ER_REORG_HASH_ONLY_ON_SAME_NO';
1868
+ exports[1511] = 'ER_REORG_NO_PARAM_ERROR';
1869
+ exports[1512] = 'ER_ONLY_ON_RANGE_LIST_PARTITION';
1870
+ exports[1513] = 'ER_ADD_PARTITION_SUBPART_ERROR';
1871
+ exports[1514] = 'ER_ADD_PARTITION_NO_NEW_PARTITION';
1872
+ exports[1515] = 'ER_COALESCE_PARTITION_NO_PARTITION';
1873
+ exports[1516] = 'ER_REORG_PARTITION_NOT_EXIST';
1874
+ exports[1517] = 'ER_SAME_NAME_PARTITION';
1875
+ exports[1518] = 'ER_NO_BINLOG_ERROR';
1876
+ exports[1519] = 'ER_CONSECUTIVE_REORG_PARTITIONS';
1877
+ exports[1520] = 'ER_REORG_OUTSIDE_RANGE';
1878
+ exports[1521] = 'ER_PARTITION_FUNCTION_FAILURE';
1879
+ exports[1522] = 'ER_PART_STATE_ERROR';
1880
+ exports[1523] = 'ER_LIMITED_PART_RANGE';
1881
+ exports[1524] = 'ER_PLUGIN_IS_NOT_LOADED';
1882
+ exports[1525] = 'ER_WRONG_VALUE';
1883
+ exports[1526] = 'ER_NO_PARTITION_FOR_GIVEN_VALUE';
1884
+ exports[1527] = 'ER_FILEGROUP_OPTION_ONLY_ONCE';
1885
+ exports[1528] = 'ER_CREATE_FILEGROUP_FAILED';
1886
+ exports[1529] = 'ER_DROP_FILEGROUP_FAILED';
1887
+ exports[1530] = 'ER_TABLESPACE_AUTO_EXTEND_ERROR';
1888
+ exports[1531] = 'ER_WRONG_SIZE_NUMBER';
1889
+ exports[1532] = 'ER_SIZE_OVERFLOW_ERROR';
1890
+ exports[1533] = 'ER_ALTER_FILEGROUP_FAILED';
1891
+ exports[1534] = 'ER_BINLOG_ROW_LOGGING_FAILED';
1892
+ exports[1535] = 'ER_BINLOG_ROW_WRONG_TABLE_DEF';
1893
+ exports[1536] = 'ER_BINLOG_ROW_RBR_TO_SBR';
1894
+ exports[1537] = 'ER_EVENT_ALREADY_EXISTS';
1895
+ exports[1538] = 'ER_EVENT_STORE_FAILED';
1896
+ exports[1539] = 'ER_EVENT_DOES_NOT_EXIST';
1897
+ exports[1540] = 'ER_EVENT_CANT_ALTER';
1898
+ exports[1541] = 'ER_EVENT_DROP_FAILED';
1899
+ exports[1542] = 'ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG';
1900
+ exports[1543] = 'ER_EVENT_ENDS_BEFORE_STARTS';
1901
+ exports[1544] = 'ER_EVENT_EXEC_TIME_IN_THE_PAST';
1902
+ exports[1545] = 'ER_EVENT_OPEN_TABLE_FAILED';
1903
+ exports[1546] = 'ER_EVENT_NEITHER_M_EXPR_NOR_M_AT';
1904
+ exports[1547] = 'ER_COL_COUNT_DOESNT_MATCH_CORRUPTED';
1905
+ exports[1548] = 'ER_CANNOT_LOAD_FROM_TABLE';
1906
+ exports[1549] = 'ER_EVENT_CANNOT_DELETE';
1907
+ exports[1550] = 'ER_EVENT_COMPILE_ERROR';
1908
+ exports[1551] = 'ER_EVENT_SAME_NAME';
1909
+ exports[1552] = 'ER_EVENT_DATA_TOO_LONG';
1910
+ exports[1553] = 'ER_DROP_INDEX_FK';
1911
+ exports[1554] = 'ER_WARN_DEPRECATED_SYNTAX_WITH_VER';
1912
+ exports[1555] = 'ER_CANT_WRITE_LOCK_LOG_TABLE';
1913
+ exports[1556] = 'ER_CANT_LOCK_LOG_TABLE';
1914
+ exports[1557] = 'ER_FOREIGN_DUPLICATE_KEY';
1915
+ exports[1558] = 'ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE';
1916
+ exports[1559] = 'ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR';
1917
+ exports[1560] = 'ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT';
1918
+ exports[1561] = 'ER_NDB_CANT_SWITCH_BINLOG_FORMAT';
1919
+ exports[1562] = 'ER_PARTITION_NO_TEMPORARY';
1920
+ exports[1563] = 'ER_PARTITION_CONST_DOMAIN_ERROR';
1921
+ exports[1564] = 'ER_PARTITION_FUNCTION_IS_NOT_ALLOWED';
1922
+ exports[1565] = 'ER_DDL_LOG_ERROR';
1923
+ exports[1566] = 'ER_NULL_IN_VALUES_LESS_THAN';
1924
+ exports[1567] = 'ER_WRONG_PARTITION_NAME';
1925
+ exports[1568] = 'ER_CANT_CHANGE_TX_CHARACTERISTICS';
1926
+ exports[1569] = 'ER_DUP_ENTRY_AUTOINCREMENT_CASE';
1927
+ exports[1570] = 'ER_EVENT_MODIFY_QUEUE_ERROR';
1928
+ exports[1571] = 'ER_EVENT_SET_VAR_ERROR';
1929
+ exports[1572] = 'ER_PARTITION_MERGE_ERROR';
1930
+ exports[1573] = 'ER_CANT_ACTIVATE_LOG';
1931
+ exports[1574] = 'ER_RBR_NOT_AVAILABLE';
1932
+ exports[1575] = 'ER_BASE64_DECODE_ERROR';
1933
+ exports[1576] = 'ER_EVENT_RECURSION_FORBIDDEN';
1934
+ exports[1577] = 'ER_EVENTS_DB_ERROR';
1935
+ exports[1578] = 'ER_ONLY_INTEGERS_ALLOWED';
1936
+ exports[1579] = 'ER_UNSUPORTED_LOG_ENGINE';
1937
+ exports[1580] = 'ER_BAD_LOG_STATEMENT';
1938
+ exports[1581] = 'ER_CANT_RENAME_LOG_TABLE';
1939
+ exports[1582] = 'ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT';
1940
+ exports[1583] = 'ER_WRONG_PARAMETERS_TO_NATIVE_FCT';
1941
+ exports[1584] = 'ER_WRONG_PARAMETERS_TO_STORED_FCT';
1942
+ exports[1585] = 'ER_NATIVE_FCT_NAME_COLLISION';
1943
+ exports[1586] = 'ER_DUP_ENTRY_WITH_KEY_NAME';
1944
+ exports[1587] = 'ER_BINLOG_PURGE_EMFILE';
1945
+ exports[1588] = 'ER_EVENT_CANNOT_CREATE_IN_THE_PAST';
1946
+ exports[1589] = 'ER_EVENT_CANNOT_ALTER_IN_THE_PAST';
1947
+ exports[1590] = 'ER_SLAVE_INCIDENT';
1948
+ exports[1591] = 'ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT';
1949
+ exports[1592] = 'ER_BINLOG_UNSAFE_STATEMENT';
1950
+ exports[1593] = 'ER_SLAVE_FATAL_ERROR';
1951
+ exports[1594] = 'ER_SLAVE_RELAY_LOG_READ_FAILURE';
1952
+ exports[1595] = 'ER_SLAVE_RELAY_LOG_WRITE_FAILURE';
1953
+ exports[1596] = 'ER_SLAVE_CREATE_EVENT_FAILURE';
1954
+ exports[1597] = 'ER_SLAVE_MASTER_COM_FAILURE';
1955
+ exports[1598] = 'ER_BINLOG_LOGGING_IMPOSSIBLE';
1956
+ exports[1599] = 'ER_VIEW_NO_CREATION_CTX';
1957
+ exports[1600] = 'ER_VIEW_INVALID_CREATION_CTX';
1958
+ exports[1601] = 'ER_SR_INVALID_CREATION_CTX';
1959
+ exports[1602] = 'ER_TRG_CORRUPTED_FILE';
1960
+ exports[1603] = 'ER_TRG_NO_CREATION_CTX';
1961
+ exports[1604] = 'ER_TRG_INVALID_CREATION_CTX';
1962
+ exports[1605] = 'ER_EVENT_INVALID_CREATION_CTX';
1963
+ exports[1606] = 'ER_TRG_CANT_OPEN_TABLE';
1964
+ exports[1607] = 'ER_CANT_CREATE_SROUTINE';
1965
+ exports[1608] = 'ER_NEVER_USED';
1966
+ exports[1609] = 'ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT';
1967
+ exports[1610] = 'ER_SLAVE_CORRUPT_EVENT';
1968
+ exports[1611] = 'ER_LOAD_DATA_INVALID_COLUMN';
1969
+ exports[1612] = 'ER_LOG_PURGE_NO_FILE';
1970
+ exports[1613] = 'ER_XA_RBTIMEOUT';
1971
+ exports[1614] = 'ER_XA_RBDEADLOCK';
1972
+ exports[1615] = 'ER_NEED_REPREPARE';
1973
+ exports[1616] = 'ER_DELAYED_NOT_SUPPORTED';
1974
+ exports[1617] = 'WARN_NO_MASTER_INFO';
1975
+ exports[1618] = 'WARN_OPTION_IGNORED';
1976
+ exports[1619] = 'ER_PLUGIN_DELETE_BUILTIN';
1977
+ exports[1620] = 'WARN_PLUGIN_BUSY';
1978
+ exports[1621] = 'ER_VARIABLE_IS_READONLY';
1979
+ exports[1622] = 'ER_WARN_ENGINE_TRANSACTION_ROLLBACK';
1980
+ exports[1623] = 'ER_SLAVE_HEARTBEAT_FAILURE';
1981
+ exports[1624] = 'ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE';
1982
+ exports[1625] = 'ER_NDB_REPLICATION_SCHEMA_ERROR';
1983
+ exports[1626] = 'ER_CONFLICT_FN_PARSE_ERROR';
1984
+ exports[1627] = 'ER_EXCEPTIONS_WRITE_ERROR';
1985
+ exports[1628] = 'ER_TOO_LONG_TABLE_COMMENT';
1986
+ exports[1629] = 'ER_TOO_LONG_FIELD_COMMENT';
1987
+ exports[1630] = 'ER_FUNC_INEXISTENT_NAME_COLLISION';
1988
+ exports[1631] = 'ER_DATABASE_NAME';
1989
+ exports[1632] = 'ER_TABLE_NAME';
1990
+ exports[1633] = 'ER_PARTITION_NAME';
1991
+ exports[1634] = 'ER_SUBPARTITION_NAME';
1992
+ exports[1635] = 'ER_TEMPORARY_NAME';
1993
+ exports[1636] = 'ER_RENAMED_NAME';
1994
+ exports[1637] = 'ER_TOO_MANY_CONCURRENT_TRXS';
1995
+ exports[1638] = 'WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED';
1996
+ exports[1639] = 'ER_DEBUG_SYNC_TIMEOUT';
1997
+ exports[1640] = 'ER_DEBUG_SYNC_HIT_LIMIT';
1998
+ exports[1641] = 'ER_DUP_SIGNAL_SET';
1999
+ exports[1642] = 'ER_SIGNAL_WARN';
2000
+ exports[1643] = 'ER_SIGNAL_NOT_FOUND';
2001
+ exports[1644] = 'ER_SIGNAL_EXCEPTION';
2002
+ exports[1645] = 'ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER';
2003
+ exports[1646] = 'ER_SIGNAL_BAD_CONDITION_TYPE';
2004
+ exports[1647] = 'WARN_COND_ITEM_TRUNCATED';
2005
+ exports[1648] = 'ER_COND_ITEM_TOO_LONG';
2006
+ exports[1649] = 'ER_UNKNOWN_LOCALE';
2007
+ exports[1650] = 'ER_SLAVE_IGNORE_SERVER_IDS';
2008
+ exports[1651] = 'ER_QUERY_CACHE_DISABLED';
2009
+ exports[1652] = 'ER_SAME_NAME_PARTITION_FIELD';
2010
+ exports[1653] = 'ER_PARTITION_COLUMN_LIST_ERROR';
2011
+ exports[1654] = 'ER_WRONG_TYPE_COLUMN_VALUE_ERROR';
2012
+ exports[1655] = 'ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR';
2013
+ exports[1656] = 'ER_MAXVALUE_IN_VALUES_IN';
2014
+ exports[1657] = 'ER_TOO_MANY_VALUES_ERROR';
2015
+ exports[1658] = 'ER_ROW_SINGLE_PARTITION_FIELD_ERROR';
2016
+ exports[1659] = 'ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD';
2017
+ exports[1660] = 'ER_PARTITION_FIELDS_TOO_LONG';
2018
+ exports[1661] = 'ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE';
2019
+ exports[1662] = 'ER_BINLOG_ROW_MODE_AND_STMT_ENGINE';
2020
+ exports[1663] = 'ER_BINLOG_UNSAFE_AND_STMT_ENGINE';
2021
+ exports[1664] = 'ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE';
2022
+ exports[1665] = 'ER_BINLOG_STMT_MODE_AND_ROW_ENGINE';
2023
+ exports[1666] = 'ER_BINLOG_ROW_INJECTION_AND_STMT_MODE';
2024
+ exports[1667] = 'ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE';
2025
+ exports[1668] = 'ER_BINLOG_UNSAFE_LIMIT';
2026
+ exports[1669] = 'ER_BINLOG_UNSAFE_INSERT_DELAYED';
2027
+ exports[1670] = 'ER_BINLOG_UNSAFE_SYSTEM_TABLE';
2028
+ exports[1671] = 'ER_BINLOG_UNSAFE_AUTOINC_COLUMNS';
2029
+ exports[1672] = 'ER_BINLOG_UNSAFE_UDF';
2030
+ exports[1673] = 'ER_BINLOG_UNSAFE_SYSTEM_VARIABLE';
2031
+ exports[1674] = 'ER_BINLOG_UNSAFE_SYSTEM_FUNCTION';
2032
+ exports[1675] = 'ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS';
2033
+ exports[1676] = 'ER_MESSAGE_AND_STATEMENT';
2034
+ exports[1677] = 'ER_SLAVE_CONVERSION_FAILED';
2035
+ exports[1678] = 'ER_SLAVE_CANT_CREATE_CONVERSION';
2036
+ exports[1679] = 'ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT';
2037
+ exports[1680] = 'ER_PATH_LENGTH';
2038
+ exports[1681] = 'ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT';
2039
+ exports[1682] = 'ER_WRONG_NATIVE_TABLE_STRUCTURE';
2040
+ exports[1683] = 'ER_WRONG_PERFSCHEMA_USAGE';
2041
+ exports[1684] = 'ER_WARN_I_S_SKIPPED_TABLE';
2042
+ exports[1685] = 'ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT';
2043
+ exports[1686] = 'ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT';
2044
+ exports[1687] = 'ER_SPATIAL_MUST_HAVE_GEOM_COL';
2045
+ exports[1688] = 'ER_TOO_LONG_INDEX_COMMENT';
2046
+ exports[1689] = 'ER_LOCK_ABORTED';
2047
+ exports[1690] = 'ER_DATA_OUT_OF_RANGE';
2048
+ exports[1691] = 'ER_WRONG_SPVAR_TYPE_IN_LIMIT';
2049
+ exports[1692] = 'ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE';
2050
+ exports[1693] = 'ER_BINLOG_UNSAFE_MIXED_STATEMENT';
2051
+ exports[1694] = 'ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN';
2052
+ exports[1695] = 'ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN';
2053
+ exports[1696] = 'ER_FAILED_READ_FROM_PAR_FILE';
2054
+ exports[1697] = 'ER_VALUES_IS_NOT_INT_TYPE_ERROR';
2055
+ exports[1698] = 'ER_ACCESS_DENIED_NO_PASSWORD_ERROR';
2056
+ exports[1699] = 'ER_SET_PASSWORD_AUTH_PLUGIN';
2057
+ exports[1700] = 'ER_GRANT_PLUGIN_USER_EXISTS';
2058
+ exports[1701] = 'ER_TRUNCATE_ILLEGAL_FK';
2059
+ exports[1702] = 'ER_PLUGIN_IS_PERMANENT';
2060
+ exports[1703] = 'ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN';
2061
+ exports[1704] = 'ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX';
2062
+ exports[1705] = 'ER_STMT_CACHE_FULL';
2063
+ exports[1706] = 'ER_MULTI_UPDATE_KEY_CONFLICT';
2064
+ exports[1707] = 'ER_TABLE_NEEDS_REBUILD';
2065
+ exports[1708] = 'WARN_OPTION_BELOW_LIMIT';
2066
+ exports[1709] = 'ER_INDEX_COLUMN_TOO_LONG';
2067
+ exports[1710] = 'ER_ERROR_IN_TRIGGER_BODY';
2068
+ exports[1711] = 'ER_ERROR_IN_UNKNOWN_TRIGGER_BODY';
2069
+ exports[1712] = 'ER_INDEX_CORRUPT';
2070
+ exports[1713] = 'ER_UNDO_RECORD_TOO_BIG';
2071
+ exports[1714] = 'ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT';
2072
+ exports[1715] = 'ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE';
2073
+ exports[1716] = 'ER_BINLOG_UNSAFE_REPLACE_SELECT';
2074
+ exports[1717] = 'ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT';
2075
+ exports[1718] = 'ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT';
2076
+ exports[1719] = 'ER_BINLOG_UNSAFE_UPDATE_IGNORE';
2077
+ exports[1720] = 'ER_PLUGIN_NO_UNINSTALL';
2078
+ exports[1721] = 'ER_PLUGIN_NO_INSTALL';
2079
+ exports[1722] = 'ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT';
2080
+ exports[1723] = 'ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC';
2081
+ exports[1724] = 'ER_BINLOG_UNSAFE_INSERT_TWO_KEYS';
2082
+ exports[1725] = 'ER_TABLE_IN_FK_CHECK';
2083
+ exports[1726] = 'ER_UNSUPPORTED_ENGINE';
2084
+ exports[1727] = 'ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST';
2085
+ exports[1728] = 'ER_CANNOT_LOAD_FROM_TABLE_V2';
2086
+ exports[1729] = 'ER_MASTER_DELAY_VALUE_OUT_OF_RANGE';
2087
+ exports[1730] = 'ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT';
2088
+ exports[1731] = 'ER_PARTITION_EXCHANGE_DIFFERENT_OPTION';
2089
+ exports[1732] = 'ER_PARTITION_EXCHANGE_PART_TABLE';
2090
+ exports[1733] = 'ER_PARTITION_EXCHANGE_TEMP_TABLE';
2091
+ exports[1734] = 'ER_PARTITION_INSTEAD_OF_SUBPARTITION';
2092
+ exports[1735] = 'ER_UNKNOWN_PARTITION';
2093
+ exports[1736] = 'ER_TABLES_DIFFERENT_METADATA';
2094
+ exports[1737] = 'ER_ROW_DOES_NOT_MATCH_PARTITION';
2095
+ exports[1738] = 'ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX';
2096
+ exports[1739] = 'ER_WARN_INDEX_NOT_APPLICABLE';
2097
+ exports[1740] = 'ER_PARTITION_EXCHANGE_FOREIGN_KEY';
2098
+ exports[1741] = 'ER_NO_SUCH_KEY_VALUE';
2099
+ exports[1742] = 'ER_RPL_INFO_DATA_TOO_LONG';
2100
+ exports[1743] = 'ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE';
2101
+ exports[1744] = 'ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE';
2102
+ exports[1745] = 'ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX';
2103
+ exports[1746] = 'ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT';
2104
+ exports[1747] = 'ER_PARTITION_CLAUSE_ON_NONPARTITIONED';
2105
+ exports[1748] = 'ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET';
2106
+ exports[1749] = 'ER_NO_SUCH_PARTITION';
2107
+ exports[1750] = 'ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE';
2108
+ exports[1751] = 'ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE';
2109
+ exports[1752] = 'ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE';
2110
+ exports[1753] = 'ER_MTS_FEATURE_IS_NOT_SUPPORTED';
2111
+ exports[1754] = 'ER_MTS_UPDATED_DBS_GREATER_MAX';
2112
+ exports[1755] = 'ER_MTS_CANT_PARALLEL';
2113
+ exports[1756] = 'ER_MTS_INCONSISTENT_DATA';
2114
+ exports[1757] = 'ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING';
2115
+ exports[1758] = 'ER_DA_INVALID_CONDITION_NUMBER';
2116
+ exports[1759] = 'ER_INSECURE_PLAIN_TEXT';
2117
+ exports[1760] = 'ER_INSECURE_CHANGE_MASTER';
2118
+ exports[1761] = 'ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO';
2119
+ exports[1762] = 'ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO';
2120
+ exports[1763] = 'ER_SQLTHREAD_WITH_SECURE_SLAVE';
2121
+ exports[1764] = 'ER_TABLE_HAS_NO_FT';
2122
+ exports[1765] = 'ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER';
2123
+ exports[1766] = 'ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION';
2124
+ exports[1767] = 'ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST';
2125
+ exports[1768] = 'ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION';
2126
+ exports[1769] = 'ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION';
2127
+ exports[1770] = 'ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL';
2128
+ exports[1771] = 'ER_SKIPPING_LOGGED_TRANSACTION';
2129
+ exports[1772] = 'ER_MALFORMED_GTID_SET_SPECIFICATION';
2130
+ exports[1773] = 'ER_MALFORMED_GTID_SET_ENCODING';
2131
+ exports[1774] = 'ER_MALFORMED_GTID_SPECIFICATION';
2132
+ exports[1775] = 'ER_GNO_EXHAUSTED';
2133
+ exports[1776] = 'ER_BAD_SLAVE_AUTO_POSITION';
2134
+ exports[1777] = 'ER_AUTO_POSITION_REQUIRES_GTID_MODE_NOT_OFF';
2135
+ exports[1778] = 'ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET';
2136
+ exports[1779] = 'ER_GTID_MODE_ON_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON';
2137
+ exports[1780] = 'ER_GTID_MODE_REQUIRES_BINLOG';
2138
+ exports[1781] = 'ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF';
2139
+ exports[1782] = 'ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON';
2140
+ exports[1783] = 'ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF';
2141
+ exports[1784] = 'ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF';
2142
+ exports[1785] = 'ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE';
2143
+ exports[1786] = 'ER_GTID_UNSAFE_CREATE_SELECT';
2144
+ exports[1787] = 'ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION';
2145
+ exports[1788] = 'ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME';
2146
+ exports[1789] = 'ER_MASTER_HAS_PURGED_REQUIRED_GTIDS';
2147
+ exports[1790] = 'ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID';
2148
+ exports[1791] = 'ER_UNKNOWN_EXPLAIN_FORMAT';
2149
+ exports[1792] = 'ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION';
2150
+ exports[1793] = 'ER_TOO_LONG_TABLE_PARTITION_COMMENT';
2151
+ exports[1794] = 'ER_SLAVE_CONFIGURATION';
2152
+ exports[1795] = 'ER_INNODB_FT_LIMIT';
2153
+ exports[1796] = 'ER_INNODB_NO_FT_TEMP_TABLE';
2154
+ exports[1797] = 'ER_INNODB_FT_WRONG_DOCID_COLUMN';
2155
+ exports[1798] = 'ER_INNODB_FT_WRONG_DOCID_INDEX';
2156
+ exports[1799] = 'ER_INNODB_ONLINE_LOG_TOO_BIG';
2157
+ exports[1800] = 'ER_UNKNOWN_ALTER_ALGORITHM';
2158
+ exports[1801] = 'ER_UNKNOWN_ALTER_LOCK';
2159
+ exports[1802] = 'ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS';
2160
+ exports[1803] = 'ER_MTS_RECOVERY_FAILURE';
2161
+ exports[1804] = 'ER_MTS_RESET_WORKERS';
2162
+ exports[1805] = 'ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2';
2163
+ exports[1806] = 'ER_SLAVE_SILENT_RETRY_TRANSACTION';
2164
+ exports[1807] = 'ER_DISCARD_FK_CHECKS_RUNNING';
2165
+ exports[1808] = 'ER_TABLE_SCHEMA_MISMATCH';
2166
+ exports[1809] = 'ER_TABLE_IN_SYSTEM_TABLESPACE';
2167
+ exports[1810] = 'ER_IO_READ_ERROR';
2168
+ exports[1811] = 'ER_IO_WRITE_ERROR';
2169
+ exports[1812] = 'ER_TABLESPACE_MISSING';
2170
+ exports[1813] = 'ER_TABLESPACE_EXISTS';
2171
+ exports[1814] = 'ER_TABLESPACE_DISCARDED';
2172
+ exports[1815] = 'ER_INTERNAL_ERROR';
2173
+ exports[1816] = 'ER_INNODB_IMPORT_ERROR';
2174
+ exports[1817] = 'ER_INNODB_INDEX_CORRUPT';
2175
+ exports[1818] = 'ER_INVALID_YEAR_COLUMN_LENGTH';
2176
+ exports[1819] = 'ER_NOT_VALID_PASSWORD';
2177
+ exports[1820] = 'ER_MUST_CHANGE_PASSWORD';
2178
+ exports[1821] = 'ER_FK_NO_INDEX_CHILD';
2179
+ exports[1822] = 'ER_FK_NO_INDEX_PARENT';
2180
+ exports[1823] = 'ER_FK_FAIL_ADD_SYSTEM';
2181
+ exports[1824] = 'ER_FK_CANNOT_OPEN_PARENT';
2182
+ exports[1825] = 'ER_FK_INCORRECT_OPTION';
2183
+ exports[1826] = 'ER_FK_DUP_NAME';
2184
+ exports[1827] = 'ER_PASSWORD_FORMAT';
2185
+ exports[1828] = 'ER_FK_COLUMN_CANNOT_DROP';
2186
+ exports[1829] = 'ER_FK_COLUMN_CANNOT_DROP_CHILD';
2187
+ exports[1830] = 'ER_FK_COLUMN_NOT_NULL';
2188
+ exports[1831] = 'ER_DUP_INDEX';
2189
+ exports[1832] = 'ER_FK_COLUMN_CANNOT_CHANGE';
2190
+ exports[1833] = 'ER_FK_COLUMN_CANNOT_CHANGE_CHILD';
2191
+ exports[1834] = 'ER_FK_CANNOT_DELETE_PARENT';
2192
+ exports[1835] = 'ER_MALFORMED_PACKET';
2193
+ exports[1836] = 'ER_READ_ONLY_MODE';
2194
+ exports[1837] = 'ER_GTID_NEXT_TYPE_UNDEFINED_GROUP';
2195
+ exports[1838] = 'ER_VARIABLE_NOT_SETTABLE_IN_SP';
2196
+ exports[1839] = 'ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF';
2197
+ exports[1840] = 'ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY';
2198
+ exports[1841] = 'ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY';
2199
+ exports[1842] = 'ER_GTID_PURGED_WAS_CHANGED';
2200
+ exports[1843] = 'ER_GTID_EXECUTED_WAS_CHANGED';
2201
+ exports[1844] = 'ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES';
2202
+ exports[1845] = 'ER_ALTER_OPERATION_NOT_SUPPORTED';
2203
+ exports[1846] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON';
2204
+ exports[1847] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY';
2205
+ exports[1848] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION';
2206
+ exports[1849] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME';
2207
+ exports[1850] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE';
2208
+ exports[1851] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK';
2209
+ exports[1852] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE';
2210
+ exports[1853] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK';
2211
+ exports[1854] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC';
2212
+ exports[1855] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS';
2213
+ exports[1856] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS';
2214
+ exports[1857] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS';
2215
+ exports[1858] = 'ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE';
2216
+ exports[1859] = 'ER_DUP_UNKNOWN_IN_INDEX';
2217
+ exports[1860] = 'ER_IDENT_CAUSES_TOO_LONG_PATH';
2218
+ exports[1861] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL';
2219
+ exports[1862] = 'ER_MUST_CHANGE_PASSWORD_LOGIN';
2220
+ exports[1863] = 'ER_ROW_IN_WRONG_PARTITION';
2221
+ exports[1864] = 'ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX';
2222
+ exports[1865] = 'ER_INNODB_NO_FT_USES_PARSER';
2223
+ exports[1866] = 'ER_BINLOG_LOGICAL_CORRUPTION';
2224
+ exports[1867] = 'ER_WARN_PURGE_LOG_IN_USE';
2225
+ exports[1868] = 'ER_WARN_PURGE_LOG_IS_ACTIVE';
2226
+ exports[1869] = 'ER_AUTO_INCREMENT_CONFLICT';
2227
+ exports[1870] = 'WARN_ON_BLOCKHOLE_IN_RBR';
2228
+ exports[1871] = 'ER_SLAVE_MI_INIT_REPOSITORY';
2229
+ exports[1872] = 'ER_SLAVE_RLI_INIT_REPOSITORY';
2230
+ exports[1873] = 'ER_ACCESS_DENIED_CHANGE_USER_ERROR';
2231
+ exports[1874] = 'ER_INNODB_READ_ONLY';
2232
+ exports[1875] = 'ER_STOP_SLAVE_SQL_THREAD_TIMEOUT';
2233
+ exports[1876] = 'ER_STOP_SLAVE_IO_THREAD_TIMEOUT';
2234
+ exports[1877] = 'ER_TABLE_CORRUPT';
2235
+ exports[1878] = 'ER_TEMP_FILE_WRITE_FAILURE';
2236
+ exports[1879] = 'ER_INNODB_FT_AUX_NOT_HEX_ID';
2237
+ exports[1880] = 'ER_OLD_TEMPORALS_UPGRADED';
2238
+ exports[1881] = 'ER_INNODB_FORCED_RECOVERY';
2239
+ exports[1882] = 'ER_AES_INVALID_IV';
2240
+ exports[1883] = 'ER_PLUGIN_CANNOT_BE_UNINSTALLED';
2241
+ exports[1884] = 'ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_GTID_GROUP';
2242
+ exports[1885] = 'ER_SLAVE_HAS_MORE_GTIDS_THAN_MASTER';
2243
+ exports[1886] = 'ER_MISSING_KEY';
2244
+ exports[1887] = 'WARN_NAMED_PIPE_ACCESS_EVERYONE';
2245
+ exports[1888] = 'ER_FOUND_MISSING_GTIDS';
2246
+ exports[3000] = 'ER_FILE_CORRUPT';
2247
+ exports[3001] = 'ER_ERROR_ON_MASTER';
2248
+ exports[3002] = 'ER_INCONSISTENT_ERROR';
2249
+ exports[3003] = 'ER_STORAGE_ENGINE_NOT_LOADED';
2250
+ exports[3004] = 'ER_GET_STACKED_DA_WITHOUT_ACTIVE_HANDLER';
2251
+ exports[3005] = 'ER_WARN_LEGACY_SYNTAX_CONVERTED';
2252
+ exports[3006] = 'ER_BINLOG_UNSAFE_FULLTEXT_PLUGIN';
2253
+ exports[3007] = 'ER_CANNOT_DISCARD_TEMPORARY_TABLE';
2254
+ exports[3008] = 'ER_FK_DEPTH_EXCEEDED';
2255
+ exports[3009] = 'ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE_V2';
2256
+ exports[3010] = 'ER_WARN_TRIGGER_DOESNT_HAVE_CREATED';
2257
+ exports[3011] = 'ER_REFERENCED_TRG_DOES_NOT_EXIST';
2258
+ exports[3012] = 'ER_EXPLAIN_NOT_SUPPORTED';
2259
+ exports[3013] = 'ER_INVALID_FIELD_SIZE';
2260
+ exports[3014] = 'ER_MISSING_HA_CREATE_OPTION';
2261
+ exports[3015] = 'ER_ENGINE_OUT_OF_MEMORY';
2262
+ exports[3016] = 'ER_PASSWORD_EXPIRE_ANONYMOUS_USER';
2263
+ exports[3017] = 'ER_SLAVE_SQL_THREAD_MUST_STOP';
2264
+ exports[3018] = 'ER_NO_FT_MATERIALIZED_SUBQUERY';
2265
+ exports[3019] = 'ER_INNODB_UNDO_LOG_FULL';
2266
+ exports[3020] = 'ER_INVALID_ARGUMENT_FOR_LOGARITHM';
2267
+ exports[3021] = 'ER_SLAVE_CHANNEL_IO_THREAD_MUST_STOP';
2268
+ exports[3022] = 'ER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO';
2269
+ exports[3023] = 'ER_WARN_ONLY_MASTER_LOG_FILE_NO_POS';
2270
+ exports[3024] = 'ER_QUERY_TIMEOUT';
2271
+ exports[3025] = 'ER_NON_RO_SELECT_DISABLE_TIMER';
2272
+ exports[3026] = 'ER_DUP_LIST_ENTRY';
2273
+ exports[3027] = 'ER_SQL_MODE_NO_EFFECT';
2274
+ exports[3028] = 'ER_AGGREGATE_ORDER_FOR_UNION';
2275
+ exports[3029] = 'ER_AGGREGATE_ORDER_NON_AGG_QUERY';
2276
+ exports[3030] = 'ER_SLAVE_WORKER_STOPPED_PREVIOUS_THD_ERROR';
2277
+ exports[3031] = 'ER_DONT_SUPPORT_SLAVE_PRESERVE_COMMIT_ORDER';
2278
+ exports[3032] = 'ER_SERVER_OFFLINE_MODE';
2279
+ exports[3033] = 'ER_GIS_DIFFERENT_SRIDS';
2280
+ exports[3034] = 'ER_GIS_UNSUPPORTED_ARGUMENT';
2281
+ exports[3035] = 'ER_GIS_UNKNOWN_ERROR';
2282
+ exports[3036] = 'ER_GIS_UNKNOWN_EXCEPTION';
2283
+ exports[3037] = 'ER_GIS_INVALID_DATA';
2284
+ exports[3038] = 'ER_BOOST_GEOMETRY_EMPTY_INPUT_EXCEPTION';
2285
+ exports[3039] = 'ER_BOOST_GEOMETRY_CENTROID_EXCEPTION';
2286
+ exports[3040] = 'ER_BOOST_GEOMETRY_OVERLAY_INVALID_INPUT_EXCEPTION';
2287
+ exports[3041] = 'ER_BOOST_GEOMETRY_TURN_INFO_EXCEPTION';
2288
+ exports[3042] = 'ER_BOOST_GEOMETRY_SELF_INTERSECTION_POINT_EXCEPTION';
2289
+ exports[3043] = 'ER_BOOST_GEOMETRY_UNKNOWN_EXCEPTION';
2290
+ exports[3044] = 'ER_STD_BAD_ALLOC_ERROR';
2291
+ exports[3045] = 'ER_STD_DOMAIN_ERROR';
2292
+ exports[3046] = 'ER_STD_LENGTH_ERROR';
2293
+ exports[3047] = 'ER_STD_INVALID_ARGUMENT';
2294
+ exports[3048] = 'ER_STD_OUT_OF_RANGE_ERROR';
2295
+ exports[3049] = 'ER_STD_OVERFLOW_ERROR';
2296
+ exports[3050] = 'ER_STD_RANGE_ERROR';
2297
+ exports[3051] = 'ER_STD_UNDERFLOW_ERROR';
2298
+ exports[3052] = 'ER_STD_LOGIC_ERROR';
2299
+ exports[3053] = 'ER_STD_RUNTIME_ERROR';
2300
+ exports[3054] = 'ER_STD_UNKNOWN_EXCEPTION';
2301
+ exports[3055] = 'ER_GIS_DATA_WRONG_ENDIANESS';
2302
+ exports[3056] = 'ER_CHANGE_MASTER_PASSWORD_LENGTH';
2303
+ exports[3057] = 'ER_USER_LOCK_WRONG_NAME';
2304
+ exports[3058] = 'ER_USER_LOCK_DEADLOCK';
2305
+ exports[3059] = 'ER_REPLACE_INACCESSIBLE_ROWS';
2306
+ exports[3060] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_GIS';
2307
+ exports[3061] = 'ER_ILLEGAL_USER_VAR';
2308
+ exports[3062] = 'ER_GTID_MODE_OFF';
2309
+ exports[3063] = 'ER_UNSUPPORTED_BY_REPLICATION_THREAD';
2310
+ exports[3064] = 'ER_INCORRECT_TYPE';
2311
+ exports[3065] = 'ER_FIELD_IN_ORDER_NOT_SELECT';
2312
+ exports[3066] = 'ER_AGGREGATE_IN_ORDER_NOT_SELECT';
2313
+ exports[3067] = 'ER_INVALID_RPL_WILD_TABLE_FILTER_PATTERN';
2314
+ exports[3068] = 'ER_NET_OK_PACKET_TOO_LARGE';
2315
+ exports[3069] = 'ER_INVALID_JSON_DATA';
2316
+ exports[3070] = 'ER_INVALID_GEOJSON_MISSING_MEMBER';
2317
+ exports[3071] = 'ER_INVALID_GEOJSON_WRONG_TYPE';
2318
+ exports[3072] = 'ER_INVALID_GEOJSON_UNSPECIFIED';
2319
+ exports[3073] = 'ER_DIMENSION_UNSUPPORTED';
2320
+ exports[3074] = 'ER_SLAVE_CHANNEL_DOES_NOT_EXIST';
2321
+ exports[3075] = 'ER_SLAVE_MULTIPLE_CHANNELS_HOST_PORT';
2322
+ exports[3076] = 'ER_SLAVE_CHANNEL_NAME_INVALID_OR_TOO_LONG';
2323
+ exports[3077] = 'ER_SLAVE_NEW_CHANNEL_WRONG_REPOSITORY';
2324
+ exports[3078] = 'ER_SLAVE_CHANNEL_DELETE';
2325
+ exports[3079] = 'ER_SLAVE_MULTIPLE_CHANNELS_CMD';
2326
+ exports[3080] = 'ER_SLAVE_MAX_CHANNELS_EXCEEDED';
2327
+ exports[3081] = 'ER_SLAVE_CHANNEL_MUST_STOP';
2328
+ exports[3082] = 'ER_SLAVE_CHANNEL_NOT_RUNNING';
2329
+ exports[3083] = 'ER_SLAVE_CHANNEL_WAS_RUNNING';
2330
+ exports[3084] = 'ER_SLAVE_CHANNEL_WAS_NOT_RUNNING';
2331
+ exports[3085] = 'ER_SLAVE_CHANNEL_SQL_THREAD_MUST_STOP';
2332
+ exports[3086] = 'ER_SLAVE_CHANNEL_SQL_SKIP_COUNTER';
2333
+ exports[3087] = 'ER_WRONG_FIELD_WITH_GROUP_V2';
2334
+ exports[3088] = 'ER_MIX_OF_GROUP_FUNC_AND_FIELDS_V2';
2335
+ exports[3089] = 'ER_WARN_DEPRECATED_SYSVAR_UPDATE';
2336
+ exports[3090] = 'ER_WARN_DEPRECATED_SQLMODE';
2337
+ exports[3091] = 'ER_CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID';
2338
+ exports[3092] = 'ER_GROUP_REPLICATION_CONFIGURATION';
2339
+ exports[3093] = 'ER_GROUP_REPLICATION_RUNNING';
2340
+ exports[3094] = 'ER_GROUP_REPLICATION_APPLIER_INIT_ERROR';
2341
+ exports[3095] = 'ER_GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT';
2342
+ exports[3096] = 'ER_GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR';
2343
+ exports[3097] = 'ER_GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR';
2344
+ exports[3098] = 'ER_BEFORE_DML_VALIDATION_ERROR';
2345
+ exports[3099] = 'ER_PREVENTS_VARIABLE_WITHOUT_RBR';
2346
+ exports[3100] = 'ER_RUN_HOOK_ERROR';
2347
+ exports[3101] = 'ER_TRANSACTION_ROLLBACK_DURING_COMMIT';
2348
+ exports[3102] = 'ER_GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED';
2349
+ exports[3103] = 'ER_UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN';
2350
+ exports[3104] = 'ER_WRONG_FK_OPTION_FOR_GENERATED_COLUMN';
2351
+ exports[3105] = 'ER_NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN';
2352
+ exports[3106] = 'ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN';
2353
+ exports[3107] = 'ER_GENERATED_COLUMN_NON_PRIOR';
2354
+ exports[3108] = 'ER_DEPENDENT_BY_GENERATED_COLUMN';
2355
+ exports[3109] = 'ER_GENERATED_COLUMN_REF_AUTO_INC';
2356
+ exports[3110] = 'ER_FEATURE_NOT_AVAILABLE';
2357
+ exports[3111] = 'ER_CANT_SET_GTID_MODE';
2358
+ exports[3112] = 'ER_CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF';
2359
+ exports[3113] = 'ER_CANT_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION';
2360
+ exports[3114] = 'ER_CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON';
2361
+ exports[3115] = 'ER_CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF';
2362
+ exports[3116] = 'ER_CANT_SET_ENFORCE_GTID_CONSISTENCY_ON_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS';
2363
+ exports[3117] = 'ER_SET_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS';
2364
+ exports[3118] = 'ER_ACCOUNT_HAS_BEEN_LOCKED';
2365
+ exports[3119] = 'ER_WRONG_TABLESPACE_NAME';
2366
+ exports[3120] = 'ER_TABLESPACE_IS_NOT_EMPTY';
2367
+ exports[3121] = 'ER_WRONG_FILE_NAME';
2368
+ exports[3122] = 'ER_BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION';
2369
+ exports[3123] = 'ER_WARN_OPTIMIZER_HINT_SYNTAX_ERROR';
2370
+ exports[3124] = 'ER_WARN_BAD_MAX_EXECUTION_TIME';
2371
+ exports[3125] = 'ER_WARN_UNSUPPORTED_MAX_EXECUTION_TIME';
2372
+ exports[3126] = 'ER_WARN_CONFLICTING_HINT';
2373
+ exports[3127] = 'ER_WARN_UNKNOWN_QB_NAME';
2374
+ exports[3128] = 'ER_UNRESOLVED_HINT_NAME';
2375
+ exports[3129] = 'ER_WARN_ON_MODIFYING_GTID_EXECUTED_TABLE';
2376
+ exports[3130] = 'ER_PLUGGABLE_PROTOCOL_COMMAND_NOT_SUPPORTED';
2377
+ exports[3131] = 'ER_LOCKING_SERVICE_WRONG_NAME';
2378
+ exports[3132] = 'ER_LOCKING_SERVICE_DEADLOCK';
2379
+ exports[3133] = 'ER_LOCKING_SERVICE_TIMEOUT';
2380
+ exports[3134] = 'ER_GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED';
2381
+ exports[3135] = 'ER_SQL_MODE_MERGED';
2382
+ exports[3136] = 'ER_VTOKEN_PLUGIN_TOKEN_MISMATCH';
2383
+ exports[3137] = 'ER_VTOKEN_PLUGIN_TOKEN_NOT_FOUND';
2384
+ exports[3138] = 'ER_CANT_SET_VARIABLE_WHEN_OWNING_GTID';
2385
+ exports[3139] = 'ER_SLAVE_CHANNEL_OPERATION_NOT_ALLOWED';
2386
+ exports[3140] = 'ER_INVALID_JSON_TEXT';
2387
+ exports[3141] = 'ER_INVALID_JSON_TEXT_IN_PARAM';
2388
+ exports[3142] = 'ER_INVALID_JSON_BINARY_DATA';
2389
+ exports[3143] = 'ER_INVALID_JSON_PATH';
2390
+ exports[3144] = 'ER_INVALID_JSON_CHARSET';
2391
+ exports[3145] = 'ER_INVALID_JSON_CHARSET_IN_FUNCTION';
2392
+ exports[3146] = 'ER_INVALID_TYPE_FOR_JSON';
2393
+ exports[3147] = 'ER_INVALID_CAST_TO_JSON';
2394
+ exports[3148] = 'ER_INVALID_JSON_PATH_CHARSET';
2395
+ exports[3149] = 'ER_INVALID_JSON_PATH_WILDCARD';
2396
+ exports[3150] = 'ER_JSON_VALUE_TOO_BIG';
2397
+ exports[3151] = 'ER_JSON_KEY_TOO_BIG';
2398
+ exports[3152] = 'ER_JSON_USED_AS_KEY';
2399
+ exports[3153] = 'ER_JSON_VACUOUS_PATH';
2400
+ exports[3154] = 'ER_JSON_BAD_ONE_OR_ALL_ARG';
2401
+ exports[3155] = 'ER_NUMERIC_JSON_VALUE_OUT_OF_RANGE';
2402
+ exports[3156] = 'ER_INVALID_JSON_VALUE_FOR_CAST';
2403
+ exports[3157] = 'ER_JSON_DOCUMENT_TOO_DEEP';
2404
+ exports[3158] = 'ER_JSON_DOCUMENT_NULL_KEY';
2405
+ exports[3159] = 'ER_SECURE_TRANSPORT_REQUIRED';
2406
+ exports[3160] = 'ER_NO_SECURE_TRANSPORTS_CONFIGURED';
2407
+ exports[3161] = 'ER_DISABLED_STORAGE_ENGINE';
2408
+ exports[3162] = 'ER_USER_DOES_NOT_EXIST';
2409
+ exports[3163] = 'ER_USER_ALREADY_EXISTS';
2410
+ exports[3164] = 'ER_AUDIT_API_ABORT';
2411
+ exports[3165] = 'ER_INVALID_JSON_PATH_ARRAY_CELL';
2412
+ exports[3166] = 'ER_BUFPOOL_RESIZE_INPROGRESS';
2413
+ exports[3167] = 'ER_FEATURE_DISABLED_SEE_DOC';
2414
+ exports[3168] = 'ER_SERVER_ISNT_AVAILABLE';
2415
+ exports[3169] = 'ER_SESSION_WAS_KILLED';
2416
+ exports[3170] = 'ER_CAPACITY_EXCEEDED';
2417
+ exports[3171] = 'ER_CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER';
2418
+ exports[3172] = 'ER_TABLE_NEEDS_UPG_PART';
2419
+ exports[3173] = 'ER_CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID';
2420
+ exports[3174] = 'ER_CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL';
2421
+ exports[3175] = 'ER_CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT';
2422
+ exports[3176] = 'ER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE';
2423
+ exports[3177] = 'ER_LOCK_REFUSED_BY_ENGINE';
2424
+ exports[3178] = 'ER_UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN';
2425
+ exports[3179] = 'ER_MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE';
2426
+ exports[3180] = 'ER_MASTER_KEY_ROTATION_ERROR_BY_SE';
2427
+ exports[3181] = 'ER_MASTER_KEY_ROTATION_BINLOG_FAILED';
2428
+ exports[3182] = 'ER_MASTER_KEY_ROTATION_SE_UNAVAILABLE';
2429
+ exports[3183] = 'ER_TABLESPACE_CANNOT_ENCRYPT';
2430
+ exports[3184] = 'ER_INVALID_ENCRYPTION_OPTION';
2431
+ exports[3185] = 'ER_CANNOT_FIND_KEY_IN_KEYRING';
2432
+ exports[3186] = 'ER_CAPACITY_EXCEEDED_IN_PARSER';
2433
+ exports[3187] = 'ER_UNSUPPORTED_ALTER_ENCRYPTION_INPLACE';
2434
+ exports[3188] = 'ER_KEYRING_UDF_KEYRING_SERVICE_ERROR';
2435
+ exports[3189] = 'ER_USER_COLUMN_OLD_LENGTH';
2436
+ exports[3190] = 'ER_CANT_RESET_MASTER';
2437
+ exports[3191] = 'ER_GROUP_REPLICATION_MAX_GROUP_SIZE';
2438
+ exports[3192] = 'ER_CANNOT_ADD_FOREIGN_BASE_COL_STORED';
2439
+ exports[3193] = 'ER_TABLE_REFERENCED';
2440
+ exports[3194] = 'ER_PARTITION_ENGINE_DEPRECATED_FOR_TABLE';
2441
+ exports[3195] = 'ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID_ZERO';
2442
+ exports[3196] = 'ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID';
2443
+ exports[3197] = 'ER_XA_RETRY';
2444
+ exports[3198] = 'ER_KEYRING_AWS_UDF_AWS_KMS_ERROR';
2445
+ exports[3199] = 'ER_BINLOG_UNSAFE_XA';
2446
+ exports[3200] = 'ER_UDF_ERROR';
2447
+ exports[3201] = 'ER_KEYRING_MIGRATION_FAILURE';
2448
+ exports[3202] = 'ER_KEYRING_ACCESS_DENIED_ERROR';
2449
+ exports[3203] = 'ER_KEYRING_MIGRATION_STATUS';
2450
+ exports[3204] = 'ER_PLUGIN_FAILED_TO_OPEN_TABLES';
2451
+ exports[3205] = 'ER_PLUGIN_FAILED_TO_OPEN_TABLE';
2452
+ exports[3206] = 'ER_AUDIT_LOG_NO_KEYRING_PLUGIN_INSTALLED';
2453
+ exports[3207] = 'ER_AUDIT_LOG_ENCRYPTION_PASSWORD_HAS_NOT_BEEN_SET';
2454
+ exports[3208] = 'ER_AUDIT_LOG_COULD_NOT_CREATE_AES_KEY';
2455
+ exports[3209] = 'ER_AUDIT_LOG_ENCRYPTION_PASSWORD_CANNOT_BE_FETCHED';
2456
+ exports[3210] = 'ER_AUDIT_LOG_JSON_FILTERING_NOT_ENABLED';
2457
+ exports[3211] = 'ER_AUDIT_LOG_UDF_INSUFFICIENT_PRIVILEGE';
2458
+ exports[3212] = 'ER_AUDIT_LOG_SUPER_PRIVILEGE_REQUIRED';
2459
+ exports[3213] = 'ER_COULD_NOT_REINITIALIZE_AUDIT_LOG_FILTERS';
2460
+ exports[3214] = 'ER_AUDIT_LOG_UDF_INVALID_ARGUMENT_TYPE';
2461
+ exports[3215] = 'ER_AUDIT_LOG_UDF_INVALID_ARGUMENT_COUNT';
2462
+ exports[3216] = 'ER_AUDIT_LOG_HAS_NOT_BEEN_INSTALLED';
2463
+ exports[3217] = 'ER_AUDIT_LOG_UDF_READ_INVALID_MAX_ARRAY_LENGTH_ARG_TYPE';
2464
+ exports[3218] = 'ER_AUDIT_LOG_UDF_READ_INVALID_MAX_ARRAY_LENGTH_ARG_VALUE';
2465
+ exports[3219] = 'ER_AUDIT_LOG_JSON_FILTER_PARSING_ERROR';
2466
+ exports[3220] = 'ER_AUDIT_LOG_JSON_FILTER_NAME_CANNOT_BE_EMPTY';
2467
+ exports[3221] = 'ER_AUDIT_LOG_JSON_USER_NAME_CANNOT_BE_EMPTY';
2468
+ exports[3222] = 'ER_AUDIT_LOG_JSON_FILTER_DOES_NOT_EXISTS';
2469
+ exports[3223] = 'ER_AUDIT_LOG_USER_FIRST_CHARACTER_MUST_BE_ALPHANUMERIC';
2470
+ exports[3224] = 'ER_AUDIT_LOG_USER_NAME_INVALID_CHARACTER';
2471
+ exports[3225] = 'ER_AUDIT_LOG_HOST_NAME_INVALID_CHARACTER';
2472
+ exports[3226] = 'WARN_DEPRECATED_MAXDB_SQL_MODE_FOR_TIMESTAMP';
2473
+ exports[3227] = 'ER_XA_REPLICATION_FILTERS';
2474
+ exports[3228] = 'ER_CANT_OPEN_ERROR_LOG';
2475
+ exports[3229] = 'ER_GROUPING_ON_TIMESTAMP_IN_DST';
2476
+ exports[3230] = 'ER_CANT_START_SERVER_NAMED_PIPE';