1
# Simplified Chinese 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-10-01 16:29-0700\n"
11
"PO-Revision-Date: 2008-09-26 03:49+0000\n"
12
"Last-Translator: friendzhen <pengzhenyou@gmail.com>\n"
13
"Language-Team: Simplified Chinese <zh_CN@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-10-01 18:45+0000\n"
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: client/drizzle.cc:253
22
msgid "Synonym for `help'."
25
#: client/drizzle.cc:254
26
msgid "Clear command."
29
#: client/drizzle.cc:256
30
msgid "Reconnect to the server. Optional arguments are db and host."
33
#: client/drizzle.cc:258
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
38
#: client/drizzle.cc:260
39
msgid "Send command to drizzle server, display result vertically."
40
msgstr "发送指令到drizzle服务器,直排显示结果。"
42
#: client/drizzle.cc:261
43
msgid "Exit drizzle. Same as quit."
44
msgstr "结束drizzle。和退出相同。"
46
#: client/drizzle.cc:262
47
msgid "Send command to drizzle server."
48
msgstr "发送指令到drizzle服务器。"
50
#: client/drizzle.cc:263
51
msgid "Display this help."
54
#: client/drizzle.cc:264
55
msgid "Disable pager, print to stdout."
56
msgstr "禁用翻页,打印到标准输出。"
58
#: client/drizzle.cc:265
59
msgid "Don't write into outfile."
62
#: client/drizzle.cc:267
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
#: client/drizzle.cc:268
67
msgid "Print current command."
70
#: client/drizzle.cc:269
71
msgid "Change your drizzle prompt."
72
msgstr "更改drizzle提示符。"
74
#: client/drizzle.cc:270
78
#: client/drizzle.cc:271
79
msgid "Rebuild completion hash."
82
#: client/drizzle.cc:273
83
msgid "Execute an SQL script file. Takes a file name as an argument."
84
msgstr "执行SQL脚本文件。参数为文件名。"
86
#: client/drizzle.cc:274
87
msgid "Get status information from the server."
90
#: client/drizzle.cc:276
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
92
msgstr "设置输出文件 [to_outfile]。将所有内容追加到给定的输出文件。"
94
#: client/drizzle.cc:278
95
msgid "Use another database. Takes database name as argument."
96
msgstr "使用其他数据库。参数为数据库名称。"
98
#: client/drizzle.cc:280 client/drizzle.cc:1431
99
msgid "Show warnings after every statement."
102
#: client/drizzle.cc:282
103
msgid "Don't show warnings after every statement."
104
msgstr "每个指令句后不要显示警告。"
106
#: client/drizzle.cc:1115
107
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
108
msgstr "欢迎来到Drizzle客户端。:或\\g表示当前命令完成。"
110
#: client/drizzle.cc:1125
113
"Your Drizzle connection id is %u\n"
114
"Server version: %s\n"
116
"你的Drizzle链接id为 %u\n"
119
#: client/drizzle.cc:1155
121
msgid "Reading history-file %s\n"
124
#: client/drizzle.cc:1160
126
msgid "Couldn't allocate memory for temp histfile!\n"
127
msgstr "无法为临时histfile分配内存!\n"
129
#: client/drizzle.cc:1167
130
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
131
msgstr "帮助请输入‘help;’或‘\\h’。输入’\\c‘清除缓冲。\n"
133
#: client/drizzle.cc:1185
135
msgid "Writing history-file %s\n"
136
msgstr "写入历史文件%s当中\n"
138
#: client/drizzle.cc:1194
142
#: client/drizzle.cc:1194
146
#: client/drizzle.cc:1242
147
msgid "Query aborted by Ctrl+C\n"
148
msgstr "放弃查询(Ctrl+C)\n"
150
#: client/drizzle.cc:1265 client/drizzleadmin.cc:73 drizzled/drizzled.cc:3096
151
msgid "Display this help and exit."
154
#: client/drizzle.cc:1267
155
msgid "Synonym for -?"
158
#: client/drizzle.cc:1270
160
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
161
"and field completion, but startup and reconnecting may take a longer time. "
162
"Disable with --disable-auto-rehash."
165
#: client/drizzle.cc:1274
167
"No automatic rehashing. One has to use 'rehash' to get table and field "
168
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
169
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
172
#: client/drizzle.cc:1277
174
"Automatically switch to vertical output mode if the result is wider than the "
176
msgstr "如果结果比终端宽度更宽,则自动转到直排输出模式。"
178
#: client/drizzle.cc:1280
180
"Don't use history file. Disable interactive behavior. (Enables --silent)"
181
msgstr "不使用历史文件。禁止互动行为。(允许 --silent)"
183
#: client/drizzle.cc:1282 drizzled/drizzled.cc:3166
184
msgid "Directory where character sets are."
187
#: client/drizzle.cc:1284
188
msgid "Display column type information."
191
#: client/drizzle.cc:1287
193
"Preserve comments. Send comments to the server. The default is --skip-"
194
"comments (discard comments), enable with --comments"
197
#: client/drizzle.cc:1290
198
msgid "Use compression in server/client protocol."
199
msgstr "在服务器/客户端协议中使用压缩。"
201
#: client/drizzle.cc:1293
202
msgid "Check memory and open file usage at exit ."
205
#: client/drizzle.cc:1296
206
msgid "Print some debug info at exit."
207
msgstr "退出时打印部份调试信息。"
209
#: client/drizzle.cc:1298
210
msgid "Database to use."
213
#: client/drizzle.cc:1301
217
#: client/drizzle.cc:1303
218
msgid "Delimiter to be used."
221
#: client/drizzle.cc:1305
222
msgid "Execute command and quit. (Disables --force and history file)"
223
msgstr "执行命令并退出。(禁用 --force 和历史文件)"
225
#: client/drizzle.cc:1307
226
msgid "Print the output of a query (rows) vertically."
229
#: client/drizzle.cc:1310
230
msgid "Continue even if we get an sql error."
233
#: client/drizzle.cc:1314
235
"Enable named commands. Named commands mean this program's internal commands; "
236
"see drizzle> help . When enabled, the named commands can be used from any "
237
"line of the query, otherwise only from the first line, before an enter. "
238
"Disable with --disable-named-commands. This option is disabled by default."
241
#: client/drizzle.cc:1318
243
"Named commands are disabled. Use \\* form only, or use named commands only "
244
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
245
"the client now starts with this option ENABLED by default! Disable with '-"
246
"G'. Long format commands still work from the first line. WARNING: option "
247
"deprecated; use --disable-named-commands instead."
250
#: client/drizzle.cc:1320
251
msgid "Ignore space after function names."
254
#: client/drizzle.cc:1322
255
msgid "Enable/disable LOAD DATA LOCAL INFILE."
258
#: client/drizzle.cc:1325
259
msgid "Turn off beep on error."
262
#: client/drizzle.cc:1327 client/drizzleadmin.cc:75
263
msgid "Connect to host."
266
#: client/drizzle.cc:1329
267
msgid "Write line numbers for errors."
270
#: client/drizzle.cc:1332
272
"Don't write line number for errors. WARNING: -L is deprecated, use long "
273
"version of this option instead."
276
#: client/drizzle.cc:1334
277
msgid "Flush buffer after each query."
280
#: client/drizzle.cc:1336
281
msgid "Write column names in results."
284
#: client/drizzle.cc:1340
286
"Don't write column names in results. WARNING: -N is deprecated, use long "
287
"version of this options instead."
290
#: client/drizzle.cc:1343
292
"Change the value of a variable. Please note that this option is deprecated; "
293
"you can set variables directly with --variable-name=value."
296
#: client/drizzle.cc:1345
297
msgid "Ignore SIGINT (CTRL-C)"
300
#: client/drizzle.cc:1349
302
"Only update the default database. This is useful for skipping updates to "
303
"other database in the update log."
306
#: client/drizzle.cc:1352
308
"Pager to use to display results. If you don't supply an option the default "
309
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
310
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
311
"work in batch mode. Disable with --disable-pager. This option is disabled by "
315
#: client/drizzle.cc:1355
317
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
318
"option deprecated; use --disable-pager instead."
321
#: client/drizzle.cc:1358 client/drizzleadmin.cc:78
323
"Password to use when connecting to server. If password is not given it's "
324
"asked from the tty."
327
#: client/drizzle.cc:1360
329
"Port number to use for connection or 0 for default to, in order of "
330
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
333
#: client/drizzle.cc:1361
334
msgid "built-in default"
337
#: client/drizzle.cc:1364
338
msgid "Set the drizzle prompt to this value."
341
#: client/drizzle.cc:1367
342
msgid "The protocol of connection (tcp,socket,pipe,memory)."
345
#: client/drizzle.cc:1370
347
"Don't cache result, print it row by row. This may slow down the server if "
348
"the output is suspended. Doesn't use history file."
351
#: client/drizzle.cc:1372
352
msgid "Write fields without conversion. Used with --batch."
355
#: client/drizzle.cc:1375
357
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
358
"option is enabled by default."
361
#: client/drizzle.cc:1377
363
"Be more silent. Print results with a tab as separator, each row on new line."
366
#: client/drizzle.cc:1379
367
msgid "Socket file to use for connection."
370
#: client/drizzle.cc:1382
371
msgid "Output in table format."
374
#: client/drizzle.cc:1385
376
"Append everything into outfile. See interactive help (\\h) also. Does not "
377
"work in batch mode. Disable with --disable-tee. This option is disabled by "
381
#: client/drizzle.cc:1387
383
"Disable outfile. See interactive help (\\h) also. WARNING: option "
384
"deprecated; use --disable-tee instead"
387
#: client/drizzle.cc:1390 client/drizzleadmin.cc:88
388
msgid "User for login if not current user."
391
#: client/drizzle.cc:1393
392
msgid "Only allow UPDATE and DELETE that uses keys."
395
#: client/drizzle.cc:1396
396
msgid "Synonym for option --safe-updates, -U."
399
#: client/drizzle.cc:1399
400
msgid "Write more. (-v -v -v gives the table output format)."
403
#: client/drizzle.cc:1401 client/drizzleadmin.cc:93 drizzled/drizzled.cc:3592
404
msgid "Output version information and exit."
407
#: client/drizzle.cc:1403 client/drizzleadmin.cc:95
408
msgid "Wait and retry if connection is down."
411
#: client/drizzle.cc:1406
412
msgid "Number of seconds before connection timeout."
415
#: client/drizzle.cc:1411
416
msgid "Max packet length to send to, or receive from server"
419
#: client/drizzle.cc:1416
420
msgid "Buffer for TCP/IP and socket communication"
423
#: client/drizzle.cc:1420
424
msgid "Automatic limit for SELECT when using --safe-updates"
427
#: client/drizzle.cc:1425
428
msgid "Automatic limit for rows in a join when using --safe-updates"
431
#: client/drizzle.cc:1429
432
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
435
#: client/drizzle.cc:1442
437
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
440
#: client/drizzle.cc:1449
443
"Copyright (C) 2000-2008 MySQL AB\n"
444
" This software comes with ABSOLUTELY NO "
445
"WARRANTY. This is free software,\n"
446
" and you are welcome to modify and redistribute it under the GPL license\n"
449
#: client/drizzle.cc:1453
451
msgid "Usage: %s [OPTIONS] [database]\n"
454
#: client/drizzle.cc:1486
455
msgid "DELIMITER cannot contain a backslash character"
458
#: client/drizzle.cc:1507
460
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
463
#: client/drizzle.cc:1530
465
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
468
#: client/drizzle.cc:1534
470
msgid "WARNING: --server-arg option not supported in this configuration.\n"
473
#: client/drizzle.cc:1902
475
msgid "Unknown command '\\%c'."
478
#: client/drizzle.cc:2329
480
"Reading table information for completion of table and column names\n"
481
" You can turn off this feature to get a quicker startup with -A\n"
485
#: client/drizzle.cc:2426
486
msgid "No connection. Trying to reconnect..."
489
#: client/drizzle.cc:2432
490
msgid "Can't connect to the server\n"
493
#: client/drizzle.cc:2489
497
#: client/drizzle.cc:2489
501
#: client/drizzle.cc:2540
506
#: client/drizzle.cc:2541
513
#: client/drizzle.cc:2543
520
#: client/drizzle.cc:2556
521
msgid "Many help items for your request exist."
524
#: client/drizzle.cc:2557
526
"To make a more specific request, please type 'help <item>',\n"
527
"where <item> is one of the following"
530
#: client/drizzle.cc:2563
532
msgid "You asked for help about help category: '%s'\n"
535
#: client/drizzle.cc:2564
537
"For more information, type 'help <item>', where <item> is one of the "
541
#: client/drizzle.cc:2577
547
#: client/drizzle.cc:2578
548
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
551
#: client/drizzle.cc:2600
552
msgid "List of all Drizzle commands:"
555
#: client/drizzle.cc:2602
556
msgid "Note that all text commands must be first on line and end with ';'"
559
#: client/drizzle.cc:2613
562
"For server side help, type 'help contents'\n"
565
#: client/drizzle.cc:2656
566
msgid "No query specified\n"
569
#: client/drizzle.cc:2671
570
msgid "Ignoring query to other database"
573
#: client/drizzle.cc:2720
577
#: client/drizzle.cc:2733
579
msgid "%ld row in set"
580
msgid_plural "%ld rows in set"
584
#: client/drizzle.cc:2742
588
#: client/drizzle.cc:2744
590
msgid "Query OK, %ld row affected"
591
msgid_plural "Query OK, %ld rows affected"
595
#: client/drizzleadmin.cc:80 drizzled/drizzled.cc:3396
597
"Port number to use for connection or 0 for default to, in order of "
598
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
601
#: client/drizzleadmin.cc:85
602
msgid "Silently exit if one can't connect to server."
605
#: client/drizzleadmin.cc:91
606
msgid "Write more information."
609
#: client/drizzleadmin.cc:256
612
"connect to server at '%s' failed\n"
616
#: client/drizzleadmin.cc:262
618
msgid "Check that drizzled is running on %s"
621
#: client/drizzleadmin.cc:263
623
msgid " and that the port is %d.\n"
626
#: client/drizzleadmin.cc:265
628
msgid "You can check this by doing 'telnet %s %d'\n"
631
#: client/drizzleadmin.cc:276
633
msgid "Got error: %s\n"
636
#: client/drizzleadmin.cc:283
637
msgid "Waiting for Drizzle server to answer"
640
#: client/drizzleadmin.cc:316
642
msgid "shutting down drizzled...\n"
645
#: client/drizzleadmin.cc:320
647
msgid "shutdown failed; error: '%s'"
650
#: client/drizzleadmin.cc:327
655
#: client/drizzleadmin.cc:337
656
msgid "drizzled is alive"
659
#: client/drizzleadmin.cc:345
660
msgid "connection was down, but drizzled is now alive"
663
#: client/drizzleadmin.cc:349
665
msgid "drizzled doesn't answer to ping, error: '%s'"
668
#: client/drizzleadmin.cc:358
670
msgid "Unknown command: '%-.60s'"
673
#: client/drizzleadmin.cc:367
675
msgid "%s Ver %s Distrib %s, for %s on %s\n"
678
#: client/drizzleadmin.cc:374
679
msgid "Copyright (C) 2000-2008 MySQL AB"
682
#: client/drizzleadmin.cc:375
684
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
685
"and you are welcome to modify and redistribute it under the GPL license\n"
688
#: client/drizzleadmin.cc:376
689
msgid "Administration program for the drizzled daemon."
692
#: client/drizzleadmin.cc:377
694
msgid "Usage: %s [OPTIONS] command command....\n"
697
#: client/drizzleadmin.cc:379
699
" ping Check if server is down\n"
700
" shutdown Take server down\n"
703
#: libdrizzle/errmsg.c:27
704
msgid "Unknown Drizzle error"
707
#: libdrizzle/errmsg.c:28
709
msgid "Can't create UNIX socket (%d)"
712
#: libdrizzle/errmsg.c:29
714
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
717
#: libdrizzle/errmsg.c:30
719
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
722
#: libdrizzle/errmsg.c:31
724
msgid "Can't create TCP/IP socket (%d)"
727
#: libdrizzle/errmsg.c:32
729
msgid "Unknown Drizzle server host '%-.100s' (%d)"
732
#: libdrizzle/errmsg.c:33
733
msgid "Drizzle server has gone away"
736
#: libdrizzle/errmsg.c:34
738
msgid "Protocol mismatch; server version = %d, client version = %d"
741
#: libdrizzle/errmsg.c:35
742
msgid "Drizzle client ran out of memory"
745
#: libdrizzle/errmsg.c:36
746
msgid "Wrong host info"
749
#: libdrizzle/errmsg.c:37
750
msgid "Localhost via UNIX socket"
753
#: libdrizzle/errmsg.c:38
755
msgid "%-.100s via TCP/IP"
758
#: libdrizzle/errmsg.c:39
759
msgid "Error in server handshake"
762
#: libdrizzle/errmsg.c:40
763
msgid "Lost connection to Drizzle server during query"
766
#: libdrizzle/errmsg.c:41
767
msgid "Commands out of sync; you can't run this command now"
770
#: libdrizzle/errmsg.c:42
772
msgid "Named pipe: %-.32s"
775
#: libdrizzle/errmsg.c:43
777
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
780
#: libdrizzle/errmsg.c:44
782
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
785
#: libdrizzle/errmsg.c:45
787
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
790
#: libdrizzle/errmsg.c:46
792
msgid "Can't initialize character set %-.32s (path: %-.100s)"
795
#: libdrizzle/errmsg.c:47
796
msgid "Got packet bigger than 'max_allowed_packet' bytes"
799
#: libdrizzle/errmsg.c:48
800
msgid "Embedded server"
803
#: libdrizzle/errmsg.c:49
804
msgid "Error on SHOW SLAVE STATUS:"
807
#: libdrizzle/errmsg.c:50
808
msgid "Error on SHOW SLAVE HOSTS:"
811
#: libdrizzle/errmsg.c:51
812
msgid "Error connecting to slave:"
815
#: libdrizzle/errmsg.c:52
816
msgid "Error connecting to master:"
819
#: libdrizzle/errmsg.c:53
820
msgid "SSL connection error"
823
#: libdrizzle/errmsg.c:54
824
msgid "Malformed packet"
827
#: libdrizzle/errmsg.c:55 libdrizzle/errmsg.c:66 libdrizzle/errmsg.c:67
828
#: libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69 libdrizzle/errmsg.c:70
829
#: libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72 libdrizzle/errmsg.c:73
830
#: libdrizzle/errmsg.c:74
831
msgid "(unused error message)"
834
#: libdrizzle/errmsg.c:56
835
msgid "Invalid use of null pointer"
838
#: libdrizzle/errmsg.c:57
839
msgid "Statement not prepared"
842
#: libdrizzle/errmsg.c:58
843
msgid "No data supplied for parameters in prepared statement"
846
#: libdrizzle/errmsg.c:59
847
msgid "Data truncated"
850
#: libdrizzle/errmsg.c:60
851
msgid "No parameters exist in the statement"
854
#: libdrizzle/errmsg.c:61
855
msgid "Invalid parameter number"
858
#: libdrizzle/errmsg.c:62
861
"Can't send long data for non-string/non-binary data types (parameter: %d)"
864
#: libdrizzle/errmsg.c:64
866
msgid "Using unsupported buffer type: %d (parameter: %d)"
869
#: libdrizzle/errmsg.c:65
871
msgid "Shared memory: %-.100s"
874
#: libdrizzle/errmsg.c:75
875
msgid "Wrong or unknown protocol"
878
#: libdrizzle/errmsg.c:76
879
msgid "Invalid connection handle"
882
#: libdrizzle/errmsg.c:77
884
"Connection using old (pre-4.1.1) authentication protocol refused (client "
885
"option 'secure_auth' enabled)"
888
#: libdrizzle/errmsg.c:79
889
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
892
#: libdrizzle/errmsg.c:80
893
msgid "Attempt to read column without prior row fetch"
896
#: libdrizzle/errmsg.c:81
897
msgid "Prepared statement contains no metadata"
900
#: libdrizzle/errmsg.c:82
902
"Attempt to read a row while there is no result set associated with the "
906
#: libdrizzle/errmsg.c:84
907
msgid "This feature is not implemented yet"
910
#: libdrizzle/errmsg.c:85
913
"Lost connection to Drizzle server while waiting for initial communication "
914
"packet, system error: %d"
917
#: libdrizzle/errmsg.c:87
920
"Lost connection to Drizzle server while reading initial communication "
921
"packet, system error: %d"
924
#: libdrizzle/errmsg.c:89
927
"Lost connection to Drizzle server while sending authentication information, "
931
#: libdrizzle/errmsg.c:91
934
"Lost connection to Drizzle server while reading authorization information, "
938
#: libdrizzle/errmsg.c:93
941
"Lost connection to Drizzle server while setting initial database, system "
945
#: libdrizzle/errmsg.c:95
947
msgid "Statement closed indirectly because of a preceeding %s() call"
950
#: libdrizzle/errmsg.c:97 drizzled/drizzled_error_messages.h:345
951
msgid "Couldn't uncompress communication packet"
954
#: libdrizzle/errmsg.c:99 drizzled/drizzled_error_messages.h:347
955
msgid "Got an error reading communication packets"
958
#: libdrizzle/errmsg.c:101 drizzled/drizzled_error_messages.h:349
959
msgid "Got timeout reading communication packets"
962
#: libdrizzle/errmsg.c:103 drizzled/drizzled_error_messages.h:351
963
msgid "Got an error writing communication packets"
966
#: libdrizzle/errmsg.c:105 drizzled/drizzled_error_messages.h:353
967
msgid "Got timeout writing communication packets"
970
#: libdrizzle/local_infile.c:190 mysys/errors.c:52
972
msgid "File '%s' not found (Errcode: %d)"
975
#: libdrizzle/local_infile.c:221 mysys/errors.c:26
977
msgid "Error reading file '%s' (Errcode: %d)"
982
msgid "Can't create/write to file '%s' (Errcode: %d)"
987
msgid "Error writing file '%s' (Errcode: %d)"
992
msgid "Error on close of '%s' (Errcode: %d)"
997
msgid "Out of memory (Needed %u bytes)"
1000
#: mysys/errors.c:30
1002
msgid "Error on delete of '%s' (Errcode: %d)"
1005
#: mysys/errors.c:31
1007
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1010
#: mysys/errors.c:32
1012
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1015
#: mysys/errors.c:33
1017
msgid "Can't lock file (Errcode: %d)"
1020
#: mysys/errors.c:34
1022
msgid "Can't unlock file (Errcode: %d)"
1025
#: mysys/errors.c:35
1027
msgid "Can't read dir of '%s' (Errcode: %d)"
1030
#: mysys/errors.c:36
1032
msgid "Can't get stat of '%s' (Errcode: %d)"
1035
#: mysys/errors.c:37
1037
msgid "Can't change size of file (Errcode: %d)"
1040
#: mysys/errors.c:38
1042
msgid "Can't open stream from handle (Errcode: %d)"
1045
#: mysys/errors.c:39
1047
msgid "Can't get working dirctory (Errcode: %d)"
1050
#: mysys/errors.c:40
1052
msgid "Can't change dir to '%s' (Errcode: %d)"
1055
#: mysys/errors.c:41
1057
msgid "Warning: '%s' had %d links"
1060
#: mysys/errors.c:42
1062
msgid "Warning: %d files and %d streams is left open\n"
1065
#: mysys/errors.c:43
1067
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1070
#: mysys/errors.c:44
1072
msgid "Can't create directory '%s' (Errcode: %d)"
1075
#: mysys/errors.c:45
1078
"Character set '%s' is not a compiled character set and is not specified in "
1082
#: mysys/errors.c:46
1084
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1087
#: mysys/errors.c:47
1089
msgid "Can't read value for symlink '%s' (Error %d)"
1092
#: mysys/errors.c:48
1094
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1097
#: mysys/errors.c:49
1099
msgid "Error on realpath() on '%s' (Error %d)"
1102
#: mysys/errors.c:50
1104
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1107
#: mysys/errors.c:51
1110
"Collation '%s' is not a compiled collation and is not specified in the %s "
1114
#: mysys/errors.c:53
1116
msgid "File '%s' (fileno: %d) was not closed"
1119
#: mysys/my_error.c:86
1121
msgid "Unknown error %d"
1124
#: mysys/my_getopt.c:83
1128
#: mysys/my_getopt.c:85
1132
#: mysys/my_getopt.c:350
1134
msgid "%s: %s: Option '%s' used, but is disabled\n"
1137
#: mysys/my_getopt.c:351
1141
#: mysys/my_getopt.c:351
1145
#: mysys/my_getopt.c:454
1147
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1150
#: mysys/my_getopt.c:767
1152
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1155
#: mysys/my_getopt.c:948
1157
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1160
#: mysys/my_getopt.c:1170
1162
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1165
#: mysys/my_getopt.c:1190
1169
"Variables (--variable-name=value)\n"
1170
"and boolean options {false|true} Value (after reading options)\n"
1171
"--------------------------------- -----------------------------\n"
1174
#: mysys/my_getopt.c:1206 mysys/my_getopt.c:1222
1175
msgid "(No default value)"
1178
#: mysys/my_getopt.c:1225
1182
#: mysys/my_getopt.c:1225
1186
#: mysys/my_getopt.c:1250
1188
msgid "(Disabled)\n"
1191
#: mysys/my_handler_errors.h:10
1192
msgid "Didn't find key on read or update"
1195
#: mysys/my_handler_errors.h:12
1196
msgid "Duplicate key on write or update"
1199
#: mysys/my_handler_errors.h:14
1200
msgid "Internal (unspecified) error in handler"
1203
#: mysys/my_handler_errors.h:16
1205
"Someone has changed the row since it was read (while the table was locked to "
1209
#: mysys/my_handler_errors.h:18
1210
msgid "Wrong index given to function"
1213
#: mysys/my_handler_errors.h:20
1214
msgid "Undefined handler error 125"
1217
#: mysys/my_handler_errors.h:22
1218
msgid "Index file is crashed"
1221
#: mysys/my_handler_errors.h:24
1222
msgid "Record file is crashed"
1225
#: mysys/my_handler_errors.h:26
1226
msgid "Out of memory in engine"
1229
#: mysys/my_handler_errors.h:28
1230
msgid "Undefined handler error 129"
1233
#: mysys/my_handler_errors.h:30
1234
msgid "Incorrect file format"
1237
#: mysys/my_handler_errors.h:32
1238
msgid "Command not supported by database"
1241
#: mysys/my_handler_errors.h:34
1242
msgid "Old database file"
1245
#: mysys/my_handler_errors.h:36
1246
msgid "No record read before update"
1249
#: mysys/my_handler_errors.h:38
1250
msgid "Record was already deleted (or record file crashed)"
1253
#: mysys/my_handler_errors.h:40
1254
msgid "No more room in record file"
1257
#: mysys/my_handler_errors.h:42
1258
msgid "No more room in index file"
1261
#: mysys/my_handler_errors.h:44
1262
msgid "No more records (read after end of file)"
1265
#: mysys/my_handler_errors.h:46
1266
msgid "Unsupported extension used for table"
1269
#: mysys/my_handler_errors.h:48
1273
#: mysys/my_handler_errors.h:50
1274
msgid "Wrong create options"
1277
#: mysys/my_handler_errors.h:52
1278
msgid "Duplicate unique key or constraint on write or update"
1281
#: mysys/my_handler_errors.h:54
1282
msgid "Unknown character set used in table"
1285
#: mysys/my_handler_errors.h:56
1286
msgid "Conflicting table definitions in sub-tables of MERGE table"
1289
#: mysys/my_handler_errors.h:58
1290
msgid "Table is crashed and last repair failed"
1293
#: mysys/my_handler_errors.h:60
1294
msgid "Table was marked as crashed and should be repaired"
1297
#: mysys/my_handler_errors.h:62
1298
msgid "Lock timed out; Retry transaction"
1301
#: mysys/my_handler_errors.h:64
1302
msgid "Lock table is full; Restart program with a larger locktable"
1305
#: mysys/my_handler_errors.h:66
1306
msgid "Updates are not allowed under a read only transactions"
1309
#: mysys/my_handler_errors.h:68
1310
msgid "Lock deadlock; Retry transaction"
1313
#: mysys/my_handler_errors.h:70
1314
msgid "Foreign key constraint is incorrectly formed"
1317
#: mysys/my_handler_errors.h:72
1318
msgid "Cannot add a child row"
1321
#: mysys/my_handler_errors.h:74
1322
msgid "Cannot delete a parent row"
1325
#: mysys/my_handler_errors.h:76
1326
msgid "No savepoint with that name"
1329
#: mysys/my_handler_errors.h:78
1330
msgid "Non unique key block size"
1333
#: mysys/my_handler_errors.h:80
1334
msgid "The table does not exist in engine"
1337
#: mysys/my_handler_errors.h:82
1338
msgid "The table already existed in storage engine"
1341
#: mysys/my_handler_errors.h:84
1342
msgid "Could not connect to storage engine"
1345
#: mysys/my_handler_errors.h:86
1346
msgid "Unexpected null pointer found when using spatial index"
1349
#: mysys/my_handler_errors.h:88
1350
msgid "The table changed in storage engine"
1353
#: mysys/my_handler_errors.h:90
1354
msgid "There's no partition in table for the given value"
1357
#: mysys/my_handler_errors.h:92
1358
msgid "Row-based binlogging of row failed"
1361
#: mysys/my_handler_errors.h:94
1362
msgid "Index needed in foreign key constraint"
1365
#: mysys/my_handler_errors.h:96
1366
msgid "Upholding foreign key constraints would lead to a duplicate key error"
1369
#: mysys/my_handler_errors.h:98
1370
msgid "Table needs to be upgraded before it can be used"
1373
#: mysys/my_handler_errors.h:100
1374
msgid "Table is read only"
1377
#: mysys/my_handler_errors.h:102
1378
msgid "Failed to get next auto increment value"
1381
#: mysys/my_handler_errors.h:104
1382
msgid "Failed to set row auto increment value"
1385
#: mysys/my_handler_errors.h:106
1386
msgid "Unknown (generic) error from engine"
1389
#: mysys/my_handler_errors.h:108
1390
msgid "Record is the same"
1393
#: mysys/my_handler_errors.h:110
1394
msgid "It is not possible to log this statement"
1397
#: mysys/my_handler_errors.h:112
1398
msgid "Tablespace exists"
1401
#: mysys/my_handler_errors.h:114
1402
msgid "The event was corrupt, leading to illegal data being read"
1405
#: mysys/my_handler_errors.h:116
1406
msgid "The table is of a new format not supported by this version"
1409
#: mysys/my_handler_errors.h:118
1410
msgid "The event could not be processed no other hanlder error happened"
1413
#: mysys/my_handler_errors.h:120
1414
msgid "Got a fatal error during initialzaction of handler"
1417
#: mysys/my_handler_errors.h:122
1418
msgid "File to short; Expected more data in file"
1421
#: mysys/my_handler_errors.h:124
1422
msgid "Read page with wrong checksum"
1425
#: mysys/my_handler_errors.h:126
1426
msgid "Lock or active transaction"
1429
#: mysys/my_handler_errors.h:128
1430
msgid "No such table space"
1433
#: mysys/my_handler_errors.h:130
1434
msgid "Tablespace not empty"
1437
#: drizzled/authentication.cc:66 drizzled/handler.cc:355
1438
#: drizzled/sql_plugin.cc:790 drizzled/sql_show.cc:4652
1440
msgid "Plugin '%s' init function returned error."
1443
#: drizzled/drizzled.cc:558
1445
msgid "Got error %d from pthread_cond_timedwait"
1448
#: drizzled/drizzled.cc:698 drizzled/drizzled.cc:1786
1449
msgid "Can't create thread to kill server"
1452
#: drizzled/drizzled.cc:765
1454
msgid "Got signal %d from thread %lud"
1457
#: drizzled/drizzled.cc:799
1461
#: drizzled/drizzled.cc:995
1462
msgid "One can only use the --user switch if running as root\n"
1465
#: drizzled/drizzled.cc:1003
1467
"Fatal error: Please read \"Security\" section of the manual to find out how "
1468
"to run mysqld as root!\n"
1471
#: drizzled/drizzled.cc:1027
1474
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1478
#: drizzled/drizzled.cc:1202
1480
msgid "Retrying bind on TCP/IP port %u"
1483
#: drizzled/drizzled.cc:1208
1484
msgid "Can't start server: Bind on TCP/IP port"
1487
#: drizzled/drizzled.cc:1209
1489
msgid "Do you already have another drizzled server running on port: %d ?"
1492
#: drizzled/drizzled.cc:1215
1493
msgid "Can't start server: listen() on TCP/IP port"
1496
#: drizzled/drizzled.cc:1216
1498
msgid "listen() on TCP/IP failed with error %d"
1501
#: drizzled/drizzled.cc:1434
1506
#: drizzled/drizzled.cc:1452
1509
"We will try our best to scrape up some info that will hopefully help "
1511
"the problem, but since we have already crashed, something is definitely "
1513
"and this may fail.\n"
1517
#: drizzled/drizzled.cc:1463
1520
"It is possible that mysqld could use up to \n"
1521
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1523
"Hope that's ok; if not, decrease some variables in the equation.\n"
1527
#: drizzled/drizzled.cc:1481
1530
"Attempting backtrace. You can use the following information to find out\n"
1531
"where mysqld died. If you see no messages after this, something went\n"
1532
"terribly wrong...\n"
1535
#: drizzled/drizzled.cc:1509
1538
"Trying to get some variables.\n"
1539
"Some pointers may be invalid and cause the dump to abort...\n"
1542
#: drizzled/drizzled.cc:1521
1546
"This crash occured while the server was calling initgroups(). This is\n"
1547
"often due to the use of a drizzled that is statically linked against glibc\n"
1548
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1549
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1550
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1551
"drizzled that is not statically linked.\n"
1554
#: drizzled/drizzled.cc:1536
1558
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1559
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1560
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1561
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1562
"the documentation for your distribution on how to do that.\n"
1565
#: drizzled/drizzled.cc:1549
1569
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1570
"unreliable and unstable on some operating systems and operating-system\n"
1571
"versions (notably, some versions of Linux). This crash could be due to use\n"
1572
"of those buggy OS calls. You should consider whether you really need the\n"
1573
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1577
#: drizzled/drizzled.cc:1564
1579
msgid "Writing a core file\n"
1582
#: drizzled/drizzled.cc:1611
1584
"setrlimit could not change the size of core files to 'infinity'; We may not "
1585
"be able to generate a core file on signals"
1588
#: drizzled/drizzled.cc:1679
1590
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1593
#: drizzled/drizzled.cc:1767
1595
msgid "Got signal %d to shutdown mysqld"
1598
#: drizzled/drizzled.cc:1813
1600
msgid "Got signal: %d error: %d"
1603
#: drizzled/drizzled.cc:1952
1605
msgid "Wrong date/time format specifier: %s\n"
1608
#: drizzled/drizzled.cc:2081
1610
msgid "gethostname failed, using '%s' as hostname"
1613
#: drizzled/drizzled.cc:2145
1616
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1619
#: drizzled/drizzled.cc:2150
1622
"Could not increase number of max_open_files to more than %u (request: %u)"
1625
#: drizzled/drizzled.cc:2231
1627
msgid "Unknown locale: '%s'"
1630
#: drizzled/drizzled.cc:2251
1632
"Although a path was specified for the --log option, log tables are used. To "
1633
"enable logging to files use the --log-output option."
1636
#: drizzled/drizzled.cc:2258
1638
"Although a path was specified for the --log-slow-queries option, log tables "
1639
"are used. To enable logging to files use the --log-output=file option."
1642
#: drizzled/drizzled.cc:2326
1643
msgid "Can't create thread-keys"
1646
#: drizzled/drizzled.cc:2373
1647
msgid "Out of memory"
1650
#: drizzled/drizzled.cc:2380
1651
msgid "You need to use --log-bin to make --binlog-format work."
1654
#: drizzled/drizzled.cc:2402
1656
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1657
"impossible, it would lead to infinite loops in this server."
1660
#: drizzled/drizzled.cc:2422
1663
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1664
"replication may break when this Drizzle server acts as a master and has his "
1665
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1668
#: drizzled/drizzled.cc:2456
1669
msgid "Failed to initialize plugins."
1672
#: drizzled/drizzled.cc:2487
1675
"%s: Too many arguments (first extra is '%s').\n"
1676
"Use --verbose --help to get a list of available options\n"
1679
#: drizzled/drizzled.cc:2497
1680
msgid "Can't init databases"
1683
#: drizzled/drizzled.cc:2520
1685
msgid "Unknown/unsupported table type: %s"
1688
#: drizzled/drizzled.cc:2526
1690
msgid "Default storage engine (%s) is not available"
1693
#: drizzled/drizzled.cc:2549
1694
msgid "Can't initialize tc_log"
1697
#: drizzled/drizzled.cc:2580
1699
msgid "Failed to lock memory. Errno: %d\n"
1702
#: drizzled/drizzled.cc:2649
1704
msgid "Asked for %u thread stack, but got %llu"
1707
#: drizzled/drizzled.cc:2685
1709
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1710
"value: we force server id to 1; updates will be logged to the binary log, "
1711
"but connections from slaves will not be accepted."
1714
#: drizzled/drizzled.cc:2743
1715
msgid "Before Lock_thread_count"
1718
#: drizzled/drizzled.cc:2750
1719
msgid "After lock_thread_count"
1722
#: drizzled/drizzled.cc:2858
1724
msgid "drizzled: Got error %d from select"
1727
#: drizzled/drizzled.cc:3100 drizzled/drizzled.cc:3205
1728
#: drizzled/drizzled.cc:3364
1729
msgid "Option used by mysql-test for debugging and testing of replication."
1732
#: drizzled/drizzled.cc:3104
1733
msgid "Auto-increment columns are incremented by this"
1736
#: drizzled/drizzled.cc:3109
1738
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1742
#: drizzled/drizzled.cc:3115
1744
"Path to installation directory. All paths are usually resolved relative to "
1748
#: drizzled/drizzled.cc:3119
1749
msgid "IP address to bind to."
1752
#: drizzled/drizzled.cc:3123
1754
"Does not have any effect without '--log-bin'. Tell the master the form of "
1755
"binary logging to use: either 'row' for row-based binary logging, or "
1756
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1757
"statement-based binary logging except for those statements where only row-"
1758
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1759
"the UUID() function; for those, row-based binary logging is automatically "
1763
#: drizzled/drizzled.cc:3133
1765
"Tells the master it should log updates for the specified database, and "
1766
"exclude all others not explicitly mentioned."
1769
#: drizzled/drizzled.cc:3137
1771
"Tells the master that updates to the given database should not be logged "
1775
#: drizzled/drizzled.cc:3141
1777
"The maximum size of a row-based binary log event in bytes. Rows will be "
1778
"grouped into events smaller than this size if possible. The value has to be "
1779
"a multiple of 256."
1782
#: drizzled/drizzled.cc:3152
1783
msgid "Don't ignore client side character set value sent during handshake."
1786
#: drizzled/drizzled.cc:3157
1787
msgid "Set the filesystem character set."
1790
#: drizzled/drizzled.cc:3162
1791
msgid "Set the default character set."
1794
#: drizzled/drizzled.cc:3169
1795
msgid "Chroot mysqld daemon during startup."
1798
#: drizzled/drizzled.cc:3173
1799
msgid "Set the default collation."
1802
#: drizzled/drizzled.cc:3177
1803
msgid "Default completion type."
1806
#: drizzled/drizzled.cc:3182
1807
msgid "Write error output on screen."
1810
#: drizzled/drizzled.cc:3186
1811
msgid "Write core on errors."
1814
#: drizzled/drizzled.cc:3190
1815
msgid "Path to the database root."
1818
#: drizzled/drizzled.cc:3194
1819
msgid "Set the default storage engine (table type) for tables."
1822
#: drizzled/drizzled.cc:3198
1823
msgid "Set the default time zone."
1826
#: drizzled/drizzled.cc:3202
1827
msgid "Type of DELAY_KEY_WRITE."
1830
#: drizzled/drizzled.cc:3211
1831
msgid "Print a symbolic stack trace on failure."
1834
#: drizzled/drizzled.cc:3217
1835
msgid "Push supported query conditions to the storage engine."
1838
#: drizzled/drizzled.cc:3223
1839
msgid "Used for debugging; Use at your own risk!"
1842
#: drizzled/drizzled.cc:3226
1843
msgid "Flush tables to disk between SQL commands."
1846
#: drizzled/drizzled.cc:3231
1847
msgid "Set up signals usable for debugging"
1850
#: drizzled/drizzled.cc:3235
1851
msgid "Enable general query log"
1854
#: drizzled/drizzled.cc:3239
1855
msgid "Command(s) that are executed for each new connection"
1858
#: drizzled/drizzled.cc:3243
1859
msgid "Read SQL commands from this file at startup."
1862
#: drizzled/drizzled.cc:3247
1863
msgid "Command(s) that are executed when a slave connects to this master"
1866
#: drizzled/drizzled.cc:3251
1870
#: drizzled/drizzled.cc:3255
1871
msgid "Set the language used for the month names and the days of the week."
1874
#: drizzled/drizzled.cc:3260
1875
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1878
#: drizzled/drizzled.cc:3265
1879
msgid "Log connections and queries to file."
1882
#: drizzled/drizzled.cc:3269
1884
"Log update queries in binary format. Optional argument is the location for "
1885
"the binary log files.(Strongly recommended to avoid replication problems if "
1886
"server's hostname changes)"
1889
#: drizzled/drizzled.cc:3276
1890
msgid "File that holds the names for last binary log files."
1893
#: drizzled/drizzled.cc:3284
1895
"If equal to 0 (the default), then when --log-bin is used, creation of a "
1896
"stored function (or trigger) is allowed only to users having the SUPER "
1897
"privilege and only if this stored function (trigger) may not break binary "
1898
"logging. Note that if ALL connections to this server ALWAYS use row-based "
1899
"binary logging, the security issues do not exist and the binary logging "
1900
"cannot break, so you can safely set this to 1."
1903
#: drizzled/drizzled.cc:3293
1904
msgid "Error log file."
1907
#: drizzled/drizzled.cc:3297
1908
msgid "Log all MyISAM changes to file."
1911
#: drizzled/drizzled.cc:3301
1913
"Log queries that are executed without benefit of any index to the slow log "
1917
#: drizzled/drizzled.cc:3307
1919
"Tells the slave to log the updates from the slave thread to the binary log. "
1920
"You will need to turn it on if you plan to daisy-chain the slaves."
1923
#: drizzled/drizzled.cc:3314
1925
"Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to the "
1926
"slow log if it is open."
1929
#: drizzled/drizzled.cc:3320
1931
"Log slow statements executed by slave thread to the slow log if it is open."
1934
#: drizzled/drizzled.cc:3326
1936
"Log slow queries to a table or log file. Defaults logging to table mysql."
1937
"slow_log or hostname-slow.log if --log-output=file is used. Must be enabled "
1938
"to activate other slow log options."
1941
#: drizzled/drizzled.cc:3332
1943
"Path to transaction coordinator log (used for transactions that affect more "
1944
"than one storage engine, when binary log is disabled)"
1947
#: drizzled/drizzled.cc:3338
1948
msgid "Size of transaction coordinator log."
1951
#: drizzled/drizzled.cc:3344
1952
msgid "Log some not critical warnings to the log file."
1955
#: drizzled/drizzled.cc:3349
1956
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1959
#: drizzled/drizzled.cc:3354
1961
"The location and name of the file that remembers the master and where the I/"
1962
"O replication thread is in the master's binlogs."
1965
#: drizzled/drizzled.cc:3359
1967
"The number of tries the slave will make to connect to the master before "
1971
#: drizzled/drizzled.cc:3368
1972
msgid "Lock mysqld in memory."
1975
#: drizzled/drizzled.cc:3372
1977
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1978
"BACKUP, FORCE or QUICK."
1981
#: drizzled/drizzled.cc:3377
1982
msgid "Use very new possible 'unsafe' functions."
1985
#: drizzled/drizzled.cc:3382
1986
msgid "Use old, non-optimized alter table."
1989
#: drizzled/drizzled.cc:3387
1991
"Enable old-style user limits (before 5.0.3 user resources were counted per "
1992
"each user+host vs. per account)"
1995
#: drizzled/drizzled.cc:3392
1996
msgid "Pid file used by safe_mysqld."
1999
#: drizzled/drizzled.cc:3402
2001
"Maximum time in seconds to wait for the port to become free. (Default: no "
2005
#: drizzled/drizzled.cc:3407
2006
msgid "The location and name to use for relay logs."
2009
#: drizzled/drizzled.cc:3411
2011
"The location and name to use for the file that keeps a list of the last "
2015
#: drizzled/drizzled.cc:3416
2017
"The location and name of the file that remembers where the SQL replication "
2018
"thread is in the relay logs."
2021
#: drizzled/drizzled.cc:3421
2023
"Tells the slave thread to restrict replication to the specified database. To "
2024
"specify more than one database, use the directive multiple times, once for "
2025
"each database. Note that this will only work if you do not use cross-"
2026
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
2027
"having selected a different or no database. If you need cross database "
2028
"updates to work, use replicate-wild-do-table=db_name.%."
2031
#: drizzled/drizzled.cc:3430
2033
"Tells the slave thread to restrict replication to the specified table. To "
2034
"specify more than one table, use the directive multiple times, once for each "
2035
"table. This will work for cross-database updates, in contrast to replicate-"
2039
#: drizzled/drizzled.cc:3436
2041
"Tells the slave thread to not replicate to the specified database. To "
2042
"specify more than one database to ignore, use the directive multiple times, "
2043
"once for each database. This option will not work if you use cross database "
2044
"updates. If you need cross database updates to work, use replicate-wild-"
2045
"ignore-table=db_name.%. "
2048
#: drizzled/drizzled.cc:3443
2050
"Tells the slave thread to not replicate to the specified table. To specify "
2051
"more than one table to ignore, use the directive multiple times, once for "
2052
"each table. This will work for cross-datbase updates, in contrast to "
2053
"replicate-ignore-db."
2056
#: drizzled/drizzled.cc:3449
2058
"Updates to a database with a different name than the original. Example: "
2059
"replicate-rewrite-db=master_db_name->slave_db_name."
2062
#: drizzled/drizzled.cc:3453
2064
"In replication, if set to 1, do not skip events having our server id. "
2065
"Default value is 0 (to break infinite loops in circular replication). Can't "
2066
"be set to 1 if --log-slave-updates is used."
2069
#: drizzled/drizzled.cc:3460
2071
"Tells the slave thread to restrict replication to the tables that match the "
2072
"specified wildcard pattern. To specify more than one table, use the "
2073
"directive multiple times, once for each table. This will work for cross-"
2074
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
2075
"only updates to tables in all databases that start with foo and whose table "
2076
"names start with bar."
2079
#: drizzled/drizzled.cc:3468
2081
"Tells the slave thread to not replicate to the tables that match the given "
2082
"wildcard pattern. To specify more than one table to ignore, use the "
2083
"directive multiple times, once for each table. This will work for cross-"
2084
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
2085
"updates to tables in databases that start with foo and whose table names "
2089
#: drizzled/drizzled.cc:3477
2091
"Hostname or IP of the slave to be reported to to the master during slave "
2092
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
2093
"you do not want the slave to register itself with the master. Note that it "
2094
"is not sufficient for the master to simply read the IP of the slave off the "
2095
"socket once the slave connects. Due to NAT and other routing issues, that IP "
2096
"may not be valid for connecting to the slave from the master or other hosts."
2099
#: drizzled/drizzled.cc:3490
2101
"Port for connecting to slave reported to the master during slave "
2102
"registration. Set it only if the slave is listening on a non-default port or "
2103
"if you have a special tunnel from the master or other clients to the slave. "
2104
"If not sure, leave this option unset."
2107
#: drizzled/drizzled.cc:3497
2108
msgid "Skip some optimize stages (for testing)."
2111
#: drizzled/drizzled.cc:3500
2113
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
2114
"specified directory"
2117
#: drizzled/drizzled.cc:3505
2119
"Uniquely identifies the server instance in the community of replication "
2123
#: drizzled/drizzled.cc:3510
2124
msgid "Don't use new, possible wrong routines."
2127
#: drizzled/drizzled.cc:3513
2128
msgid "If set, slave is not autostarted."
2131
#: drizzled/drizzled.cc:3517
2132
msgid "Don't print a stack trace on failure."
2135
#: drizzled/drizzled.cc:3521
2136
msgid "Don't give threads different priorities."
2139
#: drizzled/drizzled.cc:3525
2141
"The location where the slave should put its temporary files when replicating "
2142
"a LOAD DATA INFILE command."
2145
#: drizzled/drizzled.cc:3530
2147
"Tells the slave thread to continue replication when a query event returns an "
2148
"error from the provided list."
2151
#: drizzled/drizzled.cc:3534
2153
"Modes for how replication events should be executed. Legal values are "
2154
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
2155
"stop for operations that are idempotent. In STRICT mode, replication will "
2156
"stop on any unexpected difference between the master and the slave."
2159
#: drizzled/drizzled.cc:3542
2160
msgid "Enable|disable slow query log"
2163
#: drizzled/drizzled.cc:3546
2167
#: drizzled/drizzled.cc:3549
2168
msgid "Enable symbolic link support."
2171
#: drizzled/drizzled.cc:3558
2173
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
2176
#: drizzled/drizzled.cc:3563
2178
"Decision to use in heuristic recover process. Possible values are COMMIT or "
2182
#: drizzled/drizzled.cc:3568
2184
"Using this option will cause most temporary files created to use a small set "
2185
"of names, rather than a unique name for each new file."
2188
#: drizzled/drizzled.cc:3573
2190
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
2193
#: drizzled/drizzled.cc:3578
2195
"Path for temporary files. Several paths may be specified, separated by a "
2196
"colon (:), in this case they are used in a round-robin fashion."
2199
#: drizzled/drizzled.cc:3584
2200
msgid "Default transaction isolation level."
2203
#: drizzled/drizzled.cc:3588
2204
msgid "Run mysqld daemon as user."
2207
#: drizzled/drizzled.cc:3596
2209
"The number of outstanding connection requests MySQL can have. This comes "
2210
"into play when the main MySQL thread gets very many connection requests in a "
2214
#: drizzled/drizzled.cc:3602
2216
"The size of the cache to hold the SQL statements for the binary log during a "
2217
"transaction. If you often use big, multi-statement transactions you can "
2218
"increase this to get more performance."
2221
#: drizzled/drizzled.cc:3608
2223
"Size of tree cache used in bulk insert optimisation. Note that this is a "
2227
#: drizzled/drizzled.cc:3614
2229
"The number of seconds the mysqld server is waiting for a connect packet "
2230
"before responding with 'Bad handshake'."
2233
#: drizzled/drizzled.cc:3619
2234
msgid "The DATE format (For future)."
2237
#: drizzled/drizzled.cc:3624
2238
msgid "The DATETIME/TIMESTAMP format (for future)."
2241
#: drizzled/drizzled.cc:3629
2242
msgid "The default week format used by WEEK() functions."
2245
#: drizzled/drizzled.cc:3634
2247
"Precision of the result of '/' operator will be increased on that value."
2250
#: drizzled/drizzled.cc:3640
2252
"If non-zero, binary logs will be purged after expire_logs_days days; "
2253
"possible purges happen at startup and at binary log rotation."
2256
#: drizzled/drizzled.cc:3646
2257
msgid "The maximum length of the result of function group_concat."
2260
#: drizzled/drizzled.cc:3651
2262
"The number of seconds the server waits for activity on an interactive "
2263
"connection before closing it."
2266
#: drizzled/drizzled.cc:3657
2267
msgid "The size of the buffer that is used for full joins."
2270
#: drizzled/drizzled.cc:3663
2271
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2274
#: drizzled/drizzled.cc:3668
2276
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2277
"this to get better index handling (for all reads and multiple writes) to as "
2278
"much as you can afford;"
2281
#: drizzled/drizzled.cc:3677
2283
"This characterizes the number of hits a hot block has to be untouched until "
2284
"it is considered aged enough to be downgraded to a warm block. This "
2285
"specifies the percentage ratio of that number of hits to the total number of "
2286
"blocks in key cache"
2289
#: drizzled/drizzled.cc:3686
2290
msgid "The default size of key cache blocks"
2293
#: drizzled/drizzled.cc:3692
2294
msgid "The minimum percentage of warm blocks in key cache"
2297
#: drizzled/drizzled.cc:3698
2299
"Log all queries that have taken more than long_query_time seconds to execute "
2300
"to file. The argument will be treated as a decimal value with microsecond "
2304
#: drizzled/drizzled.cc:3704
2305
msgid "Max packetlength to send/receive from to server."
2308
#: drizzled/drizzled.cc:3709
2310
"Can be used to restrict the total size used to cache a multi-transaction "
2314
#: drizzled/drizzled.cc:3714
2316
"Binary log will be rotated automatically when the size exceeds this value. "
2317
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2318
"for this variable is 4096."
2321
#: drizzled/drizzled.cc:3720
2323
"If there is more than this number of interrupted connections from a host "
2324
"this host will be blocked from further connections."
2327
#: drizzled/drizzled.cc:3727
2328
msgid "The number of simultaneous clients allowed."
2331
#: drizzled/drizzled.cc:3732
2332
msgid "Max number of errors/warnings to store for a statement."
2335
#: drizzled/drizzled.cc:3737
2336
msgid "Don't allow creation of heap tables bigger than this."
2339
#: drizzled/drizzled.cc:3743
2341
"Joins that are probably going to read more than max_join_size records return "
2345
#: drizzled/drizzled.cc:3749
2346
msgid "Max number of bytes in sorted records."
2349
#: drizzled/drizzled.cc:3754
2351
"If non-zero: relay log will be rotated automatically when the size exceeds "
2352
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2353
"excepted, the minimum value for this variable is 4096."
2356
#: drizzled/drizzled.cc:3761
2357
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2360
#: drizzled/drizzled.cc:3766
2362
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2363
"max_sort_length bytes of each value are used; the rest are ignored)."
2366
#: drizzled/drizzled.cc:3773
2367
msgid "Maximum number of temporary tables a client can keep open at a time."
2370
#: drizzled/drizzled.cc:3778
2371
msgid "After this many write locks, allow some read locks to run in between."
2374
#: drizzled/drizzled.cc:3782
2376
"Don't log queries which examine less than min_examined_row_limit rows to "
2380
#: drizzled/drizzled.cc:3788
2381
msgid "Block size to be used for MyISAM index pages."
2384
#: drizzled/drizzled.cc:3794
2385
msgid "Default pointer size to be used for MyISAM tables."
2388
#: drizzled/drizzled.cc:3799
2390
"Don't use the fast sort index method to created index if the temporary file "
2391
"would get bigger than this."
2394
#: drizzled/drizzled.cc:3806
2396
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2397
"disables parallel repair."
2400
#: drizzled/drizzled.cc:3812
2402
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2403
"when creating indexes with CREATE INDEX or ALTER TABLE."
2406
#: drizzled/drizzled.cc:3818
2408
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2409
"Possible values of name are 'nulls_unequal' (default behavior), "
2410
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2413
#: drizzled/drizzled.cc:3825
2414
msgid "Buffer length for TCP/IP and socket communication."
2417
#: drizzled/drizzled.cc:3830
2419
"Number of seconds to wait for more data from a connection before aborting "
2423
#: drizzled/drizzled.cc:3836
2425
"If a read on a communication port is interrupted, retry this many times "
2429
#: drizzled/drizzled.cc:3842
2431
"Number of seconds to wait for a block to be written to a connection before "
2432
"aborting the write."
2435
#: drizzled/drizzled.cc:3848
2436
msgid "Use compatible behavior."
2439
#: drizzled/drizzled.cc:3853
2441
"If this is not 0, then mysqld will use this value to reserve file "
2442
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2443
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2444
"larger) number of files."
2447
#: drizzled/drizzled.cc:3860
2449
"Controls the heuristic(s) applied during query optimization to prune less-"
2450
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2451
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2452
"on number of retrieved rows."
2455
#: drizzled/drizzled.cc:3868
2457
"Maximum depth of search performed by the query optimizer. Values larger than "
2458
"the number of relations in a query result in better query plans, but take "
2459
"longer to compile a query. Smaller values than the number of tables in a "
2460
"relation result in faster optimization, but may produce very bad query "
2461
"plans. If set to 0, the system will automatically pick a reasonable value; "
2462
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
2463
"(used for testing/comparison)."
2466
#: drizzled/drizzled.cc:3880
2467
msgid "Directory for plugins."
2470
#: drizzled/drizzled.cc:3884
2472
"Optional comma separated list of plugins to load, where each plugin is "
2473
"identified by the name of the shared library. [for example: --"
2474
"plugin_load=libmd5udf.so]"
2477
#: drizzled/drizzled.cc:3890
2478
msgid "The size of the buffer that is allocated when preloading indexes"
2481
#: drizzled/drizzled.cc:3895
2482
msgid "Allocation block size for query parsing and execution"
2485
#: drizzled/drizzled.cc:3900
2486
msgid "Persistent buffer for query parsing and execution"
2489
#: drizzled/drizzled.cc:3906
2490
msgid "Allocation block size for storing ranges during optimization"
2493
#: drizzled/drizzled.cc:3912
2495
"Each thread that does a sequential scan allocates a buffer of this size for "
2496
"each table it scans. If you do many sequential scans, you may want to "
2497
"increase this value."
2500
#: drizzled/drizzled.cc:3920
2502
"Make all non-temporary tables read-only, with the exception for replication "
2503
"(slave) threads and users with the SUPER privilege"
2506
#: drizzled/drizzled.cc:3926
2508
"When reading rows in sorted order after a sort, the rows are read through "
2509
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2513
#: drizzled/drizzled.cc:3940
2515
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2519
#: drizzled/drizzled.cc:3946
2520
msgid "Maximum space to use for all relay logs."
2523
#: drizzled/drizzled.cc:3951
2524
msgid "Use compression on master/slave protocol."
2527
#: drizzled/drizzled.cc:3956
2529
"Number of seconds to wait for more data from a master/slave connection "
2530
"before aborting the read."
2533
#: drizzled/drizzled.cc:3961
2535
"Number of times the slave SQL thread will retry a transaction in case it "
2536
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2540
#: drizzled/drizzled.cc:3967
2541
msgid "Allow slave to batch requests."
2544
#: drizzled/drizzled.cc:3971
2546
"If creating the thread takes longer than this value (in seconds), the "
2547
"Slow_launch_threads counter will be incremented."
2550
#: drizzled/drizzled.cc:3976
2551
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2554
#: drizzled/drizzled.cc:3982
2556
"Synchronously flush binary log to disk after every #th event. Use 0 "
2557
"(default) to disable synchronous flushing."
2560
#: drizzled/drizzled.cc:3987
2561
msgid "The number of cached table definitions."
2564
#: drizzled/drizzled.cc:3991
2565
msgid "The number of cached open tables."
2568
#: drizzled/drizzled.cc:3995
2570
"Timeout in seconds to wait for a table level lock before returning an error. "
2571
"Used only if the connection has active cursors."
2574
#: drizzled/drizzled.cc:4000
2575
msgid "How many threads we should keep in a cache for reuse."
2578
#: drizzled/drizzled.cc:4004
2580
"How many threads we should create to handle query requests in case of "
2581
"'thread_handling=pool-of-threads'"
2584
#: drizzled/drizzled.cc:4009
2585
msgid "The stack size for each thread."
2588
#: drizzled/drizzled.cc:4015
2589
msgid "The TIME format (for future)."
2592
#: drizzled/drizzled.cc:4020
2594
"If an internal in-memory temporary table exceeds this size, MySQL will "
2595
"automatically convert it to an on-disk MyISAM table."
2598
#: drizzled/drizzled.cc:4026
2599
msgid "Allocation block size for transactions to be stored in binary log"
2602
#: drizzled/drizzled.cc:4031
2603
msgid "Persistent buffer for transactions to be stored in binary log"
2606
#: drizzled/drizzled.cc:4036
2608
"The number of seconds the server waits for activity on a connection before "
2612
#: drizzled/drizzled.cc:4284
2614
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2615
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2616
"and you are welcome to modify and redistribute it under the GPL license\n"
2618
"Starts the Drizzle database server\n"
2621
#: drizzled/drizzled.cc:4291
2623
msgid "Usage: %s [OPTIONS]\n"
2626
#: drizzled/drizzled.cc:4302
2629
"To see what values a running Drizzle server is using, type\n"
2630
"'drizzleadmin variables' instead of 'drizzled --help'."
2633
#: drizzled/drizzled.cc:4486
2636
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2640
#: drizzled/drizzled.cc:4538
2642
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2645
#: drizzled/drizzled.cc:4547
2647
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2650
#: drizzled/drizzled.cc:4557
2652
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2655
#: drizzled/drizzled.cc:4586 drizzled/drizzled.cc:4595
2657
msgid "Could not add do table rule '%s'!\n"
2660
#: drizzled/drizzled.cc:4604 drizzled/drizzled.cc:4613
2662
msgid "Could not add ignore table rule '%s'!\n"
2665
#: drizzled/drizzled.cc:4657
2666
msgid "Can't start server: cannot resolve hostname!"
2669
#: drizzled/drizzled.cc:4663
2670
msgid "Can't start server: bind-address refers to multiple interfaces!"
2673
#: drizzled/drizzled.cc:4838
2675
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2676
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2679
#: drizzled/drizzled.cc:5029
2681
msgid "No option given to %s\n"
2684
#: drizzled/drizzled.cc:5031
2686
msgid "Wrong option to %s. Option(s) given: %s\n"
2689
#: drizzled/drizzled.cc:5033
2691
msgid "Alternatives are: '%s'"
2694
#: drizzled/drizzled_error_messages.h:31
2698
#: drizzled/drizzled_error_messages.h:33
2702
#: drizzled/drizzled_error_messages.h:35
2706
#: drizzled/drizzled_error_messages.h:37
2710
#: drizzled/drizzled_error_messages.h:39
2712
msgid "Can't create file '%-.200s' (errno: %d)"
2715
#: drizzled/drizzled_error_messages.h:41
2717
msgid "Can't create table '%-.200s' (errno: %d)"
2720
#: drizzled/drizzled_error_messages.h:43
2722
msgid "Can't create database '%-.192s' (errno: %d)"
2725
#: drizzled/drizzled_error_messages.h:45
2727
msgid "Can't create database '%-.192s'; database exists"
2730
#: drizzled/drizzled_error_messages.h:47
2732
msgid "Can't drop database '%-.192s'; database doesn't exist"
2735
#: drizzled/drizzled_error_messages.h:49
2737
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2740
#: drizzled/drizzled_error_messages.h:51
2742
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2745
#: drizzled/drizzled_error_messages.h:53
2747
msgid "Error on delete of '%-.192s' (errno: %d)"
2750
#: drizzled/drizzled_error_messages.h:55
2751
msgid "Can't read record in system table"
2754
#: drizzled/drizzled_error_messages.h:57
2756
msgid "Can't get status of '%-.200s' (errno: %d)"
2759
#: drizzled/drizzled_error_messages.h:59
2761
msgid "Can't get working directory (errno: %d)"
2764
#: drizzled/drizzled_error_messages.h:61
2766
msgid "Can't lock file (errno: %d)"
2769
#: drizzled/drizzled_error_messages.h:63
2771
msgid "Can't open file: '%-.200s' (errno: %d)"
2774
#: drizzled/drizzled_error_messages.h:65
2776
msgid "Can't find file: '%-.200s' (errno: %d)"
2779
#: drizzled/drizzled_error_messages.h:67
2781
msgid "Can't read dir of '%-.192s' (errno: %d)"
2784
#: drizzled/drizzled_error_messages.h:69
2786
msgid "Can't change dir to '%-.192s' (errno: %d)"
2789
#: drizzled/drizzled_error_messages.h:71
2791
msgid "Record has changed since last read in table '%-.192s'"
2794
#: drizzled/drizzled_error_messages.h:73
2796
msgid "Disk full (%s); waiting for someone to free some space..."
2799
#: drizzled/drizzled_error_messages.h:75
2801
msgid "Can't write; duplicate key in table '%-.192s'"
2804
#: drizzled/drizzled_error_messages.h:77
2806
msgid "Error on close of '%-.192s' (errno: %d)"
2809
#: drizzled/drizzled_error_messages.h:79
2811
msgid "Error reading file '%-.200s' (errno: %d)"
2814
#: drizzled/drizzled_error_messages.h:81
2816
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2819
#: drizzled/drizzled_error_messages.h:83
2821
msgid "Error writing file '%-.200s' (errno: %d)"
2824
#: drizzled/drizzled_error_messages.h:85
2826
msgid "'%-.192s' is locked against change"
2829
#: drizzled/drizzled_error_messages.h:87
2830
msgid "Sort aborted"
2833
#: drizzled/drizzled_error_messages.h:89
2835
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2838
#: drizzled/drizzled_error_messages.h:91
2840
msgid "Got error %d from storage engine"
2843
#: drizzled/drizzled_error_messages.h:93
2845
msgid "Table storage engine for '%-.192s' doesn't have this option"
2848
#: drizzled/drizzled_error_messages.h:95
2850
msgid "Can't find record in '%-.192s'"
2853
#: drizzled/drizzled_error_messages.h:97
2855
msgid "Incorrect information in file: '%-.200s'"
2858
#: drizzled/drizzled_error_messages.h:99
2860
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2863
#: drizzled/drizzled_error_messages.h:101
2865
msgid "Old key file for table '%-.192s'; repair it!"
2868
#: drizzled/drizzled_error_messages.h:103
2870
msgid "Table '%-.192s' is read only"
2873
#: drizzled/drizzled_error_messages.h:105
2875
msgid "Out of memory; restart server and try again (needed %d bytes)"
2878
#: drizzled/drizzled_error_messages.h:107
2879
msgid "Out of sort memory; increase server sort buffer size"
2882
#: drizzled/drizzled_error_messages.h:109
2884
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2887
#: drizzled/drizzled_error_messages.h:111
2888
msgid "Too many connections"
2891
#: drizzled/drizzled_error_messages.h:113
2893
"Out of memory; check if mysqld or some other process uses all available "
2894
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
2895
"memory or you can add more swap space"
2898
#: drizzled/drizzled_error_messages.h:115
2899
msgid "Can't get hostname for your address"
2902
#: drizzled/drizzled_error_messages.h:117
2903
msgid "Bad handshake"
2906
#: drizzled/drizzled_error_messages.h:119
2908
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2911
#: drizzled/drizzled_error_messages.h:121
2913
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2916
#: drizzled/drizzled_error_messages.h:123
2917
msgid "No database selected"
2920
#: drizzled/drizzled_error_messages.h:125
2921
msgid "Unknown command"
2924
#: drizzled/drizzled_error_messages.h:127
2926
msgid "Column '%-.192s' cannot be null"
2929
#: drizzled/drizzled_error_messages.h:129
2931
msgid "Unknown database '%-.192s'"
2934
#: drizzled/drizzled_error_messages.h:131
2936
msgid "Table '%-.192s' already exists"
2939
#: drizzled/drizzled_error_messages.h:133
2941
msgid "Unknown table '%-.100s'"
2944
#: drizzled/drizzled_error_messages.h:135
2946
msgid "Column '%-.192s' in %-.192s is ambiguous"
2949
#: drizzled/drizzled_error_messages.h:137
2950
msgid "Server shutdown in progress"
2953
#: drizzled/drizzled_error_messages.h:139
2955
msgid "Unknown column '%-.192s' in '%-.192s'"
2958
#: drizzled/drizzled_error_messages.h:141
2960
msgid "'%-.192s' isn't in GROUP BY"
2963
#: drizzled/drizzled_error_messages.h:143
2965
msgid "Can't group on '%-.192s'"
2968
#: drizzled/drizzled_error_messages.h:145
2969
msgid "Statement has sum functions and columns in same statement"
2972
#: drizzled/drizzled_error_messages.h:147
2973
msgid "Column count doesn't match value count"
2976
#: drizzled/drizzled_error_messages.h:149
2978
msgid "Identifier name '%-.100s' is too long"
2981
#: drizzled/drizzled_error_messages.h:151
2983
msgid "Duplicate column name '%-.192s'"
2986
#: drizzled/drizzled_error_messages.h:153
2988
msgid "Duplicate key name '%-.192s'"
2991
#: drizzled/drizzled_error_messages.h:155
2993
msgid "Duplicate entry '%-.192s' for key %d"
2996
#: drizzled/drizzled_error_messages.h:157
2998
msgid "Incorrect column specifier for column '%-.192s'"
3001
#: drizzled/drizzled_error_messages.h:159
3003
msgid "%s near '%-.80s' at line %d"
3006
#: drizzled/drizzled_error_messages.h:161
3007
msgid "Query was empty"
3010
#: drizzled/drizzled_error_messages.h:163
3012
msgid "Not unique table/alias: '%-.192s'"
3015
#: drizzled/drizzled_error_messages.h:165
3017
msgid "Invalid default value for '%-.192s'"
3020
#: drizzled/drizzled_error_messages.h:167
3021
msgid "Multiple primary key defined"
3024
#: drizzled/drizzled_error_messages.h:169
3026
msgid "Too many keys specified; max %d keys allowed"
3029
#: drizzled/drizzled_error_messages.h:171
3031
msgid "Too many key parts specified; max %d parts allowed"
3034
#: drizzled/drizzled_error_messages.h:173
3036
msgid "Specified key was too long; max key length is %d bytes"
3039
#: drizzled/drizzled_error_messages.h:175
3041
msgid "Key column '%-.192s' doesn't exist in table"
3044
#: drizzled/drizzled_error_messages.h:177
3047
"BLOB column '%-.192s' can't be used in key specification with the used table "
3051
#: drizzled/drizzled_error_messages.h:179
3054
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
3058
#: drizzled/drizzled_error_messages.h:181
3060
"Incorrect table definition; there can be only one auto column and it must be "
3064
#: drizzled/drizzled_error_messages.h:183
3067
"%s: ready for connections.\n"
3068
"Version: '%s' socket: '%s' port: %d"
3071
#: drizzled/drizzled_error_messages.h:185
3073
msgid "%s: Normal shutdown\n"
3076
#: drizzled/drizzled_error_messages.h:187
3078
msgid "%s: Got signal %d. Aborting!\n"
3081
#: drizzled/drizzled_error_messages.h:189
3083
msgid "%s: Shutdown complete\n"
3086
#: drizzled/drizzled_error_messages.h:191
3088
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
3091
#: drizzled/drizzled_error_messages.h:193
3092
msgid "Can't create IP socket"
3095
#: drizzled/drizzled_error_messages.h:195
3098
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
3102
#: drizzled/drizzled_error_messages.h:197
3103
msgid "Field separator argument is not what is expected; check the manual"
3106
#: drizzled/drizzled_error_messages.h:199
3108
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
3111
#: drizzled/drizzled_error_messages.h:201
3114
"The file '%-.128s' must be in the database directory or be readable by all"
3117
#: drizzled/drizzled_error_messages.h:203
3119
msgid "File '%-.200s' already exists"
3122
#: drizzled/drizzled_error_messages.h:205
3124
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
3127
#: drizzled/drizzled_error_messages.h:207
3129
msgid "Records: %ld Duplicates: %ld"
3132
#: drizzled/drizzled_error_messages.h:209
3134
"Incorrect prefix key; the used key part isn't a string, the used length is "
3135
"longer than the key part, or the storage engine doesn't support unique "
3139
#: drizzled/drizzled_error_messages.h:211
3140
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
3143
#: drizzled/drizzled_error_messages.h:213
3145
msgid "Can't DROP '%-.192s'; check that column/key exists"
3148
#: drizzled/drizzled_error_messages.h:215
3150
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
3153
#: drizzled/drizzled_error_messages.h:217
3155
msgid "You can't specify target table '%-.192s' for update in FROM clause"
3158
#: drizzled/drizzled_error_messages.h:219
3160
msgid "Unknown thread id: %lu"
3163
#: drizzled/drizzled_error_messages.h:221
3165
msgid "You are not owner of thread %lu"
3168
#: drizzled/drizzled_error_messages.h:223
3169
msgid "No tables used"
3172
#: drizzled/drizzled_error_messages.h:225
3174
msgid "Too many strings for column %-.192s and SET"
3177
#: drizzled/drizzled_error_messages.h:227
3179
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
3182
#: drizzled/drizzled_error_messages.h:229
3184
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3187
#: drizzled/drizzled_error_messages.h:231
3189
msgid "Table '%-.192s' was not locked with LOCK TABLES"
3192
#: drizzled/drizzled_error_messages.h:233
3194
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
3197
#: drizzled/drizzled_error_messages.h:235
3199
msgid "Incorrect database name '%-.100s'"
3202
#: drizzled/drizzled_error_messages.h:237
3204
msgid "Incorrect table name '%-.100s'"
3207
#: drizzled/drizzled_error_messages.h:239
3209
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
3210
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
3213
#: drizzled/drizzled_error_messages.h:241
3214
msgid "Unknown error"
3217
#: drizzled/drizzled_error_messages.h:243
3219
msgid "Unknown procedure '%-.192s'"
3222
#: drizzled/drizzled_error_messages.h:245
3224
msgid "Incorrect parameter count to procedure '%-.192s'"
3227
#: drizzled/drizzled_error_messages.h:247
3229
msgid "Incorrect parameters to procedure '%-.192s'"
3232
#: drizzled/drizzled_error_messages.h:249
3234
msgid "Unknown table '%-.192s' in %-.32s"
3237
#: drizzled/drizzled_error_messages.h:251
3239
msgid "Column '%-.192s' specified twice"
3242
#: drizzled/drizzled_error_messages.h:253
3243
msgid "Invalid use of group function"
3246
#: drizzled/drizzled_error_messages.h:255
3249
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
3252
#: drizzled/drizzled_error_messages.h:257
3253
msgid "A table must have at least 1 column"
3256
#: drizzled/drizzled_error_messages.h:259
3258
msgid "The table '%-.192s' is full"
3261
#: drizzled/drizzled_error_messages.h:261
3263
msgid "Unknown character set: '%-.64s'"
3266
#: drizzled/drizzled_error_messages.h:263
3268
msgid "Too many tables; MySQL can only use %d tables in a join"
3271
#: drizzled/drizzled_error_messages.h:265
3272
msgid "Too many columns"
3275
#: drizzled/drizzled_error_messages.h:267
3278
"Row size too large. The maximum row size for the used table type, not "
3279
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
3282
#: drizzled/drizzled_error_messages.h:269
3285
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
3286
"thread_stack=#' to specify a bigger stack if needed"
3289
#: drizzled/drizzled_error_messages.h:271
3290
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
3293
#: drizzled/drizzled_error_messages.h:273
3296
"Table handler doesn't support NULL in given index. Please change column "
3297
"'%-.192s' to be NOT NULL or use another handler"
3300
#: drizzled/drizzled_error_messages.h:275
3302
msgid "Can't load function '%-.192s'"
3305
#: drizzled/drizzled_error_messages.h:277
3307
msgid "Can't initialize function '%-.192s'; %-.80s"
3310
#: drizzled/drizzled_error_messages.h:279
3311
msgid "No paths allowed for shared library"
3314
#: drizzled/drizzled_error_messages.h:281
3316
msgid "Function '%-.192s' already exists"
3319
#: drizzled/drizzled_error_messages.h:283
3321
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3324
#: drizzled/drizzled_error_messages.h:285
3326
msgid "Can't find symbol '%-.128s' in library"
3329
#: drizzled/drizzled_error_messages.h:287
3331
msgid "Function '%-.192s' is not defined"
3334
#: drizzled/drizzled_error_messages.h:289
3337
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3338
"'mysqladmin flush-hosts'"
3341
#: drizzled/drizzled_error_messages.h:291
3343
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3346
#: drizzled/drizzled_error_messages.h:293
3348
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3349
"to change passwords"
3352
#: drizzled/drizzled_error_messages.h:295
3354
"You must have privileges to update tables in the mysql database to be able "
3355
"to change passwords for others"
3358
#: drizzled/drizzled_error_messages.h:297
3359
msgid "Can't find any matching row in the user table"
3362
#: drizzled/drizzled_error_messages.h:299
3364
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
3367
#: drizzled/drizzled_error_messages.h:301
3370
"Can't create a new thread (errno %d); if you are not out of available "
3371
"memory, you can consult the manual for a possible OS-dependent bug"
3374
#: drizzled/drizzled_error_messages.h:303
3376
msgid "Column count doesn't match value count at row %ld"
3379
#: drizzled/drizzled_error_messages.h:305
3381
msgid "Can't reopen table: '%-.192s'"
3384
#: drizzled/drizzled_error_messages.h:307
3385
msgid "Invalid use of NULL value"
3388
#: drizzled/drizzled_error_messages.h:309
3390
msgid "Got error '%-.64s' from regexp"
3393
#: drizzled/drizzled_error_messages.h:311
3395
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3396
"illegal if there is no GROUP BY clause"
3399
#: drizzled/drizzled_error_messages.h:313
3401
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3404
#: drizzled/drizzled_error_messages.h:315
3406
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3409
#: drizzled/drizzled_error_messages.h:317
3412
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3416
#: drizzled/drizzled_error_messages.h:319
3418
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3419
"privileges can be used"
3422
#: drizzled/drizzled_error_messages.h:321
3423
msgid "The host or user argument to GRANT is too long"
3426
#: drizzled/drizzled_error_messages.h:323
3428
msgid "Table '%-.192s.%-.192s' doesn't exist"
3431
#: drizzled/drizzled_error_messages.h:325
3434
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3438
#: drizzled/drizzled_error_messages.h:327
3439
msgid "The used command is not allowed with this MySQL version"
3442
#: drizzled/drizzled_error_messages.h:329
3444
"You have an error in your SQL syntax; check the manual that corresponds to "
3445
"your MySQL server version for the right syntax to use"
3448
#: drizzled/drizzled_error_messages.h:331
3450
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3453
#: drizzled/drizzled_error_messages.h:333
3454
msgid "Too many delayed threads in use"
3457
#: drizzled/drizzled_error_messages.h:335
3459
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3462
#: drizzled/drizzled_error_messages.h:337
3463
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3466
#: drizzled/drizzled_error_messages.h:339
3467
msgid "Got a read error from the connection pipe"
3470
#: drizzled/drizzled_error_messages.h:341
3471
msgid "Got an error from fcntl()"
3474
#: drizzled/drizzled_error_messages.h:343
3475
msgid "Got packets out of order"
3478
#: drizzled/drizzled_error_messages.h:355
3479
msgid "Result string is longer than 'max_allowed_packet' bytes"
3482
#: drizzled/drizzled_error_messages.h:357
3483
msgid "The used table type doesn't support BLOB/TEXT columns"
3486
#: drizzled/drizzled_error_messages.h:359
3487
msgid "The used table type doesn't support AUTO_INCREMENT columns"
3490
#: drizzled/drizzled_error_messages.h:361
3493
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3497
#: drizzled/drizzled_error_messages.h:363
3499
msgid "Incorrect column name '%-.100s'"
3502
#: drizzled/drizzled_error_messages.h:365
3504
msgid "The used storage engine can't index column '%-.192s'"
3507
#: drizzled/drizzled_error_messages.h:367
3509
"Unable to open underlying table which is differently defined or of non-"
3510
"MyISAM type or doesn't exist"
3513
#: drizzled/drizzled_error_messages.h:369
3515
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3518
#: drizzled/drizzled_error_messages.h:371
3521
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3524
#: drizzled/drizzled_error_messages.h:373
3526
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3530
#: drizzled/drizzled_error_messages.h:375
3531
msgid "Result consisted of more than one row"
3534
#: drizzled/drizzled_error_messages.h:377
3535
msgid "This table type requires a primary key"
3538
#: drizzled/drizzled_error_messages.h:379
3539
msgid "This version of MySQL is not compiled with RAID support"
3542
#: drizzled/drizzled_error_messages.h:381
3544
"You are using safe update mode and you tried to update a table without a "
3545
"WHERE that uses a KEY column"
3548
#: drizzled/drizzled_error_messages.h:383
3550
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
3553
#: drizzled/drizzled_error_messages.h:385
3554
msgid "Can't open table"
3557
#: drizzled/drizzled_error_messages.h:387
3559
msgid "The storage engine for the table doesn't support %s"
3562
#: drizzled/drizzled_error_messages.h:389
3563
msgid "You are not allowed to execute this command in a transaction"
3566
#: drizzled/drizzled_error_messages.h:391
3568
msgid "Got error %d during COMMIT"
3571
#: drizzled/drizzled_error_messages.h:393
3573
msgid "Got error %d during ROLLBACK"
3576
#: drizzled/drizzled_error_messages.h:395
3578
msgid "Got error %d during FLUSH_LOGS"
3581
#: drizzled/drizzled_error_messages.h:397
3583
msgid "Got error %d during CHECKPOINT"
3586
#: drizzled/drizzled_error_messages.h:399
3589
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
3593
#: drizzled/drizzled_error_messages.h:401
3594
msgid "The storage engine for the table does not support binary table dump"
3597
#: drizzled/drizzled_error_messages.h:403
3598
msgid "Binlog closed, cannot RESET MASTER"
3601
#: drizzled/drizzled_error_messages.h:405
3603
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3606
#: drizzled/drizzled_error_messages.h:407
3608
msgid "Error from master: '%-.64s'"
3611
#: drizzled/drizzled_error_messages.h:409
3612
msgid "Net error reading from master"
3615
#: drizzled/drizzled_error_messages.h:411
3616
msgid "Net error writing to master"
3619
#: drizzled/drizzled_error_messages.h:413
3620
msgid "Can't find FULLTEXT index matching the column list"
3623
#: drizzled/drizzled_error_messages.h:415
3625
"Can't execute the given command because you have active locked tables or an "
3626
"active transaction"
3629
#: drizzled/drizzled_error_messages.h:417
3631
msgid "Unknown system variable '%-.64s'"
3634
#: drizzled/drizzled_error_messages.h:419
3636
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3639
#: drizzled/drizzled_error_messages.h:421
3642
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3645
#: drizzled/drizzled_error_messages.h:423
3646
msgid "Some non-transactional changed tables couldn't be rolled back"
3649
#: drizzled/drizzled_error_messages.h:425
3651
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3652
"of storage; increase this mysqld variable and try again"
3655
#: drizzled/drizzled_error_messages.h:427
3657
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3660
#: drizzled/drizzled_error_messages.h:429
3662
"This operation requires a running slave; configure slave and do START SLAVE"
3665
#: drizzled/drizzled_error_messages.h:431
3666
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3669
#: drizzled/drizzled_error_messages.h:433
3671
"Could not initialize master info structure; more error messages can be found "
3672
"in the MySQL error log"
3675
#: drizzled/drizzled_error_messages.h:435
3676
msgid "Could not create slave thread; check system resources"
3679
#: drizzled/drizzled_error_messages.h:437
3682
"User %-.64s already has more than 'max_user_connections' active connections"
3685
#: drizzled/drizzled_error_messages.h:439
3686
msgid "You may only use constant expressions with SET"
3689
#: drizzled/drizzled_error_messages.h:441
3690
msgid "Lock wait timeout exceeded; try restarting transaction"
3693
#: drizzled/drizzled_error_messages.h:443
3694
msgid "The total number of locks exceeds the lock table size"
3697
#: drizzled/drizzled_error_messages.h:445
3698
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3701
#: drizzled/drizzled_error_messages.h:447
3702
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3705
#: drizzled/drizzled_error_messages.h:449
3706
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3709
#: drizzled/drizzled_error_messages.h:451
3711
msgid "Incorrect arguments to %s"
3714
#: drizzled/drizzled_error_messages.h:453
3716
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3719
#: drizzled/drizzled_error_messages.h:455
3721
"Incorrect table definition; all MERGE tables must be in the same database"
3724
#: drizzled/drizzled_error_messages.h:457
3725
msgid "Deadlock found when trying to get lock; try restarting transaction"
3728
#: drizzled/drizzled_error_messages.h:459
3729
msgid "The used table type doesn't support FULLTEXT indexes"
3732
#: drizzled/drizzled_error_messages.h:461
3733
msgid "Cannot add foreign key constraint"
3736
#: drizzled/drizzled_error_messages.h:463
3737
msgid "Cannot add or update a child row: a foreign key constraint fails"
3740
#: drizzled/drizzled_error_messages.h:465
3741
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
3744
#: drizzled/drizzled_error_messages.h:467
3746
msgid "Error connecting to master: %-.128s"
3749
#: drizzled/drizzled_error_messages.h:469
3751
msgid "Error running query on master: %-.128s"
3754
#: drizzled/drizzled_error_messages.h:471
3756
msgid "Error when executing command %s: %-.128s"
3759
#: drizzled/drizzled_error_messages.h:473
3761
msgid "Incorrect usage of %s and %s"
3764
#: drizzled/drizzled_error_messages.h:475
3765
msgid "The used SELECT statements have a different number of columns"
3768
#: drizzled/drizzled_error_messages.h:477
3769
msgid "Can't execute the query because you have a conflicting read lock"
3772
#: drizzled/drizzled_error_messages.h:479
3773
msgid "Mixing of transactional and non-transactional tables is disabled"
3776
#: drizzled/drizzled_error_messages.h:481
3778
msgid "Option '%s' used twice in statement"
3781
#: drizzled/drizzled_error_messages.h:483
3783
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3786
#: drizzled/drizzled_error_messages.h:485
3788
msgid "Access denied; you need the %-.128s privilege for this operation"
3791
#: drizzled/drizzled_error_messages.h:487
3794
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3797
#: drizzled/drizzled_error_messages.h:489
3800
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3803
#: drizzled/drizzled_error_messages.h:491
3805
msgid "Variable '%-.64s' doesn't have a default value"
3808
#: drizzled/drizzled_error_messages.h:493
3810
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
3813
#: drizzled/drizzled_error_messages.h:495
3815
msgid "Incorrect argument type to variable '%-.64s'"
3818
#: drizzled/drizzled_error_messages.h:497
3820
msgid "Variable '%-.64s' can only be set, not read"
3823
#: drizzled/drizzled_error_messages.h:499
3825
msgid "Incorrect usage/placement of '%s'"
3828
#: drizzled/drizzled_error_messages.h:501
3830
msgid "This version of MySQL doesn't yet support '%s'"
3833
#: drizzled/drizzled_error_messages.h:503
3836
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3839
#: drizzled/drizzled_error_messages.h:505
3840
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3843
#: drizzled/drizzled_error_messages.h:507
3845
msgid "Variable '%-.192s' is a %s variable"
3848
#: drizzled/drizzled_error_messages.h:509
3850
msgid "Incorrect foreign key definition for '%-.192s': %s"
3853
#: drizzled/drizzled_error_messages.h:511
3854
msgid "Key reference and table reference don't match"
3857
#: drizzled/drizzled_error_messages.h:513
3859
msgid "Operand should contain %d column(s)"
3862
#: drizzled/drizzled_error_messages.h:515
3863
msgid "Subquery returns more than 1 row"
3866
#: drizzled/drizzled_error_messages.h:517
3868
msgid "Unknown prepared statement handler (%.*s) given to %s"
3871
#: drizzled/drizzled_error_messages.h:519
3872
msgid "Help database is corrupt or does not exist"
3875
#: drizzled/drizzled_error_messages.h:521
3876
msgid "Cyclic reference on subqueries"
3879
#: drizzled/drizzled_error_messages.h:523
3881
msgid "Converting column '%s' from %s to %s"
3884
#: drizzled/drizzled_error_messages.h:525
3886
msgid "Reference '%-.64s' not supported (%s)"
3889
#: drizzled/drizzled_error_messages.h:527
3890
msgid "Every derived table must have its own alias"
3893
#: drizzled/drizzled_error_messages.h:529
3895
msgid "Select %u was reduced during optimization"
3898
#: drizzled/drizzled_error_messages.h:531
3900
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3903
#: drizzled/drizzled_error_messages.h:533
3905
"Client does not support authentication protocol requested by server; "
3906
"consider upgrading MySQL client"
3909
#: drizzled/drizzled_error_messages.h:535
3910
msgid "All parts of a SPATIAL index must be NOT NULL"
3913
#: drizzled/drizzled_error_messages.h:537
3915
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3918
#: drizzled/drizzled_error_messages.h:539
3919
msgid "Slave is already running"
3922
#: drizzled/drizzled_error_messages.h:541
3923
msgid "Slave already has been stopped"
3926
#: drizzled/drizzled_error_messages.h:543
3929
"Uncompressed data size too large; the maximum size is %d (probably, length "
3930
"of uncompressed data was corrupted)"
3933
#: drizzled/drizzled_error_messages.h:545
3934
msgid "ZLIB: Not enough memory"
3937
#: drizzled/drizzled_error_messages.h:547
3939
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
3940
"data was corrupted)"
3943
#: drizzled/drizzled_error_messages.h:549
3944
msgid "ZLIB: Input data corrupted"
3947
#: drizzled/drizzled_error_messages.h:551
3949
msgid "%d line(s) were cut by GROUP_CONCAT()"
3952
#: drizzled/drizzled_error_messages.h:553
3954
msgid "Row %ld doesn't contain data for all columns"
3957
#: drizzled/drizzled_error_messages.h:555
3960
"Row %ld was truncated; it contained more data than there were input columns"
3963
#: drizzled/drizzled_error_messages.h:557
3966
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3969
#: drizzled/drizzled_error_messages.h:559
3971
msgid "Out of range value for column '%s' at row %ld"
3974
#: drizzled/drizzled_error_messages.h:561
3976
msgid "Data truncated for column '%s' at row %ld"
3979
#: drizzled/drizzled_error_messages.h:563
3981
msgid "Using storage engine %s for table '%s'"
3984
#: drizzled/drizzled_error_messages.h:565
3986
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3989
#: drizzled/drizzled_error_messages.h:567
3990
msgid "Cannot drop one or more of the requested users"
3993
#: drizzled/drizzled_error_messages.h:569
3994
msgid "Can't revoke all privileges for one or more of the requested users"
3997
#: drizzled/drizzled_error_messages.h:571
3999
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
4002
#: drizzled/drizzled_error_messages.h:573
4004
msgid "Illegal mix of collations for operation '%s'"
4007
#: drizzled/drizzled_error_messages.h:575
4010
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
4014
#: drizzled/drizzled_error_messages.h:577
4016
msgid "Unknown collation: '%-.64s'"
4019
#: drizzled/drizzled_error_messages.h:579
4021
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
4022
"compiled without SSL support; they can be used later if MySQL slave with SSL "
4026
#: drizzled/drizzled_error_messages.h:581
4029
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
4030
"old format; please change the password to the new format"
4033
#: drizzled/drizzled_error_messages.h:583
4036
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
4040
#: drizzled/drizzled_error_messages.h:585
4041
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
4044
#: drizzled/drizzled_error_messages.h:587
4046
"It is recommended to use --skip-slave-start when doing step-by-step "
4047
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
4048
"get an unexpected slave's mysqld restart"
4051
#: drizzled/drizzled_error_messages.h:589
4052
msgid "SQL thread is not to be started so UNTIL options are ignored"
4055
#: drizzled/drizzled_error_messages.h:591
4057
msgid "Incorrect index name '%-.100s'"
4060
#: drizzled/drizzled_error_messages.h:593
4062
msgid "Incorrect catalog name '%-.100s'"
4065
#: drizzled/drizzled_error_messages.h:595
4067
msgid "Query cache failed to set size %lu; new query cache size is %lu"
4070
#: drizzled/drizzled_error_messages.h:597
4072
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
4075
#: drizzled/drizzled_error_messages.h:599
4077
msgid "Unknown key cache '%-.100s'"
4080
#: drizzled/drizzled_error_messages.h:601
4082
"MySQL is started in --skip-name-resolve mode; you must restart it without "
4083
"this switch for this grant to work"
4086
#: drizzled/drizzled_error_messages.h:603
4088
msgid "Unknown table engine '%s'"
4091
#: drizzled/drizzled_error_messages.h:605
4093
msgid "'%s' is deprecated; use '%s' instead"
4096
#: drizzled/drizzled_error_messages.h:607
4098
msgid "The target table %-.100s of the %s is not updatable"
4101
#: drizzled/drizzled_error_messages.h:609
4104
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
4108
#: drizzled/drizzled_error_messages.h:611
4111
"The MySQL server is running with the %s option so it cannot execute this "
4115
#: drizzled/drizzled_error_messages.h:613
4117
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
4120
#: drizzled/drizzled_error_messages.h:615
4122
msgid "Truncated incorrect %-.32s value: '%-.128s'"
4125
#: drizzled/drizzled_error_messages.h:617
4127
"Incorrect table definition; there can be only one TIMESTAMP column with "
4128
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
4131
#: drizzled/drizzled_error_messages.h:619
4133
msgid "Invalid ON UPDATE clause for '%-.192s' column"
4136
#: drizzled/drizzled_error_messages.h:621
4137
msgid "This command is not supported in the prepared statement protocol yet"
4140
#: drizzled/drizzled_error_messages.h:623
4142
msgid "Got error %d '%-.100s' from %s"
4145
#: drizzled/drizzled_error_messages.h:625
4147
msgid "Got temporary error %d '%-.100s' from %s"
4150
#: drizzled/drizzled_error_messages.h:627
4152
msgid "Unknown or incorrect time zone: '%-.64s'"
4155
#: drizzled/drizzled_error_messages.h:629
4157
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
4160
#: drizzled/drizzled_error_messages.h:631
4162
msgid "Invalid %s character string: '%.64s'"
4165
#: drizzled/drizzled_error_messages.h:633
4167
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
4170
#: drizzled/drizzled_error_messages.h:635
4172
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4175
#: drizzled/drizzled_error_messages.h:637
4177
msgid "Can't create a %s from within another stored routine"
4180
#: drizzled/drizzled_error_messages.h:639
4182
msgid "%s %s already exists"
4185
#: drizzled/drizzled_error_messages.h:641
4187
msgid "%s %s does not exist"
4190
#: drizzled/drizzled_error_messages.h:643
4192
msgid "Failed to DROP %s %s"
4195
#: drizzled/drizzled_error_messages.h:645
4197
msgid "Failed to CREATE %s %s"
4200
#: drizzled/drizzled_error_messages.h:647
4202
msgid "%s with no matching label: %s"
4205
#: drizzled/drizzled_error_messages.h:649
4207
msgid "Redefining label %s"
4210
#: drizzled/drizzled_error_messages.h:651
4212
msgid "End-label %s without match"
4215
#: drizzled/drizzled_error_messages.h:653
4217
msgid "Referring to uninitialized variable %s"
4220
#: drizzled/drizzled_error_messages.h:655
4222
msgid "PROCEDURE %s can't return a result set in the given context"
4225
#: drizzled/drizzled_error_messages.h:657
4226
msgid "RETURN is only allowed in a FUNCTION"
4229
#: drizzled/drizzled_error_messages.h:659
4231
msgid "%s is not allowed in stored procedures"
4234
#: drizzled/drizzled_error_messages.h:661
4236
"The update log is deprecated and replaced by the binary log; SET "
4237
"SQL_LOG_UPDATE has been ignored"
4240
#: drizzled/drizzled_error_messages.h:663
4242
"The update log is deprecated and replaced by the binary log; SET "
4243
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4246
#: drizzled/drizzled_error_messages.h:665
4247
msgid "Query execution was interrupted"
4250
#: drizzled/drizzled_error_messages.h:667
4252
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4255
#: drizzled/drizzled_error_messages.h:669
4257
msgid "Undefined CONDITION: %s"
4260
#: drizzled/drizzled_error_messages.h:671
4262
msgid "No RETURN found in FUNCTION %s"
4265
#: drizzled/drizzled_error_messages.h:673
4267
msgid "FUNCTION %s ended without RETURN"
4270
#: drizzled/drizzled_error_messages.h:675
4271
msgid "Cursor statement must be a SELECT"
4274
#: drizzled/drizzled_error_messages.h:677
4275
msgid "Cursor SELECT must not have INTO"
4278
#: drizzled/drizzled_error_messages.h:679
4280
msgid "Undefined CURSOR: %s"
4283
#: drizzled/drizzled_error_messages.h:681
4284
msgid "Cursor is already open"
4287
#: drizzled/drizzled_error_messages.h:683
4288
msgid "Cursor is not open"
4291
#: drizzled/drizzled_error_messages.h:685
4293
msgid "Undeclared variable: %s"
4296
#: drizzled/drizzled_error_messages.h:687
4297
msgid "Incorrect number of FETCH variables"
4300
#: drizzled/drizzled_error_messages.h:689
4301
msgid "No data - zero rows fetched, selected, or processed"
4304
#: drizzled/drizzled_error_messages.h:691
4306
msgid "Duplicate parameter: %s"
4309
#: drizzled/drizzled_error_messages.h:693
4311
msgid "Duplicate variable: %s"
4314
#: drizzled/drizzled_error_messages.h:695
4316
msgid "Duplicate condition: %s"
4319
#: drizzled/drizzled_error_messages.h:697
4321
msgid "Duplicate cursor: %s"
4324
#: drizzled/drizzled_error_messages.h:699
4326
msgid "Failed to ALTER %s %s"
4329
#: drizzled/drizzled_error_messages.h:701
4330
msgid "Subquery value not supported"
4333
#: drizzled/drizzled_error_messages.h:703
4335
msgid "%s is not allowed in stored function or trigger"
4338
#: drizzled/drizzled_error_messages.h:705
4339
msgid "Variable or condition declaration after cursor or handler declaration"
4342
#: drizzled/drizzled_error_messages.h:707
4343
msgid "Cursor declaration after handler declaration"
4346
#: drizzled/drizzled_error_messages.h:709
4347
msgid "Case not found for CASE statement"
4350
#: drizzled/drizzled_error_messages.h:711
4352
msgid "Configuration file '%-.192s' is too big"
4355
#: drizzled/drizzled_error_messages.h:713
4357
msgid "Malformed file type header in file '%-.192s'"
4360
#: drizzled/drizzled_error_messages.h:715
4362
msgid "Unexpected end of file while parsing comment '%-.200s'"
4365
#: drizzled/drizzled_error_messages.h:717
4367
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4370
#: drizzled/drizzled_error_messages.h:719
4372
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4375
#: drizzled/drizzled_error_messages.h:721
4376
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4379
#: drizzled/drizzled_error_messages.h:723
4381
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4384
#: drizzled/drizzled_error_messages.h:725
4386
msgid "'%-.192s.%-.192s' is not %s"
4389
#: drizzled/drizzled_error_messages.h:727
4391
msgid "Column '%-.192s' is not updatable"
4394
#: drizzled/drizzled_error_messages.h:729
4395
msgid "View's SELECT contains a subquery in the FROM clause"
4398
#: drizzled/drizzled_error_messages.h:731
4400
msgid "View's SELECT contains a '%s' clause"
4403
#: drizzled/drizzled_error_messages.h:733
4404
msgid "View's SELECT contains a variable or parameter"
4407
#: drizzled/drizzled_error_messages.h:735
4409
msgid "View's SELECT refers to a temporary table '%-.192s'"
4412
#: drizzled/drizzled_error_messages.h:737
4413
msgid "View's SELECT and view's field list have different column counts"
4416
#: drizzled/drizzled_error_messages.h:739
4418
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4421
#: drizzled/drizzled_error_messages.h:741
4422
msgid "View being updated does not have complete key of underlying table in it"
4425
#: drizzled/drizzled_error_messages.h:743
4428
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4429
"(s) or definer/invoker of view lack rights to use them"
4432
#: drizzled/drizzled_error_messages.h:745
4434
msgid "Can't drop or alter a %s from within another stored routine"
4437
#: drizzled/drizzled_error_messages.h:747
4438
msgid "GOTO is not allowed in a stored procedure handler"
4441
#: drizzled/drizzled_error_messages.h:749
4442
msgid "Trigger already exists"
4445
#: drizzled/drizzled_error_messages.h:751
4446
msgid "Trigger does not exist"
4449
#: drizzled/drizzled_error_messages.h:753
4451
msgid "Trigger's '%-.192s' is view or temporary table"
4454
#: drizzled/drizzled_error_messages.h:755
4456
msgid "Updating of %s row is not allowed in %strigger"
4459
#: drizzled/drizzled_error_messages.h:757
4461
msgid "There is no %s row in %s trigger"
4464
#: drizzled/drizzled_error_messages.h:759
4466
msgid "Field '%-.192s' doesn't have a default value"
4469
#: drizzled/drizzled_error_messages.h:761
4470
msgid "Division by 0"
4473
#: drizzled/drizzled_error_messages.h:763
4475
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
4478
#: drizzled/drizzled_error_messages.h:765
4480
msgid "Illegal %s '%-.192s' value found during parsing"
4483
#: drizzled/drizzled_error_messages.h:767
4485
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4488
#: drizzled/drizzled_error_messages.h:769
4490
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4493
#: drizzled/drizzled_error_messages.h:771
4495
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4498
#: drizzled/drizzled_error_messages.h:773
4500
msgid "Failed purging old relay logs: %s"
4503
#: drizzled/drizzled_error_messages.h:775
4505
msgid "Password hash should be a %d-digit hexadecimal number"
4508
#: drizzled/drizzled_error_messages.h:777
4509
msgid "Target log not found in binlog index"
4512
#: drizzled/drizzled_error_messages.h:779
4513
msgid "I/O error reading log index file"
4516
#: drizzled/drizzled_error_messages.h:781
4517
msgid "Server configuration does not permit binlog purge"
4520
#: drizzled/drizzled_error_messages.h:783
4521
msgid "Failed on fseek()"
4524
#: drizzled/drizzled_error_messages.h:785
4525
msgid "Fatal error during log purge"
4528
#: drizzled/drizzled_error_messages.h:787
4529
msgid "A purgeable log is in use, will not purge"
4532
#: drizzled/drizzled_error_messages.h:789
4533
msgid "Unknown error during log purge"
4536
#: drizzled/drizzled_error_messages.h:791
4538
msgid "Failed initializing relay log position: %s"
4541
#: drizzled/drizzled_error_messages.h:793
4542
msgid "You are not using binary logging"
4545
#: drizzled/drizzled_error_messages.h:795
4548
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4551
#: drizzled/drizzled_error_messages.h:797
4552
msgid "WSAStartup Failed"
4555
#: drizzled/drizzled_error_messages.h:799
4556
msgid "Can't handle procedures with different groups yet"
4559
#: drizzled/drizzled_error_messages.h:801
4560
msgid "Select must have a group with this procedure"
4563
#: drizzled/drizzled_error_messages.h:803
4564
msgid "Can't use ORDER clause with this procedure"
4567
#: drizzled/drizzled_error_messages.h:805
4569
msgid "Binary logging and replication forbid changing the global server %s"
4572
#: drizzled/drizzled_error_messages.h:807
4574
msgid "Can't map file: %-.200s, errno: %d"
4577
#: drizzled/drizzled_error_messages.h:809
4579
msgid "Wrong magic in %-.64s"
4582
#: drizzled/drizzled_error_messages.h:811
4583
msgid "Prepared statement contains too many placeholders"
4586
#: drizzled/drizzled_error_messages.h:813
4588
msgid "Key part '%-.192s' length cannot be 0"
4591
#: drizzled/drizzled_error_messages.h:815
4592
msgid "View text checksum failed"
4595
#: drizzled/drizzled_error_messages.h:817
4598
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4601
#: drizzled/drizzled_error_messages.h:819
4603
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4606
#: drizzled/drizzled_error_messages.h:821
4608
msgid "Can not delete from join view '%-.192s.%-.192s'"
4611
#: drizzled/drizzled_error_messages.h:823
4613
msgid "Operation %s failed for %.256s"
4616
#: drizzled/drizzled_error_messages.h:825
4617
msgid "XAER_NOTA: Unknown XID"
4620
#: drizzled/drizzled_error_messages.h:827
4621
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4624
#: drizzled/drizzled_error_messages.h:829
4627
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4631
#: drizzled/drizzled_error_messages.h:831
4632
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4635
#: drizzled/drizzled_error_messages.h:833
4637
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4641
#: drizzled/drizzled_error_messages.h:835
4642
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4645
#: drizzled/drizzled_error_messages.h:837
4648
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4652
#: drizzled/drizzled_error_messages.h:839
4653
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4656
#: drizzled/drizzled_error_messages.h:841
4657
msgid "Failed to revoke all privileges to dropped routine"
4660
#: drizzled/drizzled_error_messages.h:843
4662
msgid "Data too long for column '%s' at row %ld"
4665
#: drizzled/drizzled_error_messages.h:845
4667
msgid "Bad SQLSTATE: '%s'"
4670
#: drizzled/drizzled_error_messages.h:847
4673
"%s: ready for connections.\n"
4674
"Version: '%s' socket: '%s' port: %d %s"
4677
#: drizzled/drizzled_error_messages.h:849
4678
msgid "Can't load value from file with fixed size rows to variable"
4681
#: drizzled/drizzled_error_messages.h:851
4682
msgid "You are not allowed to create a user with GRANT"
4685
#: drizzled/drizzled_error_messages.h:853
4687
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4690
#: drizzled/drizzled_error_messages.h:855
4691
msgid "Table definition has changed, please retry transaction"
4694
#: drizzled/drizzled_error_messages.h:857
4695
msgid "Duplicate handler declared in the same block"
4698
#: drizzled/drizzled_error_messages.h:859
4701
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4702
"variable in BEFORE trigger"
4705
#: drizzled/drizzled_error_messages.h:861
4707
msgid "Not allowed to return a result set from a %s"
4710
#: drizzled/drizzled_error_messages.h:863
4711
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
4714
#: drizzled/drizzled_error_messages.h:865
4716
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4717
"declaration and binary logging is enabled; if non-transactional tables were "
4718
"updated, the binary log will miss their changes"
4721
#: drizzled/drizzled_error_messages.h:867
4723
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4724
"declaration and binary logging is enabled (you *might* want to use the less "
4725
"safe log_bin_trust_function_creators variable)"
4728
#: drizzled/drizzled_error_messages.h:869
4730
"You do not have the SUPER privilege and binary logging is enabled (you "
4731
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4734
#: drizzled/drizzled_error_messages.h:871
4736
"You can't execute a prepared statement which has an open cursor associated "
4737
"with it. Reset the statement to re-execute it."
4740
#: drizzled/drizzled_error_messages.h:873
4742
msgid "The statement (%lu) has no open cursor."
4745
#: drizzled/drizzled_error_messages.h:875
4747
"Explicit or implicit commit is not allowed in stored function or trigger."
4750
#: drizzled/drizzled_error_messages.h:877
4753
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4756
#: drizzled/drizzled_error_messages.h:879
4757
msgid "Recursive stored functions and triggers are not allowed."
4760
#: drizzled/drizzled_error_messages.h:881
4762
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
4765
#: drizzled/drizzled_error_messages.h:883
4767
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
4770
#: drizzled/drizzled_error_messages.h:885
4773
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4777
#: drizzled/drizzled_error_messages.h:887
4779
"You can't combine write-locking of system tables with other tables or lock "
4783
#: drizzled/drizzled_error_messages.h:889
4785
msgid "Unable to connect to foreign data source: %.64s"
4788
#: drizzled/drizzled_error_messages.h:891
4791
"There was a problem processing the query on the foreign data source. Data "
4792
"source error: %-.64s"
4795
#: drizzled/drizzled_error_messages.h:893
4798
"The foreign data source you are trying to reference does not exist. Data "
4799
"source error: %-.64s"
4802
#: drizzled/drizzled_error_messages.h:895
4805
"Can't create federated table. The data source connection string '%-.64s' is "
4806
"not in the correct format"
4809
#: drizzled/drizzled_error_messages.h:897
4811
msgid "The data source connection string '%-.64s' is not in the correct format"
4814
#: drizzled/drizzled_error_messages.h:899
4816
msgid "Can't create federated table. Foreign data src error: %-.64s"
4819
#: drizzled/drizzled_error_messages.h:901
4820
msgid "Trigger in wrong schema"
4823
#: drizzled/drizzled_error_messages.h:903
4826
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
4827
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
4830
#: drizzled/drizzled_error_messages.h:905
4832
msgid "Routine body for '%-.100s' is too long"
4835
#: drizzled/drizzled_error_messages.h:907
4836
msgid "Cannot drop default keycache"
4839
#: drizzled/drizzled_error_messages.h:909
4841
msgid "Display width out of range for column '%-.192s' (max = %d)"
4844
#: drizzled/drizzled_error_messages.h:911
4845
msgid "XAER_DUPID: The XID already exists"
4848
#: drizzled/drizzled_error_messages.h:913
4850
msgid "Datetime function: %-.32s field overflow"
4853
#: drizzled/drizzled_error_messages.h:915
4856
"Can't update table '%-.192s' in stored function/trigger because it is "
4857
"already used by statement which invoked this stored function/trigger."
4860
#: drizzled/drizzled_error_messages.h:917
4863
"The definition of table '%-.192s' prevents operation %.192s on table "
4867
#: drizzled/drizzled_error_messages.h:919
4869
"The prepared statement contains a stored routine call that refers to that "
4870
"same statement. It's not allowed to execute a prepared statement in such a "
4874
#: drizzled/drizzled_error_messages.h:921
4875
msgid "Not allowed to set autocommit from a stored function or trigger"
4878
#: drizzled/drizzled_error_messages.h:923
4879
msgid "Definer is not fully qualified"
4882
#: drizzled/drizzled_error_messages.h:925
4885
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4886
"Current user is used as definer. Please recreate the view!"
4889
#: drizzled/drizzled_error_messages.h:927
4892
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4896
#: drizzled/drizzled_error_messages.h:929
4898
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4901
#: drizzled/drizzled_error_messages.h:931
4903
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4906
#: drizzled/drizzled_error_messages.h:933
4909
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4912
#: drizzled/drizzled_error_messages.h:935
4915
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4918
#: drizzled/drizzled_error_messages.h:937
4920
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4923
#: drizzled/drizzled_error_messages.h:939
4926
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4927
"activated under the authorization of the invoker, which may have "
4928
"insufficient privileges. Please recreate the trigger."
4931
#: drizzled/drizzled_error_messages.h:941
4933
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4936
#: drizzled/drizzled_error_messages.h:943
4939
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4940
"exceeded for routine %.192s"
4943
#: drizzled/drizzled_error_messages.h:945
4946
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
4947
"contains bad data (internal code %d)"
4950
#: drizzled/drizzled_error_messages.h:947
4952
msgid "Incorrect routine name '%-.192s'"
4955
#: drizzled/drizzled_error_messages.h:949
4957
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4960
#: drizzled/drizzled_error_messages.h:951
4961
msgid "AGGREGATE is not supported for stored functions"
4964
#: drizzled/drizzled_error_messages.h:953
4967
"Can't create more than max_prepared_stmt_count statements (current value: %"
4971
#: drizzled/drizzled_error_messages.h:955
4973
msgid "`%-.192s`.`%-.192s` contains view recursion"
4976
#: drizzled/drizzled_error_messages.h:957
4978
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
4981
#: drizzled/drizzled_error_messages.h:959
4982
msgid "The used table type doesn't support SPATIAL indexes"
4985
#: drizzled/drizzled_error_messages.h:961
4986
msgid "Triggers can not be created on system tables"
4989
#: drizzled/drizzled_error_messages.h:963
4991
msgid "Leading spaces are removed from name '%s'"
4994
#: drizzled/drizzled_error_messages.h:965
4995
msgid "Failed to read auto-increment value from storage engine"
4998
#: drizzled/drizzled_error_messages.h:967
5002
#: drizzled/drizzled_error_messages.h:969
5006
#: drizzled/drizzled_error_messages.h:971
5008
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
5011
#: drizzled/drizzled_error_messages.h:973
5013
msgid "The target table %-.100s of the %s is not insertable-into"
5016
#: drizzled/drizzled_error_messages.h:975
5019
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
5022
#: drizzled/drizzled_error_messages.h:977
5023
msgid "Too high level of nesting for select"
5026
#: drizzled/drizzled_error_messages.h:979
5028
msgid "Name '%-.64s' has become ''"
5031
#: drizzled/drizzled_error_messages.h:981
5033
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
5034
"optional and non-empty FIELDS ENCLOSED BY"
5037
#: drizzled/drizzled_error_messages.h:983
5039
msgid "The foreign server, %s, you are trying to create already exists."
5042
#: drizzled/drizzled_error_messages.h:985
5045
"The foreign server name you are trying to reference does not exist. Data "
5046
"source error: %-.64s"
5049
#: drizzled/drizzled_error_messages.h:987
5052
"Table storage engine '%-.64s' does not support the create option '%.64s'"
5055
#: drizzled/drizzled_error_messages.h:989
5058
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
5062
#: drizzled/drizzled_error_messages.h:991
5064
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
5067
#: drizzled/drizzled_error_messages.h:993
5068
msgid "MAXVALUE can only be used in last partition definition"
5071
#: drizzled/drizzled_error_messages.h:995
5072
msgid "Subpartitions can only be hash partitions and by key"
5075
#: drizzled/drizzled_error_messages.h:997
5076
msgid "Must define subpartitions on all partitions if on one partition"
5079
#: drizzled/drizzled_error_messages.h:999
5080
msgid "Wrong number of partitions defined, mismatch with previous setting"
5083
#: drizzled/drizzled_error_messages.h:1001
5084
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
5087
#: drizzled/drizzled_error_messages.h:1003
5088
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
5091
#: drizzled/drizzled_error_messages.h:1005
5092
msgid "Expression in RANGE/LIST VALUES must be constant"
5095
#: drizzled/drizzled_error_messages.h:1007
5096
msgid "Field in list of fields for partition function not found in table"
5099
#: drizzled/drizzled_error_messages.h:1009
5100
msgid "List of fields is only allowed in KEY partitions"
5103
#: drizzled/drizzled_error_messages.h:1011
5105
"The partition info in the frm file is not consistent with what can be "
5106
"written into the frm file"
5109
#: drizzled/drizzled_error_messages.h:1013
5111
msgid "The %-.192s function returns the wrong type"
5114
#: drizzled/drizzled_error_messages.h:1015
5116
msgid "For %-.64s partitions each partition must be defined"
5119
#: drizzled/drizzled_error_messages.h:1017
5120
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
5123
#: drizzled/drizzled_error_messages.h:1019
5124
msgid "VALUES value must be of same type as partition function"
5127
#: drizzled/drizzled_error_messages.h:1021
5128
msgid "Multiple definition of same constant in list partitioning"
5131
#: drizzled/drizzled_error_messages.h:1023
5132
msgid "Partitioning can not be used stand-alone in query"
5135
#: drizzled/drizzled_error_messages.h:1025
5137
"The mix of handlers in the partitions is not allowed in this version of MySQL"
5140
#: drizzled/drizzled_error_messages.h:1027
5142
msgid "For the partitioned engine it is necessary to define all %-.64s"
5145
#: drizzled/drizzled_error_messages.h:1029
5146
msgid "Too many partitions (including subpartitions) were defined"
5149
#: drizzled/drizzled_error_messages.h:1031
5151
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
5152
"partitioning for subpartitioning"
5155
#: drizzled/drizzled_error_messages.h:1033
5156
msgid "Failed to create specific handler file"
5159
#: drizzled/drizzled_error_messages.h:1035
5160
msgid "A BLOB field is not allowed in partition function"
5163
#: drizzled/drizzled_error_messages.h:1037
5165
msgid "A %-.192s must include all columns in the table's partitioning function"
5168
#: drizzled/drizzled_error_messages.h:1039
5170
msgid "Number of %-.64s = 0 is not an allowed value"
5173
#: drizzled/drizzled_error_messages.h:1041
5174
msgid "Partition management on a not partitioned table is not possible"
5177
#: drizzled/drizzled_error_messages.h:1043
5179
"Foreign key condition is not yet supported in conjunction with partitioning"
5182
#: drizzled/drizzled_error_messages.h:1045
5184
msgid "Error in list of partitions to %-.64s"
5187
#: drizzled/drizzled_error_messages.h:1047
5188
msgid "Cannot remove all partitions, use DROP TABLE instead"
5191
#: drizzled/drizzled_error_messages.h:1049
5192
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5195
#: drizzled/drizzled_error_messages.h:1051
5197
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
5201
#: drizzled/drizzled_error_messages.h:1053
5203
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
5204
"tables using HASH PARTITIONs"
5207
#: drizzled/drizzled_error_messages.h:1055
5209
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5212
#: drizzled/drizzled_error_messages.h:1057
5213
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5216
#: drizzled/drizzled_error_messages.h:1059
5217
msgid "At least one partition must be added"
5220
#: drizzled/drizzled_error_messages.h:1061
5221
msgid "At least one partition must be coalesced"
5224
#: drizzled/drizzled_error_messages.h:1063
5225
msgid "More partitions to reorganise than there are partitions"
5228
#: drizzled/drizzled_error_messages.h:1065
5230
msgid "Duplicate partition name %-.192s"
5233
#: drizzled/drizzled_error_messages.h:1067
5234
msgid "It is not allowed to shut off binlog on this command"
5237
#: drizzled/drizzled_error_messages.h:1069
5238
msgid "When reorganising a set of partitions they must be in consecutive order"
5241
#: drizzled/drizzled_error_messages.h:1071
5243
"Reorganize of range partitions cannot change total ranges except for last "
5244
"partition where it can extend the range"
5247
#: drizzled/drizzled_error_messages.h:1073
5248
msgid "Partition function not supported in this version for this handler"
5251
#: drizzled/drizzled_error_messages.h:1075
5252
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5255
#: drizzled/drizzled_error_messages.h:1077
5257
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5260
#: drizzled/drizzled_error_messages.h:1079
5262
msgid "Plugin '%-.192s' is not loaded"
5265
#: drizzled/drizzled_error_messages.h:1081
5267
msgid "Incorrect %-.32s value: '%-.128s'"
5270
#: drizzled/drizzled_error_messages.h:1083
5272
msgid "Table has no partition for value %-.64s"
5275
#: drizzled/drizzled_error_messages.h:1085
5277
msgid "It is not allowed to specify %s more than once"
5280
#: drizzled/drizzled_error_messages.h:1087
5281
#: drizzled/drizzled_error_messages.h:1223
5283
msgid "Failed to create %s"
5286
#: drizzled/drizzled_error_messages.h:1089
5287
#: drizzled/drizzled_error_messages.h:1113
5289
msgid "Failed to drop %s"
5292
#: drizzled/drizzled_error_messages.h:1091
5293
msgid "The handler doesn't support autoextend of tablespaces"
5296
#: drizzled/drizzled_error_messages.h:1093
5298
"A size parameter was incorrectly specified, either number or on the form 10M"
5301
#: drizzled/drizzled_error_messages.h:1095
5303
"The size number was correct but we don't allow the digit part to be more "
5307
#: drizzled/drizzled_error_messages.h:1097
5309
msgid "Failed to alter: %s"
5312
#: drizzled/drizzled_error_messages.h:1099
5313
msgid "Writing one row to the row-based binary log failed"
5316
#: drizzled/drizzled_error_messages.h:1101
5318
msgid "Table definition on master and slave does not match: %s"
5321
#: drizzled/drizzled_error_messages.h:1103
5323
"Slave running with --log-slave-updates must use row-based binary logging to "
5324
"be able to replicate row-based binary log events"
5327
#: drizzled/drizzled_error_messages.h:1105
5329
msgid "Event '%-.192s' already exists"
5332
#: drizzled/drizzled_error_messages.h:1107
5334
msgid "Failed to store event %s. Error code %d from storage engine."
5337
#: drizzled/drizzled_error_messages.h:1109
5339
msgid "Unknown event '%-.192s'"
5342
#: drizzled/drizzled_error_messages.h:1111
5344
msgid "Failed to alter event '%-.192s'"
5347
#: drizzled/drizzled_error_messages.h:1115
5348
msgid "INTERVAL is either not positive or too big"
5351
#: drizzled/drizzled_error_messages.h:1117
5352
msgid "ENDS is either invalid or before STARTS"
5355
#: drizzled/drizzled_error_messages.h:1119
5356
msgid "Event execution time is in the past. Event has been disabled"
5359
#: drizzled/drizzled_error_messages.h:1121
5360
msgid "Failed to open mysql.event"
5363
#: drizzled/drizzled_error_messages.h:1123
5364
msgid "No datetime expression provided"
5367
#: drizzled/drizzled_error_messages.h:1125
5370
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5371
"probably corrupted"
5374
#: drizzled/drizzled_error_messages.h:1127
5376
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5379
#: drizzled/drizzled_error_messages.h:1129
5380
msgid "Failed to delete the event from mysql.event"
5383
#: drizzled/drizzled_error_messages.h:1131
5384
msgid "Error during compilation of event's body"
5387
#: drizzled/drizzled_error_messages.h:1133
5388
msgid "Same old and new event name"
5391
#: drizzled/drizzled_error_messages.h:1135
5393
msgid "Data for column '%s' too long"
5396
#: drizzled/drizzled_error_messages.h:1137
5398
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
5401
#: drizzled/drizzled_error_messages.h:1139
5404
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5408
#: drizzled/drizzled_error_messages.h:1141
5409
msgid "You can't write-lock a log table. Only read access is possible"
5412
#: drizzled/drizzled_error_messages.h:1143
5413
msgid "You can't use locks with log tables."
5416
#: drizzled/drizzled_error_messages.h:1145
5419
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5420
"d would lead to a duplicate entry"
5423
#: drizzled/drizzled_error_messages.h:1147
5426
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5427
"%d, now running %d. Please use mysql_upgrade to fix this error."
5430
#: drizzled/drizzled_error_messages.h:1149
5432
"Cannot switch out of the row-based binary log format when the session has "
5433
"open temporary tables"
5436
#: drizzled/drizzled_error_messages.h:1151
5438
"Cannot change the binary logging format inside a stored function or trigger"
5441
#: drizzled/drizzled_error_messages.h:1153
5443
"The NDB cluster engine does not support changing the binlog format on the "
5447
#: drizzled/drizzled_error_messages.h:1155
5448
msgid "Cannot create temporary table with partitions"
5451
#: drizzled/drizzled_error_messages.h:1157
5452
msgid "Partition constant is out of partition function domain"
5455
#: drizzled/drizzled_error_messages.h:1159
5456
msgid "This partition function is not allowed"
5459
#: drizzled/drizzled_error_messages.h:1161
5460
msgid "Error in DDL log"
5463
#: drizzled/drizzled_error_messages.h:1163
5464
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5467
#: drizzled/drizzled_error_messages.h:1165
5468
msgid "Incorrect partition name"
5471
#: drizzled/drizzled_error_messages.h:1167
5473
"Transaction isolation level can't be changed while a transaction is in "
5477
#: drizzled/drizzled_error_messages.h:1169
5480
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5481
"'%-.192s' for key '%-.192s'"
5484
#: drizzled/drizzled_error_messages.h:1171
5486
msgid "Internal scheduler error %d"
5489
#: drizzled/drizzled_error_messages.h:1173
5491
msgid "Error during starting/stopping of the scheduler. Error code %u"
5494
#: drizzled/drizzled_error_messages.h:1175
5495
msgid "Engine cannot be used in partitioned tables"
5498
#: drizzled/drizzled_error_messages.h:1177
5500
msgid "Cannot activate '%-.64s' log"
5503
#: drizzled/drizzled_error_messages.h:1179
5504
msgid "The server was not built with row-based replication"
5507
#: drizzled/drizzled_error_messages.h:1181
5508
msgid "Decoding of base64 string failed"
5511
#: drizzled/drizzled_error_messages.h:1183
5512
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5515
#: drizzled/drizzled_error_messages.h:1185
5517
"Cannot proceed because system tables used by Event Scheduler were found "
5518
"damaged at server start"
5521
#: drizzled/drizzled_error_messages.h:1187
5522
msgid "Only integers allowed as number here"
5525
#: drizzled/drizzled_error_messages.h:1189
5526
msgid "This storage engine cannot be used for log tables"
5529
#: drizzled/drizzled_error_messages.h:1191
5531
msgid "You cannot '%s' a log table if logging is enabled"
5534
#: drizzled/drizzled_error_messages.h:1193
5537
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5538
"rename two tables: the log table to an archive table and another table back "
5542
#: drizzled/drizzled_error_messages.h:1195
5544
msgid "Incorrect parameter count in the call to native function '%-.192s'"
5547
#: drizzled/drizzled_error_messages.h:1197
5549
msgid "Incorrect parameters in the call to native function '%-.192s'"
5552
#: drizzled/drizzled_error_messages.h:1199
5554
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5557
#: drizzled/drizzled_error_messages.h:1201
5559
msgid "This function '%-.192s' has the same name as a native function"
5562
#: drizzled/drizzled_error_messages.h:1203
5564
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
5567
#: drizzled/drizzled_error_messages.h:1205
5568
msgid "Too many files opened, please execute the command again"
5571
#: drizzled/drizzled_error_messages.h:1207
5572
#: drizzled/drizzled_error_messages.h:1209
5574
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5575
"The event was dropped immediately after creation."
5578
#: drizzled/drizzled_error_messages.h:1211
5580
msgid "The incident %s occured on the master. Message: %-.64s"
5583
#: drizzled/drizzled_error_messages.h:1213
5584
msgid "Table has no partition for some existing values"
5587
#: drizzled/drizzled_error_messages.h:1215
5588
msgid "Statement is not safe to log in statement format."
5591
#: drizzled/drizzled_error_messages.h:1217
5593
msgid "Fatal error: %s"
5596
#: drizzled/drizzled_error_messages.h:1219
5598
msgid "Relay log read failure: %s"
5601
#: drizzled/drizzled_error_messages.h:1221
5603
msgid "Relay log write failure: %s"
5606
#: drizzled/drizzled_error_messages.h:1225
5608
msgid "Master command %s failed: %s"
5611
#: drizzled/drizzled_error_messages.h:1227
5613
msgid "Binary logging not possible. Message: %s"
5616
#: drizzled/drizzled_error_messages.h:1229
5618
msgid "View `%-.64s`.`%-.64s` has no creation context"
5621
#: drizzled/drizzled_error_messages.h:1231
5623
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5626
#: drizzled/drizzled_error_messages.h:1233
5628
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5631
#: drizzled/drizzled_error_messages.h:1235
5633
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5636
#: drizzled/drizzled_error_messages.h:1237
5638
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5641
#: drizzled/drizzled_error_messages.h:1239
5643
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5646
#: drizzled/drizzled_error_messages.h:1241
5648
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5651
#: drizzled/drizzled_error_messages.h:1243
5653
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5656
#: drizzled/drizzled_error_messages.h:1245
5658
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5661
#: drizzled/drizzled_error_messages.h:1247
5663
msgid "Ambiguous slave modes combination. %s"
5666
#: drizzled/drizzled_error_messages.h:1249
5669
"The BINLOG statement of type `%s` was not preceded by a format description "
5673
#: drizzled/drizzled_error_messages.h:1251
5674
msgid "Corrupted replication event was detected"
5677
#: drizzled/drizzled_error_messages.h:1253
5679
msgid "Invalid column reference (%-.64s) in LOAD DATA"
5682
#: drizzled/drizzled_error_messages.h:1255
5684
msgid "Being purged log %s was not found"
5687
#: drizzled/drizzled_error_messages.h:1257
5689
msgid "Converted to non-transactional lock on '%-.64s'"
5692
#: drizzled/drizzled_error_messages.h:1259
5694
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5697
#: drizzled/drizzled_error_messages.h:1261
5700
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5703
#: drizzled/drizzled_error_messages.h:1263
5705
msgid "Can't access storage engine of table %-.64s"
5708
#: drizzled/drizzled_error_messages.h:1265
5709
msgid "Starting backup process"
5712
#: drizzled/drizzled_error_messages.h:1267
5713
msgid "Backup completed"
5716
#: drizzled/drizzled_error_messages.h:1269
5717
msgid "Starting restore process"
5720
#: drizzled/drizzled_error_messages.h:1271
5721
msgid "Restore completed"
5724
#: drizzled/drizzled_error_messages.h:1273
5725
msgid "Nothing to backup"
5728
#: drizzled/drizzled_error_messages.h:1275
5730
msgid "Database '%-.64s' cannot be included in a backup"
5733
#: drizzled/drizzled_error_messages.h:1277
5735
"Error during backup operation - server's error log contains more information "
5739
#: drizzled/drizzled_error_messages.h:1279
5741
"Error during restore operation - server's error log contains more "
5742
"information about the error"
5745
#: drizzled/drizzled_error_messages.h:1281
5747
"Can't execute this command because another BACKUP/RESTORE operation is in "
5751
#: drizzled/drizzled_error_messages.h:1283
5752
msgid "Error when preparing for backup operation"
5755
#: drizzled/drizzled_error_messages.h:1285
5756
msgid "Error when preparing for restore operation"
5759
#: drizzled/drizzled_error_messages.h:1287
5761
msgid "Invalid backup location '%-.64s'"
5764
#: drizzled/drizzled_error_messages.h:1289
5766
msgid "Can't read backup location '%-.64s'"
5769
#: drizzled/drizzled_error_messages.h:1291
5771
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5774
#: drizzled/drizzled_error_messages.h:1293
5775
msgid "Can't enumerate server databases"
5778
#: drizzled/drizzled_error_messages.h:1295
5779
msgid "Can't enumerate server tables"
5782
#: drizzled/drizzled_error_messages.h:1297
5784
msgid "Can't enumerate tables in database %-.64s"
5787
#: drizzled/drizzled_error_messages.h:1299
5789
msgid "Skipping view %-.64s in database %-.64s"
5792
#: drizzled/drizzled_error_messages.h:1301
5794
msgid "Skipping table %-.64s since it has no valid storage engine"
5797
#: drizzled/drizzled_error_messages.h:1303
5799
msgid "Can't open table %-.64s"
5802
#: drizzled/drizzled_error_messages.h:1305
5803
msgid "Can't read backup archive preamble"
5806
#: drizzled/drizzled_error_messages.h:1307
5807
msgid "Can't write backup archive preamble"
5810
#: drizzled/drizzled_error_messages.h:1309
5812
msgid "Can't find backup driver for table %-.64s"
5815
#: drizzled/drizzled_error_messages.h:1311
5818
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5822
#: drizzled/drizzled_error_messages.h:1313
5824
msgid "Can't create %-.64s backup driver"
5827
#: drizzled/drizzled_error_messages.h:1315
5829
msgid "Can't create %-.64s restore driver"
5832
#: drizzled/drizzled_error_messages.h:1317
5834
msgid "Found %d images in backup archive but maximum %d are supported"
5837
#: drizzled/drizzled_error_messages.h:1319
5839
msgid "Error when saving meta-data of %-.64s"
5842
#: drizzled/drizzled_error_messages.h:1321
5843
msgid "Error when reading meta-data list"
5846
#: drizzled/drizzled_error_messages.h:1323
5848
msgid "Can't create %-.64s"
5851
#: drizzled/drizzled_error_messages.h:1325
5852
msgid "Can't allocate buffer for image data transfer"
5855
#: drizzled/drizzled_error_messages.h:1327
5857
msgid "Error when writing %-.64s backup image data (for table #%d)"
5860
#: drizzled/drizzled_error_messages.h:1329
5861
msgid "Error when reading data from backup stream"
5864
#: drizzled/drizzled_error_messages.h:1331
5865
msgid "Can't go to the next chunk in backup stream"
5868
#: drizzled/drizzled_error_messages.h:1333
5870
msgid "Can't initialize %-.64s backup driver"
5873
#: drizzled/drizzled_error_messages.h:1335
5875
msgid "Can't initialize %-.64s restore driver"
5878
#: drizzled/drizzled_error_messages.h:1337
5880
msgid "Can't shut down %-.64s backup driver"
5883
#: drizzled/drizzled_error_messages.h:1339
5885
msgid "Can't shut down %-.64s backup driver(s)"
5888
#: drizzled/drizzled_error_messages.h:1341
5890
msgid "%-.64s backup driver can't prepare for synchronization"
5893
#: drizzled/drizzled_error_messages.h:1343
5895
msgid "%-.64s backup driver can't create its image validity point"
5898
#: drizzled/drizzled_error_messages.h:1345
5900
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5903
#: drizzled/drizzled_error_messages.h:1347
5905
msgid "%-.64s backup driver can't cancel its backup operation"
5908
#: drizzled/drizzled_error_messages.h:1349
5910
msgid "%-.64s restore driver can't cancel its restore operation"
5913
#: drizzled/drizzled_error_messages.h:1351
5915
msgid "Error when polling %-.64s backup driver for its image data"
5918
#: drizzled/drizzled_error_messages.h:1353
5920
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5923
#: drizzled/drizzled_error_messages.h:1355
5926
"After %d attempts %-.64s restore driver still can't accept next block of data"
5929
#: drizzled/drizzled_error_messages.h:1357
5931
msgid "Open and lock tables failed in %-.64s"
5934
#: drizzled/drizzled_error_messages.h:1359
5935
msgid "Backup driver's table locking thread can not be initialized."
5938
#: drizzled/drizzled_error_messages.h:1361
5940
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
5941
"and 'mysql.online_backup_progress'."
5944
#: drizzled/drizzled_error_messages.h:1363
5946
msgid "Tablespace '%-.192s' already exists"
5949
#: drizzled/drizzled_error_messages.h:1365
5951
msgid "Tablespace '%-.192s' doesn't exist"
5954
#: drizzled/drizzled_error_messages.h:1367
5956
msgid "Unexpected master's heartbeat data: %s"
5959
#: drizzled/drizzled_error_messages.h:1369
5961
msgid "The requested value for the heartbeat period %s %s"
5964
#: drizzled/drizzled_error_messages.h:1371
5966
msgid "Can't write to the online backup progress log %-.64s."
5969
#: drizzled/drizzled_error_messages.h:1373
5971
msgid "Tablespace '%-.192s' not empty"
5974
#: drizzled/drizzled_error_messages.h:1375
5977
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5978
"server. The original definition of the required tablespace is '%-.256s' "
5979
"while the same tablespace is defined on the server as '%-.256s'"
5982
#: drizzled/handler.cc:383
5983
msgid "Too many storage engines!"
5986
#: drizzled/handler.cc:387
5988
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
5991
#: drizzled/handler.cc:1266
5993
msgid "Found %d prepared transaction(s) in %s"
5996
#: drizzled/handler.cc:1318
5997
msgid "Starting crash recovery..."
6000
#: drizzled/handler.cc:1350
6002
msgid "Found %d prepared XA transactions"
6005
#: drizzled/handler.cc:1354
6008
"Found %d prepared transactions! It means that drizzled was not shut down "
6009
"properly last time and critical recovery information (last binlog or %s "
6010
"file) was manually deleted after a crash. You have to start drizzled with "
6011
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
6014
#: drizzled/handler.cc:1364
6015
msgid "Crash recovery finished."
6018
#: drizzled/log.cc:1071
6019
msgid "I/O error reading the header from the binary log"
6022
#: drizzled/log.cc:1078
6024
"Binlog has bad magic number; It's not a binary log file that can be used by "
6025
"this version of Drizzle"
6028
#: drizzled/log.cc:1093
6030
msgid "Failed to open log (file '%s', errno %d)"
6033
#: drizzled/log.cc:1095 drizzled/log.cc:1103
6034
msgid "Could not open log file"
6037
#: drizzled/log.cc:1101
6039
msgid "Failed to create a cache on log (file '%s')"
6042
#: drizzled/log.cc:1255 drizzled/log.cc:1903
6045
"Could not use %s for logging (error %d). Turning logging off for the whole "
6046
"duration of the Drizzle server process. To turn it on again: fix the cause, "
6047
"shutdown the Drizzle server and restart it."
6050
#: drizzled/log.cc:2172 drizzled/log.cc:2203 drizzled/log.cc:2455
6051
#: drizzled/log.cc:2579
6053
msgid "Failed to delete file '%s'"
6056
#: drizzled/log.cc:2181 drizzled/log.cc:2463 drizzled/log.cc:2587
6059
"a problem with deleting %s; consider examining correspondence of your binlog "
6060
"index file to the actual binlog files"
6063
#: drizzled/log.cc:2309
6065
msgid "next log error: %d offset: %s log: %s included: %d"
6068
#: drizzled/log.cc:2421 drizzled/log.cc:2547
6070
msgid "Failed to execute stat() on file '%s'"
6073
#: drizzled/log.cc:2432 drizzled/log.cc:2558
6076
"a problem with getting info on being purged %s; consider examining "
6077
"correspondence of your binlog index file to the actual binlog files"
6080
#: drizzled/log.cc:4054 drizzled/log.cc:4547
6082
msgid "Recovering after a crash using %s"
6085
#: drizzled/log.cc:4057
6087
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
6090
#: drizzled/log.cc:4394
6091
msgid "Bad magic header in tc log"
6094
#: drizzled/log.cc:4404
6097
"Recovery failed! You must enable exactly %d storage engines that support two-"
6098
"phase commit protocol"
6101
#: drizzled/log.cc:4432
6103
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6104
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
6105
"heuristic-recover={commit|rollback}"
6108
#: drizzled/log.cc:4462
6109
msgid "Heuristic crash recovery mode"
6112
#: drizzled/log.cc:4464
6113
msgid "Heuristic crash recovery failed"
6116
#: drizzled/log.cc:4465
6117
msgid "Please restart mysqld without --tc-heuristic-recover"
6120
#: drizzled/log.cc:4509 drizzled/log.cc:4533
6122
msgid "find_log_pos() failed (error: %d)"
6125
#: drizzled/log.cc:4646
6127
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6128
"of memory error) and restart, or delete (or rename) binary log and start "
6129
"mysqld with --tc-heuristic-recover={commit|rollback}"
6132
#: drizzled/log_event.cc:990
6135
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
6138
#: drizzled/log_event.cc:3693
6141
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6142
"produced %ld warning(s). Default database: '%s'"
6145
#: drizzled/log_event.cc:4731
6146
msgid "Out of memory while recording slave event"
6149
#: drizzled/rpl_mi.cc:148
6151
msgid "Failed to create a new master info file (file '%s', errno %d)"
6154
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
6156
msgid "Failed to create a cache on master info file (file '%s')"
6159
#: drizzled/rpl_mi.cc:170
6161
msgid "Failed to open the existing master info file (file '%s', errno %d)"
6164
#: drizzled/rpl_mi.cc:276
6167
"SSL information in the master info file ('%s') are ignored because this "
6168
"MySQL slave was compiled without SSL support."
6171
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2148
6172
msgid "Failed to flush master info file"
6175
#: drizzled/rpl_mi.cc:305
6176
msgid "Error reading master configuration"
6179
#: drizzled/rpl_reporting.cc:43
6181
msgid "Slave %s: %s%s Error_code: %d"
6184
#: drizzled/rpl_rli.cc:134
6187
"Neither --relay-log nor --relay-log-index were used; so replication may "
6188
"break when this MySQL server acts as a slave and has his hostname changed!! "
6189
"Please use '--relay-log=%s' to avoid this problem."
6192
#: drizzled/rpl_rli.cc:151
6193
msgid "Failed in open_log() called from init_relay_log_info()"
6196
#: drizzled/rpl_rli.cc:168
6198
msgid "Failed to create a new relay log info file ( file '%s', errno %d)"
6201
#: drizzled/rpl_rli.cc:176 drizzled/rpl_rli.cc:210
6203
msgid "Failed to create a cache on relay log info file '%s'"
6206
#: drizzled/rpl_rli.cc:186
6207
msgid "Failed to open the relay log 'FIRST' (relay_log_pos 4)"
6210
#: drizzled/rpl_rli.cc:202
6212
msgid "Failed to open the existing relay log info file '%s' (errno %d)"
6215
#: drizzled/rpl_rli.cc:253
6217
msgid "Failed to open the relay log '%s' (relay_log_pos %s)"
6220
#: drizzled/rpl_rli.cc:268
6221
msgid "Failed to flush relay log info file"
6224
#: drizzled/rpl_rli.cc:271
6225
msgid "Error counting relay log space"
6228
#: drizzled/rpl_rli.cc:295
6230
msgid "log %s listed in the index, but failed to stat"
6233
#: drizzled/rpl_rli.cc:310
6234
msgid "Could not find first log while counting relay log space"
6237
#: drizzled/rpl_rli.cc:967
6238
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6241
#: drizzled/rpl_utility.cc:119
6243
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6246
#: drizzled/rpl_utility.cc:134
6249
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6250
"Master's column size should be <= the slave's column size."
6253
#: drizzled/scheduler.cc:122
6254
msgid "Memory allocation error in thd_scheduler::init\n"
6257
#: drizzled/scheduler.cc:213
6258
msgid "init_pipe(thd_add_pipe) error in libevent_init\n"
6261
#: drizzled/scheduler.cc:219
6262
msgid "init_pipe(thd_kill_pipe) error in libevent_init\n"
6265
#: drizzled/scheduler.cc:231
6266
msgid "thd_add_event event_add error in libevent_init\n"
6269
#: drizzled/scheduler.cc:247
6271
msgid "Can't create completion port thread (error %d)"
6274
#: drizzled/scheduler.cc:360
6275
msgid "event_add error in libevent_add_thd_callback\n"
6278
#: drizzled/scheduler.cc:386
6279
msgid "Scheduler init error in libevent_add_new_connection\n"
6282
#: drizzled/scheduler.cc:467
6283
msgid "libevent_thread_proc: my_thread_init() failed\n"
6286
#: drizzled/set_var.cc:898
6287
msgid "Ambiguous slave modes combination. STRICT will be used"
6290
#: drizzled/slave.cc:89
6291
msgid "Waiting to reconnect after a failed registration on master"
6294
#: drizzled/slave.cc:90
6296
"Slave I/O thread killed while waitnig to reconnect after a failed "
6297
"registration on master"
6300
#: drizzled/slave.cc:92
6301
msgid "Reconnecting after a failed registration on master"
6304
#: drizzled/slave.cc:93
6307
"failed registering on master, reconnecting to try again, log '%s' at postion "
6311
#: drizzled/slave.cc:96 drizzled/slave.cc:105
6312
msgid "Slave I/O thread killed during or after reconnect"
6315
#: drizzled/slave.cc:99
6316
msgid "Waiting to reconnect after a failed binlog dump request"
6319
#: drizzled/slave.cc:100
6320
msgid "Slave I/O thread killed while retrying master dump"
6323
#: drizzled/slave.cc:101
6324
msgid "Reconnecting after a failed binlog dump request"
6327
#: drizzled/slave.cc:102
6329
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6332
#: drizzled/slave.cc:108
6333
msgid "Waiting to reconnect after a failed master event read"
6336
#: drizzled/slave.cc:109
6337
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6340
#: drizzled/slave.cc:111
6341
msgid "Reconnecting after a failed master event read"
6344
#: drizzled/slave.cc:112
6347
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6351
#: drizzled/slave.cc:115
6353
"Slave I/O thread killed during or after a reconnect done to recover from "
6357
#: drizzled/slave.cc:229
6358
msgid "Failed to allocate memory for the master info structure"
6361
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
6362
msgid "Failed to initialize the master info structure"
6365
#: drizzled/slave.cc:251
6366
msgid "Failed to create slave threads"
6369
#: drizzled/slave.cc:448
6370
msgid "Server id not set, will not start slave"
6373
#: drizzled/slave.cc:616
6375
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6376
"updates to a non-transactional table without any primary key. There is a "
6377
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6378
"check your tables' contents after restart."
6381
#: drizzled/slave.cc:777 drizzled/slave.cc:792
6382
msgid "Master reported unrecognized DRIZZLE version"
6385
#: drizzled/slave.cc:833
6386
msgid "default Format_description_log_event"
6389
#: drizzled/slave.cc:855
6392
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6393
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6396
#: drizzled/slave.cc:882
6398
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6399
"server ids; these ids must be different for replication to work (or the --"
6400
"replicate-same-server-id option must be used on slave but this doesnot "
6401
"always make sense; please check the manual before using it)."
6404
#: drizzled/slave.cc:927
6406
"The slave I/O thread stops because master and slave have different values "
6407
"for the COLLATION_SERVER global variable. The values must be equal for "
6408
"replication to work"
6411
#: drizzled/slave.cc:963
6413
"The slave I/O thread stops because master and slave have different values "
6414
"for the TIME_ZONE global variable. The values must be equal for replication "
6418
#: drizzled/slave.cc:1028
6419
msgid "Waiting for the slave SQL thread to free enough relay log space"
6422
#: drizzled/slave.cc:1074
6424
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6428
#: drizzled/slave.cc:1085
6429
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6432
#: drizzled/slave.cc:1476
6434
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6437
#: drizzled/slave.cc:1529
6439
msgid "Error reading packet from server: %s ( server_errno=%d)"
6442
#: drizzled/slave.cc:1537
6444
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6447
#: drizzled/slave.cc:1691
6450
"It was not possible to update the positions of the relay log information: "
6451
"the slave may be in an inconsistent state. Stopped in %s position %s"
6454
#: drizzled/slave.cc:1766 drizzled/slave.cc:2360
6456
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6459
#: drizzled/slave.cc:1825 drizzled/slave.cc:2309
6461
msgid "Error initializing relay log position: %s"
6464
#: drizzled/slave.cc:1841
6467
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6468
"Consider raising the value of the slave_transaction_retries variable."
6471
#: drizzled/slave.cc:1864
6473
"Could not parse relay log event entry. The possible reasons are: the "
6474
"master's binary log is corrupted (you can check this by running "
6475
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6476
"can check this by running 'mysqlbinlog' on the relay log), a network "
6477
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6478
"check the master's binary log or slave's relay log, you will be able to know "
6479
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6482
#: drizzled/slave.cc:1985
6483
msgid "Failed during slave I/O thread initialization"
6486
#: drizzled/slave.cc:1999
6487
msgid "error in drizzle_create()"
6490
#: drizzled/slave.cc:2007
6493
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6494
"'%s' at position %s"
6497
#: drizzled/slave.cc:2021
6498
msgid "Slave I/O thread killed while connecting to master"
6501
#: drizzled/slave.cc:2045
6502
msgid "Slave I/O thread couldn't register on master"
6505
#: drizzled/slave.cc:2057 drizzled/slave.cc:2081 drizzled/slave.cc:2105
6506
msgid "Forcing to reconnect slave I/O thread"
6509
#: drizzled/slave.cc:2070
6510
msgid "Failed on request_dump()"
6513
#: drizzled/slave.cc:2071
6514
msgid "Slave I/O thread killed while requesting master dump"
6517
#: drizzled/slave.cc:2097
6518
msgid "Waiting for master to send event"
6521
#: drizzled/slave.cc:2099
6522
msgid "Slave I/O thread killed while reading event"
6525
#: drizzled/slave.cc:2117
6528
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6529
"entry is correct, restart the server with a higher value of "
6530
"max_allowed_packet"
6533
#: drizzled/slave.cc:2131
6534
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6537
#: drizzled/slave.cc:2141
6538
msgid "Queueing master event to the relay log"
6541
#: drizzled/slave.cc:2168
6542
msgid "Slave I/O thread aborted while waiting for relay log space"
6545
#: drizzled/slave.cc:2178
6547
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6550
#: drizzled/slave.cc:2199
6551
msgid "Waiting for slave mutex on exit"
6554
#: drizzled/slave.cc:2265
6555
msgid "Failed during slave thread initialization"
6558
#: drizzled/slave.cc:2331
6561
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6562
"s, relay log '%s' position: %s"
6565
#: drizzled/slave.cc:2345
6566
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6569
#: drizzled/slave.cc:2371
6570
msgid "Reading event from the relay log"
6573
#: drizzled/slave.cc:2396
6575
msgid "Slave (additional info): %s Error_code: %d"
6578
#: drizzled/slave.cc:2413
6580
msgid "Slave: %s Error_code: %d"
6583
#: drizzled/slave.cc:2416
6586
"Error loading user-defined library, slave SQL thread aborted. Install the "
6587
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6588
"stopped at log '%s' position %s"
6591
#: drizzled/slave.cc:2424
6594
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6595
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6598
#: drizzled/slave.cc:2436
6601
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6604
#: drizzled/slave.cc:2532
6606
msgid "Slave I/O: failed requesting download of '%s'"
6609
#: drizzled/slave.cc:2549
6611
msgid "Network read error downloading '%s' from master"
6614
#: drizzled/slave.cc:2571
6615
msgid "error writing Exec_load event to relay log"
6618
#: drizzled/slave.cc:2585
6619
msgid "error writing Create_file event to relay log"
6622
#: drizzled/slave.cc:2600
6623
msgid "error writing Append_block event to relay log"
6626
#: drizzled/slave.cc:2696
6627
msgid "Memory allocation failed"
6630
#: drizzled/slave.cc:2721 drizzled/slave.cc:2807
6633
"Read invalid event from master: '%s', master could be corrupt but a more "
6634
"likely cause of this is a bug"
6637
#: drizzled/slave.cc:3080
6638
msgid "could not queue event from master"
6641
#: drizzled/slave.cc:3170
6643
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6646
#: drizzled/slave.cc:3172
6647
msgid "reconnecting"
6650
#: drizzled/slave.cc:3172
6654
#: drizzled/slave.cc:3198
6657
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6661
#: drizzled/slave.cc:3585
6663
msgid "next log '%s' is currently active"
6666
#: drizzled/slave.cc:3615
6668
msgid "next log '%s' is not active"
6671
#: drizzled/slave.cc:3631
6674
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6677
#: drizzled/slave.cc:3637
6678
msgid "Aborting slave SQL thread because of partial event read"
6681
#: drizzled/slave.cc:3643 drizzled/slave.cc:3650
6683
msgid "Error reading relay log event: %s"
6686
#: drizzled/slave.cc:3644
6687
msgid "slave SQL thread was killed"
6690
#: drizzled/slave.cc:3742
6693
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6694
"check error log on slave for more info"
6697
#: drizzled/slave.cc:3748
6700
"According to the master's version ('%s'), it is probable that master suffers "
6701
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6702
"current binary log event may make the slave's data become different from the "
6703
"master's data. To take no risk, slave refuses to replicate this event and "
6704
"stops. We recommend that all updates be stopped on the master and slave, "
6705
"that the data of both be manually synchronized, that master's binary logs be "
6706
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6707
"Then replication can be restarted."
6710
#: drizzled/sql_base.cc:2527
6712
msgid "Table %s had a open data handler in reopen_table"
6715
#: drizzled/sql_base.cc:3178
6717
msgid "Couldn't repair table: %s.%s"
6720
#: drizzled/sql_base.cc:3221
6723
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6724
"s`.`%s`' to the binary log"
6727
#: drizzled/sql_base.cc:3950
6729
msgid "Could not remove temporary table: '%s', error: %d"
6732
#: drizzled/sql_db.cc:396 drizzled/sql_db.cc:404
6734
msgid "Error while loading database options: '%s':"
6737
#: drizzled/sql_plugin.cc:647
6739
msgid "Plugin '%s' of type %s failed deinitialization"
6742
#: drizzled/sql_plugin.cc:661
6744
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6747
#: drizzled/sql_plugin.cc:781
6749
msgid "Plugin '%s' registration as a %s failed."
6752
#: drizzled/sql_plugin.cc:1035
6753
msgid "plugin-load parameter too long"
6756
#: drizzled/sql_plugin.cc:1095
6758
msgid "Couldn't load plugin named '%s' with soname '%s'."
6761
#: drizzled/sql_plugin.cc:1146
6763
msgid "Forcing shutdown of %d plugins"
6766
#: drizzled/sql_plugin.cc:1168
6768
msgid "Plugin '%s' will be forced to shutdown"
6771
#: drizzled/sql_plugin.cc:1184
6773
msgid "Plugin '%s' has ref_count=%d after shutdown."
6776
#: drizzled/sql_plugin.cc:2433 drizzled/sql_plugin.cc:2496
6778
msgid "Unknown variable type code 0x%x in plugin '%s'."
6781
#: drizzled/sql_plugin.cc:2476
6784
"Server variable %s of plugin %s was forced to be read-only: string variable "
6785
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6788
#: drizzled/sql_plugin.cc:2507
6790
msgid "Missing variable name in plugin '%s'."
6793
#: drizzled/sql_plugin.cc:2524
6795
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6798
#: drizzled/sql_plugin.cc:2643
6800
msgid "Out of memory for plugin '%s'."
6803
#: drizzled/sql_plugin.cc:2650
6805
msgid "Bad options for plugin '%s'."
6808
#: drizzled/sql_plugin.cc:2659
6810
msgid "Parsing options for plugin '%s' failed."
6813
#: drizzled/sql_plugin.cc:2702
6815
msgid "Plugin '%s' has conflicting system variables"
6818
#: drizzled/sql_plugin.cc:2712
6820
msgid "Plugin '%s' disabled by command line option"
6823
#: drizzled/sql_repl.cc:101
6824
msgid "Failed in send_file() while reading file name"
6827
#: drizzled/sql_repl.cc:114
6828
msgid "Failed in send_file() on open of file"
6831
#: drizzled/sql_repl.cc:122
6832
msgid "Failed in send_file() while writing data to client"
6835
#: drizzled/sql_repl.cc:131
6836
msgid "Failed in send_file() while negotiating file transfer close"
6839
#: drizzled/sql_table.cc:81
6841
msgid "Invalid (old?) table or database name '%s'"
6844
#: drizzled/sql_table.cc:2716
6846
msgid "Unknown - internal error %d during operation"
6849
#: drizzled/sql_table.cc:4990
6851
msgid "Could not open table %s.%s after rename\n"
6854
#: drizzled/sql_table.cc:5157
6857
"order_st BY ignored because there is a user-defined clustered index in the "
6861
#: drizzled/sql_udf.cc:39
6862
msgid "Can't allocate memory for udf structures"
6865
#: drizzled/table.cc:488
6868
"'%s' had no or invalid character set, and default character set is multi-"
6869
"byte, so character column sizes may have changed"
6872
#: drizzled/table.cc:1692
6874
msgid "Unknown collation '%s' in table '%-.64s' definition"
6877
#: drizzled/table.cc:1699
6880
"Table '%-.64s' was created with a different version of MySQL and cannot be "
6884
#: drizzled/table.cc:2310
6887
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6891
#: drizzled/table.cc:2336
6894
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6895
"have type %s, found type %s."
6898
#: drizzled/table.cc:2345
6901
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6902
"position %d to have character set '%s' but the type has no character set."
6905
#: drizzled/table.cc:2355
6908
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6909
"position %d to have character set '%s' but found character set '%s'."
6912
#: drizzled/table.cc:2366
6915
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6916
"have type %s but the column is not found."
6919
#: drizzled/table.cc:4749
6921
msgid "Got error %d when reading table '%s'"
6924
#: drizzled/tztime.cc:1063
6926
msgid "Fatal error: Illegal or unknown default time zone '%s'"
6929
#: drizzled/definitions.h:52
6930
msgid "Invalid error code"
6934
#~ "Switch to another charset. Might be needed for processing binlog with "
6935
#~ "multi-byte charsets."
6936
#~ msgstr "更改字符集。在用到多字节字符(multi-byte charsets)处理binlog时用到。"