121
121
"你的Drizzle链接id为 %u\n"
124
#: client/drizzle.cc:1169
124
#: client/drizzle.cc:1302
126
126
msgid "Reading history-file %s\n"
127
127
msgstr "读取历史文件%s\n"
129
#: client/drizzle.cc:1173
129
#: client/drizzle.cc:1306
131
131
msgid "Couldn't allocate memory for temp histfile!\n"
132
132
msgstr "无法为临时histfile分配内存!\n"
134
#: client/drizzle.cc:1180
134
#: client/drizzle.cc:1313
135
135
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
136
136
msgstr "帮助请输入‘help;’或‘\\h’。输入’\\c‘清除缓冲。\n"
138
#: client/drizzle.cc:1199
138
#: client/drizzle.cc:1332
140
140
msgid "Writing history-file %s\n"
141
141
msgstr "写入历史文件%s当中\n"
143
#: client/drizzle.cc:1206
143
#: client/drizzle.cc:1339
147
#: client/drizzle.cc:1206
147
#: client/drizzle.cc:1339
151
#: client/drizzle.cc:1261
151
#: client/drizzle.cc:1394
152
152
msgid "Query aborted by Ctrl+C\n"
153
153
msgstr "放弃查询(Ctrl+C)\n"
155
#: client/drizzle.cc:1284 client/drizzleadmin.cc:77 drizzled/drizzled.cc:2068
155
#: client/drizzle.cc:1417 drizzled/drizzled.cc:2056
156
156
msgid "Display this help and exit."
157
157
msgstr "显示相关帮助并退出。"
159
#: client/drizzle.cc:1286
159
#: client/drizzle.cc:1419
160
160
msgid "Synonym for -?"
163
#: client/drizzle.cc:1289
163
#: client/drizzle.cc:1422
165
165
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
166
166
"and field completion, but startup and reconnecting may take a longer time. "
167
167
"Disable with --disable-auto-rehash."
170
#: client/drizzle.cc:1293
170
#: client/drizzle.cc:1426
172
172
"No automatic rehashing. One has to use 'rehash' to get table and field "
173
173
"completion. This gives a quicker start of drizzle_st and disables rehashing "
174
174
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
177
#: client/drizzle.cc:1296
177
#: client/drizzle.cc:1429
179
179
"Automatically switch to vertical output mode if the result is wider than the "
180
180
"terminal width."
181
181
msgstr "如果结果比终端宽度更宽,则自动转到直排输出模式。"
183
#: client/drizzle.cc:1299
183
#: client/drizzle.cc:1432
185
185
"Don't use history file. Disable interactive behavior. (Enables --silent)"
186
186
msgstr "不使用历史文件。禁止互动行为。(允许 --silent)"
188
#: client/drizzle.cc:1300
188
#: client/drizzle.cc:1433
189
189
msgid "Display column type information."
190
190
msgstr "显示列类型信息。"
192
#: client/drizzle.cc:1303
192
#: client/drizzle.cc:1436
194
194
"Preserve comments. Send comments to the server. The default is --skip-"
195
195
"comments (discard comments), enable with --comments"
198
#: client/drizzle.cc:1306
198
#: client/drizzle.cc:1439
199
199
msgid "Use compression in server/client protocol."
200
200
msgstr "在服务器/客户端协议中使用压缩。"
202
#: client/drizzle.cc:1309
202
#: client/drizzle.cc:1442
203
203
msgid "Check memory and open file usage at exit ."
206
#: client/drizzle.cc:1312
206
#: client/drizzle.cc:1445
207
207
msgid "Print some debug info at exit."
208
208
msgstr "退出时打印部份调试信息。"
210
#: client/drizzle.cc:1314
210
#: client/drizzle.cc:1447
211
211
msgid "Database to use."
212
212
msgstr "要使用的数据库。"
214
#: client/drizzle.cc:1317
214
#: client/drizzle.cc:1450
215
215
msgid "(not used)"
218
#: client/drizzle.cc:1319
218
#: client/drizzle.cc:1452
219
219
msgid "Delimiter to be used."
220
220
msgstr "要使用的定义符号。"
222
#: client/drizzle.cc:1321
222
#: client/drizzle.cc:1454
223
223
msgid "Execute command and quit. (Disables --force and history file)"
224
224
msgstr "执行命令并退出。(禁用 --force 和历史文件)"
226
#: client/drizzle.cc:1323
226
#: client/drizzle.cc:1456
227
227
msgid "Print the output of a query (rows) vertically."
230
#: client/drizzle.cc:1326
230
#: client/drizzle.cc:1459
231
231
msgid "Continue even if we get an sql error."
232
232
msgstr "忽略SQL错误继续执行"
234
#: client/drizzle.cc:1330
234
#: client/drizzle.cc:1463
236
236
"Enable named commands. Named commands mean this program's internal commands; "
237
237
"see drizzle> help . When enabled, the named commands can be used from any "
248
248
"deprecated; use --disable-named-commands instead."
251
#: client/drizzle.cc:1336
251
#: client/drizzle.cc:1469
252
252
msgid "Ignore space after function names."
253
253
msgstr "忽略函数名字后的空格。"
255
#: client/drizzle.cc:1338
255
#: client/drizzle.cc:1471
256
256
msgid "Enable/disable LOAD DATA LOCAL INFILE."
257
257
msgstr "激活/禁止 LOAD DATA LOCAL INFILE (从本地读取数据文件)"
259
#: client/drizzle.cc:1341
259
#: client/drizzle.cc:1474
260
260
msgid "Turn off beep on error."
263
#: client/drizzle.cc:1343 client/drizzleadmin.cc:79
263
#: client/drizzle.cc:1476
264
264
msgid "Connect to host."
267
#: client/drizzle.cc:1345
267
#: client/drizzle.cc:1478
268
268
msgid "Write line numbers for errors."
269
269
msgstr "显示发生错误的行号"
271
#: client/drizzle.cc:1348
271
#: client/drizzle.cc:1481
273
273
"Don't write line number for errors. WARNING: -L is deprecated, use long "
274
274
"version of this option instead."
275
275
msgstr "不显示发生错误的行号。警告:-L 不建议使用,请在long版中使用该选项。"
277
#: client/drizzle.cc:1350
277
#: client/drizzle.cc:1483
278
278
msgid "Flush buffer after each query."
279
279
msgstr "每次查询之后刷新缓存。"
281
#: client/drizzle.cc:1352
281
#: client/drizzle.cc:1485
282
282
msgid "Write column names in results."
283
283
msgstr "在结果中显示列名"
285
#: client/drizzle.cc:1356
285
#: client/drizzle.cc:1489
287
287
"Don't write column names in results. WARNING: -N is deprecated, use long "
288
288
"version of this options instead."
289
289
msgstr "不在结果中显示列名。警告:-N 不推荐使用,请在long版中使用改选项。"
291
#: client/drizzle.cc:1359
291
#: client/drizzle.cc:1492
293
293
"Change the value of a variable. Please note that this option is deprecated; "
294
294
"you can set variables directly with --variable-name=value."
297
#: client/drizzle.cc:1361
297
#: client/drizzle.cc:1494
298
298
msgid "Ignore SIGINT (CTRL-C)"
299
299
msgstr "忽略 SIGINT (CTRL-C)"
301
#: client/drizzle.cc:1365
301
#: client/drizzle.cc:1498
303
303
"Only update the default database. This is useful for skipping updates to "
304
304
"other database in the update log."
305
305
msgstr "仅更新默认数据库。使用这个选项在更新日志时,跳过其它数据库。"
307
#: client/drizzle.cc:1368
307
#: client/drizzle.cc:1501
309
309
"Pager to use to display results. If you don't supply an option the default "
310
310
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
316
#: client/drizzle.cc:1371
316
#: client/drizzle.cc:1504
318
318
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
319
319
"option deprecated; use --disable-pager instead."
322
#: client/drizzle.cc:1374 client/drizzleadmin.cc:82
322
#: client/drizzle.cc:1507
324
324
"Password to use when connecting to server. If password is not given it's "
325
325
"asked from the tty."
328
#: client/drizzle.cc:1376
328
#: client/drizzle.cc:1509
330
330
"Port number to use for connection or 0 for default to, in order of "
331
331
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
334
#: client/drizzle.cc:1377
334
#: client/drizzle.cc:1510
335
335
msgid "built-in default"
338
#: client/drizzle.cc:1379
338
#: client/drizzle.cc:1512
339
339
msgid "Set the drizzle prompt to this value."
342
#: client/drizzle.cc:1383
342
#: client/drizzle.cc:1516
344
344
"Don't cache result, print it row by row. This may slow down the server if "
345
345
"the output is suspended. Doesn't use history file."
348
#: client/drizzle.cc:1385
348
#: client/drizzle.cc:1518
349
349
msgid "Write fields without conversion. Used with --batch."
352
#: client/drizzle.cc:1388
352
#: client/drizzle.cc:1521
354
354
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
355
355
"option is enabled by default."
358
#: client/drizzle.cc:1390
358
#: client/drizzle.cc:1523
359
msgid "Shutdown the server."
362
#: client/drizzle.cc:1525
360
364
"Be more silent. Print results with a tab as separator, each row on new line."
363
#: client/drizzle.cc:1392
367
#: client/drizzle.cc:1527
364
368
msgid "Socket file to use for connection."
367
#: client/drizzle.cc:1395
371
#: client/drizzle.cc:1530
368
372
msgid "Output in table format."
371
#: client/drizzle.cc:1398
375
#: client/drizzle.cc:1533
373
377
"Append everything into outfile. See interactive help (\\h) also. Does not "
374
378
"work in batch mode. Disable with --disable-tee. This option is disabled by "
378
#: client/drizzle.cc:1400
382
#: client/drizzle.cc:1535
380
384
"Disable outfile. See interactive help (\\h) also. WARNING: option "
381
385
"deprecated; use --disable-tee instead"
384
#: client/drizzle.cc:1403 client/drizzleadmin.cc:91
388
#: client/drizzle.cc:1538
385
389
msgid "User for login if not current user."
388
#: client/drizzle.cc:1406
392
#: client/drizzle.cc:1541
389
393
msgid "Only allow UPDATE and DELETE that uses keys."
392
#: client/drizzle.cc:1409
396
#: client/drizzle.cc:1544
393
397
msgid "Synonym for option --safe-updates, -U."
396
#: client/drizzle.cc:1412
400
#: client/drizzle.cc:1547
397
401
msgid "Write more. (-v -v -v gives the table output format)."
400
#: client/drizzle.cc:1414 client/drizzleadmin.cc:96 drizzled/drizzled.cc:2258
404
#: client/drizzle.cc:1549 drizzled/drizzled.cc:2238
401
405
msgid "Output version information and exit."
404
#: client/drizzle.cc:1416 client/drizzleadmin.cc:98
408
#: client/drizzle.cc:1551
405
409
msgid "Wait and retry if connection is down."
408
#: client/drizzle.cc:1419
412
#: client/drizzle.cc:1554
409
413
msgid "Number of seconds before connection timeout."
412
#: client/drizzle.cc:1424
416
#: client/drizzle.cc:1559
413
417
msgid "Max length of input line"
416
#: client/drizzle.cc:1429
420
#: client/drizzle.cc:1564
417
421
msgid "Automatic limit for SELECT when using --safe-updates"
420
#: client/drizzle.cc:1434
424
#: client/drizzle.cc:1569
421
425
msgid "Automatic limit for rows in a join when using --safe-updates"
424
#: client/drizzle.cc:1438
428
#: client/drizzle.cc:1573
425
429
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
428
#: client/drizzle.cc:1443
432
#: client/drizzle.cc:1578
429
433
msgid "Number of lines before each import progress report."
432
#: client/drizzle.cc:1454
436
#: client/drizzle.cc:1581
437
msgid "Ping the server to check if it's alive."
440
#: client/drizzle.cc:1591
434
442
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
437
#: client/drizzle.cc:1461
445
#: client/drizzle.cc:1598
440
448
"Copyright (C) 2008 Sun Microsystems\n"
442
450
"and you are welcome to modify and redistribute it under the GPL license\n"
445
#: client/drizzle.cc:1466
453
#: client/drizzle.cc:1603
447
455
msgid "Usage: %s [OPTIONS] [database]\n"
450
#: client/drizzle.cc:1497
458
#: client/drizzle.cc:1634
451
459
msgid "DELIMITER cannot contain a backslash character"
454
#: client/drizzle.cc:1515
462
#: client/drizzle.cc:1652
456
464
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
459
#: client/drizzle.cc:1538
467
#: client/drizzle.cc:1675
461
469
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
464
#: client/drizzle.cc:1542
472
#: client/drizzle.cc:1679
466
474
msgid "WARNING: --server-arg option not supported in this configuration.\n"
469
#: client/drizzle.cc:1569
477
#: client/drizzle.cc:1706
471
479
"Non-integer value supplied for port. If you are trying to enter a password "
472
480
"please use --password instead."
475
#: client/drizzle.cc:1577
483
#: client/drizzle.cc:1714
476
484
msgid "Value supplied for port is not valid."
479
#: client/drizzle.cc:1723
487
#: client/drizzle.cc:1860
481
489
msgid "Processing line: %<PRIu32>\n"
484
#: client/drizzle.cc:1939
492
#: client/drizzle.cc:2076
486
494
msgid "Unknown command '\\%c'."
489
#: client/drizzle.cc:2348
497
#: client/drizzle.cc:2485
491
499
"Reading table information for completion of table and column names\n"
492
500
" You can turn off this feature to get a quicker startup with -A\n"
496
#: client/drizzle.cc:2438
504
#: client/drizzle.cc:2575
497
505
msgid "No connection. Trying to reconnect..."
500
#: client/drizzle.cc:2444
508
#: client/drizzle.cc:2581
501
509
msgid "Can't connect to the server\n"
504
#: client/drizzle.cc:2523
512
#: client/drizzle.cc:2660
505
513
msgid "List of all Drizzle commands:"
508
#: client/drizzle.cc:2525
516
#: client/drizzle.cc:2662
509
517
msgid "Note that all text commands must be first on line and end with ';'"
512
#: client/drizzle.cc:2580
520
#: client/drizzle.cc:2717
513
521
msgid "No query specified\n"
516
#: client/drizzle.cc:2595
524
#: client/drizzle.cc:2732
517
525
msgid "Ignoring query to other database"
520
#: client/drizzle.cc:2645
528
#: client/drizzle.cc:2782
521
529
msgid "Empty set"
524
#: client/drizzle.cc:2658
532
#: client/drizzle.cc:2795
526
534
msgid "%ld row in set"
527
535
msgid_plural "%ld rows in set"
531
#: client/drizzle.cc:2667
539
#: client/drizzle.cc:2804
535
#: client/drizzle.cc:2669
543
#: client/drizzle.cc:2806
537
545
msgid "Query OK, %ld row affected"
538
546
msgid_plural "Query OK, %ld rows affected"
542
#: client/drizzleadmin.cc:84 drizzled/drizzled.cc:2202
544
"Port number to use for connection or 0 for default to, in order of "
545
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
548
#: client/drizzleadmin.cc:88
549
msgid "Silently exit if one can't connect to server."
552
#: client/drizzleadmin.cc:94
553
msgid "Write more information."
556
#: client/drizzleadmin.cc:158 client/drizzlecheck.cc:262
557
#: client/drizzledump.cc:605 client/drizzleimport.cc:195
558
#: client/drizzleslap.cc:742 client/drizzletest.cc:4718
550
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
551
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
552
#: client/drizzletest.cc:4718
561
555
"Non-integer value supplied for port. If you are trying to enter a password "
562
556
"please use --password instead.\n"
565
#: client/drizzleadmin.cc:166 client/drizzlecheck.cc:270
566
#: client/drizzledump.cc:613 client/drizzleimport.cc:203
567
#: client/drizzleslap.cc:750 client/drizzletest.cc:4726
559
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
560
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
561
#: client/drizzletest.cc:4726
569
563
msgid "Value supplied for port is not valid.\n"
572
#: client/drizzleadmin.cc:184 client/drizzledump.cc:630
574
msgid "Memory allocation error while copying password. Aborting.\n"
577
#: client/drizzleadmin.cc:330
580
"connect to server at '%s' failed\n"
584
#: client/drizzleadmin.cc:336
586
msgid "Check that drizzled is running on %s"
589
#: client/drizzleadmin.cc:337
591
msgid " and that the port is %d.\n"
594
#: client/drizzleadmin.cc:339
596
msgid "You can check this by doing 'telnet %s %d'\n"
599
#: client/drizzleadmin.cc:350
601
msgid "Got error: %s\n"
604
#: client/drizzleadmin.cc:357
605
msgid "Waiting for Drizzle server to answer"
608
#: client/drizzleadmin.cc:393
610
msgid "shutting down drizzled...\n"
613
#: client/drizzleadmin.cc:401 client/drizzleadmin.cc:407
614
#: client/drizzleadmin.cc:440
616
msgid "shutdown failed; error: '%s'"
619
#: client/drizzleadmin.cc:415
624
#: client/drizzleadmin.cc:424
625
msgid "drizzled is alive"
628
#: client/drizzleadmin.cc:433
629
msgid "connection was down, but drizzled is now alive"
632
#: client/drizzleadmin.cc:446
634
msgid "drizzled doesn't answer to ping, error: '%s'"
637
#: client/drizzleadmin.cc:456
639
msgid "Unknown command: '%-.60s'"
642
#: client/drizzleadmin.cc:465
644
msgid "%s Ver %s Distrib %s, for %s on %s\n"
647
#: client/drizzleadmin.cc:472
648
msgid "Copyright (C) 2000-2008 MySQL AB"
651
#: client/drizzleadmin.cc:473 client/drizzledump.cc:484
653
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
654
"and you are welcome to modify and redistribute it under the GPL license\n"
657
#: client/drizzleadmin.cc:474
658
msgid "Administration program for the drizzled daemon."
661
#: client/drizzleadmin.cc:475
663
msgid "Usage: %s [OPTIONS] command command....\n"
666
#: client/drizzleadmin.cc:477
668
" ping Check if server is down\n"
669
" shutdown Take server down\n"
672
566
#: client/drizzledump.cc:387
673
567
msgid "Number of rows before each output progress report (requires --verbose)."
909
814
msgid "Error: Not enough memory to store ORDER BY clause\n"
912
#: drizzled/authentication.cc:64 drizzled/plugin/storage_engine.cc:204
913
#: drizzled/show.cc:4495 drizzled/sql_plugin.cc:697
915
msgid "Plugin '%s' init function returned error."
918
#. TRANSLATORS: The leading word "configvar" is the name
919
#. of the plugin api, and so should not be translated.
920
#: drizzled/configvar.cc:41
922
msgid "configvar plugin '%s' init() failed"
925
#. TRANSLATORS: The leading word "configvar" is the name
926
#. of the plugin api, and so should not be translated.
927
#: drizzled/configvar.cc:64
929
msgid "configvar plugin '%s' deinit() failed"
932
#. TRANSLATORS: The leading word "configvar" is the name
933
#. of the plugin api, and so should not be translated.
934
#: drizzled/configvar.cc:100
936
msgid "configvar plugin '%s' configvar_func1() failed"
939
#. TRANSLATORS: The leading word "configvar" is the name
940
#. of the plugin api, and so should not be translated.
941
#: drizzled/configvar.cc:154
943
msgid "configvar plugin '%s' configvar_func2() failed"
946
#: drizzled/db.cc:245
817
#: drizzled/db.cc:238
948
819
msgid "Error while loading database options: '%s':"
951
#: drizzled/drizzled.cc:547
822
#: drizzled/drizzled.cc:538
953
824
msgid "Got signal %d from thread %<PRIu64>"
956
#: drizzled/drizzled.cc:581
827
#: drizzled/drizzled.cc:572
957
828
msgid "Aborting\n"
960
#: drizzled/drizzled.cc:704
831
#: drizzled/drizzled.cc:693
961
832
msgid "One can only use the --user switch if running as root\n"
964
#: drizzled/drizzled.cc:712
835
#: drizzled/drizzled.cc:701
966
837
"Fatal error: Please read \"Security\" section of the manual to find out how "
967
838
"to run drizzled as root!\n"
970
#: drizzled/drizzled.cc:734
841
#: drizzled/drizzled.cc:723
973
844
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
977
#: drizzled/drizzled.cc:908
848
#: drizzled/drizzled.cc:897
979
850
msgid "Retrying bind on TCP/IP port %u"
982
#: drizzled/drizzled.cc:914
853
#: drizzled/drizzled.cc:903
983
854
msgid "Can't start server: Bind on TCP/IP port"
986
#: drizzled/drizzled.cc:915
857
#: drizzled/drizzled.cc:904
988
859
msgid "Do you already have another drizzled server running on port: %d ?"
991
#: drizzled/drizzled.cc:921
862
#: drizzled/drizzled.cc:910
992
863
msgid "Can't start server: listen() on TCP/IP port"
995
#: drizzled/drizzled.cc:922
866
#: drizzled/drizzled.cc:911
997
868
msgid "listen() on TCP/IP failed with error %d"
1000
#: drizzled/drizzled.cc:1013
871
#: drizzled/drizzled.cc:1002
1005
#: drizzled/drizzled.cc:1038
876
#: drizzled/drizzled.cc:1027
1008
879
"We will try our best to scrape up some info that will hopefully help "
1077
#: drizzled/drizzled.cc:1149
948
#: drizzled/drizzled.cc:1138
1079
950
msgid "Writing a core file\n"
1082
#: drizzled/drizzled.cc:1194
953
#: drizzled/drizzled.cc:1183
1084
955
"setrlimit could not change the size of core files to 'infinity'; We may not "
1085
956
"be able to generate a core file on signals"
1088
#: drizzled/drizzled.cc:1396
959
#: drizzled/drizzled.cc:1385
1090
961
msgid "gethostname failed, using '%s' as hostname"
1093
#: drizzled/drizzled.cc:1493
964
#: drizzled/drizzled.cc:1482
1095
966
msgid "Unknown locale: '%s'"
1098
#: drizzled/drizzled.cc:1535
969
#: drizzled/drizzled.cc:1513
1099
970
msgid "Can't create thread-keys"
1102
#: drizzled/drizzled.cc:1561
973
#: drizzled/drizzled.cc:1536
1103
974
msgid "Out of memory"
1106
#: drizzled/drizzled.cc:1576
977
#: drizzled/drizzled.cc:1551
1107
978
msgid "Failed to initialize plugins."
1110
#: drizzled/drizzled.cc:1607
981
#: drizzled/drizzled.cc:1582
1113
984
"%s: Too many arguments (first extra is '%s').\n"
1114
985
"Use --verbose --help to get a list of available options\n"
988
#: drizzled/drizzled.cc:1592
989
msgid "Can't init databases"
1117
992
#: drizzled/drizzled.cc:1617
1118
msgid "Can't init databases"
1121
#: drizzled/drizzled.cc:1637
1123
994
msgid "Unknown/unsupported table type: %s"
1126
#: drizzled/drizzled.cc:1643
997
#: drizzled/drizzled.cc:1623
1128
999
msgid "Default storage engine (%s) is not available"
1131
#: drizzled/drizzled.cc:1674
1002
#: drizzled/drizzled.cc:1654
1133
1004
msgid "Failed to lock memory. Errno: %d\n"
1136
#: drizzled/drizzled.cc:1736
1007
#: drizzled/drizzled.cc:1716
1138
1009
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1141
#: drizzled/drizzled.cc:1898
1012
#: drizzled/drizzled.cc:1877
1143
1014
msgid "drizzled: Got error %d from select"
1146
#: drizzled/drizzled.cc:2072
1017
#: drizzled/drizzled.cc:2060
1147
1018
msgid "Auto-increment columns are incremented by this"
1150
#: drizzled/drizzled.cc:2077
1021
#: drizzled/drizzled.cc:2065
1152
1023
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1156
#: drizzled/drizzled.cc:2083
1027
#: drizzled/drizzled.cc:2071
1158
1029
"Path to installation directory. All paths are usually resolved relative to "
1162
#: drizzled/drizzled.cc:2087
1033
#: drizzled/drizzled.cc:2075
1163
1034
msgid "IP address to bind to."
1166
#: drizzled/drizzled.cc:2091
1037
#: drizzled/drizzled.cc:2079
1167
1038
msgid "Set the filesystem character set."
1170
#: drizzled/drizzled.cc:2096
1041
#: drizzled/drizzled.cc:2084
1171
1042
msgid "Set the default character set."
1172
1043
msgstr "设置默认字符集。"
1174
#: drizzled/drizzled.cc:2100
1045
#: drizzled/drizzled.cc:2088
1175
1046
msgid "Chroot drizzled daemon during startup."
1178
#: drizzled/drizzled.cc:2104
1049
#: drizzled/drizzled.cc:2092
1179
1050
msgid "Set the default collation."
1182
#: drizzled/drizzled.cc:2108
1053
#: drizzled/drizzled.cc:2096
1183
1054
msgid "Default completion type."
1186
#: drizzled/drizzled.cc:2113
1057
#: drizzled/drizzled.cc:2101
1187
1058
msgid "Write core on errors."
1190
#: drizzled/drizzled.cc:2117
1061
#: drizzled/drizzled.cc:2105
1191
1062
msgid "Path to the database root."
1194
#: drizzled/drizzled.cc:2121
1065
#: drizzled/drizzled.cc:2109
1195
1066
msgid "Set the default storage engine (table type) for tables."
1198
#: drizzled/drizzled.cc:2125
1069
#: drizzled/drizzled.cc:2113
1199
1070
msgid "Set the default time zone."
1202
#: drizzled/drizzled.cc:2129
1073
#: drizzled/drizzled.cc:2117
1203
1074
msgid "Type of DELAY_KEY_WRITE."
1206
#: drizzled/drizzled.cc:2133
1077
#: drizzled/drizzled.cc:2121
1207
1078
msgid "Print a symbolic stack trace on failure."
1210
#: drizzled/drizzled.cc:2139
1081
#: drizzled/drizzled.cc:2127
1211
1082
msgid "Push supported query conditions to the storage engine."
1214
#: drizzled/drizzled.cc:2145
1085
#: drizzled/drizzled.cc:2133
1215
1086
msgid "Used for debugging; Use at your own risk!"
1218
#: drizzled/drizzled.cc:2150
1089
#: drizzled/drizzled.cc:2138
1219
1090
msgid "Set up signals usable for debugging"
1222
#: drizzled/drizzled.cc:2154
1223
msgid "Command(s) that are executed for each new connection"
1226
#: drizzled/drizzled.cc:2158
1227
msgid "Read SQL commands from this file at startup."
1230
#: drizzled/drizzled.cc:2162
1093
#: drizzled/drizzled.cc:2142
1231
1094
msgid "(IGNORED)"
1234
#: drizzled/drizzled.cc:2166
1097
#: drizzled/drizzled.cc:2146
1235
1098
msgid "Set the language used for the month names and the days of the week."
1238
#: drizzled/drizzled.cc:2171
1101
#: drizzled/drizzled.cc:2151
1239
1102
msgid "Log connections and queries to file."
1242
#: drizzled/drizzled.cc:2175
1105
#: drizzled/drizzled.cc:2155
1243
1106
msgid "Log all MyISAM changes to file."
1246
#: drizzled/drizzled.cc:2179
1109
#: drizzled/drizzled.cc:2159
1247
1110
msgid "Log some not critical warnings to the log file."
1250
#: drizzled/drizzled.cc:2184
1113
#: drizzled/drizzled.cc:2164
1251
1114
msgid "Lock drizzled in memory."
1254
#: drizzled/drizzled.cc:2188
1117
#: drizzled/drizzled.cc:2168
1256
1119
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1257
1120
"BACKUP, FORCE or QUICK."
1260
#: drizzled/drizzled.cc:2193
1123
#: drizzled/drizzled.cc:2173
1261
1124
msgid "Use old, non-optimized alter table."
1264
#: drizzled/drizzled.cc:2198
1127
#: drizzled/drizzled.cc:2178
1265
1128
msgid "Pid file used by safe_mysqld."
1268
#: drizzled/drizzled.cc:2208
1131
#: drizzled/drizzled.cc:2182
1133
"Port number to use for connection or 0 for default to, in order of "
1134
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1137
#: drizzled/drizzled.cc:2188
1270
1139
"Maximum time in seconds to wait for the port to become free. (Default: no "
1274
#: drizzled/drizzled.cc:2213
1143
#: drizzled/drizzled.cc:2193
1276
1145
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1277
1146
"specified directory"
1280
#: drizzled/drizzled.cc:2218
1149
#: drizzled/drizzled.cc:2198
1282
1151
"Uniquely identifies the server instance in the community of replication "
1286
#: drizzled/drizzled.cc:2223
1155
#: drizzled/drizzled.cc:2203
1287
1156
msgid "Don't print a stack trace on failure."
1290
#: drizzled/drizzled.cc:2227
1159
#: drizzled/drizzled.cc:2207
1291
1160
msgid "Enable symbolic link support."
1294
#: drizzled/drizzled.cc:2236
1163
#: drizzled/drizzled.cc:2216
1296
1165
"Using this option will cause most temporary files created to use a small set "
1297
1166
"of names, rather than a unique name for each new file."
1300
#: drizzled/drizzled.cc:2241
1169
#: drizzled/drizzled.cc:2221
1302
1171
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1305
#: drizzled/drizzled.cc:2246
1174
#: drizzled/drizzled.cc:2226
1306
1175
msgid "Path for temporary files."
1309
#: drizzled/drizzled.cc:2250
1178
#: drizzled/drizzled.cc:2230
1310
1179
msgid "Default transaction isolation level."
1313
#: drizzled/drizzled.cc:2254
1182
#: drizzled/drizzled.cc:2234
1314
1183
msgid "Run drizzled daemon as user."
1317
#: drizzled/drizzled.cc:2262
1186
#: drizzled/drizzled.cc:2242
1319
1188
"The number of outstanding connection requests Drizzle can have. This comes "
1320
1189
"into play when the main Drizzle thread gets very many connection requests in "
1321
1190
"a very short time."
1324
#: drizzled/drizzled.cc:2268
1193
#: drizzled/drizzled.cc:2248
1326
1195
"Size of tree cache used in bulk insert optimization. Note that this is a "
1327
1196
"limit per thread!"
1330
#: drizzled/drizzled.cc:2274
1199
#: drizzled/drizzled.cc:2254
1332
1201
"The number of seconds the drizzled server is waiting for a connect packet "
1333
1202
"before responding with 'Bad handshake'."
1336
#: drizzled/drizzled.cc:2279
1205
#: drizzled/drizzled.cc:2259
1338
1207
"Precision of the result of '/' operator will be increased on that value."
1341
#: drizzled/drizzled.cc:2285
1210
#: drizzled/drizzled.cc:2265
1342
1211
msgid "The maximum length of the result of function group_concat."
1345
#: drizzled/drizzled.cc:2290
1214
#: drizzled/drizzled.cc:2270
1346
1215
msgid "The size of the buffer that is used for full joins."
1349
#: drizzled/drizzled.cc:2296
1218
#: drizzled/drizzled.cc:2276
1350
1219
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1353
#: drizzled/drizzled.cc:2301
1222
#: drizzled/drizzled.cc:2281
1355
1224
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1356
1225
"this to get better index handling (for all reads and multiple writes) to as "
1357
1226
"much as you can afford;"
1360
#: drizzled/drizzled.cc:2310
1229
#: drizzled/drizzled.cc:2290
1362
1231
"This characterizes the number of hits a hot block has to be untouched until "
1363
1232
"it is considered aged enough to be downgraded to a warm block. This "
1365
1234
"blocks in key cache"
1368
#: drizzled/drizzled.cc:2319
1237
#: drizzled/drizzled.cc:2299
1369
1238
msgid "The default size of key cache blocks"
1372
#: drizzled/drizzled.cc:2325
1241
#: drizzled/drizzled.cc:2305
1373
1242
msgid "The minimum percentage of warm blocks in key cache"
1376
#: drizzled/drizzled.cc:2331
1245
#: drizzled/drizzled.cc:2311
1377
1246
msgid "Max packetlength to send/receive from to server."
1380
#: drizzled/drizzled.cc:2336
1249
#: drizzled/drizzled.cc:2316
1382
1251
"If there is more than this number of interrupted connections from a host "
1383
1252
"this host will be blocked from further connections."
1386
#: drizzled/drizzled.cc:2341
1255
#: drizzled/drizzled.cc:2321
1387
1256
msgid "Max number of errors/warnings to store for a statement."
1390
#: drizzled/drizzled.cc:2346
1259
#: drizzled/drizzled.cc:2326
1391
1260
msgid "Don't allow creation of heap tables bigger than this."
1394
#: drizzled/drizzled.cc:2352
1263
#: drizzled/drizzled.cc:2332
1396
1265
"Joins that are probably going to read more than max_join_size records return "
1400
#: drizzled/drizzled.cc:2358
1269
#: drizzled/drizzled.cc:2338
1401
1270
msgid "Max number of bytes in sorted records."
1404
#: drizzled/drizzled.cc:2363
1273
#: drizzled/drizzled.cc:2343
1405
1274
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1408
#: drizzled/drizzled.cc:2368
1277
#: drizzled/drizzled.cc:2348
1410
1279
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1411
1280
"max_sort_length bytes of each value are used; the rest are ignored)."
1414
#: drizzled/drizzled.cc:2375
1283
#: drizzled/drizzled.cc:2355
1415
1284
msgid "Maximum number of temporary tables a client can keep open at a time."
1418
#: drizzled/drizzled.cc:2380
1287
#: drizzled/drizzled.cc:2360
1419
1288
msgid "After this many write locks, allow some read locks to run in between."
1422
#: drizzled/drizzled.cc:2384
1291
#: drizzled/drizzled.cc:2364
1424
1293
"Don't log queries which examine less than min_examined_row_limit rows to "
1428
#: drizzled/drizzled.cc:2390
1297
#: drizzled/drizzled.cc:2370
1430
1299
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1431
1300
"Possible values of name are 'nulls_unequal' (default behavior), "
1432
1301
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1435
#: drizzled/drizzled.cc:2397
1304
#: drizzled/drizzled.cc:2377
1436
1305
msgid "Buffer length for TCP/IP and socket communication."
1439
#: drizzled/drizzled.cc:2402
1308
#: drizzled/drizzled.cc:2382
1441
1310
"Number of seconds to wait for more data from a connection before aborting "
1445
#: drizzled/drizzled.cc:2408
1314
#: drizzled/drizzled.cc:2388
1447
1316
"If a read on a communication port is interrupted, retry this many times "
1448
1317
"before giving up."
1451
#: drizzled/drizzled.cc:2414
1320
#: drizzled/drizzled.cc:2394
1453
1322
"Number of seconds to wait for a block to be written to a connection before "
1454
1323
"aborting the write."
1457
#: drizzled/drizzled.cc:2420
1326
#: drizzled/drizzled.cc:2400
1459
1328
"Controls the heuristic(s) applied during query optimization to prune less-"
1460
1329
"promising partial plans from the optimizer search space. Meaning: false - do "
1473
1342
"(used for testing/comparison)."
1476
#: drizzled/drizzled.cc:2440
1345
#: drizzled/drizzled.cc:2420
1477
1346
msgid "Directory for plugins."
1480
#: drizzled/drizzled.cc:2444
1349
#: drizzled/drizzled.cc:2424
1482
1351
"Optional colon (or semicolon) separated list of plugins to load,where each "
1483
1352
"plugin is identified by the name of the shared library. [for example: --"
1484
1353
"plugin_load=libmd5udf.so:libauth_pam.so]"
1487
#: drizzled/drizzled.cc:2450
1356
#: drizzled/drizzled.cc:2430
1488
1357
msgid "The size of the buffer that is allocated when preloading indexes"
1491
#: drizzled/drizzled.cc:2455
1360
#: drizzled/drizzled.cc:2435
1361
msgid "Select protocol to be used (by default oldlibdrizzle)."
1364
#: drizzled/drizzled.cc:2439
1492
1365
msgid "Allocation block size for query parsing and execution"
1495
#: drizzled/drizzled.cc:2460
1368
#: drizzled/drizzled.cc:2444
1496
1369
msgid "Persistent buffer for query parsing and execution"
1499
#: drizzled/drizzled.cc:2466
1372
#: drizzled/drizzled.cc:2450
1500
1373
msgid "Allocation block size for storing ranges during optimization"
1503
#: drizzled/drizzled.cc:2472
1376
#: drizzled/drizzled.cc:2456
1505
1378
"Each thread that does a sequential scan allocates a buffer of this size for "
1506
1379
"each table it scans. If you do many sequential scans, you may want to "
1507
1380
"increase this value."
1510
#: drizzled/drizzled.cc:2480
1383
#: drizzled/drizzled.cc:2464
1512
1385
"When reading rows in sorted order after a sort, the rows are read through "
1513
1386
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1514
1387
"record_buffer."
1517
#: drizzled/drizzled.cc:2488
1390
#: drizzled/drizzled.cc:2472
1518
1391
msgid "Select scheduler to be used (by default pool-of-threads)."
1521
#: drizzled/drizzled.cc:2492
1394
#: drizzled/drizzled.cc:2476
1522
1395
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1525
#: drizzled/drizzled.cc:2498
1398
#: drizzled/drizzled.cc:2482
1526
1399
msgid "The number of cached table definitions."
1529
#: drizzled/drizzled.cc:2502
1402
#: drizzled/drizzled.cc:2486
1530
1403
msgid "The number of cached open tables."
1533
#: drizzled/drizzled.cc:2506
1406
#: drizzled/drizzled.cc:2490
1535
1408
"Timeout in seconds to wait for a table level lock before returning an error. "
1536
1409
"Used only if the connection has active cursors."
1539
#: drizzled/drizzled.cc:2511
1412
#: drizzled/drizzled.cc:2495
1540
1413
msgid "The stack size for each thread."
1543
#: drizzled/drizzled.cc:2517
1416
#: drizzled/drizzled.cc:2501
1545
1418
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1546
1419
"automatically convert it to an on-disk MyISAM table."
1549
#: drizzled/drizzled.cc:2523
1422
#: drizzled/drizzled.cc:2507
1550
1423
msgid "Allocation block size for transactions to be stored in binary log"
1553
#: drizzled/drizzled.cc:2528
1426
#: drizzled/drizzled.cc:2512
1554
1427
msgid "Persistent buffer for transactions to be stored in binary log"
1557
#: drizzled/drizzled.cc:2533
1430
#: drizzled/drizzled.cc:2517
1559
1432
"The number of seconds the server waits for activity on a connection before "
1563
#: drizzled/drizzled.cc:2682
1436
#: drizzled/drizzled.cc:2665
1565
1438
"Copyright (C) 2008 Sun Microsystems\n"
1566
1439
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5049
4922
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5052
#: drizzled/handler.cc:1047
4925
#: drizzled/plugin/storage_engine.cc:393
5053
4926
msgid "Crash recovery finished."
5056
#. TRANSLATORS: The leading word "logging" is the name
5057
#. of the plugin api, and so should not be translated.
5058
#: drizzled/logging.cc:56
5060
msgid "logging plugin '%s' deinit() failed"
5063
#: drizzled/logging.cc:77
5065
msgid "logging plugin '%s' pre() failed"
5068
#: drizzled/logging.cc:108
5070
msgid "logging plugin '%s' post() failed"
5073
#. TRANSLATORS: The leading word "parser" is the name
5074
#. of the plugin api, and so should not be translated.
5075
#: drizzled/parser.cc:42
5077
msgid "parser plugin '%s' init() failed"
5080
#. TRANSLATORS: The leading word "parser" is the name
5081
#. of the plugin api, and so should not be translated.
5082
#: drizzled/parser.cc:66
5084
msgid "parser plugin '%s' deinit() failed"
5087
#. TRANSLATORS: The leading word "parser" is the name
5088
#. of the plugin api, and so should not be translated.
5089
#: drizzled/parser.cc:103
5091
msgid "parser plugin '%s' parser_func1() failed"
5094
#. TRANSLATORS: The leading word "parser" is the name
5095
#. of the plugin api, and so should not be translated.
5096
#: drizzled/parser.cc:157
5098
msgid "parser plugin '%s' parser_func2() failed"
5101
#: drizzled/qcache.cc:38
5103
msgid "qcache plugin '%s' init() failed"
5106
#: drizzled/qcache.cc:59
5108
msgid "qcache plugin '%s' deinit() failed"
5111
#: drizzled/qcache.cc:104
4929
#: drizzled/qcache.cc:63
5113
4931
msgid "qcache plugin '%s' try_fetch_and_send() failed"
5116
#: drizzled/qcache.cc:121
4934
#: drizzled/qcache.cc:86
5118
4936
msgid "qcache plugin '%s' set() failed"
5121
#: drizzled/qcache.cc:140
4939
#: drizzled/qcache.cc:110
5123
4941
msgid "qcache plugin '%s' invalidate_table() failed"
5126
#: drizzled/qcache.cc:159
4944
#: drizzled/qcache.cc:137
5128
4946
msgid "qcache plugin '%s' invalidate_db() failed"
5131
#: drizzled/qcache.cc:177
4949
#: drizzled/qcache.cc:157
5133
4951
msgid "qcache plugin '%s' flush() failed"
5136
#: drizzled/replicator.cc:36
5138
msgid "replicator plugin '%s' init() failed"
5141
#: drizzled/replicator.cc:58
5143
msgid "replicator plugin '%s' deinit() failed"
5146
#: drizzled/replicator.cc:81
5148
msgid "replicator plugin '%s' session_init() failed"
5151
#: drizzled/replicator.cc:152
5153
msgid "replicator plugin '%s' row_insert() failed"
5156
#: drizzled/replicator.cc:168
5158
msgid "replicator plugin '%s' row_update() failed"
5161
#: drizzled/replicator.cc:183
5163
msgid "replicator plugin '%s' row_delete() failed"
5166
#: drizzled/replicator.cc:270
5168
msgid "replicator plugin '%s' end_transaction() failed"
5171
#: drizzled/replicator.cc:328
5173
msgid "replicator plugin '%s' statement() failed"
5176
#: drizzled/scheduling.cc:57
5178
msgid "scheduling plugin '%s' init() failed"
5181
#: drizzled/scheduling.cc:80
5183
msgid "scheduling plugin '%s' deinit() failed"
5186
#: drizzled/sql_base.cc:2295
4954
#: drizzled/scheduling.cc:63
4955
msgid "Scheduler initialization failed."
4958
#: drizzled/sql_base.cc:2300
5188
4960
msgid "Table %s had a open data handler in reopen_table"
5191
#: drizzled/sql_base.cc:2943
4963
#: drizzled/sql_base.cc:2948
5193
4965
msgid "Couldn't repair table: %s.%s"
5196
#: drizzled/sql_base.cc:2985
4968
#: drizzled/sql_base.cc:2990
5199
4971
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5200
4972
"s`.`%s`' to replication"
5203
#: drizzled/sql_base.cc:3588
4975
#: drizzled/sql_base.cc:3593
5205
4977
msgid "Could not remove temporary table: '%s', error: %d"
5208
#: drizzled/sql_plugin.cc:645
5210
msgid "Plugin '%s' of type %s failed deinitialization"
5213
#: drizzled/sql_plugin.cc:688
5215
msgid "Plugin '%s' registration as a %s failed."
5218
#: drizzled/sql_plugin.cc:889
4980
#: drizzled/sql_plugin.cc:522
4982
msgid "Plugin '%s' init function returned error."
4985
#: drizzled/sql_plugin.cc:701
5219
4986
msgid "plugin-load parameter too long"
5222
#: drizzled/sql_plugin.cc:949
4989
#: drizzled/sql_plugin.cc:761
5224
4991
msgid "Couldn't load plugin named '%s' with soname '%s'."
5227
#: drizzled/sql_plugin.cc:1347
4994
#: drizzled/sql_plugin.cc:1101
5228
4995
msgid "Out of memory."
5231
#: drizzled/sql_plugin.cc:2188 drizzled/sql_plugin.cc:2251
4998
#: drizzled/sql_plugin.cc:1940 drizzled/sql_plugin.cc:2003
5233
5000
msgid "Unknown variable type code 0x%x in plugin '%s'."
5236
#: drizzled/sql_plugin.cc:2231
5003
#: drizzled/sql_plugin.cc:1983
5239
5006
"Server variable %s of plugin %s was forced to be read-only: string variable "
5240
5007
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5243
#: drizzled/sql_plugin.cc:2262
5010
#: drizzled/sql_plugin.cc:2014
5245
5012
msgid "Missing variable name in plugin '%s'."
5248
#: drizzled/sql_plugin.cc:2279
5015
#: drizzled/sql_plugin.cc:2031
5250
5017
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5253
#: drizzled/sql_plugin.cc:2397
5020
#: drizzled/sql_plugin.cc:2149
5255
5022
msgid "Out of memory for plugin '%s'."
5258
#: drizzled/sql_plugin.cc:2404
5025
#: drizzled/sql_plugin.cc:2156
5260
5027
msgid "Bad options for plugin '%s'."
5263
#: drizzled/sql_plugin.cc:2413
5030
#: drizzled/sql_plugin.cc:2165
5265
5032
msgid "Parsing options for plugin '%s' failed."
5268
#: drizzled/sql_plugin.cc:2456
5035
#: drizzled/sql_plugin.cc:2208
5270
5037
msgid "Plugin '%s' has conflicting system variables"
5273
#: drizzled/sql_table.cc:130
5040
#: drizzled/sql_table.cc:131
5275
5042
msgid "Invalid (old?) table or database name '%s'"
5278
#: drizzled/sql_table.cc:2687
5045
#: drizzled/sql_table.cc:2688
5280
5047
msgid "Unknown - internal error %d during operation"
5283
#: drizzled/sql_table.cc:4955
5050
#: drizzled/sql_table.cc:4956
5285
5052
msgid "Could not open table %s.%s after rename\n"
5288
#: drizzled/sql_table.cc:5135
5055
#: drizzled/sql_table.cc:5136
5291
5058
"order_st BY ignored because there is a user-defined clustered index in the "
5292
5059
"table '%-.192s'"
5295
#: drizzled/sql_udf.cc:82
5297
msgid "Plugin '%s' init function returned error %d."
5300
#: drizzled/table.cc:482
5062
#: drizzled/table.cc:483
5303
5065
"'%s' had no or invalid character set, and default character set is multi-"
5304
5066
"byte, so character column sizes may have changed"
5307
#: drizzled/table.cc:2297
5069
#: drizzled/table.cc:2287
5309
5071
msgid "Unknown collation '%s' in table '%-.64s' definition"
5312
#: drizzled/table.cc:2304
5074
#: drizzled/table.cc:2294
5315
5077
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5319
#: drizzled/table.cc:2768
5081
#: drizzled/table.cc:2753
5322
5084
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5326
#: drizzled/table.cc:2795
5088
#: drizzled/table.cc:2780
5329
5091
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5330
5092
"have type %s, found type %s."
5333
#: drizzled/table.cc:2806
5095
#: drizzled/table.cc:2791
5336
5098
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5337
5099
"position %d to have character set '%s' but the type has no character set."
5340
#: drizzled/table.cc:2818
5102
#: drizzled/table.cc:2803
5343
5105
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5344
5106
"position %d to have character set '%s' but found character set '%s'."
5347
#: drizzled/table.cc:2831
5109
#: drizzled/table.cc:2816
5350
5112
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5351
5113
"have type %s but the column is not found."
5354
#: drizzled/table.cc:4948
5116
#: drizzled/table.cc:4931
5356
5118
msgid "Got error %d when reading table '%s'"
5418
5180
msgid "%s: option `-W %s' doesn't allow an argument\n"
5421
#: libdrizzleclient/errmsg.cc:28
5422
msgid "Unknown Drizzle error"
5425
#: libdrizzleclient/errmsg.cc:29
5427
msgid "Can't create UNIX socket (%d)"
5430
#: libdrizzleclient/errmsg.cc:30
5432
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5435
#: libdrizzleclient/errmsg.cc:31
5437
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5440
#: libdrizzleclient/errmsg.cc:32
5442
msgid "Can't create TCP/IP socket (%d)"
5445
#: libdrizzleclient/errmsg.cc:33
5447
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5450
#: libdrizzleclient/errmsg.cc:34
5451
msgid "Drizzle server has gone away"
5454
#: libdrizzleclient/errmsg.cc:35
5456
msgid "Protocol mismatch; server version = %d, client version = %d"
5459
#: libdrizzleclient/errmsg.cc:36
5460
msgid "Drizzle client ran out of memory"
5463
#: libdrizzleclient/errmsg.cc:37
5464
msgid "Wrong host info"
5467
#: libdrizzleclient/errmsg.cc:38
5468
msgid "Localhost via UNIX socket"
5471
#: libdrizzleclient/errmsg.cc:39
5473
msgid "%-.100s via TCP/IP"
5476
#: libdrizzleclient/errmsg.cc:40
5477
msgid "Error in server handshake"
5480
#: libdrizzleclient/errmsg.cc:41
5481
msgid "Lost connection to Drizzle server during query"
5484
#: libdrizzleclient/errmsg.cc:42
5485
msgid "Commands out of sync; you can't run this command now"
5488
#: libdrizzleclient/errmsg.cc:43
5490
msgid "Named pipe: %-.32s"
5493
#: libdrizzleclient/errmsg.cc:44
5495
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5498
#: libdrizzleclient/errmsg.cc:45
5500
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5503
#: libdrizzleclient/errmsg.cc:46
5505
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5508
#: libdrizzleclient/errmsg.cc:47
5510
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5513
#: libdrizzleclient/errmsg.cc:48
5514
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5517
#: libdrizzleclient/errmsg.cc:49
5518
msgid "Embedded server"
5521
#: libdrizzleclient/errmsg.cc:50
5522
msgid "Error on SHOW SLAVE STATUS:"
5525
#: libdrizzleclient/errmsg.cc:51
5526
msgid "Error on SHOW SLAVE HOSTS:"
5529
#: libdrizzleclient/errmsg.cc:52
5530
msgid "Error connecting to slave:"
5533
#: libdrizzleclient/errmsg.cc:53
5534
msgid "Error connecting to master:"
5537
#: libdrizzleclient/errmsg.cc:54
5538
msgid "SSL connection error"
5541
#: libdrizzleclient/errmsg.cc:55
5542
msgid "Malformed packet"
5545
#: libdrizzleclient/errmsg.cc:56 libdrizzleclient/errmsg.cc:67
5546
#: libdrizzleclient/errmsg.cc:68 libdrizzleclient/errmsg.cc:69
5547
#: libdrizzleclient/errmsg.cc:70 libdrizzleclient/errmsg.cc:71
5548
#: libdrizzleclient/errmsg.cc:72 libdrizzleclient/errmsg.cc:73
5549
#: libdrizzleclient/errmsg.cc:74 libdrizzleclient/errmsg.cc:75
5550
msgid "(unused error message)"
5553
#: libdrizzleclient/errmsg.cc:57
5554
msgid "Invalid use of null pointer"
5557
#: libdrizzleclient/errmsg.cc:58
5558
msgid "Statement not prepared"
5561
#: libdrizzleclient/errmsg.cc:59
5562
msgid "No data supplied for parameters in prepared statement"
5565
#: libdrizzleclient/errmsg.cc:60
5566
msgid "Data truncated"
5569
#: libdrizzleclient/errmsg.cc:61
5570
msgid "No parameters exist in the statement"
5573
#: libdrizzleclient/errmsg.cc:62
5574
msgid "Invalid parameter number"
5577
#: libdrizzleclient/errmsg.cc:63
5580
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5583
#: libdrizzleclient/errmsg.cc:65
5585
msgid "Using unsupported buffer type: %d (parameter: %d)"
5588
#: libdrizzleclient/errmsg.cc:66
5590
msgid "Shared memory: %-.100s"
5593
#: libdrizzleclient/errmsg.cc:76
5594
msgid "Wrong or unknown protocol"
5597
#: libdrizzleclient/errmsg.cc:77
5598
msgid "Invalid connection handle"
5601
#: libdrizzleclient/errmsg.cc:78
5603
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5604
"option 'secure_auth' enabled)"
5607
#: libdrizzleclient/errmsg.cc:80
5608
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5611
#: libdrizzleclient/errmsg.cc:81
5612
msgid "Attempt to read column without prior row fetch"
5615
#: libdrizzleclient/errmsg.cc:82
5616
msgid "Prepared statement contains no metadata"
5619
#: libdrizzleclient/errmsg.cc:83
5621
"Attempt to read a row while there is no result set associated with the "
5625
#: libdrizzleclient/errmsg.cc:85
5626
msgid "This feature is not implemented yet"
5629
#: libdrizzleclient/errmsg.cc:86
5632
"Lost connection to Drizzle server while waiting for initial communication "
5633
"packet, system error: %d"
5636
#: libdrizzleclient/errmsg.cc:88
5639
"Lost connection to Drizzle server while reading initial communication "
5640
"packet, system error: %d"
5643
#: libdrizzleclient/errmsg.cc:90
5646
"Lost connection to Drizzle server while sending authentication information, "
5650
#: libdrizzleclient/errmsg.cc:92
5653
"Lost connection to Drizzle server while reading authorization information, "
5657
#: libdrizzleclient/errmsg.cc:94
5660
"Lost connection to Drizzle server while setting initial database, system "
5664
#: libdrizzleclient/errmsg.cc:96
5666
msgid "Statement closed indirectly because of a preceding %s() call"
5669
5183
#: mysys/errors.cc:25
5671
5185
msgid "Can't create/write to file '%s' (Errcode: %d)"
5913
5427
msgid "Log queries to a Gearman server"
5916
#: plugin/logging_query/logging_query.cc:275
5430
#: plugin/logging_query/logging_query.cc:278
5918
5432
msgid "fail open() fn=%s er=%s\n"
5921
#: plugin/logging_query/logging_query.cc:313
5435
#: plugin/logging_query/logging_query.cc:317
5922
5436
msgid "Enable logging to CSV file"
5925
#: plugin/logging_query/logging_query.cc:322
5439
#: plugin/logging_query/logging_query.cc:326
5926
5440
msgid "File to log to"
5929
#: plugin/logging_query/logging_query.cc:331
5930
#: plugin/logging_syslog/logging_syslog.cc:246
5443
#: plugin/logging_query/logging_query.cc:335
5444
#: plugin/logging_syslog/logging_syslog.cc:248
5931
5445
msgid "Threshold for logging slow queries, in microseconds"
5934
#: plugin/logging_query/logging_query.cc:343
5935
#: plugin/logging_syslog/logging_syslog.cc:258
5448
#: plugin/logging_query/logging_query.cc:347
5449
#: plugin/logging_syslog/logging_syslog.cc:260
5936
5450
msgid "Threshold for logging big queries, for rows returned"
5939
#: plugin/logging_query/logging_query.cc:355
5940
#: plugin/logging_syslog/logging_syslog.cc:270
5453
#: plugin/logging_query/logging_query.cc:359
5454
#: plugin/logging_syslog/logging_syslog.cc:272
5941
5455
msgid "Threshold for logging big queries, for rows examined"
5944
#: plugin/logging_query/logging_query.cc:378
5458
#: plugin/logging_query/logging_query.cc:381
5945
5459
msgid "Log queries to a CSV file"
5948
#: plugin/logging_syslog/logging_syslog.cc:167
5462
#: plugin/logging_syslog/logging_syslog.cc:169
5950
5464
msgid "syslog facility \"%s\" not known, using \"local0\""
5953
#: plugin/logging_syslog/logging_syslog.cc:184
5467
#: plugin/logging_syslog/logging_syslog.cc:186
5955
5469
msgid "syslog priority \"%s\" not known, using \"info\""
5958
#: plugin/logging_syslog/logging_syslog.cc:210
5472
#: plugin/logging_syslog/logging_syslog.cc:212
5959
5473
msgid "Enable logging"
5962
#: plugin/logging_syslog/logging_syslog.cc:219
5476
#: plugin/logging_syslog/logging_syslog.cc:221
5963
5477
msgid "Syslog Ident"
5966
#: plugin/logging_syslog/logging_syslog.cc:228
5480
#: plugin/logging_syslog/logging_syslog.cc:230
5967
5481
msgid "Syslog Facility"
5970
#: plugin/logging_syslog/logging_syslog.cc:237
5484
#: plugin/logging_syslog/logging_syslog.cc:239
5971
5485
msgid "Syslog Priority"
5974
#: plugin/logging_syslog/logging_syslog.cc:295
5488
#: plugin/logging_syslog/logging_syslog.cc:296
5975
5489
msgid "Log to syslog"
5978
#: plugin/multi_thread/multi_thread.cc:120
5492
#: plugin/multi_thread/multi_thread.cc:133
5979
5493
msgid "Maximum number of user threads available."
5982
#: plugin/pool_of_threads/pool_of_threads.cc:205
5496
#: plugin/oldlibdrizzle/errmsg.cc:28
5497
msgid "Unknown Drizzle error"
5500
#: plugin/oldlibdrizzle/errmsg.cc:29
5502
msgid "Can't create UNIX socket (%d)"
5505
#: plugin/oldlibdrizzle/errmsg.cc:30
5507
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5510
#: plugin/oldlibdrizzle/errmsg.cc:31
5512
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5515
#: plugin/oldlibdrizzle/errmsg.cc:32
5517
msgid "Can't create TCP/IP socket (%d)"
5520
#: plugin/oldlibdrizzle/errmsg.cc:33
5522
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5525
#: plugin/oldlibdrizzle/errmsg.cc:34
5526
msgid "Drizzle server has gone away"
5529
#: plugin/oldlibdrizzle/errmsg.cc:35
5531
msgid "Protocol mismatch; server version = %d, client version = %d"
5534
#: plugin/oldlibdrizzle/errmsg.cc:36
5535
msgid "Drizzle client ran out of memory"
5538
#: plugin/oldlibdrizzle/errmsg.cc:37
5539
msgid "Wrong host info"
5542
#: plugin/oldlibdrizzle/errmsg.cc:38
5543
msgid "Localhost via UNIX socket"
5546
#: plugin/oldlibdrizzle/errmsg.cc:39
5548
msgid "%-.100s via TCP/IP"
5551
#: plugin/oldlibdrizzle/errmsg.cc:40
5552
msgid "Error in server handshake"
5555
#: plugin/oldlibdrizzle/errmsg.cc:41
5556
msgid "Lost connection to Drizzle server during query"
5559
#: plugin/oldlibdrizzle/errmsg.cc:42
5560
msgid "Commands out of sync; you can't run this command now"
5563
#: plugin/oldlibdrizzle/errmsg.cc:43
5565
msgid "Named pipe: %-.32s"
5568
#: plugin/oldlibdrizzle/errmsg.cc:44
5570
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5573
#: plugin/oldlibdrizzle/errmsg.cc:45
5575
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5578
#: plugin/oldlibdrizzle/errmsg.cc:46
5580
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5583
#: plugin/oldlibdrizzle/errmsg.cc:47
5585
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5588
#: plugin/oldlibdrizzle/errmsg.cc:48
5589
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5592
#: plugin/oldlibdrizzle/errmsg.cc:49
5593
msgid "Embedded server"
5596
#: plugin/oldlibdrizzle/errmsg.cc:50
5597
msgid "Error on SHOW SLAVE STATUS:"
5600
#: plugin/oldlibdrizzle/errmsg.cc:51
5601
msgid "Error on SHOW SLAVE HOSTS:"
5604
#: plugin/oldlibdrizzle/errmsg.cc:52
5605
msgid "Error connecting to slave:"
5608
#: plugin/oldlibdrizzle/errmsg.cc:53
5609
msgid "Error connecting to master:"
5612
#: plugin/oldlibdrizzle/errmsg.cc:54
5613
msgid "SSL connection error"
5616
#: plugin/oldlibdrizzle/errmsg.cc:55
5617
msgid "Malformed packet"
5620
#: plugin/oldlibdrizzle/errmsg.cc:56 plugin/oldlibdrizzle/errmsg.cc:67
5621
#: plugin/oldlibdrizzle/errmsg.cc:68 plugin/oldlibdrizzle/errmsg.cc:69
5622
#: plugin/oldlibdrizzle/errmsg.cc:70 plugin/oldlibdrizzle/errmsg.cc:71
5623
#: plugin/oldlibdrizzle/errmsg.cc:72 plugin/oldlibdrizzle/errmsg.cc:73
5624
#: plugin/oldlibdrizzle/errmsg.cc:74 plugin/oldlibdrizzle/errmsg.cc:75
5625
msgid "(unused error message)"
5628
#: plugin/oldlibdrizzle/errmsg.cc:57
5629
msgid "Invalid use of null pointer"
5632
#: plugin/oldlibdrizzle/errmsg.cc:58
5633
msgid "Statement not prepared"
5636
#: plugin/oldlibdrizzle/errmsg.cc:59
5637
msgid "No data supplied for parameters in prepared statement"
5640
#: plugin/oldlibdrizzle/errmsg.cc:60
5641
msgid "Data truncated"
5644
#: plugin/oldlibdrizzle/errmsg.cc:61
5645
msgid "No parameters exist in the statement"
5648
#: plugin/oldlibdrizzle/errmsg.cc:62
5649
msgid "Invalid parameter number"
5652
#: plugin/oldlibdrizzle/errmsg.cc:63
5655
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5658
#: plugin/oldlibdrizzle/errmsg.cc:65
5660
msgid "Using unsupported buffer type: %d (parameter: %d)"
5663
#: plugin/oldlibdrizzle/errmsg.cc:66
5665
msgid "Shared memory: %-.100s"
5668
#: plugin/oldlibdrizzle/errmsg.cc:76
5669
msgid "Wrong or unknown protocol"
5672
#: plugin/oldlibdrizzle/errmsg.cc:77
5673
msgid "Invalid connection handle"
5676
#: plugin/oldlibdrizzle/errmsg.cc:78
5678
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5679
"option 'secure_auth' enabled)"
5682
#: plugin/oldlibdrizzle/errmsg.cc:80
5683
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5686
#: plugin/oldlibdrizzle/errmsg.cc:81
5687
msgid "Attempt to read column without prior row fetch"
5690
#: plugin/oldlibdrizzle/errmsg.cc:82
5691
msgid "Prepared statement contains no metadata"
5694
#: plugin/oldlibdrizzle/errmsg.cc:83
5696
"Attempt to read a row while there is no result set associated with the "
5700
#: plugin/oldlibdrizzle/errmsg.cc:85
5701
msgid "This feature is not implemented yet"
5704
#: plugin/oldlibdrizzle/errmsg.cc:86
5707
"Lost connection to Drizzle server while waiting for initial communication "
5708
"packet, system error: %d"
5711
#: plugin/oldlibdrizzle/errmsg.cc:88
5714
"Lost connection to Drizzle server while reading initial communication "
5715
"packet, system error: %d"
5718
#: plugin/oldlibdrizzle/errmsg.cc:90
5721
"Lost connection to Drizzle server while sending authentication information, "
5725
#: plugin/oldlibdrizzle/errmsg.cc:92
5728
"Lost connection to Drizzle server while reading authorization information, "
5732
#: plugin/oldlibdrizzle/errmsg.cc:94
5735
"Lost connection to Drizzle server while setting initial database, system "
5739
#: plugin/oldlibdrizzle/errmsg.cc:96
5741
msgid "Statement closed indirectly because of a preceding %s() call"
5744
#: plugin/pool_of_threads/pool_of_threads.cc:204
5983
5745
msgid "event_add error in libevent_add_session_callback\n"
5986
#: plugin/pool_of_threads/pool_of_threads.cc:347
5748
#: plugin/pool_of_threads/pool_of_threads.cc:346
5987
5749
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
5990
#: plugin/pool_of_threads/pool_of_threads.cc:354
5752
#: plugin/pool_of_threads/pool_of_threads.cc:353
5991
5753
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
5994
#: plugin/pool_of_threads/pool_of_threads.cc:366
5756
#: plugin/pool_of_threads/pool_of_threads.cc:365
5995
5757
msgid "session_add_event event_add error in libevent_init\n"
5998
#: plugin/pool_of_threads/pool_of_threads.cc:380
5760
#: plugin/pool_of_threads/pool_of_threads.cc:378
6000
5762
msgid "Can't create completion port thread (error %d)"
6003
#: plugin/pool_of_threads/pool_of_threads.cc:443
5765
#: plugin/pool_of_threads/pool_of_threads.cc:462
6004
5766
msgid "libevent_thread_proc: my_thread_init() failed\n"
6007
#: plugin/pool_of_threads/pool_of_threads.cc:629
5769
#: plugin/pool_of_threads/pool_of_threads.cc:642
6008
5770
msgid "Size of Pool."
6011
#: plugin/protobuf_replicator/protobuf_replicator.cc:259
6012
msgid "Enable Replicator"
6015
#: plugin/protobuf_replicator/protobuf_replicator.cc:268
6016
msgid "Directory to place replication logs."
6019
5773
#: plugin/signal_handler/signal_handler.cc:225
6021
5775
msgid "Can't create interrupt-thread (error %d, errno: %d)"