1
# Korean translation for drizzle
2
# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
3
# This file is distributed under the same license as the drizzle package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
8
"Project-Id-Version: drizzle\n"
9
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
10
"POT-Creation-Date: 2008-08-13 17:25-0700\n"
11
"PO-Revision-Date: 2008-08-13 10:22+0000\n"
12
"Last-Translator: YoungWoo Kim <Unknown>\n"
13
"Language-Team: Korean <ko@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=1; plural=0;\n"
18
"X-Launchpad-Export-Date: 2008-08-14 00:36+0000\n"
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: client/drizzle.cc:256
22
msgid "Synonym for `help'."
25
#: client/drizzle.cc:257
26
msgid "Clear command."
29
#: client/drizzle.cc:259
30
msgid "Reconnect to the server. Optional arguments are db and host."
33
#: client/drizzle.cc:261
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
38
#: client/drizzle.cc:263
39
msgid "Send command to drizzle server, display result vertically."
42
#: client/drizzle.cc:264
44
msgid "Exit drizzle. Same as quit."
45
msgstr "Drizzle 나가기. 종료와 같음."
47
#: client/drizzle.cc:265
48
msgid "Send command to drizzle server."
51
#: client/drizzle.cc:266
52
msgid "Display this help."
55
#: client/drizzle.cc:267
56
msgid "Disable pager, print to stdout."
59
#: client/drizzle.cc:268
61
msgid "Don't write into outfile."
62
msgstr "Outfile에 쓰지 않기"
64
#: client/drizzle.cc:270
65
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
68
#: client/drizzle.cc:271
69
msgid "Print current command."
72
#: client/drizzle.cc:272
74
msgid "Change your drizzle prompt."
75
msgstr "당신의 drizzle 프롬프트를 변경하십시오"
77
#: client/drizzle.cc:273
81
#: client/drizzle.cc:274
82
msgid "Rebuild completion hash."
85
#: client/drizzle.cc:276
86
msgid "Execute an SQL script file. Takes a file name as an argument."
89
#: client/drizzle.cc:277
91
msgid "Get status information from the server."
92
msgstr "서버에서 상태정보 가져오기"
94
#: client/drizzle.cc:279
95
msgid "Set outfile [to_outfile]. Append everything into given outfile."
98
#: client/drizzle.cc:281
100
msgid "Use another database. Takes database name as argument."
101
msgstr "다른 데이터베이스 사용. 인자로는 데이터베이스 이름을 가진다."
103
#: client/drizzle.cc:283
105
"Switch to another charset. Might be needed for processing binlog with multi-"
108
"다른 문자셋으로 변경. 멀티 바이트 문자셋으로 binlog를 처리해야할 수도 있습니"
111
#: client/drizzle.cc:285 client/drizzle.cc:1437
112
msgid "Show warnings after every statement."
115
#: client/drizzle.cc:287
116
msgid "Don't show warnings after every statement."
119
#: client/drizzle.cc:1120
120
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
123
#: client/drizzle.cc:1130
126
"Your Drizzle connection id is %u\n"
127
"Server version: %s\n"
130
#: client/drizzle.cc:1160
132
msgid "Reading history-file %s\n"
135
#: client/drizzle.cc:1165
137
msgid "Couldn't allocate memory for temp histfile!\n"
140
#: client/drizzle.cc:1172
141
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
144
#: client/drizzle.cc:1190
146
msgid "Writing history-file %s\n"
149
#: client/drizzle.cc:1199
153
#: client/drizzle.cc:1199
157
#: client/drizzle.cc:1248
158
msgid "Query aborted by Ctrl+C\n"
161
#: client/drizzle.cc:1271 client/drizzleadmin.cc:69 drizzled/drizzled.cc:3112
162
msgid "Display this help and exit."
165
#: client/drizzle.cc:1273
167
msgid "Synonym for -?"
170
#: client/drizzle.cc:1276
172
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
173
"and field completion, but startup and reconnecting may take a longer time. "
174
"Disable with --disable-auto-rehash."
177
#: client/drizzle.cc:1280
179
"No automatic rehashing. One has to use 'rehash' to get table and field "
180
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
181
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
184
#: client/drizzle.cc:1283
186
"Automatically switch to vertical output mode if the result is wider than the "
190
#: client/drizzle.cc:1286
192
"Don't use history file. Disable interactive behavior. (Enables --silent)"
195
#: client/drizzle.cc:1288 drizzled/drizzled.cc:3182
196
msgid "Directory where character sets are."
197
msgstr "문자셋이 있는 디렉토리"
199
#: client/drizzle.cc:1290
200
msgid "Display column type information."
203
#: client/drizzle.cc:1293
205
"Preserve comments. Send comments to the server. The default is --skip-"
206
"comments (discard comments), enable with --comments"
209
#: client/drizzle.cc:1296
210
msgid "Use compression in server/client protocol."
211
msgstr "서버/클라이언트 프로토콜에서 압축 사용"
213
#: client/drizzle.cc:1299
214
msgid "Check memory and open file usage at exit ."
217
#: client/drizzle.cc:1302
218
msgid "Print some debug info at exit."
219
msgstr "종료시에 일부 디버그 정보 표시"
221
#: client/drizzle.cc:1304
222
msgid "Database to use."
225
#: client/drizzle.cc:1307 drizzled/drizzled.cc:3178
226
msgid "Set the default character set."
229
#: client/drizzle.cc:1309
230
msgid "Delimiter to be used."
233
#: client/drizzle.cc:1311
234
msgid "Execute command and quit. (Disables --force and history file)"
237
#: client/drizzle.cc:1313
238
msgid "Print the output of a query (rows) vertically."
241
#: client/drizzle.cc:1316
243
msgid "Continue even if we get an sql error."
244
msgstr "SQL오류가 있어도 계속 진행"
246
#: client/drizzle.cc:1320
248
"Enable named commands. Named commands mean this program's internal commands; "
249
"see drizzle> help . When enabled, the named commands can be used from any "
250
"line of the query, otherwise only from the first line, before an enter. "
251
"Disable with --disable-named-commands. This option is disabled by default."
254
#: client/drizzle.cc:1324
256
"Named commands are disabled. Use \\* form only, or use named commands only "
257
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
258
"the client now starts with this option ENABLED by default! Disable with '-"
259
"G'. Long format commands still work from the first line. WARNING: option "
260
"deprecated; use --disable-named-commands instead."
263
#: client/drizzle.cc:1326
264
msgid "Ignore space after function names."
267
#: client/drizzle.cc:1328
268
msgid "Enable/disable LOAD DATA LOCAL INFILE."
271
#: client/drizzle.cc:1331
272
msgid "Turn off beep on error."
275
#: client/drizzle.cc:1333 client/drizzleadmin.cc:71
276
msgid "Connect to host."
279
#: client/drizzle.cc:1335
280
msgid "Write line numbers for errors."
283
#: client/drizzle.cc:1338
285
"Don't write line number for errors. WARNING: -L is deprecated, use long "
286
"version of this option instead."
289
#: client/drizzle.cc:1340
290
msgid "Flush buffer after each query."
293
#: client/drizzle.cc:1342
294
msgid "Write column names in results."
297
#: client/drizzle.cc:1346
299
"Don't write column names in results. WARNING: -N is deprecated, use long "
300
"version of this options instead."
303
#: client/drizzle.cc:1349
305
"Change the value of a variable. Please note that this option is deprecated; "
306
"you can set variables directly with --variable-name=value."
309
#: client/drizzle.cc:1351
310
msgid "Ignore SIGINT (CTRL-C)"
311
msgstr "SIGINT (CTRL-C) 무시"
313
#: client/drizzle.cc:1355
315
"Only update the default database. This is useful for skipping updates to "
316
"other database in the update log."
319
#: client/drizzle.cc:1358
321
"Pager to use to display results. If you don't supply an option the default "
322
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
323
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
324
"work in batch mode. Disable with --disable-pager. This option is disabled by "
328
#: client/drizzle.cc:1361
330
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
331
"option deprecated; use --disable-pager instead."
334
#: client/drizzle.cc:1364 client/drizzleadmin.cc:74
336
"Password to use when connecting to server. If password is not given it's "
337
"asked from the tty."
340
#: client/drizzle.cc:1366
342
"Port number to use for connection or 0 for default to, in order of "
343
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
346
#: client/drizzle.cc:1367
347
msgid "built-in default"
350
#: client/drizzle.cc:1370
351
msgid "Set the drizzle prompt to this value."
354
#: client/drizzle.cc:1373
355
msgid "The protocol of connection (tcp,socket,pipe,memory)."
358
#: client/drizzle.cc:1376
360
"Don't cache result, print it row by row. This may slow down the server if "
361
"the output is suspended. Doesn't use history file."
364
#: client/drizzle.cc:1378
365
msgid "Write fields without conversion. Used with --batch."
368
#: client/drizzle.cc:1381
370
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
371
"option is enabled by default."
374
#: client/drizzle.cc:1383
376
"Be more silent. Print results with a tab as separator, each row on new line."
379
#: client/drizzle.cc:1385
380
msgid "Socket file to use for connection."
383
#: client/drizzle.cc:1388
384
msgid "Output in table format."
387
#: client/drizzle.cc:1391
389
"Append everything into outfile. See interactive help (\\h) also. Does not "
390
"work in batch mode. Disable with --disable-tee. This option is disabled by "
394
#: client/drizzle.cc:1393
396
"Disable outfile. See interactive help (\\h) also. WARNING: option "
397
"deprecated; use --disable-tee instead"
400
#: client/drizzle.cc:1396 client/drizzleadmin.cc:84
401
msgid "User for login if not current user."
404
#: client/drizzle.cc:1399
405
msgid "Only allow UPDATE and DELETE that uses keys."
408
#: client/drizzle.cc:1402
409
msgid "Synonym for option --safe-updates, -U."
412
#: client/drizzle.cc:1405
413
msgid "Write more. (-v -v -v gives the table output format)."
416
#: client/drizzle.cc:1407 client/drizzleadmin.cc:89 drizzled/drizzled.cc:3650
417
msgid "Output version information and exit."
420
#: client/drizzle.cc:1409 client/drizzleadmin.cc:91
421
msgid "Wait and retry if connection is down."
424
#: client/drizzle.cc:1412
425
msgid "Number of seconds before connection timeout."
428
#: client/drizzle.cc:1417
429
msgid "Max packet length to send to, or receive from server"
432
#: client/drizzle.cc:1422
433
msgid "Buffer for TCP/IP and socket communication"
436
#: client/drizzle.cc:1426
437
msgid "Automatic limit for SELECT when using --safe-updates"
440
#: client/drizzle.cc:1431
441
msgid "Automatic limit for rows in a join when using --safe-updates"
444
#: client/drizzle.cc:1435
445
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
448
#: client/drizzle.cc:1448
450
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
453
#: client/drizzle.cc:1455
456
"Copyright (C) 2000-2008 MySQL AB\n"
457
" This software comes with ABSOLUTELY NO "
458
"WARRANTY. This is free software,\n"
459
" and you are welcome to modify and redistribute it under the GPL license\n"
462
#: client/drizzle.cc:1459
464
msgid "Usage: %s [OPTIONS] [database]\n"
467
#: client/drizzle.cc:1492
468
msgid "DELIMITER cannot contain a backslash character"
471
#: client/drizzle.cc:1513
473
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
476
#: client/drizzle.cc:1536
478
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
481
#: client/drizzle.cc:1540
483
msgid "WARNING: --server-arg option not supported in this configuration.\n"
486
#: client/drizzle.cc:1912
488
msgid "Unknown command '\\%c'."
491
#: client/drizzle.cc:2339
493
"Reading table information for completion of table and column names\n"
494
" You can turn off this feature to get a quicker startup with -A\n"
498
#: client/drizzle.cc:2436
499
msgid "No connection. Trying to reconnect..."
502
#: client/drizzle.cc:2442
503
msgid "Can't connect to the server\n"
506
#: client/drizzle.cc:2499
510
#: client/drizzle.cc:2499
514
#: client/drizzle.cc:2550
519
#: client/drizzle.cc:2551
526
#: client/drizzle.cc:2553
533
#: client/drizzle.cc:2566
534
msgid "Many help items for your request exist."
537
#: client/drizzle.cc:2567
539
"To make a more specific request, please type 'help <item>',\n"
540
"where <item> is one of the following"
543
#: client/drizzle.cc:2573
545
msgid "You asked for help about help category: '%s'\n"
548
#: client/drizzle.cc:2574
550
"For more information, type 'help <item>', where <item> is one of the "
554
#: client/drizzle.cc:2587
560
#: client/drizzle.cc:2588
561
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
564
#: client/drizzle.cc:2610
565
msgid "List of all Drizzle commands:"
568
#: client/drizzle.cc:2612
569
msgid "Note that all text commands must be first on line and end with ';'"
572
#: client/drizzle.cc:2623
575
"For server side help, type 'help contents'\n"
578
#: client/drizzle.cc:2648
579
msgid "Usage: \\C char_setname | charset charset_name"
582
#: client/drizzle.cc:2658
583
msgid "Charset changed"
586
#: client/drizzle.cc:2660
587
msgid "Charset is not found"
590
#: client/drizzle.cc:2691
591
msgid "No query specified\n"
594
#: client/drizzle.cc:2706
595
msgid "Ignoring query to other database"
598
#: client/drizzle.cc:2755
602
#: client/drizzle.cc:2768
604
msgid "%ld row in set"
605
msgid_plural "%ld rows in set"
609
#: client/drizzle.cc:2777
613
#: client/drizzle.cc:2779
615
msgid "Query OK, %ld row affected"
616
msgid_plural "Query OK, %ld rows affected"
620
#: client/drizzleadmin.cc:76 drizzled/drizzled.cc:3441
622
"Port number to use for connection or 0 for default to, in order of "
623
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
626
#: client/drizzleadmin.cc:81
627
msgid "Silently exit if one can't connect to server."
630
#: client/drizzleadmin.cc:87
631
msgid "Write more information."
634
#: client/drizzleadmin.cc:254
637
"connect to server at '%s' failed\n"
641
#: client/drizzleadmin.cc:260
643
msgid "Check that drizzled is running on %s"
646
#: client/drizzleadmin.cc:261
648
msgid " and that the port is %d.\n"
651
#: client/drizzleadmin.cc:263
653
msgid "You can check this by doing 'telnet %s %d'\n"
656
#: client/drizzleadmin.cc:274
658
msgid "Got error: %s\n"
661
#: client/drizzleadmin.cc:281
662
msgid "Waiting for Drizzle server to answer"
665
#: client/drizzleadmin.cc:314
667
msgid "shutting down drizzled...\n"
670
#: client/drizzleadmin.cc:318
672
msgid "shutdown failed; error: '%s'"
675
#: client/drizzleadmin.cc:325
680
#: client/drizzleadmin.cc:335
681
msgid "drizzled is alive"
684
#: client/drizzleadmin.cc:343
685
msgid "connection was down, but drizzled is now alive"
688
#: client/drizzleadmin.cc:347
690
msgid "drizzled doesn't answer to ping, error: '%s'"
693
#: client/drizzleadmin.cc:356
695
msgid "Unknown command: '%-.60s'"
698
#: client/drizzleadmin.cc:365
700
msgid "%s Ver %s Distrib %s, for %s on %s\n"
703
#: client/drizzleadmin.cc:372
704
msgid "Copyright (C) 2000-2008 MySQL AB"
707
#: client/drizzleadmin.cc:373
709
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
710
"and you are welcome to modify and redistribute it under the GPL license\n"
713
#: client/drizzleadmin.cc:374
714
msgid "Administration program for the drizzled daemon."
717
#: client/drizzleadmin.cc:375
719
msgid "Usage: %s [OPTIONS] command command....\n"
722
#: client/drizzleadmin.cc:377
724
" ping Check if server is down\n"
725
" shutdown Take server down\n"
730
msgid "Can't create/write to file '%s' (Errcode: %d)"
735
msgid "Error reading file '%s' (Errcode: %d)"
740
msgid "Error writing file '%s' (Errcode: %d)"
745
msgid "Error on close of '%'s (Errcode: %d)"
750
msgid "Out of memory (Needed %u bytes)"
755
msgid "Error on delete of '%s' (Errcode: %d)"
760
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
765
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
770
msgid "Can't lock file (Errcode: %d)"
775
msgid "Can't unlock file (Errcode: %d)"
780
msgid "Can't read dir of '%s' (Errcode: %d)"
785
msgid "Can't get stat of '%s' (Errcode: %d)"
790
msgid "Can't change size of file (Errcode: %d)"
795
msgid "Can't open stream from handle (Errcode: %d)"
800
msgid "Can't get working dirctory (Errcode: %d)"
805
msgid "Can't change dir to '%s' (Errcode: %d)"
810
msgid "Warning: '%s' had %d links"
815
msgid "Warning: %d files and %d streams is left open\n"
820
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
825
msgid "Can't create directory '%s' (Errcode: %d)"
831
"Character set '%s' is not a compiled character set and is not specified in "
837
msgid "Out of resources when opening file '%s' (Errcode: %d)"
842
msgid "Can't read value for symlink '%s' (Error %d)"
847
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
852
msgid "Error on realpath() on '%s' (Error %d)"
857
msgid "Can't sync file '%s' to disk (Errcode: %d)"
863
"Collation '%s' is not a compiled collation and is not specified in the %s "
869
msgid "File '%s' not found (Errcode: %d)"
874
msgid "File '%s' (fileno: %d) was not closed"
877
#: mysys/my_error.c:86
879
msgid "Unknown error %d"
882
#: mysys/my_getopt.c:83
886
#: mysys/my_getopt.c:85
890
#: mysys/my_getopt.c:350
892
msgid "%s: %s: Option '%s' used, but is disabled\n"
895
#: mysys/my_getopt.c:351
899
#: mysys/my_getopt.c:351
903
#: mysys/my_getopt.c:454
905
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
908
#: mysys/my_getopt.c:767
910
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
913
#: mysys/my_getopt.c:948
915
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
918
#: mysys/my_getopt.c:1170
920
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
923
#: mysys/my_getopt.c:1190
927
"Variables (--variable-name=value)\n"
928
"and boolean options {false|true} Value (after reading options)\n"
929
"--------------------------------- -----------------------------\n"
932
#: mysys/my_getopt.c:1206 mysys/my_getopt.c:1222
933
msgid "(No default value)"
936
#: mysys/my_getopt.c:1225
940
#: mysys/my_getopt.c:1225
944
#: mysys/my_getopt.c:1250
949
#: mysys/my_handler_errors.h:10
950
msgid "Didn't find key on read or update"
953
#: mysys/my_handler_errors.h:12
954
msgid "Duplicate key on write or update"
957
#: mysys/my_handler_errors.h:14
958
msgid "Internal (unspecified) error in handler"
961
#: mysys/my_handler_errors.h:16
963
"Someone has changed the row since it was read (while the table was locked to "
967
#: mysys/my_handler_errors.h:18
968
msgid "Wrong index given to function"
971
#: mysys/my_handler_errors.h:20
972
msgid "Undefined handler error 125"
975
#: mysys/my_handler_errors.h:22
976
msgid "Index file is crashed"
979
#: mysys/my_handler_errors.h:24
980
msgid "Record file is crashed"
983
#: mysys/my_handler_errors.h:26
984
msgid "Out of memory in engine"
987
#: mysys/my_handler_errors.h:28
988
msgid "Undefined handler error 129"
991
#: mysys/my_handler_errors.h:30
992
msgid "Incorrect file format"
995
#: mysys/my_handler_errors.h:32
996
msgid "Command not supported by database"
999
#: mysys/my_handler_errors.h:34
1000
msgid "Old database file"
1003
#: mysys/my_handler_errors.h:36
1004
msgid "No record read before update"
1007
#: mysys/my_handler_errors.h:38
1008
msgid "Record was already deleted (or record file crashed)"
1011
#: mysys/my_handler_errors.h:40
1012
msgid "No more room in record file"
1015
#: mysys/my_handler_errors.h:42
1016
msgid "No more room in index file"
1019
#: mysys/my_handler_errors.h:44
1020
msgid "No more records (read after end of file)"
1023
#: mysys/my_handler_errors.h:46
1024
msgid "Unsupported extension used for table"
1027
#: mysys/my_handler_errors.h:48
1031
#: mysys/my_handler_errors.h:50
1032
msgid "Wrong create options"
1035
#: mysys/my_handler_errors.h:52
1036
msgid "Duplicate unique key or constraint on write or update"
1039
#: mysys/my_handler_errors.h:54
1040
msgid "Unknown character set used in table"
1043
#: mysys/my_handler_errors.h:56
1044
msgid "Conflicting table definitions in sub-tables of MERGE table"
1047
#: mysys/my_handler_errors.h:58
1048
msgid "Table is crashed and last repair failed"
1051
#: mysys/my_handler_errors.h:60
1052
msgid "Table was marked as crashed and should be repaired"
1055
#: mysys/my_handler_errors.h:62
1056
msgid "Lock timed out; Retry transaction"
1059
#: mysys/my_handler_errors.h:64
1060
msgid "Lock table is full; Restart program with a larger locktable"
1063
#: mysys/my_handler_errors.h:66
1064
msgid "Updates are not allowed under a read only transactions"
1067
#: mysys/my_handler_errors.h:68
1068
msgid "Lock deadlock; Retry transaction"
1071
#: mysys/my_handler_errors.h:70
1072
msgid "Foreign key constraint is incorrectly formed"
1075
#: mysys/my_handler_errors.h:72
1076
msgid "Cannot add a child row"
1079
#: mysys/my_handler_errors.h:74
1080
msgid "Cannot delete a parent row"
1083
#: mysys/my_handler_errors.h:76
1084
msgid "No savepoint with that name"
1087
#: mysys/my_handler_errors.h:78
1088
msgid "Non unique key block size"
1091
#: mysys/my_handler_errors.h:80
1092
msgid "The table does not exist in engine"
1095
#: mysys/my_handler_errors.h:82
1096
msgid "The table already existed in storage engine"
1099
#: mysys/my_handler_errors.h:84
1100
msgid "Could not connect to storage engine"
1103
#: mysys/my_handler_errors.h:86
1104
msgid "Unexpected null pointer found when using spatial index"
1107
#: mysys/my_handler_errors.h:88
1108
msgid "The table changed in storage engine"
1111
#: mysys/my_handler_errors.h:90
1112
msgid "There's no partition in table for the given value"
1115
#: mysys/my_handler_errors.h:92
1116
msgid "Row-based binlogging of row failed"
1119
#: mysys/my_handler_errors.h:94
1120
msgid "Index needed in foreign key constraint"
1123
#: mysys/my_handler_errors.h:96
1124
msgid "Upholding foreign key constraints would lead to a duplicate key error"
1127
#: mysys/my_handler_errors.h:98
1128
msgid "Table needs to be upgraded before it can be used"
1131
#: mysys/my_handler_errors.h:100
1132
msgid "Table is read only"
1135
#: mysys/my_handler_errors.h:102
1136
msgid "Failed to get next auto increment value"
1139
#: mysys/my_handler_errors.h:104
1140
msgid "Failed to set row auto increment value"
1143
#: mysys/my_handler_errors.h:106
1144
msgid "Unknown (generic) error from engine"
1147
#: mysys/my_handler_errors.h:108
1148
msgid "Record is the same"
1151
#: mysys/my_handler_errors.h:110
1152
msgid "It is not possible to log this statement"
1155
#: mysys/my_handler_errors.h:112
1156
msgid "Tablespace exists"
1159
#: mysys/my_handler_errors.h:114
1160
msgid "The event was corrupt, leading to illegal data being read"
1163
#: mysys/my_handler_errors.h:116
1164
msgid "The table is of a new format not supported by this version"
1167
#: mysys/my_handler_errors.h:118
1168
msgid "The event could not be processed no other hanlder error happened"
1171
#: mysys/my_handler_errors.h:120
1172
msgid "Got a fatal error during initialzaction of handler"
1175
#: mysys/my_handler_errors.h:122
1176
msgid "File to short; Expected more data in file"
1179
#: mysys/my_handler_errors.h:124
1180
msgid "Read page with wrong checksum"
1183
#: mysys/my_handler_errors.h:126
1184
msgid "Lock or active transaction"
1187
#: mysys/my_handler_errors.h:128
1188
msgid "No such table space"
1191
#: mysys/my_handler_errors.h:130
1192
msgid "Tablespace not empty"
1195
#: drizzled/drizzled.cc:551
1197
msgid "Got error %d from pthread_cond_timedwait"
1200
#: drizzled/drizzled.cc:691 drizzled/drizzled.cc:1784
1201
msgid "Can't create thread to kill server"
1204
#: drizzled/drizzled.cc:758
1206
msgid "Got signal %d from thread %ld"
1209
#: drizzled/drizzled.cc:792
1213
#: drizzled/drizzled.cc:991
1214
msgid "One can only use the --user switch if running as root\n"
1217
#: drizzled/drizzled.cc:999
1219
"Fatal error: Please read \"Security\" section of the manual to find out how "
1220
"to run mysqld as root!\n"
1223
#: drizzled/drizzled.cc:1023
1226
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1230
#: drizzled/drizzled.cc:1198
1232
msgid "Retrying bind on TCP/IP port %u"
1235
#: drizzled/drizzled.cc:1204
1236
msgid "Can't start server: Bind on TCP/IP port"
1239
#: drizzled/drizzled.cc:1205
1241
msgid "Do you already have another drizzled server running on port: %d ?"
1244
#: drizzled/drizzled.cc:1211
1245
msgid "Can't start server: listen() on TCP/IP port"
1248
#: drizzled/drizzled.cc:1212
1250
msgid "listen() on TCP/IP failed with error %d"
1253
#: drizzled/drizzled.cc:1430
1258
#: drizzled/drizzled.cc:1448
1261
"We will try our best to scrape up some info that will hopefully help "
1263
"the problem, but since we have already crashed, something is definitely "
1265
"and this may fail.\n"
1269
#: drizzled/drizzled.cc:1459
1272
"It is possible that mysqld could use up to \n"
1273
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1275
"Hope that's ok; if not, decrease some variables in the equation.\n"
1279
#: drizzled/drizzled.cc:1477
1282
"Attempting backtrace. You can use the following information to find out\n"
1283
"where mysqld died. If you see no messages after this, something went\n"
1284
"terribly wrong...\n"
1287
#: drizzled/drizzled.cc:1505
1290
"Trying to get some variables.\n"
1291
"Some pointers may be invalid and cause the dump to abort...\n"
1294
#: drizzled/drizzled.cc:1517
1298
"This crash occured while the server was calling initgroups(). This is\n"
1299
"often due to the use of a drizzled that is statically linked against glibc\n"
1300
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1301
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1302
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1303
"drizzled that is not statically linked.\n"
1306
#: drizzled/drizzled.cc:1532
1310
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1311
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1312
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1313
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1314
"the documentation for your distribution on how to do that.\n"
1317
#: drizzled/drizzled.cc:1545
1321
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1322
"unreliable and unstable on some operating systems and operating-system\n"
1323
"versions (notably, some versions of Linux). This crash could be due to use\n"
1324
"of those buggy OS calls. You should consider whether you really need the\n"
1325
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1329
#: drizzled/drizzled.cc:1560
1331
msgid "Writing a core file\n"
1334
#: drizzled/drizzled.cc:1607
1336
"setrlimit could not change the size of core files to 'infinity'; We may not "
1337
"be able to generate a core file on signals"
1340
#: drizzled/drizzled.cc:1676
1342
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1345
#: drizzled/drizzled.cc:1764
1347
msgid "Got signal %d to shutdown mysqld"
1350
#: drizzled/drizzled.cc:1811
1352
msgid "Got signal: %d error: %d"
1355
#: drizzled/drizzled.cc:1950
1357
msgid "Wrong date/time format specifier: %s\n"
1360
#: drizzled/drizzled.cc:2079
1362
msgid "gethostname failed, using '%s' as hostname"
1365
#: drizzled/drizzled.cc:2143
1368
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1371
#: drizzled/drizzled.cc:2148
1374
"Could not increase number of max_open_files to more than %u (request: %u)"
1377
#: drizzled/drizzled.cc:2230
1379
msgid "Unknown locale: '%s'"
1382
#: drizzled/drizzled.cc:2250
1384
"Although a path was specified for the --log option, log tables are used. To "
1385
"enable logging to files use the --log-output option."
1388
#: drizzled/drizzled.cc:2257
1390
"Although a path was specified for the --log-slow-queries option, log tables "
1391
"are used. To enable logging to files use the --log-output=file option."
1394
#: drizzled/drizzled.cc:2327
1395
msgid "Can't create thread-keys"
1398
#: drizzled/drizzled.cc:2374
1399
msgid "Out of memory"
1402
#: drizzled/drizzled.cc:2381
1403
msgid "You need to use --log-bin to make --binlog-format work."
1406
#: drizzled/drizzled.cc:2403
1408
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1409
"impossible, it would lead to infinite loops in this server."
1412
#: drizzled/drizzled.cc:2423
1415
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1416
"replication may break when this Drizzle server acts as a master and has his "
1417
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1420
#: drizzled/drizzled.cc:2457
1421
msgid "Failed to initialize plugins."
1424
#: drizzled/drizzled.cc:2488
1427
"%s: Too many arguments (first extra is '%s').\n"
1428
"Use --verbose --help to get a list of available options\n"
1431
#: drizzled/drizzled.cc:2498
1432
msgid "Can't init databases"
1435
#: drizzled/drizzled.cc:2521
1437
msgid "Unknown/unsupported table type: %s"
1440
#: drizzled/drizzled.cc:2527
1442
msgid "Default storage engine (%s) is not available"
1445
#: drizzled/drizzled.cc:2550
1446
msgid "Can't initialize tc_log"
1449
#: drizzled/drizzled.cc:2581
1451
msgid "Failed to lock memory. Errno: %d\n"
1454
#: drizzled/drizzled.cc:2651
1456
msgid "Asked for %u thread stack, but got %llu"
1459
#: drizzled/drizzled.cc:2687
1461
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1462
"value: we force server id to 1; updates will be logged to the binary log, "
1463
"but connections from slaves will not be accepted."
1466
#: drizzled/drizzled.cc:2745
1467
msgid "Before Lock_thread_count"
1470
#: drizzled/drizzled.cc:2752
1471
msgid "After lock_thread_count"
1474
#: drizzled/drizzled.cc:2861
1476
msgid "drizzled: Got error %d from select"
1479
#: drizzled/drizzled.cc:3116 drizzled/drizzled.cc:3235
1480
#: drizzled/drizzled.cc:3409
1481
msgid "Option used by mysql-test for debugging and testing of replication."
1484
#: drizzled/drizzled.cc:3120
1485
msgid "Auto-increment columns are incremented by this"
1488
#: drizzled/drizzled.cc:3125
1490
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1494
#: drizzled/drizzled.cc:3131
1496
"Path to installation directory. All paths are usually resolved relative to "
1500
#: drizzled/drizzled.cc:3135
1501
msgid "IP address to bind to."
1504
#: drizzled/drizzled.cc:3139
1506
"Does not have any effect without '--log-bin'. Tell the master the form of "
1507
"binary logging to use: either 'row' for row-based binary logging, or "
1508
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1509
"statement-based binary logging except for those statements where only row-"
1510
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1511
"the UUID() function; for those, row-based binary logging is automatically "
1515
#: drizzled/drizzled.cc:3149
1517
"Tells the master it should log updates for the specified database, and "
1518
"exclude all others not explicitly mentioned."
1521
#: drizzled/drizzled.cc:3153
1523
"Tells the master that updates to the given database should not be logged "
1527
#: drizzled/drizzled.cc:3157
1529
"The maximum size of a row-based binary log event in bytes. Rows will be "
1530
"grouped into events smaller than this size if possible. The value has to be "
1531
"a multiple of 256."
1534
#: drizzled/drizzled.cc:3168
1535
msgid "Don't ignore client side character set value sent during handshake."
1538
#: drizzled/drizzled.cc:3173
1539
msgid "Set the filesystem character set."
1542
#: drizzled/drizzled.cc:3185
1543
msgid "Chroot mysqld daemon during startup."
1546
#: drizzled/drizzled.cc:3189
1547
msgid "Set the default collation."
1550
#: drizzled/drizzled.cc:3193
1551
msgid "Default completion type."
1554
#: drizzled/drizzled.cc:3198
1555
msgid "Write error output on screen."
1558
#: drizzled/drizzled.cc:3202
1559
msgid "Write core on errors."
1562
#: drizzled/drizzled.cc:3206
1563
msgid "Path to the database root."
1566
#: drizzled/drizzled.cc:3210
1568
"Set the default character set (deprecated option, use --character-set-server "
1572
#: drizzled/drizzled.cc:3215
1574
"Set the default collation (deprecated option, use --collation-server "
1578
#: drizzled/drizzled.cc:3220
1579
msgid "Set the default storage engine (table type) for tables."
1582
#: drizzled/drizzled.cc:3224
1583
msgid "Set the default time zone."
1586
#: drizzled/drizzled.cc:3228
1587
msgid "Type of DELAY_KEY_WRITE."
1590
#: drizzled/drizzled.cc:3231
1592
"Don't flush key buffers between writes for any MyISAM table (Deprecated "
1593
"option, use --delay-key-write=all instead)."
1596
#: drizzled/drizzled.cc:3241
1597
msgid "Print a symbolic stack trace on failure."
1600
#: drizzled/drizzled.cc:3247
1601
msgid "Push supported query conditions to the storage engine."
1604
#: drizzled/drizzled.cc:3253
1605
msgid "Used for debugging; Use at your own risk!"
1608
#: drizzled/drizzled.cc:3256
1609
msgid "Flush tables to disk between SQL commands."
1612
#: drizzled/drizzled.cc:3261
1613
msgid "Set up signals usable for debugging"
1616
#: drizzled/drizzled.cc:3265
1617
msgid "Enable general query log"
1620
#: drizzled/drizzled.cc:3269
1621
msgid "Command(s) that are executed for each new connection"
1624
#: drizzled/drizzled.cc:3273
1625
msgid "Read SQL commands from this file at startup."
1628
#: drizzled/drizzled.cc:3277
1629
msgid "Command(s) that are executed when a slave connects to this master"
1632
#: drizzled/drizzled.cc:3281
1636
#: drizzled/drizzled.cc:3285
1637
msgid "Set the language used for the month names and the days of the week."
1640
#: drizzled/drizzled.cc:3290
1641
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1644
#: drizzled/drizzled.cc:3295
1645
msgid "Log connections and queries to file."
1648
#: drizzled/drizzled.cc:3299
1650
"Log update queries in binary format. Optional argument is the location for "
1651
"the binary log files.(Strongly recommended to avoid replication problems if "
1652
"server's hostname changes)"
1655
#: drizzled/drizzled.cc:3306
1656
msgid "File that holds the names for last binary log files."
1659
#: drizzled/drizzled.cc:3314
1661
"If equal to 0 (the default), then when --log-bin is used, creation of a "
1662
"stored function (or trigger) is allowed only to users having the SUPER "
1663
"privilege and only if this stored function (trigger) may not break binary "
1664
"logging. Note that if ALL connections to this server ALWAYS use row-based "
1665
"binary logging, the security issues do not exist and the binary logging "
1666
"cannot break, so you can safely set this to 1."
1669
#: drizzled/drizzled.cc:3323
1670
msgid "Error log file."
1673
#: drizzled/drizzled.cc:3327
1674
msgid "Log all MyISAM changes to file."
1677
#: drizzled/drizzled.cc:3331
1679
"Log some extra information to update log. Please note that this option is "
1680
"deprecated; see --log-queries-not-using-indexes option."
1683
#: drizzled/drizzled.cc:3336
1685
"Syntax: log-output[=value[,value...]], where \"value\" could be TABLE, FILE "
1689
#: drizzled/drizzled.cc:3342
1691
"Log queries that are executed without benefit of any index to the slow log "
1695
#: drizzled/drizzled.cc:3348
1696
msgid "Don't log extra information to update and slow-query logs."
1699
#: drizzled/drizzled.cc:3352
1701
"Tells the slave to log the updates from the slave thread to the binary log. "
1702
"You will need to turn it on if you plan to daisy-chain the slaves."
1705
#: drizzled/drizzled.cc:3359
1707
"Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to the "
1708
"slow log if it is open."
1711
#: drizzled/drizzled.cc:3365
1713
"Log slow statements executed by slave thread to the slow log if it is open."
1716
#: drizzled/drizzled.cc:3371
1718
"Log slow queries to a table or log file. Defaults logging to table mysql."
1719
"slow_log or hostname-slow.log if --log-output=file is used. Must be enabled "
1720
"to activate other slow log options."
1723
#: drizzled/drizzled.cc:3377
1725
"Path to transaction coordinator log (used for transactions that affect more "
1726
"than one storage engine, when binary log is disabled)"
1729
#: drizzled/drizzled.cc:3383
1730
msgid "Size of transaction coordinator log."
1733
#: drizzled/drizzled.cc:3389
1734
msgid "Log some not critical warnings to the log file."
1737
#: drizzled/drizzled.cc:3394
1738
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1741
#: drizzled/drizzled.cc:3399
1743
"The location and name of the file that remembers the master and where the I/"
1744
"O replication thread is in the master's binlogs."
1747
#: drizzled/drizzled.cc:3404
1749
"The number of tries the slave will make to connect to the master before "
1753
#: drizzled/drizzled.cc:3413
1754
msgid "Lock mysqld in memory."
1757
#: drizzled/drizzled.cc:3417
1759
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1760
"BACKUP, FORCE or QUICK."
1763
#: drizzled/drizzled.cc:3422
1764
msgid "Use very new possible 'unsafe' functions."
1767
#: drizzled/drizzled.cc:3427
1768
msgid "Use old, non-optimized alter table."
1771
#: drizzled/drizzled.cc:3432
1773
"Enable old-style user limits (before 5.0.3 user resources were counted per "
1774
"each user+host vs. per account)"
1777
#: drizzled/drizzled.cc:3437
1778
msgid "Pid file used by safe_mysqld."
1781
#: drizzled/drizzled.cc:3447
1783
"Maximum time in seconds to wait for the port to become free. (Default: no "
1787
#: drizzled/drizzled.cc:3452
1788
msgid "The location and name to use for relay logs."
1791
#: drizzled/drizzled.cc:3456
1793
"The location and name to use for the file that keeps a list of the last "
1797
#: drizzled/drizzled.cc:3461
1799
"The location and name of the file that remembers where the SQL replication "
1800
"thread is in the relay logs."
1803
#: drizzled/drizzled.cc:3466
1805
"Tells the slave thread to restrict replication to the specified database. To "
1806
"specify more than one database, use the directive multiple times, once for "
1807
"each database. Note that this will only work if you do not use cross-"
1808
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
1809
"having selected a different or no database. If you need cross database "
1810
"updates to work, use replicate-wild-do-table=db_name.%."
1813
#: drizzled/drizzled.cc:3475
1815
"Tells the slave thread to restrict replication to the specified table. To "
1816
"specify more than one table, use the directive multiple times, once for each "
1817
"table. This will work for cross-database updates, in contrast to replicate-"
1821
#: drizzled/drizzled.cc:3481
1823
"Tells the slave thread to not replicate to the specified database. To "
1824
"specify more than one database to ignore, use the directive multiple times, "
1825
"once for each database. This option will not work if you use cross database "
1826
"updates. If you need cross database updates to work, use replicate-wild-"
1827
"ignore-table=db_name.%. "
1830
#: drizzled/drizzled.cc:3488
1832
"Tells the slave thread to not replicate to the specified table. To specify "
1833
"more than one table to ignore, use the directive multiple times, once for "
1834
"each table. This will work for cross-datbase updates, in contrast to "
1835
"replicate-ignore-db."
1838
#: drizzled/drizzled.cc:3494
1840
"Updates to a database with a different name than the original. Example: "
1841
"replicate-rewrite-db=master_db_name->slave_db_name."
1844
#: drizzled/drizzled.cc:3498
1846
"In replication, if set to 1, do not skip events having our server id. "
1847
"Default value is 0 (to break infinite loops in circular replication). Can't "
1848
"be set to 1 if --log-slave-updates is used."
1851
#: drizzled/drizzled.cc:3505
1853
"Tells the slave thread to restrict replication to the tables that match the "
1854
"specified wildcard pattern. To specify more than one table, use the "
1855
"directive multiple times, once for each table. This will work for cross-"
1856
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
1857
"only updates to tables in all databases that start with foo and whose table "
1858
"names start with bar."
1861
#: drizzled/drizzled.cc:3513
1863
"Tells the slave thread to not replicate to the tables that match the given "
1864
"wildcard pattern. To specify more than one table to ignore, use the "
1865
"directive multiple times, once for each table. This will work for cross-"
1866
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
1867
"updates to tables in databases that start with foo and whose table names "
1871
#: drizzled/drizzled.cc:3522
1873
"Hostname or IP of the slave to be reported to to the master during slave "
1874
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
1875
"you do not want the slave to register itself with the master. Note that it "
1876
"is not sufficient for the master to simply read the IP of the slave off the "
1877
"socket once the slave connects. Due to NAT and other routing issues, that IP "
1878
"may not be valid for connecting to the slave from the master or other hosts."
1881
#: drizzled/drizzled.cc:3535
1883
"Port for connecting to slave reported to the master during slave "
1884
"registration. Set it only if the slave is listening on a non-default port or "
1885
"if you have a special tunnel from the master or other clients to the slave. "
1886
"If not sure, leave this option unset."
1889
#: drizzled/drizzled.cc:3542
1890
msgid "Skip some optimize stages (for testing)."
1893
#: drizzled/drizzled.cc:3545
1895
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1896
"specified directory"
1899
#: drizzled/drizzled.cc:3550
1901
"Uniquely identifies the server instance in the community of replication "
1905
#: drizzled/drizzled.cc:3555
1907
"Change the value of a variable. Please note that this option is deprecated;"
1908
"you can set variables directly with --variable-name=value."
1911
#: drizzled/drizzled.cc:3559
1912
msgid "Don't use new, possible wrong routines."
1915
#: drizzled/drizzled.cc:3562
1916
msgid "If set, slave is not autostarted."
1919
#: drizzled/drizzled.cc:3566
1920
msgid "Don't print a stack trace on failure."
1923
#: drizzled/drizzled.cc:3570
1925
"Don't allow symlinking of tables. Deprecated option. Use --skip-symbolic-"
1929
#: drizzled/drizzled.cc:3574
1930
msgid "Don't give threads different priorities."
1933
#: drizzled/drizzled.cc:3578
1935
"The location where the slave should put its temporary files when replicating "
1936
"a LOAD DATA INFILE command."
1939
#: drizzled/drizzled.cc:3583
1941
"Tells the slave thread to continue replication when a query event returns an "
1942
"error from the provided list."
1945
#: drizzled/drizzled.cc:3587
1947
"Modes for how replication events should be executed. Legal values are "
1948
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
1949
"stop for operations that are idempotent. In STRICT mode, replication will "
1950
"stop on any unexpected difference between the master and the slave."
1953
#: drizzled/drizzled.cc:3595
1954
msgid "Enable|disable slow query log"
1957
#: drizzled/drizzled.cc:3599
1961
#: drizzled/drizzled.cc:3602
1962
msgid "Enable symbolic link support."
1965
#: drizzled/drizzled.cc:3611
1967
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1970
#: drizzled/drizzled.cc:3616
1972
"Decision to use in heuristic recover process. Possible values are COMMIT or "
1976
#: drizzled/drizzled.cc:3621
1978
"Using this option will cause most temporary files created to use a small set "
1979
"of names, rather than a unique name for each new file."
1982
#: drizzled/drizzled.cc:3626
1984
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1987
#: drizzled/drizzled.cc:3631
1989
"Path for temporary files. Several paths may be specified, separated by a "
1990
"colon (:), in this case they are used in a round-robin fashion."
1993
#: drizzled/drizzled.cc:3637
1994
msgid "Default transaction isolation level."
1997
#: drizzled/drizzled.cc:3641
1999
"Enable symbolic link support. Deprecated option; use --symbolic-links "
2003
#: drizzled/drizzled.cc:3646
2004
msgid "Run mysqld daemon as user."
2007
#: drizzled/drizzled.cc:3654
2008
msgid "Deprecated; use --log-warnings instead."
2011
#: drizzled/drizzled.cc:3659
2013
"The number of outstanding connection requests MySQL can have. This comes "
2014
"into play when the main MySQL thread gets very many connection requests in a "
2018
#: drizzled/drizzled.cc:3665
2020
"The size of the cache to hold the SQL statements for the binary log during a "
2021
"transaction. If you often use big, multi-statement transactions you can "
2022
"increase this to get more performance."
2025
#: drizzled/drizzled.cc:3671
2027
"Size of tree cache used in bulk insert optimisation. Note that this is a "
2031
#: drizzled/drizzled.cc:3677
2033
"The number of seconds the mysqld server is waiting for a connect packet "
2034
"before responding with 'Bad handshake'."
2037
#: drizzled/drizzled.cc:3682
2038
msgid "The DATE format (For future)."
2041
#: drizzled/drizzled.cc:3687
2042
msgid "The DATETIME/TIMESTAMP format (for future)."
2045
#: drizzled/drizzled.cc:3692
2046
msgid "The default week format used by WEEK() functions."
2049
#: drizzled/drizzled.cc:3697
2051
"Precision of the result of '/' operator will be increased on that value."
2054
#: drizzled/drizzled.cc:3703
2056
"If non-zero, binary logs will be purged after expire_logs_days days; "
2057
"possible purges happen at startup and at binary log rotation."
2060
#: drizzled/drizzled.cc:3709
2061
msgid "The maximum length of the result of function group_concat."
2064
#: drizzled/drizzled.cc:3714
2066
"The number of seconds the server waits for activity on an interactive "
2067
"connection before closing it."
2070
#: drizzled/drizzled.cc:3720
2071
msgid "The size of the buffer that is used for full joins."
2074
#: drizzled/drizzled.cc:3726
2075
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2078
#: drizzled/drizzled.cc:3731
2080
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2081
"this to get better index handling (for all reads and multiple writes) to as "
2082
"much as you can afford;"
2085
#: drizzled/drizzled.cc:3740
2087
"This characterizes the number of hits a hot block has to be untouched until "
2088
"it is considered aged enough to be downgraded to a warm block. This "
2089
"specifies the percentage ratio of that number of hits to the total number of "
2090
"blocks in key cache"
2093
#: drizzled/drizzled.cc:3749
2094
msgid "The default size of key cache blocks"
2097
#: drizzled/drizzled.cc:3755
2098
msgid "The minimum percentage of warm blocks in key cache"
2101
#: drizzled/drizzled.cc:3761
2103
"Log all queries that have taken more than long_query_time seconds to execute "
2104
"to file. The argument will be treated as a decimal value with microsecond "
2108
#: drizzled/drizzled.cc:3767
2109
msgid "Max packetlength to send/receive from to server."
2112
#: drizzled/drizzled.cc:3772
2114
"Can be used to restrict the total size used to cache a multi-transaction "
2118
#: drizzled/drizzled.cc:3777
2120
"Binary log will be rotated automatically when the size exceeds this value. "
2121
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2122
"for this variable is 4096."
2125
#: drizzled/drizzled.cc:3783
2127
"If there is more than this number of interrupted connections from a host "
2128
"this host will be blocked from further connections."
2131
#: drizzled/drizzled.cc:3790
2132
msgid "The number of simultaneous clients allowed."
2135
#: drizzled/drizzled.cc:3795
2136
msgid "Max number of errors/warnings to store for a statement."
2139
#: drizzled/drizzled.cc:3800
2140
msgid "Don't allow creation of heap tables bigger than this."
2143
#: drizzled/drizzled.cc:3806
2145
"Joins that are probably going to read more than max_join_size records return "
2149
#: drizzled/drizzled.cc:3812
2150
msgid "Max number of bytes in sorted records."
2153
#: drizzled/drizzled.cc:3817
2155
"If non-zero: relay log will be rotated automatically when the size exceeds "
2156
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2157
"excepted, the minimum value for this variable is 4096."
2160
#: drizzled/drizzled.cc:3824
2161
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2164
#: drizzled/drizzled.cc:3829
2166
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2167
"max_sort_length bytes of each value are used; the rest are ignored)."
2170
#: drizzled/drizzled.cc:3836
2171
msgid "Maximum number of temporary tables a client can keep open at a time."
2174
#: drizzled/drizzled.cc:3841
2175
msgid "After this many write locks, allow some read locks to run in between."
2178
#: drizzled/drizzled.cc:3845
2180
"Don't log queries which examine less than min_examined_row_limit rows to "
2184
#: drizzled/drizzled.cc:3851
2185
msgid "Block size to be used for MyISAM index pages."
2188
#: drizzled/drizzled.cc:3857
2189
msgid "Default pointer size to be used for MyISAM tables."
2192
#: drizzled/drizzled.cc:3862
2193
msgid "(Deprecated option)"
2196
#: drizzled/drizzled.cc:3868
2198
"Don't use the fast sort index method to created index if the temporary file "
2199
"would get bigger than this."
2202
#: drizzled/drizzled.cc:3875
2204
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2205
"disables parallel repair."
2208
#: drizzled/drizzled.cc:3881
2210
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2211
"when creating indexes with CREATE INDEX or ALTER TABLE."
2214
#: drizzled/drizzled.cc:3887
2216
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2217
"Possible values of name are 'nulls_unequal' (default behavior), "
2218
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2221
#: drizzled/drizzled.cc:3894
2222
msgid "Buffer length for TCP/IP and socket communication."
2225
#: drizzled/drizzled.cc:3899
2227
"Number of seconds to wait for more data from a connection before aborting "
2231
#: drizzled/drizzled.cc:3905
2233
"If a read on a communication port is interrupted, retry this many times "
2237
#: drizzled/drizzled.cc:3911
2239
"Number of seconds to wait for a block to be written to a connection before "
2240
"aborting the write."
2243
#: drizzled/drizzled.cc:3917
2244
msgid "Use compatible behavior."
2247
#: drizzled/drizzled.cc:3922
2249
"If this is not 0, then mysqld will use this value to reserve file "
2250
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2251
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2252
"larger) number of files."
2255
#: drizzled/drizzled.cc:3929
2257
"Controls the heuristic(s) applied during query optimization to prune less-"
2258
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2259
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2260
"on number of retrieved rows."
2263
#: drizzled/drizzled.cc:3937
2265
"Maximum depth of search performed by the query optimizer. Values larger than "
2266
"the number of relations in a query result in better query plans, but take "
2267
"longer to compile a query. Smaller values than the number of tables in a "
2268
"relation result in faster optimization, but may produce very bad query "
2269
"plans. If set to 0, the system will automatically pick a reasonable value; "
2270
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
2271
"(used for testing/comparison)."
2274
#: drizzled/drizzled.cc:3949
2275
msgid "Directory for plugins."
2278
#: drizzled/drizzled.cc:3953
2280
"Optional comma separated list of plugins to load, where each plugin is "
2281
"identified by the name of the shared library. [for example: --"
2282
"plugin_load=libmd5udf.so]"
2285
#: drizzled/drizzled.cc:3959
2286
msgid "The size of the buffer that is allocated when preloading indexes"
2289
#: drizzled/drizzled.cc:3964
2290
msgid "Allocation block size for query parsing and execution"
2293
#: drizzled/drizzled.cc:3969
2294
msgid "Persistent buffer for query parsing and execution"
2297
#: drizzled/drizzled.cc:3975
2298
msgid "Allocation block size for storing ranges during optimization"
2301
#: drizzled/drizzled.cc:3981
2303
"Each thread that does a sequential scan allocates a buffer of this size for "
2304
"each table it scans. If you do many sequential scans, you may want to "
2305
"increase this value."
2308
#: drizzled/drizzled.cc:3989
2310
"Make all non-temporary tables read-only, with the exception for replication "
2311
"(slave) threads and users with the SUPER privilege"
2314
#: drizzled/drizzled.cc:3995
2316
"When reading rows in sorted order after a sort, the rows are read through "
2317
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2321
#: drizzled/drizzled.cc:4009
2323
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2327
#: drizzled/drizzled.cc:4015
2328
msgid "Maximum space to use for all relay logs."
2331
#: drizzled/drizzled.cc:4020
2333
msgid "Use compression on master/slave protocol."
2334
msgstr "서버/클라이언트 프로토콜에서 압축 사용"
2336
#: drizzled/drizzled.cc:4025
2338
"Number of seconds to wait for more data from a master/slave connection "
2339
"before aborting the read."
2342
#: drizzled/drizzled.cc:4030
2344
"Number of times the slave SQL thread will retry a transaction in case it "
2345
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2349
#: drizzled/drizzled.cc:4036
2350
msgid "Allow slave to batch requests."
2353
#: drizzled/drizzled.cc:4040
2355
"If creating the thread takes longer than this value (in seconds), the "
2356
"Slow_launch_threads counter will be incremented."
2359
#: drizzled/drizzled.cc:4045
2360
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2363
#: drizzled/drizzled.cc:4051
2365
"Synchronously flush binary log to disk after every #th event. Use 0 "
2366
"(default) to disable synchronous flushing."
2369
#: drizzled/drizzled.cc:4056
2370
msgid "Sync .frm to disk on create. Enabled by default."
2373
#: drizzled/drizzled.cc:4060
2374
msgid "Deprecated; use --table_open_cache instead."
2377
#: drizzled/drizzled.cc:4064
2378
msgid "The number of cached table definitions."
2381
#: drizzled/drizzled.cc:4068
2382
msgid "The number of cached open tables."
2385
#: drizzled/drizzled.cc:4072
2387
"Timeout in seconds to wait for a table level lock before returning an error. "
2388
"Used only if the connection has active cursors."
2391
#: drizzled/drizzled.cc:4077
2392
msgid "How many threads we should keep in a cache for reuse."
2395
#: drizzled/drizzled.cc:4081
2397
"How many threads we should create to handle query requests in case of "
2398
"'thread_handling=pool-of-threads'"
2401
#: drizzled/drizzled.cc:4086
2402
msgid "The stack size for each thread."
2405
#: drizzled/drizzled.cc:4092
2406
msgid "The TIME format (for future)."
2409
#: drizzled/drizzled.cc:4097
2411
"If an internal in-memory temporary table exceeds this size, MySQL will "
2412
"automatically convert it to an on-disk MyISAM table."
2415
#: drizzled/drizzled.cc:4103
2416
msgid "Allocation block size for transactions to be stored in binary log"
2419
#: drizzled/drizzled.cc:4108
2420
msgid "Persistent buffer for transactions to be stored in binary log"
2423
#: drizzled/drizzled.cc:4113
2425
"The number of seconds the server waits for activity on a connection before "
2429
#: drizzled/drizzled.cc:4361
2431
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2432
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2433
"and you are welcome to modify and redistribute it under the GPL license\n"
2435
"Starts the Drizzle database server\n"
2438
#: drizzled/drizzled.cc:4368
2440
msgid "Usage: %s [OPTIONS]\n"
2443
#: drizzled/drizzled.cc:4379
2446
"To see what values a running Drizzle server is using, type\n"
2447
"'drizzleadmin variables' instead of 'drizzled --help'."
2450
#: drizzled/drizzled.cc:4564
2453
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2457
#: drizzled/drizzled.cc:4616
2459
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2462
#: drizzled/drizzled.cc:4625
2464
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2467
#: drizzled/drizzled.cc:4635
2469
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2472
#: drizzled/drizzled.cc:4664 drizzled/drizzled.cc:4673
2474
msgid "Could not add do table rule '%s'!\n"
2477
#: drizzled/drizzled.cc:4682 drizzled/drizzled.cc:4691
2479
msgid "Could not add ignore table rule '%s'!\n"
2482
#: drizzled/drizzled.cc:4738
2483
msgid "Can't start server: cannot resolve hostname!"
2486
#: drizzled/drizzled.cc:4744
2487
msgid "Can't start server: bind-address refers to multiple interfaces!"
2490
#: drizzled/drizzled.cc:4919
2492
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2493
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2496
#: drizzled/drizzled.cc:5107
2498
msgid "No option given to %s\n"
2501
#: drizzled/drizzled.cc:5109
2503
msgid "Wrong option to %s. Option(s) given: %s\n"
2506
#: drizzled/drizzled.cc:5111
2508
msgid "Alternatives are: '%s'"
2511
#: drizzled/drizzled_error_messages.h:32
2515
#: drizzled/drizzled_error_messages.h:34
2519
#: drizzled/drizzled_error_messages.h:36
2523
#: drizzled/drizzled_error_messages.h:38
2527
#: drizzled/drizzled_error_messages.h:40
2529
msgid "Can't create file '%-.200s' (errno: %d)"
2532
#: drizzled/drizzled_error_messages.h:42
2534
msgid "Can't create table '%-.200s' (errno: %d)"
2537
#: drizzled/drizzled_error_messages.h:44
2539
msgid "Can't create database '%-.192s' (errno: %d)"
2542
#: drizzled/drizzled_error_messages.h:46
2544
msgid "Can't create database '%-.192s'; database exists"
2547
#: drizzled/drizzled_error_messages.h:48
2549
msgid "Can't drop database '%-.192s'; database doesn't exist"
2552
#: drizzled/drizzled_error_messages.h:50
2554
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2557
#: drizzled/drizzled_error_messages.h:52
2559
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2562
#: drizzled/drizzled_error_messages.h:54
2564
msgid "Error on delete of '%-.192s' (errno: %d)"
2567
#: drizzled/drizzled_error_messages.h:56
2568
msgid "Can't read record in system table"
2571
#: drizzled/drizzled_error_messages.h:58
2573
msgid "Can't get status of '%-.200s' (errno: %d)"
2576
#: drizzled/drizzled_error_messages.h:60
2578
msgid "Can't get working directory (errno: %d)"
2581
#: drizzled/drizzled_error_messages.h:62
2583
msgid "Can't lock file (errno: %d)"
2586
#: drizzled/drizzled_error_messages.h:64
2588
msgid "Can't open file: '%-.200s' (errno: %d)"
2591
#: drizzled/drizzled_error_messages.h:66
2593
msgid "Can't find file: '%-.200s' (errno: %d)"
2596
#: drizzled/drizzled_error_messages.h:68
2598
msgid "Can't read dir of '%-.192s' (errno: %d)"
2601
#: drizzled/drizzled_error_messages.h:70
2603
msgid "Can't change dir to '%-.192s' (errno: %d)"
2606
#: drizzled/drizzled_error_messages.h:72
2608
msgid "Record has changed since last read in table '%-.192s'"
2611
#: drizzled/drizzled_error_messages.h:74
2613
msgid "Disk full (%s); waiting for someone to free some space..."
2616
#: drizzled/drizzled_error_messages.h:76
2618
msgid "Can't write; duplicate key in table '%-.192s'"
2621
#: drizzled/drizzled_error_messages.h:78
2623
msgid "Error on close of '%-.192s' (errno: %d)"
2626
#: drizzled/drizzled_error_messages.h:80
2628
msgid "Error reading file '%-.200s' (errno: %d)"
2631
#: drizzled/drizzled_error_messages.h:82
2633
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2636
#: drizzled/drizzled_error_messages.h:84
2638
msgid "Error writing file '%-.200s' (errno: %d)"
2641
#: drizzled/drizzled_error_messages.h:86
2643
msgid "'%-.192s' is locked against change"
2646
#: drizzled/drizzled_error_messages.h:88
2647
msgid "Sort aborted"
2650
#: drizzled/drizzled_error_messages.h:90
2652
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2655
#: drizzled/drizzled_error_messages.h:92
2657
msgid "Got error %d from storage engine"
2660
#: drizzled/drizzled_error_messages.h:94
2662
msgid "Table storage engine for '%-.192s' doesn't have this option"
2665
#: drizzled/drizzled_error_messages.h:96
2667
msgid "Can't find record in '%-.192s'"
2670
#: drizzled/drizzled_error_messages.h:98
2672
msgid "Incorrect information in file: '%-.200s'"
2675
#: drizzled/drizzled_error_messages.h:100
2677
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2680
#: drizzled/drizzled_error_messages.h:102
2682
msgid "Old key file for table '%-.192s'; repair it!"
2685
#: drizzled/drizzled_error_messages.h:104
2687
msgid "Table '%-.192s' is read only"
2690
#: drizzled/drizzled_error_messages.h:106
2692
msgid "Out of memory; restart server and try again (needed %d bytes)"
2695
#: drizzled/drizzled_error_messages.h:108
2696
msgid "Out of sort memory; increase server sort buffer size"
2699
#: drizzled/drizzled_error_messages.h:110
2701
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2704
#: drizzled/drizzled_error_messages.h:112
2705
msgid "Too many connections"
2708
#: drizzled/drizzled_error_messages.h:114
2710
"Out of memory; check if mysqld or some other process uses all available "
2711
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
2712
"memory or you can add more swap space"
2715
#: drizzled/drizzled_error_messages.h:116
2716
msgid "Can't get hostname for your address"
2719
#: drizzled/drizzled_error_messages.h:118
2720
msgid "Bad handshake"
2723
#: drizzled/drizzled_error_messages.h:120
2725
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2728
#: drizzled/drizzled_error_messages.h:122
2730
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2733
#: drizzled/drizzled_error_messages.h:124
2734
msgid "No database selected"
2737
#: drizzled/drizzled_error_messages.h:126
2738
msgid "Unknown command"
2741
#: drizzled/drizzled_error_messages.h:128
2743
msgid "Column '%-.192s' cannot be null"
2746
#: drizzled/drizzled_error_messages.h:130
2748
msgid "Unknown database '%-.192s'"
2751
#: drizzled/drizzled_error_messages.h:132
2753
msgid "Table '%-.192s' already exists"
2756
#: drizzled/drizzled_error_messages.h:134
2758
msgid "Unknown table '%-.100s'"
2761
#: drizzled/drizzled_error_messages.h:136
2763
msgid "Column '%-.192s' in %-.192s is ambiguous"
2766
#: drizzled/drizzled_error_messages.h:138
2767
msgid "Server shutdown in progress"
2770
#: drizzled/drizzled_error_messages.h:140
2772
msgid "Unknown column '%-.192s' in '%-.192s'"
2775
#: drizzled/drizzled_error_messages.h:142
2777
msgid "'%-.192s' isn't in GROUP BY"
2780
#: drizzled/drizzled_error_messages.h:144
2782
msgid "Can't group on '%-.192s'"
2785
#: drizzled/drizzled_error_messages.h:146
2786
msgid "Statement has sum functions and columns in same statement"
2789
#: drizzled/drizzled_error_messages.h:148
2790
msgid "Column count doesn't match value count"
2793
#: drizzled/drizzled_error_messages.h:150
2795
msgid "Identifier name '%-.100s' is too long"
2798
#: drizzled/drizzled_error_messages.h:152
2800
msgid "Duplicate column name '%-.192s'"
2803
#: drizzled/drizzled_error_messages.h:154
2805
msgid "Duplicate key name '%-.192s'"
2808
#: drizzled/drizzled_error_messages.h:156
2810
msgid "Duplicate entry '%-.192s' for key %d"
2813
#: drizzled/drizzled_error_messages.h:158
2815
msgid "Incorrect column specifier for column '%-.192s'"
2818
#: drizzled/drizzled_error_messages.h:160
2820
msgid "%s near '%-.80s' at line %d"
2823
#: drizzled/drizzled_error_messages.h:162
2824
msgid "Query was empty"
2827
#: drizzled/drizzled_error_messages.h:164
2829
msgid "Not unique table/alias: '%-.192s'"
2832
#: drizzled/drizzled_error_messages.h:166
2834
msgid "Invalid default value for '%-.192s'"
2837
#: drizzled/drizzled_error_messages.h:168
2838
msgid "Multiple primary key defined"
2841
#: drizzled/drizzled_error_messages.h:170
2843
msgid "Too many keys specified; max %d keys allowed"
2846
#: drizzled/drizzled_error_messages.h:172
2848
msgid "Too many key parts specified; max %d parts allowed"
2851
#: drizzled/drizzled_error_messages.h:174
2853
msgid "Specified key was too long; max key length is %d bytes"
2856
#: drizzled/drizzled_error_messages.h:176
2858
msgid "Key column '%-.192s' doesn't exist in table"
2861
#: drizzled/drizzled_error_messages.h:178
2864
"BLOB column '%-.192s' can't be used in key specification with the used table "
2868
#: drizzled/drizzled_error_messages.h:180
2871
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2875
#: drizzled/drizzled_error_messages.h:182
2877
"Incorrect table definition; there can be only one auto column and it must be "
2881
#: drizzled/drizzled_error_messages.h:184
2884
"%s: ready for connections.\n"
2885
"Version: '%s' socket: '%s' port: %d"
2888
#: drizzled/drizzled_error_messages.h:186
2890
msgid "%s: Normal shutdown\n"
2893
#: drizzled/drizzled_error_messages.h:188
2895
msgid "%s: Got signal %d. Aborting!\n"
2898
#: drizzled/drizzled_error_messages.h:190
2900
msgid "%s: Shutdown complete\n"
2903
#: drizzled/drizzled_error_messages.h:192
2905
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2908
#: drizzled/drizzled_error_messages.h:194
2909
msgid "Can't create IP socket"
2912
#: drizzled/drizzled_error_messages.h:196
2915
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2919
#: drizzled/drizzled_error_messages.h:198
2920
msgid "Field separator argument is not what is expected; check the manual"
2923
#: drizzled/drizzled_error_messages.h:200
2925
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2928
#: drizzled/drizzled_error_messages.h:202
2931
"The file '%-.128s' must be in the database directory or be readable by all"
2934
#: drizzled/drizzled_error_messages.h:204
2936
msgid "File '%-.200s' already exists"
2939
#: drizzled/drizzled_error_messages.h:206
2941
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2944
#: drizzled/drizzled_error_messages.h:208
2946
msgid "Records: %ld Duplicates: %ld"
2949
#: drizzled/drizzled_error_messages.h:210
2951
"Incorrect prefix key; the used key part isn't a string, the used length is "
2952
"longer than the key part, or the storage engine doesn't support unique "
2956
#: drizzled/drizzled_error_messages.h:212
2957
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2960
#: drizzled/drizzled_error_messages.h:214
2962
msgid "Can't DROP '%-.192s'; check that column/key exists"
2965
#: drizzled/drizzled_error_messages.h:216
2967
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2970
#: drizzled/drizzled_error_messages.h:218
2972
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2975
#: drizzled/drizzled_error_messages.h:220
2977
msgid "Unknown thread id: %lu"
2980
#: drizzled/drizzled_error_messages.h:222
2982
msgid "You are not owner of thread %lu"
2985
#: drizzled/drizzled_error_messages.h:224
2986
msgid "No tables used"
2989
#: drizzled/drizzled_error_messages.h:226
2991
msgid "Too many strings for column %-.192s and SET"
2994
#: drizzled/drizzled_error_messages.h:228
2996
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2999
#: drizzled/drizzled_error_messages.h:230
3001
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3004
#: drizzled/drizzled_error_messages.h:232
3006
msgid "Table '%-.192s' was not locked with LOCK TABLES"
3009
#: drizzled/drizzled_error_messages.h:234
3011
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
3014
#: drizzled/drizzled_error_messages.h:236
3016
msgid "Incorrect database name '%-.100s'"
3019
#: drizzled/drizzled_error_messages.h:238
3021
msgid "Incorrect table name '%-.100s'"
3024
#: drizzled/drizzled_error_messages.h:240
3026
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
3027
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
3030
#: drizzled/drizzled_error_messages.h:242
3031
msgid "Unknown error"
3034
#: drizzled/drizzled_error_messages.h:244
3036
msgid "Unknown procedure '%-.192s'"
3039
#: drizzled/drizzled_error_messages.h:246
3041
msgid "Incorrect parameter count to procedure '%-.192s'"
3044
#: drizzled/drizzled_error_messages.h:248
3046
msgid "Incorrect parameters to procedure '%-.192s'"
3049
#: drizzled/drizzled_error_messages.h:250
3051
msgid "Unknown table '%-.192s' in %-.32s"
3054
#: drizzled/drizzled_error_messages.h:252
3056
msgid "Column '%-.192s' specified twice"
3059
#: drizzled/drizzled_error_messages.h:254
3060
msgid "Invalid use of group function"
3063
#: drizzled/drizzled_error_messages.h:256
3066
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
3069
#: drizzled/drizzled_error_messages.h:258
3070
msgid "A table must have at least 1 column"
3073
#: drizzled/drizzled_error_messages.h:260
3075
msgid "The table '%-.192s' is full"
3078
#: drizzled/drizzled_error_messages.h:262
3080
msgid "Unknown character set: '%-.64s'"
3083
#: drizzled/drizzled_error_messages.h:264
3085
msgid "Too many tables; MySQL can only use %d tables in a join"
3088
#: drizzled/drizzled_error_messages.h:266
3089
msgid "Too many columns"
3092
#: drizzled/drizzled_error_messages.h:268
3095
"Row size too large. The maximum row size for the used table type, not "
3096
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
3099
#: drizzled/drizzled_error_messages.h:270
3102
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
3103
"thread_stack=#' to specify a bigger stack if needed"
3106
#: drizzled/drizzled_error_messages.h:272
3107
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
3110
#: drizzled/drizzled_error_messages.h:274
3113
"Table handler doesn't support NULL in given index. Please change column "
3114
"'%-.192s' to be NOT NULL or use another handler"
3117
#: drizzled/drizzled_error_messages.h:276
3119
msgid "Can't load function '%-.192s'"
3122
#: drizzled/drizzled_error_messages.h:278
3124
msgid "Can't initialize function '%-.192s'; %-.80s"
3127
#: drizzled/drizzled_error_messages.h:280
3128
msgid "No paths allowed for shared library"
3131
#: drizzled/drizzled_error_messages.h:282
3133
msgid "Function '%-.192s' already exists"
3136
#: drizzled/drizzled_error_messages.h:284
3138
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3141
#: drizzled/drizzled_error_messages.h:286
3143
msgid "Can't find symbol '%-.128s' in library"
3146
#: drizzled/drizzled_error_messages.h:288
3148
msgid "Function '%-.192s' is not defined"
3151
#: drizzled/drizzled_error_messages.h:290
3154
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3155
"'mysqladmin flush-hosts'"
3158
#: drizzled/drizzled_error_messages.h:292
3160
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3163
#: drizzled/drizzled_error_messages.h:294
3165
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3166
"to change passwords"
3169
#: drizzled/drizzled_error_messages.h:296
3171
"You must have privileges to update tables in the mysql database to be able "
3172
"to change passwords for others"
3175
#: drizzled/drizzled_error_messages.h:298
3176
msgid "Can't find any matching row in the user table"
3179
#: drizzled/drizzled_error_messages.h:300
3181
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
3184
#: drizzled/drizzled_error_messages.h:302
3187
"Can't create a new thread (errno %d); if you are not out of available "
3188
"memory, you can consult the manual for a possible OS-dependent bug"
3191
#: drizzled/drizzled_error_messages.h:304
3193
msgid "Column count doesn't match value count at row %ld"
3196
#: drizzled/drizzled_error_messages.h:306
3198
msgid "Can't reopen table: '%-.192s'"
3201
#: drizzled/drizzled_error_messages.h:308
3202
msgid "Invalid use of NULL value"
3205
#: drizzled/drizzled_error_messages.h:310
3207
msgid "Got error '%-.64s' from regexp"
3210
#: drizzled/drizzled_error_messages.h:312
3212
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3213
"illegal if there is no GROUP BY clause"
3216
#: drizzled/drizzled_error_messages.h:314
3218
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3221
#: drizzled/drizzled_error_messages.h:316
3223
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3226
#: drizzled/drizzled_error_messages.h:318
3229
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3233
#: drizzled/drizzled_error_messages.h:320
3235
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3236
"privileges can be used"
3239
#: drizzled/drizzled_error_messages.h:322
3240
msgid "The host or user argument to GRANT is too long"
3243
#: drizzled/drizzled_error_messages.h:324
3245
msgid "Table '%-.192s.%-.192s' doesn't exist"
3248
#: drizzled/drizzled_error_messages.h:326
3251
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3255
#: drizzled/drizzled_error_messages.h:328
3256
msgid "The used command is not allowed with this MySQL version"
3259
#: drizzled/drizzled_error_messages.h:330
3261
"You have an error in your SQL syntax; check the manual that corresponds to "
3262
"your MySQL server version for the right syntax to use"
3265
#: drizzled/drizzled_error_messages.h:332
3267
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3270
#: drizzled/drizzled_error_messages.h:334
3271
msgid "Too many delayed threads in use"
3274
#: drizzled/drizzled_error_messages.h:336
3276
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3279
#: drizzled/drizzled_error_messages.h:338
3280
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3283
#: drizzled/drizzled_error_messages.h:340
3284
msgid "Got a read error from the connection pipe"
3287
#: drizzled/drizzled_error_messages.h:342
3288
msgid "Got an error from fcntl()"
3291
#: drizzled/drizzled_error_messages.h:344
3292
msgid "Got packets out of order"
3295
#: drizzled/drizzled_error_messages.h:346
3296
msgid "Couldn't uncompress communication packet"
3299
#: drizzled/drizzled_error_messages.h:348
3300
msgid "Got an error reading communication packets"
3303
#: drizzled/drizzled_error_messages.h:350
3304
msgid "Got timeout reading communication packets"
3307
#: drizzled/drizzled_error_messages.h:352
3308
msgid "Got an error writing communication packets"
3311
#: drizzled/drizzled_error_messages.h:354
3312
msgid "Got timeout writing communication packets"
3315
#: drizzled/drizzled_error_messages.h:356
3316
msgid "Result string is longer than 'max_allowed_packet' bytes"
3319
#: drizzled/drizzled_error_messages.h:358
3320
msgid "The used table type doesn't support BLOB/TEXT columns"
3323
#: drizzled/drizzled_error_messages.h:360
3324
msgid "The used table type doesn't support AUTO_INCREMENT columns"
3327
#: drizzled/drizzled_error_messages.h:362
3330
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3334
#: drizzled/drizzled_error_messages.h:364
3336
msgid "Incorrect column name '%-.100s'"
3339
#: drizzled/drizzled_error_messages.h:366
3341
msgid "The used storage engine can't index column '%-.192s'"
3344
#: drizzled/drizzled_error_messages.h:368
3346
"Unable to open underlying table which is differently defined or of non-"
3347
"MyISAM type or doesn't exist"
3350
#: drizzled/drizzled_error_messages.h:370
3352
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3355
#: drizzled/drizzled_error_messages.h:372
3358
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3361
#: drizzled/drizzled_error_messages.h:374
3363
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3367
#: drizzled/drizzled_error_messages.h:376
3368
msgid "Result consisted of more than one row"
3371
#: drizzled/drizzled_error_messages.h:378
3372
msgid "This table type requires a primary key"
3375
#: drizzled/drizzled_error_messages.h:380
3376
msgid "This version of MySQL is not compiled with RAID support"
3379
#: drizzled/drizzled_error_messages.h:382
3381
"You are using safe update mode and you tried to update a table without a "
3382
"WHERE that uses a KEY column"
3385
#: drizzled/drizzled_error_messages.h:384
3387
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
3390
#: drizzled/drizzled_error_messages.h:386
3391
msgid "Can't open table"
3394
#: drizzled/drizzled_error_messages.h:388
3396
msgid "The storage engine for the table doesn't support %s"
3399
#: drizzled/drizzled_error_messages.h:390
3400
msgid "You are not allowed to execute this command in a transaction"
3403
#: drizzled/drizzled_error_messages.h:392
3405
msgid "Got error %d during COMMIT"
3408
#: drizzled/drizzled_error_messages.h:394
3410
msgid "Got error %d during ROLLBACK"
3413
#: drizzled/drizzled_error_messages.h:396
3415
msgid "Got error %d during FLUSH_LOGS"
3418
#: drizzled/drizzled_error_messages.h:398
3420
msgid "Got error %d during CHECKPOINT"
3423
#: drizzled/drizzled_error_messages.h:400
3426
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
3430
#: drizzled/drizzled_error_messages.h:402
3431
msgid "The storage engine for the table does not support binary table dump"
3434
#: drizzled/drizzled_error_messages.h:404
3435
msgid "Binlog closed, cannot RESET MASTER"
3438
#: drizzled/drizzled_error_messages.h:406
3440
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3443
#: drizzled/drizzled_error_messages.h:408
3445
msgid "Error from master: '%-.64s'"
3448
#: drizzled/drizzled_error_messages.h:410
3449
msgid "Net error reading from master"
3452
#: drizzled/drizzled_error_messages.h:412
3453
msgid "Net error writing to master"
3456
#: drizzled/drizzled_error_messages.h:414
3457
msgid "Can't find FULLTEXT index matching the column list"
3460
#: drizzled/drizzled_error_messages.h:416
3462
"Can't execute the given command because you have active locked tables or an "
3463
"active transaction"
3466
#: drizzled/drizzled_error_messages.h:418
3468
msgid "Unknown system variable '%-.64s'"
3471
#: drizzled/drizzled_error_messages.h:420
3473
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3476
#: drizzled/drizzled_error_messages.h:422
3479
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3482
#: drizzled/drizzled_error_messages.h:424
3483
msgid "Some non-transactional changed tables couldn't be rolled back"
3486
#: drizzled/drizzled_error_messages.h:426
3488
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3489
"of storage; increase this mysqld variable and try again"
3492
#: drizzled/drizzled_error_messages.h:428
3494
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3497
#: drizzled/drizzled_error_messages.h:430
3499
"This operation requires a running slave; configure slave and do START SLAVE"
3502
#: drizzled/drizzled_error_messages.h:432
3503
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3506
#: drizzled/drizzled_error_messages.h:434
3508
"Could not initialize master info structure; more error messages can be found "
3509
"in the MySQL error log"
3512
#: drizzled/drizzled_error_messages.h:436
3513
msgid "Could not create slave thread; check system resources"
3516
#: drizzled/drizzled_error_messages.h:438
3519
"User %-.64s already has more than 'max_user_connections' active connections"
3522
#: drizzled/drizzled_error_messages.h:440
3523
msgid "You may only use constant expressions with SET"
3526
#: drizzled/drizzled_error_messages.h:442
3527
msgid "Lock wait timeout exceeded; try restarting transaction"
3530
#: drizzled/drizzled_error_messages.h:444
3531
msgid "The total number of locks exceeds the lock table size"
3534
#: drizzled/drizzled_error_messages.h:446
3535
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3538
#: drizzled/drizzled_error_messages.h:448
3539
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3542
#: drizzled/drizzled_error_messages.h:450
3543
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3546
#: drizzled/drizzled_error_messages.h:452
3548
msgid "Incorrect arguments to %s"
3551
#: drizzled/drizzled_error_messages.h:454
3553
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3556
#: drizzled/drizzled_error_messages.h:456
3558
"Incorrect table definition; all MERGE tables must be in the same database"
3561
#: drizzled/drizzled_error_messages.h:458
3562
msgid "Deadlock found when trying to get lock; try restarting transaction"
3565
#: drizzled/drizzled_error_messages.h:460
3566
msgid "The used table type doesn't support FULLTEXT indexes"
3569
#: drizzled/drizzled_error_messages.h:462
3570
msgid "Cannot add foreign key constraint"
3573
#: drizzled/drizzled_error_messages.h:464
3574
msgid "Cannot add or update a child row: a foreign key constraint fails"
3577
#: drizzled/drizzled_error_messages.h:466
3578
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
3581
#: drizzled/drizzled_error_messages.h:468
3583
msgid "Error connecting to master: %-.128s"
3586
#: drizzled/drizzled_error_messages.h:470
3588
msgid "Error running query on master: %-.128s"
3591
#: drizzled/drizzled_error_messages.h:472
3593
msgid "Error when executing command %s: %-.128s"
3596
#: drizzled/drizzled_error_messages.h:474
3598
msgid "Incorrect usage of %s and %s"
3601
#: drizzled/drizzled_error_messages.h:476
3602
msgid "The used SELECT statements have a different number of columns"
3605
#: drizzled/drizzled_error_messages.h:478
3606
msgid "Can't execute the query because you have a conflicting read lock"
3609
#: drizzled/drizzled_error_messages.h:480
3610
msgid "Mixing of transactional and non-transactional tables is disabled"
3613
#: drizzled/drizzled_error_messages.h:482
3615
msgid "Option '%s' used twice in statement"
3618
#: drizzled/drizzled_error_messages.h:484
3620
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3623
#: drizzled/drizzled_error_messages.h:486
3625
msgid "Access denied; you need the %-.128s privilege for this operation"
3628
#: drizzled/drizzled_error_messages.h:488
3631
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3634
#: drizzled/drizzled_error_messages.h:490
3637
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3640
#: drizzled/drizzled_error_messages.h:492
3642
msgid "Variable '%-.64s' doesn't have a default value"
3645
#: drizzled/drizzled_error_messages.h:494
3647
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
3650
#: drizzled/drizzled_error_messages.h:496
3652
msgid "Incorrect argument type to variable '%-.64s'"
3655
#: drizzled/drizzled_error_messages.h:498
3657
msgid "Variable '%-.64s' can only be set, not read"
3660
#: drizzled/drizzled_error_messages.h:500
3662
msgid "Incorrect usage/placement of '%s'"
3665
#: drizzled/drizzled_error_messages.h:502
3667
msgid "This version of MySQL doesn't yet support '%s'"
3670
#: drizzled/drizzled_error_messages.h:504
3673
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3676
#: drizzled/drizzled_error_messages.h:506
3677
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3680
#: drizzled/drizzled_error_messages.h:508
3682
msgid "Variable '%-.192s' is a %s variable"
3685
#: drizzled/drizzled_error_messages.h:510
3687
msgid "Incorrect foreign key definition for '%-.192s': %s"
3690
#: drizzled/drizzled_error_messages.h:512
3691
msgid "Key reference and table reference don't match"
3694
#: drizzled/drizzled_error_messages.h:514
3696
msgid "Operand should contain %d column(s)"
3699
#: drizzled/drizzled_error_messages.h:516
3700
msgid "Subquery returns more than 1 row"
3703
#: drizzled/drizzled_error_messages.h:518
3705
msgid "Unknown prepared statement handler (%.*s) given to %s"
3708
#: drizzled/drizzled_error_messages.h:520
3709
msgid "Help database is corrupt or does not exist"
3712
#: drizzled/drizzled_error_messages.h:522
3713
msgid "Cyclic reference on subqueries"
3716
#: drizzled/drizzled_error_messages.h:524
3718
msgid "Converting column '%s' from %s to %s"
3721
#: drizzled/drizzled_error_messages.h:526
3723
msgid "Reference '%-.64s' not supported (%s)"
3726
#: drizzled/drizzled_error_messages.h:528
3727
msgid "Every derived table must have its own alias"
3730
#: drizzled/drizzled_error_messages.h:530
3732
msgid "Select %u was reduced during optimization"
3735
#: drizzled/drizzled_error_messages.h:532
3737
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3740
#: drizzled/drizzled_error_messages.h:534
3742
"Client does not support authentication protocol requested by server; "
3743
"consider upgrading MySQL client"
3746
#: drizzled/drizzled_error_messages.h:536
3747
msgid "All parts of a SPATIAL index must be NOT NULL"
3750
#: drizzled/drizzled_error_messages.h:538
3752
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3755
#: drizzled/drizzled_error_messages.h:540
3756
msgid "Slave is already running"
3759
#: drizzled/drizzled_error_messages.h:542
3760
msgid "Slave already has been stopped"
3763
#: drizzled/drizzled_error_messages.h:544
3766
"Uncompressed data size too large; the maximum size is %d (probably, length "
3767
"of uncompressed data was corrupted)"
3770
#: drizzled/drizzled_error_messages.h:546
3771
msgid "ZLIB: Not enough memory"
3774
#: drizzled/drizzled_error_messages.h:548
3776
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
3777
"data was corrupted)"
3780
#: drizzled/drizzled_error_messages.h:550
3781
msgid "ZLIB: Input data corrupted"
3784
#: drizzled/drizzled_error_messages.h:552
3786
msgid "%d line(s) were cut by GROUP_CONCAT()"
3789
#: drizzled/drizzled_error_messages.h:554
3791
msgid "Row %ld doesn't contain data for all columns"
3794
#: drizzled/drizzled_error_messages.h:556
3797
"Row %ld was truncated; it contained more data than there were input columns"
3800
#: drizzled/drizzled_error_messages.h:558
3803
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3806
#: drizzled/drizzled_error_messages.h:560
3808
msgid "Out of range value for column '%s' at row %ld"
3811
#: drizzled/drizzled_error_messages.h:562
3813
msgid "Data truncated for column '%s' at row %ld"
3816
#: drizzled/drizzled_error_messages.h:564
3818
msgid "Using storage engine %s for table '%s'"
3821
#: drizzled/drizzled_error_messages.h:566
3823
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3826
#: drizzled/drizzled_error_messages.h:568
3827
msgid "Cannot drop one or more of the requested users"
3830
#: drizzled/drizzled_error_messages.h:570
3831
msgid "Can't revoke all privileges for one or more of the requested users"
3834
#: drizzled/drizzled_error_messages.h:572
3836
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3839
#: drizzled/drizzled_error_messages.h:574
3841
msgid "Illegal mix of collations for operation '%s'"
3844
#: drizzled/drizzled_error_messages.h:576
3847
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
3851
#: drizzled/drizzled_error_messages.h:578
3853
msgid "Unknown collation: '%-.64s'"
3856
#: drizzled/drizzled_error_messages.h:580
3858
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
3859
"compiled without SSL support; they can be used later if MySQL slave with SSL "
3863
#: drizzled/drizzled_error_messages.h:582
3866
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3867
"old format; please change the password to the new format"
3870
#: drizzled/drizzled_error_messages.h:584
3873
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3877
#: drizzled/drizzled_error_messages.h:586
3878
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3881
#: drizzled/drizzled_error_messages.h:588
3883
"It is recommended to use --skip-slave-start when doing step-by-step "
3884
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3885
"get an unexpected slave's mysqld restart"
3888
#: drizzled/drizzled_error_messages.h:590
3889
msgid "SQL thread is not to be started so UNTIL options are ignored"
3892
#: drizzled/drizzled_error_messages.h:592
3894
msgid "Incorrect index name '%-.100s'"
3897
#: drizzled/drizzled_error_messages.h:594
3899
msgid "Incorrect catalog name '%-.100s'"
3902
#: drizzled/drizzled_error_messages.h:596
3904
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3907
#: drizzled/drizzled_error_messages.h:598
3909
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3912
#: drizzled/drizzled_error_messages.h:600
3914
msgid "Unknown key cache '%-.100s'"
3917
#: drizzled/drizzled_error_messages.h:602
3919
"MySQL is started in --skip-name-resolve mode; you must restart it without "
3920
"this switch for this grant to work"
3923
#: drizzled/drizzled_error_messages.h:604
3925
msgid "Unknown table engine '%s'"
3928
#: drizzled/drizzled_error_messages.h:606
3930
msgid "'%s' is deprecated; use '%s' instead"
3933
#: drizzled/drizzled_error_messages.h:608
3935
msgid "The target table %-.100s of the %s is not updatable"
3938
#: drizzled/drizzled_error_messages.h:610
3941
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
3945
#: drizzled/drizzled_error_messages.h:612
3948
"The MySQL server is running with the %s option so it cannot execute this "
3952
#: drizzled/drizzled_error_messages.h:614
3954
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3957
#: drizzled/drizzled_error_messages.h:616
3959
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3962
#: drizzled/drizzled_error_messages.h:618
3964
"Incorrect table definition; there can be only one TIMESTAMP column with "
3965
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3968
#: drizzled/drizzled_error_messages.h:620
3970
msgid "Invalid ON UPDATE clause for '%-.192s' column"
3973
#: drizzled/drizzled_error_messages.h:622
3974
msgid "This command is not supported in the prepared statement protocol yet"
3977
#: drizzled/drizzled_error_messages.h:624
3979
msgid "Got error %d '%-.100s' from %s"
3982
#: drizzled/drizzled_error_messages.h:626
3984
msgid "Got temporary error %d '%-.100s' from %s"
3987
#: drizzled/drizzled_error_messages.h:628
3989
msgid "Unknown or incorrect time zone: '%-.64s'"
3992
#: drizzled/drizzled_error_messages.h:630
3994
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3997
#: drizzled/drizzled_error_messages.h:632
3999
msgid "Invalid %s character string: '%.64s'"
4002
#: drizzled/drizzled_error_messages.h:634
4004
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
4007
#: drizzled/drizzled_error_messages.h:636
4009
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4012
#: drizzled/drizzled_error_messages.h:638
4014
msgid "Can't create a %s from within another stored routine"
4017
#: drizzled/drizzled_error_messages.h:640
4019
msgid "%s %s already exists"
4022
#: drizzled/drizzled_error_messages.h:642
4024
msgid "%s %s does not exist"
4027
#: drizzled/drizzled_error_messages.h:644
4029
msgid "Failed to DROP %s %s"
4032
#: drizzled/drizzled_error_messages.h:646
4034
msgid "Failed to CREATE %s %s"
4037
#: drizzled/drizzled_error_messages.h:648
4039
msgid "%s with no matching label: %s"
4042
#: drizzled/drizzled_error_messages.h:650
4044
msgid "Redefining label %s"
4047
#: drizzled/drizzled_error_messages.h:652
4049
msgid "End-label %s without match"
4052
#: drizzled/drizzled_error_messages.h:654
4054
msgid "Referring to uninitialized variable %s"
4057
#: drizzled/drizzled_error_messages.h:656
4059
msgid "PROCEDURE %s can't return a result set in the given context"
4062
#: drizzled/drizzled_error_messages.h:658
4063
msgid "RETURN is only allowed in a FUNCTION"
4066
#: drizzled/drizzled_error_messages.h:660
4068
msgid "%s is not allowed in stored procedures"
4071
#: drizzled/drizzled_error_messages.h:662
4073
"The update log is deprecated and replaced by the binary log; SET "
4074
"SQL_LOG_UPDATE has been ignored"
4077
#: drizzled/drizzled_error_messages.h:664
4079
"The update log is deprecated and replaced by the binary log; SET "
4080
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4083
#: drizzled/drizzled_error_messages.h:666
4084
msgid "Query execution was interrupted"
4087
#: drizzled/drizzled_error_messages.h:668
4089
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4092
#: drizzled/drizzled_error_messages.h:670
4094
msgid "Undefined CONDITION: %s"
4097
#: drizzled/drizzled_error_messages.h:672
4099
msgid "No RETURN found in FUNCTION %s"
4102
#: drizzled/drizzled_error_messages.h:674
4104
msgid "FUNCTION %s ended without RETURN"
4107
#: drizzled/drizzled_error_messages.h:676
4108
msgid "Cursor statement must be a SELECT"
4111
#: drizzled/drizzled_error_messages.h:678
4112
msgid "Cursor SELECT must not have INTO"
4115
#: drizzled/drizzled_error_messages.h:680
4117
msgid "Undefined CURSOR: %s"
4120
#: drizzled/drizzled_error_messages.h:682
4121
msgid "Cursor is already open"
4124
#: drizzled/drizzled_error_messages.h:684
4125
msgid "Cursor is not open"
4128
#: drizzled/drizzled_error_messages.h:686
4130
msgid "Undeclared variable: %s"
4133
#: drizzled/drizzled_error_messages.h:688
4134
msgid "Incorrect number of FETCH variables"
4137
#: drizzled/drizzled_error_messages.h:690
4138
msgid "No data - zero rows fetched, selected, or processed"
4141
#: drizzled/drizzled_error_messages.h:692
4143
msgid "Duplicate parameter: %s"
4146
#: drizzled/drizzled_error_messages.h:694
4148
msgid "Duplicate variable: %s"
4151
#: drizzled/drizzled_error_messages.h:696
4153
msgid "Duplicate condition: %s"
4156
#: drizzled/drizzled_error_messages.h:698
4158
msgid "Duplicate cursor: %s"
4161
#: drizzled/drizzled_error_messages.h:700
4163
msgid "Failed to ALTER %s %s"
4166
#: drizzled/drizzled_error_messages.h:702
4167
msgid "Subquery value not supported"
4170
#: drizzled/drizzled_error_messages.h:704
4172
msgid "%s is not allowed in stored function or trigger"
4175
#: drizzled/drizzled_error_messages.h:706
4176
msgid "Variable or condition declaration after cursor or handler declaration"
4179
#: drizzled/drizzled_error_messages.h:708
4180
msgid "Cursor declaration after handler declaration"
4183
#: drizzled/drizzled_error_messages.h:710
4184
msgid "Case not found for CASE statement"
4187
#: drizzled/drizzled_error_messages.h:712
4189
msgid "Configuration file '%-.192s' is too big"
4192
#: drizzled/drizzled_error_messages.h:714
4194
msgid "Malformed file type header in file '%-.192s'"
4197
#: drizzled/drizzled_error_messages.h:716
4199
msgid "Unexpected end of file while parsing comment '%-.200s'"
4202
#: drizzled/drizzled_error_messages.h:718
4204
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4207
#: drizzled/drizzled_error_messages.h:720
4209
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4212
#: drizzled/drizzled_error_messages.h:722
4213
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4216
#: drizzled/drizzled_error_messages.h:724
4218
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4221
#: drizzled/drizzled_error_messages.h:726
4223
msgid "'%-.192s.%-.192s' is not %s"
4226
#: drizzled/drizzled_error_messages.h:728
4228
msgid "Column '%-.192s' is not updatable"
4231
#: drizzled/drizzled_error_messages.h:730
4232
msgid "View's SELECT contains a subquery in the FROM clause"
4235
#: drizzled/drizzled_error_messages.h:732
4237
msgid "View's SELECT contains a '%s' clause"
4240
#: drizzled/drizzled_error_messages.h:734
4241
msgid "View's SELECT contains a variable or parameter"
4244
#: drizzled/drizzled_error_messages.h:736
4246
msgid "View's SELECT refers to a temporary table '%-.192s'"
4249
#: drizzled/drizzled_error_messages.h:738
4250
msgid "View's SELECT and view's field list have different column counts"
4253
#: drizzled/drizzled_error_messages.h:740
4255
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4258
#: drizzled/drizzled_error_messages.h:742
4259
msgid "View being updated does not have complete key of underlying table in it"
4262
#: drizzled/drizzled_error_messages.h:744
4265
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4266
"(s) or definer/invoker of view lack rights to use them"
4269
#: drizzled/drizzled_error_messages.h:746
4271
msgid "Can't drop or alter a %s from within another stored routine"
4274
#: drizzled/drizzled_error_messages.h:748
4275
msgid "GOTO is not allowed in a stored procedure handler"
4278
#: drizzled/drizzled_error_messages.h:750
4279
msgid "Trigger already exists"
4282
#: drizzled/drizzled_error_messages.h:752
4283
msgid "Trigger does not exist"
4286
#: drizzled/drizzled_error_messages.h:754
4288
msgid "Trigger's '%-.192s' is view or temporary table"
4291
#: drizzled/drizzled_error_messages.h:756
4293
msgid "Updating of %s row is not allowed in %strigger"
4296
#: drizzled/drizzled_error_messages.h:758
4298
msgid "There is no %s row in %s trigger"
4301
#: drizzled/drizzled_error_messages.h:760
4303
msgid "Field '%-.192s' doesn't have a default value"
4306
#: drizzled/drizzled_error_messages.h:762
4307
msgid "Division by 0"
4310
#: drizzled/drizzled_error_messages.h:764
4312
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
4315
#: drizzled/drizzled_error_messages.h:766
4317
msgid "Illegal %s '%-.192s' value found during parsing"
4320
#: drizzled/drizzled_error_messages.h:768
4322
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4325
#: drizzled/drizzled_error_messages.h:770
4327
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4330
#: drizzled/drizzled_error_messages.h:772
4332
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4335
#: drizzled/drizzled_error_messages.h:774
4337
msgid "Failed purging old relay logs: %s"
4340
#: drizzled/drizzled_error_messages.h:776
4342
msgid "Password hash should be a %d-digit hexadecimal number"
4345
#: drizzled/drizzled_error_messages.h:778
4346
msgid "Target log not found in binlog index"
4349
#: drizzled/drizzled_error_messages.h:780
4350
msgid "I/O error reading log index file"
4353
#: drizzled/drizzled_error_messages.h:782
4354
msgid "Server configuration does not permit binlog purge"
4357
#: drizzled/drizzled_error_messages.h:784
4358
msgid "Failed on fseek()"
4361
#: drizzled/drizzled_error_messages.h:786
4362
msgid "Fatal error during log purge"
4365
#: drizzled/drizzled_error_messages.h:788
4366
msgid "A purgeable log is in use, will not purge"
4369
#: drizzled/drizzled_error_messages.h:790
4370
msgid "Unknown error during log purge"
4373
#: drizzled/drizzled_error_messages.h:792
4375
msgid "Failed initializing relay log position: %s"
4378
#: drizzled/drizzled_error_messages.h:794
4379
msgid "You are not using binary logging"
4382
#: drizzled/drizzled_error_messages.h:796
4385
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4388
#: drizzled/drizzled_error_messages.h:798
4389
msgid "WSAStartup Failed"
4392
#: drizzled/drizzled_error_messages.h:800
4393
msgid "Can't handle procedures with different groups yet"
4396
#: drizzled/drizzled_error_messages.h:802
4397
msgid "Select must have a group with this procedure"
4400
#: drizzled/drizzled_error_messages.h:804
4401
msgid "Can't use ORDER clause with this procedure"
4404
#: drizzled/drizzled_error_messages.h:806
4406
msgid "Binary logging and replication forbid changing the global server %s"
4409
#: drizzled/drizzled_error_messages.h:808
4411
msgid "Can't map file: %-.200s, errno: %d"
4414
#: drizzled/drizzled_error_messages.h:810
4416
msgid "Wrong magic in %-.64s"
4419
#: drizzled/drizzled_error_messages.h:812
4420
msgid "Prepared statement contains too many placeholders"
4423
#: drizzled/drizzled_error_messages.h:814
4425
msgid "Key part '%-.192s' length cannot be 0"
4428
#: drizzled/drizzled_error_messages.h:816
4429
msgid "View text checksum failed"
4432
#: drizzled/drizzled_error_messages.h:818
4435
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4438
#: drizzled/drizzled_error_messages.h:820
4440
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4443
#: drizzled/drizzled_error_messages.h:822
4445
msgid "Can not delete from join view '%-.192s.%-.192s'"
4448
#: drizzled/drizzled_error_messages.h:824
4450
msgid "Operation %s failed for %.256s"
4453
#: drizzled/drizzled_error_messages.h:826
4454
msgid "XAER_NOTA: Unknown XID"
4457
#: drizzled/drizzled_error_messages.h:828
4458
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4461
#: drizzled/drizzled_error_messages.h:830
4464
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4468
#: drizzled/drizzled_error_messages.h:832
4469
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4472
#: drizzled/drizzled_error_messages.h:834
4474
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4478
#: drizzled/drizzled_error_messages.h:836
4479
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4482
#: drizzled/drizzled_error_messages.h:838
4485
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4489
#: drizzled/drizzled_error_messages.h:840
4490
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4493
#: drizzled/drizzled_error_messages.h:842
4494
msgid "Failed to revoke all privileges to dropped routine"
4497
#: drizzled/drizzled_error_messages.h:844
4499
msgid "Data too long for column '%s' at row %ld"
4502
#: drizzled/drizzled_error_messages.h:846
4504
msgid "Bad SQLSTATE: '%s'"
4507
#: drizzled/drizzled_error_messages.h:848
4510
"%s: ready for connections.\n"
4511
"Version: '%s' socket: '%s' port: %d %s"
4514
#: drizzled/drizzled_error_messages.h:850
4515
msgid "Can't load value from file with fixed size rows to variable"
4518
#: drizzled/drizzled_error_messages.h:852
4519
msgid "You are not allowed to create a user with GRANT"
4522
#: drizzled/drizzled_error_messages.h:854
4524
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4527
#: drizzled/drizzled_error_messages.h:856
4528
msgid "Table definition has changed, please retry transaction"
4531
#: drizzled/drizzled_error_messages.h:858
4532
msgid "Duplicate handler declared in the same block"
4535
#: drizzled/drizzled_error_messages.h:860
4538
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4539
"variable in BEFORE trigger"
4542
#: drizzled/drizzled_error_messages.h:862
4544
msgid "Not allowed to return a result set from a %s"
4547
#: drizzled/drizzled_error_messages.h:864
4548
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
4551
#: drizzled/drizzled_error_messages.h:866
4553
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4554
"declaration and binary logging is enabled; if non-transactional tables were "
4555
"updated, the binary log will miss their changes"
4558
#: drizzled/drizzled_error_messages.h:868
4560
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4561
"declaration and binary logging is enabled (you *might* want to use the less "
4562
"safe log_bin_trust_function_creators variable)"
4565
#: drizzled/drizzled_error_messages.h:870
4567
"You do not have the SUPER privilege and binary logging is enabled (you "
4568
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4571
#: drizzled/drizzled_error_messages.h:872
4573
"You can't execute a prepared statement which has an open cursor associated "
4574
"with it. Reset the statement to re-execute it."
4577
#: drizzled/drizzled_error_messages.h:874
4579
msgid "The statement (%lu) has no open cursor."
4582
#: drizzled/drizzled_error_messages.h:876
4584
"Explicit or implicit commit is not allowed in stored function or trigger."
4587
#: drizzled/drizzled_error_messages.h:878
4590
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4593
#: drizzled/drizzled_error_messages.h:880
4594
msgid "Recursive stored functions and triggers are not allowed."
4597
#: drizzled/drizzled_error_messages.h:882
4599
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
4602
#: drizzled/drizzled_error_messages.h:884
4604
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
4607
#: drizzled/drizzled_error_messages.h:886
4610
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4614
#: drizzled/drizzled_error_messages.h:888
4616
"You can't combine write-locking of system tables with other tables or lock "
4620
#: drizzled/drizzled_error_messages.h:890
4622
msgid "Unable to connect to foreign data source: %.64s"
4625
#: drizzled/drizzled_error_messages.h:892
4628
"There was a problem processing the query on the foreign data source. Data "
4629
"source error: %-.64s"
4632
#: drizzled/drizzled_error_messages.h:894
4635
"The foreign data source you are trying to reference does not exist. Data "
4636
"source error: %-.64s"
4639
#: drizzled/drizzled_error_messages.h:896
4642
"Can't create federated table. The data source connection string '%-.64s' is "
4643
"not in the correct format"
4646
#: drizzled/drizzled_error_messages.h:898
4648
msgid "The data source connection string '%-.64s' is not in the correct format"
4651
#: drizzled/drizzled_error_messages.h:900
4653
msgid "Can't create federated table. Foreign data src error: %-.64s"
4656
#: drizzled/drizzled_error_messages.h:902
4657
msgid "Trigger in wrong schema"
4660
#: drizzled/drizzled_error_messages.h:904
4663
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
4664
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
4667
#: drizzled/drizzled_error_messages.h:906
4669
msgid "Routine body for '%-.100s' is too long"
4672
#: drizzled/drizzled_error_messages.h:908
4673
msgid "Cannot drop default keycache"
4676
#: drizzled/drizzled_error_messages.h:910
4678
msgid "Display width out of range for column '%-.192s' (max = %d)"
4681
#: drizzled/drizzled_error_messages.h:912
4682
msgid "XAER_DUPID: The XID already exists"
4685
#: drizzled/drizzled_error_messages.h:914
4687
msgid "Datetime function: %-.32s field overflow"
4690
#: drizzled/drizzled_error_messages.h:916
4693
"Can't update table '%-.192s' in stored function/trigger because it is "
4694
"already used by statement which invoked this stored function/trigger."
4697
#: drizzled/drizzled_error_messages.h:918
4700
"The definition of table '%-.192s' prevents operation %.192s on table "
4704
#: drizzled/drizzled_error_messages.h:920
4706
"The prepared statement contains a stored routine call that refers to that "
4707
"same statement. It's not allowed to execute a prepared statement in such a "
4711
#: drizzled/drizzled_error_messages.h:922
4712
msgid "Not allowed to set autocommit from a stored function or trigger"
4715
#: drizzled/drizzled_error_messages.h:924
4716
msgid "Definer is not fully qualified"
4719
#: drizzled/drizzled_error_messages.h:926
4722
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4723
"Current user is used as definer. Please recreate the view!"
4726
#: drizzled/drizzled_error_messages.h:928
4729
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4733
#: drizzled/drizzled_error_messages.h:930
4735
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4738
#: drizzled/drizzled_error_messages.h:932
4740
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4743
#: drizzled/drizzled_error_messages.h:934
4746
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4749
#: drizzled/drizzled_error_messages.h:936
4752
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4755
#: drizzled/drizzled_error_messages.h:938
4757
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4760
#: drizzled/drizzled_error_messages.h:940
4763
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4764
"activated under the authorization of the invoker, which may have "
4765
"insufficient privileges. Please recreate the trigger."
4768
#: drizzled/drizzled_error_messages.h:942
4770
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4773
#: drizzled/drizzled_error_messages.h:944
4776
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4777
"exceeded for routine %.192s"
4780
#: drizzled/drizzled_error_messages.h:946
4783
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
4784
"contains bad data (internal code %d)"
4787
#: drizzled/drizzled_error_messages.h:948
4789
msgid "Incorrect routine name '%-.192s'"
4792
#: drizzled/drizzled_error_messages.h:950
4794
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4797
#: drizzled/drizzled_error_messages.h:952
4798
msgid "AGGREGATE is not supported for stored functions"
4801
#: drizzled/drizzled_error_messages.h:954
4804
"Can't create more than max_prepared_stmt_count statements (current value: %"
4808
#: drizzled/drizzled_error_messages.h:956
4810
msgid "`%-.192s`.`%-.192s` contains view recursion"
4813
#: drizzled/drizzled_error_messages.h:958
4815
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
4818
#: drizzled/drizzled_error_messages.h:960
4819
msgid "The used table type doesn't support SPATIAL indexes"
4822
#: drizzled/drizzled_error_messages.h:962
4823
msgid "Triggers can not be created on system tables"
4826
#: drizzled/drizzled_error_messages.h:964
4828
msgid "Leading spaces are removed from name '%s'"
4831
#: drizzled/drizzled_error_messages.h:966
4832
msgid "Failed to read auto-increment value from storage engine"
4835
#: drizzled/drizzled_error_messages.h:968
4839
#: drizzled/drizzled_error_messages.h:970
4843
#: drizzled/drizzled_error_messages.h:972
4845
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
4848
#: drizzled/drizzled_error_messages.h:974
4850
msgid "The target table %-.100s of the %s is not insertable-into"
4853
#: drizzled/drizzled_error_messages.h:976
4856
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4859
#: drizzled/drizzled_error_messages.h:978
4860
msgid "Too high level of nesting for select"
4863
#: drizzled/drizzled_error_messages.h:980
4865
msgid "Name '%-.64s' has become ''"
4868
#: drizzled/drizzled_error_messages.h:982
4870
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
4871
"optional and non-empty FIELDS ENCLOSED BY"
4874
#: drizzled/drizzled_error_messages.h:984
4876
msgid "The foreign server, %s, you are trying to create already exists."
4879
#: drizzled/drizzled_error_messages.h:986
4882
"The foreign server name you are trying to reference does not exist. Data "
4883
"source error: %-.64s"
4886
#: drizzled/drizzled_error_messages.h:988
4889
"Table storage engine '%-.64s' does not support the create option '%.64s'"
4892
#: drizzled/drizzled_error_messages.h:990
4895
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4899
#: drizzled/drizzled_error_messages.h:992
4901
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4904
#: drizzled/drizzled_error_messages.h:994
4905
msgid "MAXVALUE can only be used in last partition definition"
4908
#: drizzled/drizzled_error_messages.h:996
4909
msgid "Subpartitions can only be hash partitions and by key"
4912
#: drizzled/drizzled_error_messages.h:998
4913
msgid "Must define subpartitions on all partitions if on one partition"
4916
#: drizzled/drizzled_error_messages.h:1000
4917
msgid "Wrong number of partitions defined, mismatch with previous setting"
4920
#: drizzled/drizzled_error_messages.h:1002
4921
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4924
#: drizzled/drizzled_error_messages.h:1004
4925
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4928
#: drizzled/drizzled_error_messages.h:1006
4929
msgid "Expression in RANGE/LIST VALUES must be constant"
4932
#: drizzled/drizzled_error_messages.h:1008
4933
msgid "Field in list of fields for partition function not found in table"
4936
#: drizzled/drizzled_error_messages.h:1010
4937
msgid "List of fields is only allowed in KEY partitions"
4940
#: drizzled/drizzled_error_messages.h:1012
4942
"The partition info in the frm file is not consistent with what can be "
4943
"written into the frm file"
4946
#: drizzled/drizzled_error_messages.h:1014
4948
msgid "The %-.192s function returns the wrong type"
4951
#: drizzled/drizzled_error_messages.h:1016
4953
msgid "For %-.64s partitions each partition must be defined"
4956
#: drizzled/drizzled_error_messages.h:1018
4957
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4960
#: drizzled/drizzled_error_messages.h:1020
4961
msgid "VALUES value must be of same type as partition function"
4964
#: drizzled/drizzled_error_messages.h:1022
4965
msgid "Multiple definition of same constant in list partitioning"
4968
#: drizzled/drizzled_error_messages.h:1024
4969
msgid "Partitioning can not be used stand-alone in query"
4972
#: drizzled/drizzled_error_messages.h:1026
4974
"The mix of handlers in the partitions is not allowed in this version of MySQL"
4977
#: drizzled/drizzled_error_messages.h:1028
4979
msgid "For the partitioned engine it is necessary to define all %-.64s"
4982
#: drizzled/drizzled_error_messages.h:1030
4983
msgid "Too many partitions (including subpartitions) were defined"
4986
#: drizzled/drizzled_error_messages.h:1032
4988
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4989
"partitioning for subpartitioning"
4992
#: drizzled/drizzled_error_messages.h:1034
4993
msgid "Failed to create specific handler file"
4996
#: drizzled/drizzled_error_messages.h:1036
4997
msgid "A BLOB field is not allowed in partition function"
5000
#: drizzled/drizzled_error_messages.h:1038
5002
msgid "A %-.192s must include all columns in the table's partitioning function"
5005
#: drizzled/drizzled_error_messages.h:1040
5007
msgid "Number of %-.64s = 0 is not an allowed value"
5010
#: drizzled/drizzled_error_messages.h:1042
5011
msgid "Partition management on a not partitioned table is not possible"
5014
#: drizzled/drizzled_error_messages.h:1044
5016
"Foreign key condition is not yet supported in conjunction with partitioning"
5019
#: drizzled/drizzled_error_messages.h:1046
5021
msgid "Error in list of partitions to %-.64s"
5024
#: drizzled/drizzled_error_messages.h:1048
5025
msgid "Cannot remove all partitions, use DROP TABLE instead"
5028
#: drizzled/drizzled_error_messages.h:1050
5029
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5032
#: drizzled/drizzled_error_messages.h:1052
5034
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
5038
#: drizzled/drizzled_error_messages.h:1054
5040
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
5041
"tables using HASH PARTITIONs"
5044
#: drizzled/drizzled_error_messages.h:1056
5046
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5049
#: drizzled/drizzled_error_messages.h:1058
5050
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5053
#: drizzled/drizzled_error_messages.h:1060
5054
msgid "At least one partition must be added"
5057
#: drizzled/drizzled_error_messages.h:1062
5058
msgid "At least one partition must be coalesced"
5061
#: drizzled/drizzled_error_messages.h:1064
5062
msgid "More partitions to reorganise than there are partitions"
5065
#: drizzled/drizzled_error_messages.h:1066
5067
msgid "Duplicate partition name %-.192s"
5070
#: drizzled/drizzled_error_messages.h:1068
5071
msgid "It is not allowed to shut off binlog on this command"
5074
#: drizzled/drizzled_error_messages.h:1070
5075
msgid "When reorganising a set of partitions they must be in consecutive order"
5078
#: drizzled/drizzled_error_messages.h:1072
5080
"Reorganize of range partitions cannot change total ranges except for last "
5081
"partition where it can extend the range"
5084
#: drizzled/drizzled_error_messages.h:1074
5085
msgid "Partition function not supported in this version for this handler"
5088
#: drizzled/drizzled_error_messages.h:1076
5089
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5092
#: drizzled/drizzled_error_messages.h:1078
5094
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5097
#: drizzled/drizzled_error_messages.h:1080
5099
msgid "Plugin '%-.192s' is not loaded"
5102
#: drizzled/drizzled_error_messages.h:1082
5104
msgid "Incorrect %-.32s value: '%-.128s'"
5107
#: drizzled/drizzled_error_messages.h:1084
5109
msgid "Table has no partition for value %-.64s"
5112
#: drizzled/drizzled_error_messages.h:1086
5114
msgid "It is not allowed to specify %s more than once"
5117
#: drizzled/drizzled_error_messages.h:1088
5118
#: drizzled/drizzled_error_messages.h:1224
5120
msgid "Failed to create %s"
5123
#: drizzled/drizzled_error_messages.h:1090
5124
#: drizzled/drizzled_error_messages.h:1114
5126
msgid "Failed to drop %s"
5129
#: drizzled/drizzled_error_messages.h:1092
5130
msgid "The handler doesn't support autoextend of tablespaces"
5133
#: drizzled/drizzled_error_messages.h:1094
5135
"A size parameter was incorrectly specified, either number or on the form 10M"
5138
#: drizzled/drizzled_error_messages.h:1096
5140
"The size number was correct but we don't allow the digit part to be more "
5144
#: drizzled/drizzled_error_messages.h:1098
5146
msgid "Failed to alter: %s"
5149
#: drizzled/drizzled_error_messages.h:1100
5150
msgid "Writing one row to the row-based binary log failed"
5153
#: drizzled/drizzled_error_messages.h:1102
5155
msgid "Table definition on master and slave does not match: %s"
5158
#: drizzled/drizzled_error_messages.h:1104
5160
"Slave running with --log-slave-updates must use row-based binary logging to "
5161
"be able to replicate row-based binary log events"
5164
#: drizzled/drizzled_error_messages.h:1106
5166
msgid "Event '%-.192s' already exists"
5169
#: drizzled/drizzled_error_messages.h:1108
5171
msgid "Failed to store event %s. Error code %d from storage engine."
5174
#: drizzled/drizzled_error_messages.h:1110
5176
msgid "Unknown event '%-.192s'"
5179
#: drizzled/drizzled_error_messages.h:1112
5181
msgid "Failed to alter event '%-.192s'"
5184
#: drizzled/drizzled_error_messages.h:1116
5185
msgid "INTERVAL is either not positive or too big"
5188
#: drizzled/drizzled_error_messages.h:1118
5189
msgid "ENDS is either invalid or before STARTS"
5192
#: drizzled/drizzled_error_messages.h:1120
5193
msgid "Event execution time is in the past. Event has been disabled"
5196
#: drizzled/drizzled_error_messages.h:1122
5197
msgid "Failed to open mysql.event"
5200
#: drizzled/drizzled_error_messages.h:1124
5201
msgid "No datetime expression provided"
5204
#: drizzled/drizzled_error_messages.h:1126
5207
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5208
"probably corrupted"
5211
#: drizzled/drizzled_error_messages.h:1128
5213
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5216
#: drizzled/drizzled_error_messages.h:1130
5217
msgid "Failed to delete the event from mysql.event"
5220
#: drizzled/drizzled_error_messages.h:1132
5221
msgid "Error during compilation of event's body"
5224
#: drizzled/drizzled_error_messages.h:1134
5225
msgid "Same old and new event name"
5228
#: drizzled/drizzled_error_messages.h:1136
5230
msgid "Data for column '%s' too long"
5233
#: drizzled/drizzled_error_messages.h:1138
5235
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
5238
#: drizzled/drizzled_error_messages.h:1140
5241
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5245
#: drizzled/drizzled_error_messages.h:1142
5246
msgid "You can't write-lock a log table. Only read access is possible"
5249
#: drizzled/drizzled_error_messages.h:1144
5250
msgid "You can't use locks with log tables."
5253
#: drizzled/drizzled_error_messages.h:1146
5256
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5257
"d would lead to a duplicate entry"
5260
#: drizzled/drizzled_error_messages.h:1148
5263
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5264
"%d, now running %d. Please use mysql_upgrade to fix this error."
5267
#: drizzled/drizzled_error_messages.h:1150
5269
"Cannot switch out of the row-based binary log format when the session has "
5270
"open temporary tables"
5273
#: drizzled/drizzled_error_messages.h:1152
5275
"Cannot change the binary logging format inside a stored function or trigger"
5278
#: drizzled/drizzled_error_messages.h:1154
5280
"The NDB cluster engine does not support changing the binlog format on the "
5284
#: drizzled/drizzled_error_messages.h:1156
5285
msgid "Cannot create temporary table with partitions"
5288
#: drizzled/drizzled_error_messages.h:1158
5289
msgid "Partition constant is out of partition function domain"
5292
#: drizzled/drizzled_error_messages.h:1160
5293
msgid "This partition function is not allowed"
5296
#: drizzled/drizzled_error_messages.h:1162
5297
msgid "Error in DDL log"
5300
#: drizzled/drizzled_error_messages.h:1164
5301
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5304
#: drizzled/drizzled_error_messages.h:1166
5305
msgid "Incorrect partition name"
5308
#: drizzled/drizzled_error_messages.h:1168
5310
"Transaction isolation level can't be changed while a transaction is in "
5314
#: drizzled/drizzled_error_messages.h:1170
5317
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5318
"'%-.192s' for key '%-.192s'"
5321
#: drizzled/drizzled_error_messages.h:1172
5323
msgid "Internal scheduler error %d"
5326
#: drizzled/drizzled_error_messages.h:1174
5328
msgid "Error during starting/stopping of the scheduler. Error code %u"
5331
#: drizzled/drizzled_error_messages.h:1176
5332
msgid "Engine cannot be used in partitioned tables"
5335
#: drizzled/drizzled_error_messages.h:1178
5337
msgid "Cannot activate '%-.64s' log"
5340
#: drizzled/drizzled_error_messages.h:1180
5341
msgid "The server was not built with row-based replication"
5344
#: drizzled/drizzled_error_messages.h:1182
5345
msgid "Decoding of base64 string failed"
5348
#: drizzled/drizzled_error_messages.h:1184
5349
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5352
#: drizzled/drizzled_error_messages.h:1186
5354
"Cannot proceed because system tables used by Event Scheduler were found "
5355
"damaged at server start"
5358
#: drizzled/drizzled_error_messages.h:1188
5359
msgid "Only integers allowed as number here"
5362
#: drizzled/drizzled_error_messages.h:1190
5363
msgid "This storage engine cannot be used for log tables"
5366
#: drizzled/drizzled_error_messages.h:1192
5368
msgid "You cannot '%s' a log table if logging is enabled"
5371
#: drizzled/drizzled_error_messages.h:1194
5374
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5375
"rename two tables: the log table to an archive table and another table back "
5379
#: drizzled/drizzled_error_messages.h:1196
5381
msgid "Incorrect parameter count in the call to native function '%-.192s'"
5384
#: drizzled/drizzled_error_messages.h:1198
5386
msgid "Incorrect parameters in the call to native function '%-.192s'"
5389
#: drizzled/drizzled_error_messages.h:1200
5391
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5394
#: drizzled/drizzled_error_messages.h:1202
5396
msgid "This function '%-.192s' has the same name as a native function"
5399
#: drizzled/drizzled_error_messages.h:1204
5401
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
5404
#: drizzled/drizzled_error_messages.h:1206
5405
msgid "Too many files opened, please execute the command again"
5408
#: drizzled/drizzled_error_messages.h:1208
5409
#: drizzled/drizzled_error_messages.h:1210
5411
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5412
"The event was dropped immediately after creation."
5415
#: drizzled/drizzled_error_messages.h:1212
5417
msgid "The incident %s occured on the master. Message: %-.64s"
5420
#: drizzled/drizzled_error_messages.h:1214
5421
msgid "Table has no partition for some existing values"
5424
#: drizzled/drizzled_error_messages.h:1216
5425
msgid "Statement is not safe to log in statement format."
5428
#: drizzled/drizzled_error_messages.h:1218
5430
msgid "Fatal error: %s"
5433
#: drizzled/drizzled_error_messages.h:1220
5435
msgid "Relay log read failure: %s"
5438
#: drizzled/drizzled_error_messages.h:1222
5440
msgid "Relay log write failure: %s"
5443
#: drizzled/drizzled_error_messages.h:1226
5445
msgid "Master command %s failed: %s"
5448
#: drizzled/drizzled_error_messages.h:1228
5450
msgid "Binary logging not possible. Message: %s"
5453
#: drizzled/drizzled_error_messages.h:1230
5455
msgid "View `%-.64s`.`%-.64s` has no creation context"
5458
#: drizzled/drizzled_error_messages.h:1232
5460
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5463
#: drizzled/drizzled_error_messages.h:1234
5465
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5468
#: drizzled/drizzled_error_messages.h:1236
5470
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5473
#: drizzled/drizzled_error_messages.h:1238
5475
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5478
#: drizzled/drizzled_error_messages.h:1240
5480
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5483
#: drizzled/drizzled_error_messages.h:1242
5485
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5488
#: drizzled/drizzled_error_messages.h:1244
5490
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5493
#: drizzled/drizzled_error_messages.h:1246
5495
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5498
#: drizzled/drizzled_error_messages.h:1248
5500
msgid "Ambiguous slave modes combination. %s"
5503
#: drizzled/drizzled_error_messages.h:1250
5506
"The BINLOG statement of type `%s` was not preceded by a format description "
5510
#: drizzled/drizzled_error_messages.h:1252
5511
msgid "Corrupted replication event was detected"
5514
#: drizzled/drizzled_error_messages.h:1254
5516
msgid "Invalid column reference (%-.64s) in LOAD DATA"
5519
#: drizzled/drizzled_error_messages.h:1256
5521
msgid "Being purged log %s was not found"
5524
#: drizzled/drizzled_error_messages.h:1258
5526
msgid "Converted to non-transactional lock on '%-.64s'"
5529
#: drizzled/drizzled_error_messages.h:1260
5531
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5534
#: drizzled/drizzled_error_messages.h:1262
5537
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5540
#: drizzled/drizzled_error_messages.h:1264
5542
msgid "Can't access storage engine of table %-.64s"
5545
#: drizzled/drizzled_error_messages.h:1266
5546
msgid "Starting backup process"
5549
#: drizzled/drizzled_error_messages.h:1268
5550
msgid "Backup completed"
5553
#: drizzled/drizzled_error_messages.h:1270
5554
msgid "Starting restore process"
5557
#: drizzled/drizzled_error_messages.h:1272
5558
msgid "Restore completed"
5561
#: drizzled/drizzled_error_messages.h:1274
5562
msgid "Nothing to backup"
5565
#: drizzled/drizzled_error_messages.h:1276
5567
msgid "Database '%-.64s' cannot be included in a backup"
5570
#: drizzled/drizzled_error_messages.h:1278
5572
"Error during backup operation - server's error log contains more information "
5576
#: drizzled/drizzled_error_messages.h:1280
5578
"Error during restore operation - server's error log contains more "
5579
"information about the error"
5582
#: drizzled/drizzled_error_messages.h:1282
5584
"Can't execute this command because another BACKUP/RESTORE operation is in "
5588
#: drizzled/drizzled_error_messages.h:1284
5589
msgid "Error when preparing for backup operation"
5592
#: drizzled/drizzled_error_messages.h:1286
5593
msgid "Error when preparing for restore operation"
5596
#: drizzled/drizzled_error_messages.h:1288
5598
msgid "Invalid backup location '%-.64s'"
5601
#: drizzled/drizzled_error_messages.h:1290
5603
msgid "Can't read backup location '%-.64s'"
5606
#: drizzled/drizzled_error_messages.h:1292
5608
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5611
#: drizzled/drizzled_error_messages.h:1294
5612
msgid "Can't enumerate server databases"
5615
#: drizzled/drizzled_error_messages.h:1296
5616
msgid "Can't enumerate server tables"
5619
#: drizzled/drizzled_error_messages.h:1298
5621
msgid "Can't enumerate tables in database %-.64s"
5624
#: drizzled/drizzled_error_messages.h:1300
5626
msgid "Skipping view %-.64s in database %-.64s"
5629
#: drizzled/drizzled_error_messages.h:1302
5631
msgid "Skipping table %-.64s since it has no valid storage engine"
5634
#: drizzled/drizzled_error_messages.h:1304
5636
msgid "Can't open table %-.64s"
5639
#: drizzled/drizzled_error_messages.h:1306
5640
msgid "Can't read backup archive preamble"
5643
#: drizzled/drizzled_error_messages.h:1308
5644
msgid "Can't write backup archive preamble"
5647
#: drizzled/drizzled_error_messages.h:1310
5649
msgid "Can't find backup driver for table %-.64s"
5652
#: drizzled/drizzled_error_messages.h:1312
5655
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5659
#: drizzled/drizzled_error_messages.h:1314
5661
msgid "Can't create %-.64s backup driver"
5664
#: drizzled/drizzled_error_messages.h:1316
5666
msgid "Can't create %-.64s restore driver"
5669
#: drizzled/drizzled_error_messages.h:1318
5671
msgid "Found %d images in backup archive but maximum %d are supported"
5674
#: drizzled/drizzled_error_messages.h:1320
5676
msgid "Error when saving meta-data of %-.64s"
5679
#: drizzled/drizzled_error_messages.h:1322
5680
msgid "Error when reading meta-data list"
5683
#: drizzled/drizzled_error_messages.h:1324
5685
msgid "Can't create %-.64s"
5688
#: drizzled/drizzled_error_messages.h:1326
5689
msgid "Can't allocate buffer for image data transfer"
5692
#: drizzled/drizzled_error_messages.h:1328
5694
msgid "Error when writing %-.64s backup image data (for table #%d)"
5697
#: drizzled/drizzled_error_messages.h:1330
5698
msgid "Error when reading data from backup stream"
5701
#: drizzled/drizzled_error_messages.h:1332
5702
msgid "Can't go to the next chunk in backup stream"
5705
#: drizzled/drizzled_error_messages.h:1334
5707
msgid "Can't initialize %-.64s backup driver"
5710
#: drizzled/drizzled_error_messages.h:1336
5712
msgid "Can't initialize %-.64s restore driver"
5715
#: drizzled/drizzled_error_messages.h:1338
5717
msgid "Can't shut down %-.64s backup driver"
5720
#: drizzled/drizzled_error_messages.h:1340
5722
msgid "Can't shut down %-.64s backup driver(s)"
5725
#: drizzled/drizzled_error_messages.h:1342
5727
msgid "%-.64s backup driver can't prepare for synchronization"
5730
#: drizzled/drizzled_error_messages.h:1344
5732
msgid "%-.64s backup driver can't create its image validity point"
5735
#: drizzled/drizzled_error_messages.h:1346
5737
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5740
#: drizzled/drizzled_error_messages.h:1348
5742
msgid "%-.64s backup driver can't cancel its backup operation"
5745
#: drizzled/drizzled_error_messages.h:1350
5747
msgid "%-.64s restore driver can't cancel its restore operation"
5750
#: drizzled/drizzled_error_messages.h:1352
5752
msgid "Error when polling %-.64s backup driver for its image data"
5755
#: drizzled/drizzled_error_messages.h:1354
5757
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5760
#: drizzled/drizzled_error_messages.h:1356
5763
"After %d attempts %-.64s restore driver still can't accept next block of data"
5766
#: drizzled/drizzled_error_messages.h:1358
5768
msgid "Open and lock tables failed in %-.64s"
5771
#: drizzled/drizzled_error_messages.h:1360
5772
msgid "Backup driver's table locking thread can not be initialized."
5775
#: drizzled/drizzled_error_messages.h:1362
5777
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
5778
"and 'mysql.online_backup_progress'."
5781
#: drizzled/drizzled_error_messages.h:1364
5783
msgid "Tablespace '%-.192s' already exists"
5786
#: drizzled/drizzled_error_messages.h:1366
5788
msgid "Tablespace '%-.192s' doesn't exist"
5791
#: drizzled/drizzled_error_messages.h:1368
5793
msgid "Unexpected master's heartbeat data: %s"
5796
#: drizzled/drizzled_error_messages.h:1370
5798
msgid "The requested value for the heartbeat period %s %s"
5801
#: drizzled/drizzled_error_messages.h:1372
5803
msgid "Can't write to the online backup progress log %-.64s."
5806
#: drizzled/drizzled_error_messages.h:1374
5808
msgid "Tablespace '%-.192s' not empty"
5811
#: drizzled/drizzled_error_messages.h:1376
5814
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5815
"server. The original definition of the required tablespace is '%-.256s' "
5816
"while the same tablespace is defined on the server as '%-.256s'"
5819
#: drizzled/rpl_mi.cc:148
5821
msgid "Failed to create a new master info file (file '%s', errno %d)"
5824
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
5826
msgid "Failed to create a cache on master info file (file '%s')"
5829
#: drizzled/rpl_mi.cc:170
5831
msgid "Failed to open the existing master info file (file '%s', errno %d)"
5834
#: drizzled/rpl_mi.cc:276
5837
"SSL information in the master info file ('%s') are ignored because this "
5838
"MySQL slave was compiled without SSL support."
5841
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2151
5842
msgid "Failed to flush master info file"
5845
#: drizzled/rpl_mi.cc:305
5846
msgid "Error reading master configuration"
5849
#: drizzled/rpl_reporting.cc:43
5851
msgid "Slave %s: %s%s Error_code: %d"
5854
#: drizzled/rpl_utility.cc:123
5856
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
5859
#: drizzled/rpl_utility.cc:138
5862
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
5863
"Master's column size should be <= the slave's column size."
5866
#: drizzled/slave.cc:89
5867
msgid "Waiting to reconnect after a failed registration on master"
5870
#: drizzled/slave.cc:90
5872
"Slave I/O thread killed while waitnig to reconnect after a failed "
5873
"registration on master"
5876
#: drizzled/slave.cc:92
5877
msgid "Reconnecting after a failed registration on master"
5880
#: drizzled/slave.cc:93
5883
"failed registering on master, reconnecting to try again, log '%s' at postion "
5887
#: drizzled/slave.cc:96 drizzled/slave.cc:105
5888
msgid "Slave I/O thread killed during or after reconnect"
5891
#: drizzled/slave.cc:99
5892
msgid "Waiting to reconnect after a failed binlog dump request"
5895
#: drizzled/slave.cc:100
5896
msgid "Slave I/O thread killed while retrying master dump"
5899
#: drizzled/slave.cc:101
5900
msgid "Reconnecting after a failed binlog dump request"
5903
#: drizzled/slave.cc:102
5905
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
5908
#: drizzled/slave.cc:108
5909
msgid "Waiting to reconnect after a failed master event read"
5912
#: drizzled/slave.cc:109
5913
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
5916
#: drizzled/slave.cc:111
5917
msgid "Reconnecting after a failed master event read"
5920
#: drizzled/slave.cc:112
5923
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
5927
#: drizzled/slave.cc:115
5929
"Slave I/O thread killed during or after a reconnect done to recover from "
5933
#: drizzled/slave.cc:229
5934
msgid "Failed to allocate memory for the master info structure"
5937
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
5938
msgid "Failed to initialize the master info structure"
5941
#: drizzled/slave.cc:251
5942
msgid "Failed to create slave threads"
5945
#: drizzled/slave.cc:448
5946
msgid "Server id not set, will not start slave"
5949
#: drizzled/slave.cc:616
5951
"SQL thread had to stop in an unsafe situation, in the middle of applying "
5952
"updates to a non-transactional table without any primary key. There is a "
5953
"risk of duplicate updates when the slave SQL thread is restarted. Please "
5954
"check your tables' contents after restart."
5957
#: drizzled/slave.cc:777 drizzled/slave.cc:792
5958
msgid "Master reported unrecognized DRIZZLE version"
5961
#: drizzled/slave.cc:833
5962
msgid "default Format_description_log_event"
5965
#: drizzled/slave.cc:855
5968
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
5969
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
5972
#: drizzled/slave.cc:882
5974
"The slave I/O thread stops because master and slave have equal DRIZZLE "
5975
"server ids; these ids must be different for replication to work (or the --"
5976
"replicate-same-server-id option must be used on slave but this doesnot "
5977
"always make sense; please check the manual before using it)."
5980
#: drizzled/slave.cc:927
5982
"The slave I/O thread stops because master and slave have different values "
5983
"for the COLLATION_SERVER global variable. The values must be equal for "
5984
"replication to work"
5987
#: drizzled/slave.cc:963
5989
"The slave I/O thread stops because master and slave have different values "
5990
"for the TIME_ZONE global variable. The values must be equal for replication "
5994
#: drizzled/slave.cc:1028
5995
msgid "Waiting for the slave SQL thread to free enough relay log space"
5998
#: drizzled/slave.cc:1074
6000
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6004
#: drizzled/slave.cc:1085
6005
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6008
#: drizzled/slave.cc:1476
6010
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6013
#: drizzled/slave.cc:1529
6015
msgid "Error reading packet from server: %s ( server_errno=%d)"
6018
#: drizzled/slave.cc:1537
6020
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6023
#: drizzled/slave.cc:1691
6026
"It was not possible to update the positions of the relay log information: "
6027
"the slave may be in an inconsistent state. Stopped in %s position %s"
6030
#: drizzled/slave.cc:1766 drizzled/slave.cc:2366
6032
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6035
#: drizzled/slave.cc:1825 drizzled/slave.cc:2315
6037
msgid "Error initializing relay log position: %s"
6040
#: drizzled/slave.cc:1841
6043
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6044
"Consider raising the value of the slave_transaction_retries variable."
6047
#: drizzled/slave.cc:1864
6049
"Could not parse relay log event entry. The possible reasons are: the "
6050
"master's binary log is corrupted (you can check this by running "
6051
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6052
"can check this by running 'mysqlbinlog' on the relay log), a network "
6053
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6054
"check the master's binary log or slave's relay log, you will be able to know "
6055
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6058
#: drizzled/slave.cc:1988
6059
msgid "Failed during slave I/O thread initialization"
6062
#: drizzled/slave.cc:2002
6063
msgid "error in drizzle_create()"
6066
#: drizzled/slave.cc:2010
6069
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6070
"'%s' at position %s"
6073
#: drizzled/slave.cc:2024
6074
msgid "Slave I/O thread killed while connecting to master"
6077
#: drizzled/slave.cc:2048
6078
msgid "Slave I/O thread couldn't register on master"
6081
#: drizzled/slave.cc:2060 drizzled/slave.cc:2084 drizzled/slave.cc:2108
6082
msgid "Forcing to reconnect slave I/O thread"
6085
#: drizzled/slave.cc:2073
6086
msgid "Failed on request_dump()"
6089
#: drizzled/slave.cc:2074
6090
msgid "Slave I/O thread killed while requesting master dump"
6093
#: drizzled/slave.cc:2100
6094
msgid "Waiting for master to send event"
6097
#: drizzled/slave.cc:2102
6098
msgid "Slave I/O thread killed while reading event"
6101
#: drizzled/slave.cc:2120
6104
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6105
"entry is correct, restart the server with a higher value of "
6106
"max_allowed_packet"
6109
#: drizzled/slave.cc:2134
6110
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6113
#: drizzled/slave.cc:2144
6114
msgid "Queueing master event to the relay log"
6117
#: drizzled/slave.cc:2171
6118
msgid "Slave I/O thread aborted while waiting for relay log space"
6121
#: drizzled/slave.cc:2181
6123
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6126
#: drizzled/slave.cc:2205
6127
msgid "Waiting for slave mutex on exit"
6130
#: drizzled/slave.cc:2271
6131
msgid "Failed during slave thread initialization"
6134
#: drizzled/slave.cc:2337
6137
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6138
"s, relay log '%s' position: %s"
6141
#: drizzled/slave.cc:2351
6142
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6145
#: drizzled/slave.cc:2377
6146
msgid "Reading event from the relay log"
6149
#: drizzled/slave.cc:2402
6151
msgid "Slave (additional info): %s Error_code: %d"
6154
#: drizzled/slave.cc:2419
6156
msgid "Slave: %s Error_code: %d"
6159
#: drizzled/slave.cc:2422
6162
"Error loading user-defined library, slave SQL thread aborted. Install the "
6163
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6164
"stopped at log '%s' position %s"
6167
#: drizzled/slave.cc:2430
6170
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6171
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6174
#: drizzled/slave.cc:2442
6177
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6180
#: drizzled/slave.cc:2538
6182
msgid "Slave I/O: failed requesting download of '%s'"
6185
#: drizzled/slave.cc:2555
6187
msgid "Network read error downloading '%s' from master"
6190
#: drizzled/slave.cc:2577
6191
msgid "error writing Exec_load event to relay log"
6194
#: drizzled/slave.cc:2591
6195
msgid "error writing Create_file event to relay log"
6198
#: drizzled/slave.cc:2606
6199
msgid "error writing Append_block event to relay log"
6202
#: drizzled/slave.cc:2702
6203
msgid "Memory allocation failed"
6206
#: drizzled/slave.cc:2727 drizzled/slave.cc:2813
6209
"Read invalid event from master: '%s', master could be corrupt but a more "
6210
"likely cause of this is a bug"
6213
#: drizzled/slave.cc:3086
6214
msgid "could not queue event from master"
6217
#: drizzled/slave.cc:3180
6219
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6222
#: drizzled/slave.cc:3182
6223
msgid "reconnecting"
6226
#: drizzled/slave.cc:3182
6230
#: drizzled/slave.cc:3208
6233
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6237
#: drizzled/slave.cc:3598
6239
msgid "next log '%s' is currently active"
6242
#: drizzled/slave.cc:3628
6244
msgid "next log '%s' is not active"
6247
#: drizzled/slave.cc:3644
6250
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6253
#: drizzled/slave.cc:3650
6254
msgid "Aborting slave SQL thread because of partial event read"
6257
#: drizzled/slave.cc:3656 drizzled/slave.cc:3663
6259
msgid "Error reading relay log event: %s"
6262
#: drizzled/slave.cc:3657
6263
msgid "slave SQL thread was killed"
6266
#: drizzled/slave.cc:3755
6269
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6270
"check error log on slave for more info"
6273
#: drizzled/slave.cc:3761
6276
"According to the master's version ('%s'), it is probable that master suffers "
6277
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6278
"current binary log event may make the slave's data become different from the "
6279
"master's data. To take no risk, slave refuses to replicate this event and "
6280
"stops. We recommend that all updates be stopped on the master and slave, "
6281
"that the data of both be manually synchronized, that master's binary logs be "
6282
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6283
"Then replication can be restarted."
6286
#: drizzled/sql_repl.cc:101
6287
msgid "Failed in send_file() while reading file name"
6290
#: drizzled/sql_repl.cc:114
6291
msgid "Failed in send_file() on open of file"
6294
#: drizzled/sql_repl.cc:122
6295
msgid "Failed in send_file() while writing data to client"
6298
#: drizzled/sql_repl.cc:131
6299
msgid "Failed in send_file() while negotiating file transfer close"
6302
#: drizzled/table.cc:494
6305
"'%s' had no or invalid character set, and default character set is multi-"
6306
"byte, so character column sizes may have changed"
6309
#: drizzled/table.cc:1702
6311
msgid "Unknown collation '%s' in table '%-.64s' definition"
6314
#: drizzled/table.cc:1709
6317
"Table '%-.64s' was created with a different version of MySQL and cannot be "
6321
#: drizzled/table.cc:2300
6324
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6328
#: drizzled/table.cc:2326
6331
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6332
"have type %s, found type %s."
6335
#: drizzled/table.cc:2335
6338
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6339
"position %d to have character set '%s' but the type has no character set."
6342
#: drizzled/table.cc:2345
6345
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6346
"position %d to have character set '%s' but found character set '%s'."
6349
#: drizzled/table.cc:2356
6352
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6353
"have type %s but the column is not found."
6356
#: drizzled/tztime.cc:1063
6358
msgid "Fatal error: Illegal or unknown default time zone '%s'"
6361
#: drizzled/definitions.h:48
6362
msgid "Invalid error code"