122
122
"你的Drizzle链接id为 %u\n"
125
#: client/drizzle.cc:1308
125
#: client/drizzle.cc:1310
127
127
msgid "Reading history-file %s\n"
128
128
msgstr "读取历史文件%s\n"
130
#: client/drizzle.cc:1312
130
#: client/drizzle.cc:1314
132
132
msgid "Couldn't allocate memory for temp histfile!\n"
133
133
msgstr "无法为临时histfile分配内存!\n"
135
#: client/drizzle.cc:1319
135
#: client/drizzle.cc:1321
136
136
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
137
137
msgstr "帮助请输入‘help;’或‘\\h’。输入’\\c‘清除缓冲。\n"
139
#: client/drizzle.cc:1338
139
#: client/drizzle.cc:1340
141
141
msgid "Writing history-file %s\n"
142
142
msgstr "写入历史文件%s当中\n"
144
#: client/drizzle.cc:1345
144
#: client/drizzle.cc:1348
148
#: client/drizzle.cc:1345
148
#: client/drizzle.cc:1348
152
#: client/drizzle.cc:1400
152
#: client/drizzle.cc:1403
153
153
msgid "Query aborted by Ctrl+C\n"
154
154
msgstr "放弃查询(Ctrl+C)\n"
156
#: client/drizzle.cc:1423 drizzled/drizzled.cc:2097
156
#: client/drizzle.cc:1426 drizzled/drizzled.cc:1679
157
157
msgid "Display this help and exit."
158
158
msgstr "显示相关帮助并退出。"
160
#: client/drizzle.cc:1425
160
#: client/drizzle.cc:1428
161
161
msgid "Synonym for -?"
164
#: client/drizzle.cc:1428
164
#: client/drizzle.cc:1431
166
166
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
167
167
"and field completion, but startup and reconnecting may take a longer time. "
168
168
"Disable with --disable-auto-rehash."
171
#: client/drizzle.cc:1432
171
#: client/drizzle.cc:1435
173
173
"No automatic rehashing. One has to use 'rehash' to get table and field "
174
174
"completion. This gives a quicker start of drizzle_st and disables rehashing "
175
175
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
178
#: client/drizzle.cc:1435
178
#: client/drizzle.cc:1438
180
180
"Automatically switch to vertical output mode if the result is wider than the "
181
181
"terminal width."
182
182
msgstr "如果结果比终端宽度更宽,则自动转到直排输出模式。"
184
#: client/drizzle.cc:1438
184
#: client/drizzle.cc:1441
186
186
"Don't use history file. Disable interactive behavior. (Enables --silent)"
187
187
msgstr "不使用历史文件。禁止互动行为。(允许 --silent)"
189
#: client/drizzle.cc:1439
189
#: client/drizzle.cc:1442
190
190
msgid "Display column type information."
191
191
msgstr "显示列类型信息。"
193
#: client/drizzle.cc:1442
193
#: client/drizzle.cc:1445
195
195
"Preserve comments. Send comments to the server. The default is --skip-"
196
196
"comments (discard comments), enable with --comments"
197
197
msgstr "保留注释。发送注释到服务器。缺省为 --skip--comments (不保留注释),使用为 --comments"
199
#: client/drizzle.cc:1445
199
#: client/drizzle.cc:1448
200
200
msgid "Use compression in server/client protocol."
201
201
msgstr "在服务器/客户端协议中使用压缩。"
203
#: client/drizzle.cc:1448
203
#: client/drizzle.cc:1451
204
204
msgid "Check memory and open file usage at exit ."
205
205
msgstr "退出时检查内存和开启文件。"
207
#: client/drizzle.cc:1451
207
#: client/drizzle.cc:1454
208
208
msgid "Print some debug info at exit."
209
209
msgstr "退出时打印部份调试信息。"
211
#: client/drizzle.cc:1453
211
#: client/drizzle.cc:1456
212
212
msgid "Database to use."
213
213
msgstr "要使用的数据库。"
215
#: client/drizzle.cc:1456
215
#: client/drizzle.cc:1459
216
216
msgid "(not used)"
219
#: client/drizzle.cc:1458
219
#: client/drizzle.cc:1461
220
220
msgid "Delimiter to be used."
221
221
msgstr "要使用的定义符号。"
223
#: client/drizzle.cc:1460
223
#: client/drizzle.cc:1463
224
224
msgid "Execute command and quit. (Disables --force and history file)"
225
225
msgstr "执行命令并退出。(禁用 --force 和历史文件)"
227
#: client/drizzle.cc:1462
227
#: client/drizzle.cc:1465
228
228
msgid "Print the output of a query (rows) vertically."
231
#: client/drizzle.cc:1465
231
#: client/drizzle.cc:1468
232
232
msgid "Continue even if we get an sql error."
233
233
msgstr "忽略SQL错误继续执行"
235
#: client/drizzle.cc:1469
235
#: client/drizzle.cc:1472
237
237
"Enable named commands. Named commands mean this program's internal commands; "
238
238
"see drizzle> help . When enabled, the named commands can be used from any "
249
249
"deprecated; use --disable-named-commands instead."
252
#: client/drizzle.cc:1475
252
#: client/drizzle.cc:1478
253
253
msgid "Ignore space after function names."
254
254
msgstr "忽略函数名字后的空格。"
256
#: client/drizzle.cc:1477
256
#: client/drizzle.cc:1480
257
257
msgid "Enable/disable LOAD DATA LOCAL INFILE."
258
258
msgstr "激活/禁止 LOAD DATA LOCAL INFILE (从本地读取数据文件)"
260
#: client/drizzle.cc:1480
260
#: client/drizzle.cc:1483
261
261
msgid "Turn off beep on error."
264
#: client/drizzle.cc:1482
264
#: client/drizzle.cc:1485
265
265
msgid "Connect to host."
268
#: client/drizzle.cc:1484
268
#: client/drizzle.cc:1487
269
269
msgid "Write line numbers for errors."
270
270
msgstr "显示发生错误的行号"
272
#: client/drizzle.cc:1487
272
#: client/drizzle.cc:1490
274
274
"Don't write line number for errors. WARNING: -L is deprecated, use long "
275
275
"version of this option instead."
276
276
msgstr "不显示发生错误的行号。警告:-L 不建议使用,请在long版中使用该选项。"
278
#: client/drizzle.cc:1489
278
#: client/drizzle.cc:1492
279
279
msgid "Flush buffer after each query."
280
280
msgstr "每次查询之后刷新缓存。"
282
#: client/drizzle.cc:1491
282
#: client/drizzle.cc:1494
283
283
msgid "Write column names in results."
284
284
msgstr "在结果中显示列名"
286
#: client/drizzle.cc:1495
286
#: client/drizzle.cc:1498
288
288
"Don't write column names in results. WARNING: -N is deprecated, use long "
289
289
"version of this options instead."
290
290
msgstr "不在结果中显示列名。警告:-N 不推荐使用,请在long版中使用改选项。"
292
#: client/drizzle.cc:1498
292
#: client/drizzle.cc:1501
294
294
"Change the value of a variable. Please note that this option is deprecated; "
295
295
"you can set variables directly with --variable-name=value."
296
296
msgstr "变更一个变量的值。不推荐使用此选项;可以用 --variable-name=value 直接赋值变量。"
298
#: client/drizzle.cc:1500
298
#: client/drizzle.cc:1503
299
299
msgid "Ignore SIGINT (CTRL-C)"
300
300
msgstr "忽略 SIGINT (CTRL-C)"
302
#: client/drizzle.cc:1504
302
#: client/drizzle.cc:1507
304
304
"Only update the default database. This is useful for skipping updates to "
305
305
"other database in the update log."
306
306
msgstr "仅更新默认数据库。使用这个选项在更新日志时,跳过其它数据库。"
308
#: client/drizzle.cc:1507
308
#: client/drizzle.cc:1510
310
310
"Pager to use to display results. If you don't supply an option the default "
311
311
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
317
#: client/drizzle.cc:1510
317
#: client/drizzle.cc:1513
319
319
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
320
320
"option deprecated; use --disable-pager instead."
323
#: client/drizzle.cc:1513
323
#: client/drizzle.cc:1516
325
325
"Password to use when connecting to server. If password is not given it's "
326
326
"asked from the tty."
329
#: client/drizzle.cc:1515
329
#: client/drizzle.cc:1518
331
331
"Port number to use for connection or 0 for default to, in order of "
332
332
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
335
#: client/drizzle.cc:1516
335
#: client/drizzle.cc:1519
336
336
msgid "built-in default"
339
#: client/drizzle.cc:1518
339
#: client/drizzle.cc:1521
340
340
msgid "Set the drizzle prompt to this value."
343
#: client/drizzle.cc:1522
343
#: client/drizzle.cc:1525
345
345
"Don't cache result, print it row by row. This may slow down the server if "
346
346
"the output is suspended. Doesn't use history file."
349
#: client/drizzle.cc:1524
349
#: client/drizzle.cc:1527
350
350
msgid "Write fields without conversion. Used with --batch."
353
#: client/drizzle.cc:1527
353
#: client/drizzle.cc:1530
355
355
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
356
356
"option is enabled by default."
359
#: client/drizzle.cc:1529
359
#: client/drizzle.cc:1532
360
360
msgid "Shutdown the server."
363
#: client/drizzle.cc:1531
363
#: client/drizzle.cc:1534
365
365
"Be more silent. Print results with a tab as separator, each row on new line."
368
#: client/drizzle.cc:1533
368
#: client/drizzle.cc:1536
369
369
msgid "Socket file to use for connection."
370
370
msgstr "供连接用的 Socket 文件。"
372
#: client/drizzle.cc:1536
372
#: client/drizzle.cc:1539
373
373
msgid "Output in table format."
376
#: client/drizzle.cc:1539
376
#: client/drizzle.cc:1542
378
378
"Append everything into outfile. See interactive help (\\h) also. Does not "
379
379
"work in batch mode. Disable with --disable-tee. This option is disabled by "
383
#: client/drizzle.cc:1541
383
#: client/drizzle.cc:1544
385
385
"Disable outfile. See interactive help (\\h) also. WARNING: option "
386
386
"deprecated; use --disable-tee instead"
389
#: client/drizzle.cc:1544
389
#: client/drizzle.cc:1546
390
390
msgid "User for login if not current user."
393
#: client/drizzle.cc:1547
393
#: client/drizzle.cc:1548
394
394
msgid "Only allow UPDATE and DELETE that uses keys."
395
395
msgstr "只允许使用了键值的 UPDATE 和 DELETE。"
397
#: client/drizzle.cc:1550
397
#: client/drizzle.cc:1551
398
398
msgid "Synonym for option --safe-updates, -U."
401
#: client/drizzle.cc:1553
401
#: client/drizzle.cc:1554
402
402
msgid "Write more. (-v -v -v gives the table output format)."
405
#: client/drizzle.cc:1555 drizzled/drizzled.cc:2269
405
#: client/drizzle.cc:1556 drizzled/drizzled.cc:1824
406
406
msgid "Output version information and exit."
407
407
msgstr "输出版本信息并退出。"
409
#: client/drizzle.cc:1557
409
#: client/drizzle.cc:1558
410
410
msgid "Wait and retry if connection is down."
413
#: client/drizzle.cc:1560
413
#: client/drizzle.cc:1561
414
414
msgid "Number of seconds before connection timeout."
417
#: client/drizzle.cc:1565
417
#: client/drizzle.cc:1566
418
418
msgid "Max length of input line"
419
419
msgstr "输入行的最大长度"
421
#: client/drizzle.cc:1570
421
#: client/drizzle.cc:1571
422
422
msgid "Automatic limit for SELECT when using --safe-updates"
425
#: client/drizzle.cc:1575
425
#: client/drizzle.cc:1576
426
426
msgid "Automatic limit for rows in a join when using --safe-updates"
429
#: client/drizzle.cc:1579
429
#: client/drizzle.cc:1580
431
431
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
432
432
msgstr "使用旧协议 (4.1.1之前) 时,拒绝客户端连接到服务器。"
434
#: client/drizzle.cc:1584
434
#: client/drizzle.cc:1585
435
435
msgid "Number of lines before each import progress report."
436
436
msgstr "每次导入进度报告前的行数。"
438
#: client/drizzle.cc:1587
438
#: client/drizzle.cc:1588
439
439
msgid "Ping the server to check if it's alive."
442
#: client/drizzle.cc:1597
442
#: client/drizzle.cc:1598
444
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
444
msgid "%s Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
447
#: client/drizzle.cc:1604
447
#: client/drizzle.cc:1605
450
450
"Copyright (C) 2008 Sun Microsystems\n"
452
452
"and you are welcome to modify and redistribute it under the GPL license\n"
455
#: client/drizzle.cc:1609
455
#: client/drizzle.cc:1610
457
457
msgid "Usage: %s [OPTIONS] [database]\n"
460
#: client/drizzle.cc:1640
460
#: client/drizzle.cc:1641
461
461
msgid "DELIMITER cannot contain a backslash character"
464
#: client/drizzle.cc:1658
464
#: client/drizzle.cc:1659
466
466
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
469
#: client/drizzle.cc:1681
469
#: client/drizzle.cc:1682
471
471
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
474
#: client/drizzle.cc:1685
474
#: client/drizzle.cc:1686
476
476
msgid "WARNING: --server-arg option not supported in this configuration.\n"
479
#: client/drizzle.cc:1712
479
#: client/drizzle.cc:1717
481
481
"Non-integer value supplied for port. If you are trying to enter a password "
482
482
"please use --password instead."
485
#: client/drizzle.cc:1720
485
#: client/drizzle.cc:1725
486
486
msgid "Value supplied for port is not valid."
489
#: client/drizzle.cc:1866
489
#: client/drizzle.cc:1864
491
491
msgid "Processing line: %<PRIu32>\n"
494
#: client/drizzle.cc:2083
494
#: client/drizzle.cc:2079
496
496
msgid "Unknown command '\\%c'."
499
#: client/drizzle.cc:2493
499
#: client/drizzle.cc:2489
501
501
"Reading table information for completion of table and column names\n"
502
502
" You can turn off this feature to get a quicker startup with -A\n"
506
#: client/drizzle.cc:2583
506
#: client/drizzle.cc:2579
507
507
msgid "No connection. Trying to reconnect..."
510
#: client/drizzle.cc:2589
510
#: client/drizzle.cc:2585
511
511
msgid "Can't connect to the server\n"
514
#: client/drizzle.cc:2668
514
#: client/drizzle.cc:2664
515
515
msgid "List of all Drizzle commands:"
518
#: client/drizzle.cc:2670
518
#: client/drizzle.cc:2666
519
519
msgid "Note that all text commands must be first on line and end with ';'"
522
#: client/drizzle.cc:2725
522
#: client/drizzle.cc:2721
523
523
msgid "No query specified\n"
526
#: client/drizzle.cc:2740
526
#: client/drizzle.cc:2736
527
527
msgid "Ignoring query to other database"
530
#: client/drizzle.cc:2790
530
#: client/drizzle.cc:2786
531
531
msgid "Empty set"
534
#: client/drizzle.cc:2803
534
#: client/drizzle.cc:2799
536
536
msgid "%ld row in set"
537
537
msgid_plural "%ld rows in set"
541
#: client/drizzle.cc:2812
541
#: client/drizzle.cc:2808
545
#: client/drizzle.cc:2814
545
#: client/drizzle.cc:2810
547
547
msgid "Query OK, %ld row affected"
548
548
msgid_plural "Query OK, %ld rows affected"
552
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
553
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
554
#: client/drizzletest.cc:4728
557
"Non-integer value supplied for port. If you are trying to enter a password "
558
"please use --password instead.\n"
561
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
562
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
563
#: client/drizzletest.cc:4736
565
msgid "Value supplied for port is not valid.\n"
568
#: client/drizzledump.cc:387
552
#: client/drizzledump.cc:345
570
554
"Number of rows before each output progress report (requires --verbose)."
573
#: client/drizzledump.cc:461
557
#: client/drizzledump.cc:415
575
559
msgid "Got errno %d on write"
578
#: client/drizzledump.cc:466
562
#: client/drizzledump.cc:420
580
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
564
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
583
#: client/drizzledump.cc:473
567
#: client/drizzledump.cc:427
585
569
msgid "Usage: %s [OPTIONS] database [tables]\n"
588
#: client/drizzledump.cc:474
572
#: client/drizzledump.cc:428
590
574
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
593
#: client/drizzledump.cc:476
577
#: client/drizzledump.cc:430
595
579
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
598
#: client/drizzledump.cc:483
599
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
602
#: client/drizzledump.cc:484
582
#: client/drizzledump.cc:438
604
584
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
605
585
"and you are welcome to modify and redistribute it under the GPL license\n"
608
#: client/drizzledump.cc:485
609
msgid "Dumping definition and data DRIZZLE database or table"
588
#: client/drizzledump.cc:439
589
msgid "Dumps definitions and data from a Drizzle database server"
612
#: client/drizzledump.cc:496
592
#: client/drizzledump.cc:450
614
594
msgid "For more options, use %s --help\n"
617
#: client/drizzledump.cc:630
597
#: client/drizzledump.cc:557 client/drizzleimport.cc:195
598
#: client/drizzleslap.cc:747 client/drizzletest.cc:4729
601
"Non-integer value supplied for port. If you are trying to enter a password "
602
"please use --password instead.\n"
605
#: client/drizzledump.cc:565 client/drizzleimport.cc:203
606
#: client/drizzleslap.cc:755 client/drizzletest.cc:4737
608
msgid "Value supplied for port is not valid.\n"
611
#: client/drizzledump.cc:582
619
613
msgid "Memory allocation error while copying password. Aborting.\n"
622
#: client/drizzledump.cc:669
616
#: client/drizzledump.cc:621
624
618
msgid "Input filename too long: %s"
627
#: client/drizzledump.cc:712
621
#: client/drizzledump.cc:656
629
623
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
632
#: client/drizzledump.cc:737
626
#: client/drizzledump.cc:681
634
628
msgid "Invalid mode to --compatible: %s\n"
637
#: client/drizzledump.cc:791
631
#: client/drizzledump.cc:726
639
633
msgid "%s: You must use option --tab with --fields-...\n"
642
#: client/drizzledump.cc:808
636
#: client/drizzledump.cc:732
645
639
"%s: You can't use --single-transaction and --lock-all-tables at the same "
649
#: client/drizzledump.cc:821
643
#: client/drizzledump.cc:738
652
646
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
656
#: client/drizzledump.cc:827
650
#: client/drizzledump.cc:744
658
652
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
661
#: client/drizzledump.cc:853
655
#: client/drizzledump.cc:767
663
657
msgid "Got error: %s (%d) %s"
666
#: client/drizzledump.cc:860
660
#: client/drizzledump.cc:774
668
662
msgid "Got error: %d %s"
671
#: client/drizzledump.cc:958 client/drizzledump.cc:965
672
#: client/drizzledump.cc:978
665
#: client/drizzledump.cc:872 client/drizzledump.cc:879
666
#: client/drizzledump.cc:892
674
668
msgid "Couldn't execute '%s': %s (%d)"
677
#: client/drizzledump.cc:1042
671
#: client/drizzledump.cc:956
679
673
msgid "-- Connecting to %s...\n"
682
#: client/drizzledump.cc:1063
676
#: client/drizzledump.cc:977
684
678
msgid "-- Disconnecting from %s...\n"
687
#: client/drizzledump.cc:1074
681
#: client/drizzledump.cc:988
688
682
msgid "Couldn't allocate memory"
691
#: client/drizzledump.cc:1418
685
#: client/drizzledump.cc:1332
694
688
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
698
#: client/drizzledump.cc:1432
692
#: client/drizzledump.cc:1346
700
694
msgid "-- Retrieving table structure for table %s...\n"
703
#: client/drizzledump.cc:1546
697
#: client/drizzledump.cc:1460
705
699
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
708
#: client/drizzledump.cc:1653
702
#: client/drizzledump.cc:1567
710
704
msgid "%s: Can't get keys for table %s\n"
713
#: client/drizzledump.cc:1731 client/drizzledump.cc:3085
707
#: client/drizzledump.cc:1645 client/drizzledump.cc:2719
715
709
msgid "Error: Couldn't read status information for table %s\n"
718
#: client/drizzledump.cc:1874
712
#: client/drizzledump.cc:1788
720
714
msgid "Error retrieving table structure for table: \"%s\""
723
#: client/drizzledump.cc:1881
717
#: client/drizzledump.cc:1795
725
719
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
728
#: client/drizzledump.cc:1892
722
#: client/drizzledump.cc:1806
730
724
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
733
#: client/drizzledump.cc:1899
727
#: client/drizzledump.cc:1813
735
729
msgid "-- Skipping dump data for table '%s', it has no fields\n"
738
#: client/drizzledump.cc:1907
732
#: client/drizzledump.cc:1821
739
733
msgid "-- Sending SELECT query...\n"
742
#: client/drizzledump.cc:1961 client/drizzledump.cc:2446
736
#: client/drizzledump.cc:1875 client/drizzledump.cc:2350
743
737
msgid "when executing 'SELECT INTO OUTFILE'"
746
#: client/drizzledump.cc:1971
740
#: client/drizzledump.cc:1885
755
#: client/drizzledump.cc:2012
749
#: client/drizzledump.cc:1926
756
750
msgid "-- Retrieving rows...\n"
759
#: client/drizzledump.cc:2015
753
#: client/drizzledump.cc:1929
761
755
msgid "%s: Error in field count for table: %s ! Aborting.\n"
764
#: client/drizzledump.cc:2064
758
#: client/drizzledump.cc:1973
766
760
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
769
#: client/drizzledump.cc:2081
763
#: client/drizzledump.cc:1990
771
765
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
774
#: client/drizzledump.cc:2103
768
#: client/drizzledump.cc:2012
776
770
msgid "Not enough fields from table %s! Aborting.\n"
779
#: client/drizzledump.cc:2523
780
msgid "when using LOCK TABLES"
783
#: client/drizzledump.cc:2536 client/drizzledump.cc:2679
773
#: client/drizzledump.cc:2411 client/drizzledump.cc:2525
784
774
msgid "when doing refresh"
787
#: client/drizzledump.cc:2629
777
#: client/drizzledump.cc:2497
788
778
msgid "alloc_root failure."
791
#: client/drizzledump.cc:2650
781
#: client/drizzledump.cc:2512
793
783
msgid "Couldn't find table: \"%s\""
796
#: client/drizzledump.cc:2666
797
msgid "when doing LOCK TABLES"
800
#: client/drizzledump.cc:2737
801
msgid "Error: Binlogging on server not active"
804
#: client/drizzledump.cc:2806
805
msgid "Error: Slave not set up"
808
#: client/drizzledump.cc:2865
809
msgid "Error: Unable to start slave"
812
#: client/drizzledump.cc:3156 client/drizzledump.cc:3163
813
#: client/drizzledump.cc:3173
786
#: client/drizzledump.cc:2790 client/drizzledump.cc:2797
787
#: client/drizzledump.cc:2807
816
790
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
819
#: client/drizzledump.cc:3203
793
#: client/drizzledump.cc:2837
821
795
msgid "Error: Not enough memory to store ORDER BY clause\n"
824
#: drizzled/db.cc:236
826
800
msgid "Error while loading database options: '%s':"
829
#: drizzled/drizzled.cc:527
803
#: drizzled/drizzled.cc:500
831
805
msgid "Got signal %d from thread %<PRIu64>"
834
#: drizzled/drizzled.cc:561
808
#: drizzled/drizzled.cc:534
835
809
msgid "Aborting\n"
838
#: drizzled/drizzled.cc:681
812
#: drizzled/drizzled.cc:656
839
813
msgid "One can only use the --user switch if running as root\n"
842
#: drizzled/drizzled.cc:689
816
#: drizzled/drizzled.cc:664
844
818
"Fatal error: Please read \"Security\" section of the manual to find out how "
845
819
"to run drizzled as root!\n"
848
#: drizzled/drizzled.cc:711
822
#: drizzled/drizzled.cc:686
851
825
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
855
#: drizzled/drizzled.cc:885
857
msgid "Retrying bind on TCP/IP port %u"
860
#: drizzled/drizzled.cc:891
861
msgid "Can't start server: Bind on TCP/IP port"
864
#: drizzled/drizzled.cc:892
866
msgid "Do you already have another drizzled server running on port: %d ?"
869
#: drizzled/drizzled.cc:898
870
msgid "Can't start server: listen() on TCP/IP port"
873
#: drizzled/drizzled.cc:899
875
msgid "listen() on TCP/IP failed with error %d"
878
#: drizzled/drizzled.cc:917
879
msgid "Can't open abort pipet"
882
#: drizzled/drizzled.cc:919
884
msgid "pipe() on abort_pipe failed with error %d"
887
#: drizzled/drizzled.cc:1016
892
#: drizzled/drizzled.cc:1041
829
#: drizzled/drizzled.cc:843
831
msgid "Fatal signal %d while backtracing\n"
834
#: drizzled/drizzled.cc:866
895
837
"We will try our best to scrape up some info that will hopefully help "
964
#: drizzled/drizzled.cc:1152
905
#: drizzled/drizzled.cc:971
966
907
msgid "Writing a core file\n"
969
#: drizzled/drizzled.cc:1197
910
#: drizzled/drizzled.cc:1017
971
912
"setrlimit could not change the size of core files to 'infinity'; We may not "
972
913
"be able to generate a core file on signals"
975
#: drizzled/drizzled.cc:1399
916
#: drizzled/drizzled.cc:1212
977
918
msgid "gethostname failed, using '%s' as hostname"
980
#: drizzled/drizzled.cc:1491
921
#: drizzled/drizzled.cc:1283
982
923
msgid "Unknown locale: '%s'"
985
#: drizzled/drizzled.cc:1522
926
#: drizzled/drizzled.cc:1312
986
927
msgid "Can't create thread-keys"
989
#: drizzled/drizzled.cc:1545
930
#: drizzled/drizzled.cc:1337
990
931
msgid "Out of memory"
993
#: drizzled/drizzled.cc:1560
934
#: drizzled/drizzled.cc:1348
994
935
msgid "Failed to initialize plugins."
997
#: drizzled/drizzled.cc:1591
938
#: drizzled/drizzled.cc:1379
1000
941
"%s: Too many arguments (first extra is '%s').\n"
1001
942
"Use --verbose --help to get a list of available options\n"
1004
#: drizzled/drizzled.cc:1611
945
#: drizzled/drizzled.cc:1399
1005
946
msgid "No scheduler found, cannot continue!\n"
1008
#: drizzled/drizzled.cc:1618
949
#: drizzled/drizzled.cc:1406
1009
950
msgid "Can't init databases"
1012
#: drizzled/drizzled.cc:1643
953
#: drizzled/drizzled.cc:1430
1014
955
msgid "Unknown/unsupported table type: %s"
1017
#: drizzled/drizzled.cc:1649
958
#: drizzled/drizzled.cc:1436
1019
960
msgid "Default storage engine (%s) is not available"
1022
#: drizzled/drizzled.cc:1680
963
#: drizzled/drizzled.cc:1467
1024
965
msgid "Failed to lock memory. Errno: %d\n"
1027
#: drizzled/drizzled.cc:1742
1029
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1032
#: drizzled/drizzled.cc:1903
1034
msgid "drizzled: Got error %d from select"
1037
#: drizzled/drizzled.cc:2101
968
#: drizzled/drizzled.cc:1683
969
msgid "Display this help and exit after initializing plugins."
972
#: drizzled/drizzled.cc:1687
1038
973
msgid "Auto-increment columns are incremented by this"
1041
#: drizzled/drizzled.cc:2106
976
#: drizzled/drizzled.cc:1692
1043
978
"Offset added to Auto-increment columns. Used when auto-increment-increment "
1047
#: drizzled/drizzled.cc:2112
982
#: drizzled/drizzled.cc:1698
1049
984
"Path to installation directory. All paths are usually resolved relative to "
1053
#: drizzled/drizzled.cc:2116
988
#: drizzled/drizzled.cc:1702
1054
989
msgid "IP address to bind to."
1057
#: drizzled/drizzled.cc:2120
1058
msgid "Set the filesystem character set."
1061
#: drizzled/drizzled.cc:2125
1062
msgid "Set the default character set."
1065
#: drizzled/drizzled.cc:2129
992
#: drizzled/drizzled.cc:1706
1066
993
msgid "Chroot drizzled daemon during startup."
1069
#: drizzled/drizzled.cc:2133
996
#: drizzled/drizzled.cc:1710
1070
997
msgid "Set the default collation."
1073
#: drizzled/drizzled.cc:2137
1000
#: drizzled/drizzled.cc:1714
1074
1001
msgid "Default completion type."
1077
#: drizzled/drizzled.cc:2142
1004
#: drizzled/drizzled.cc:1719
1078
1005
msgid "Write core on errors."
1081
#: drizzled/drizzled.cc:2146
1008
#: drizzled/drizzled.cc:1723
1082
1009
msgid "Path to the database root."
1085
#: drizzled/drizzled.cc:2150
1012
#: drizzled/drizzled.cc:1727
1086
1013
msgid "Set the default storage engine (table type) for tables."
1089
#: drizzled/drizzled.cc:2154
1016
#: drizzled/drizzled.cc:1731
1090
1017
msgid "Set the default time zone."
1093
#: drizzled/drizzled.cc:2158
1094
msgid "Type of DELAY_KEY_WRITE."
1097
#: drizzled/drizzled.cc:2162
1020
#: drizzled/drizzled.cc:1736
1098
1021
msgid "Print a symbolic stack trace on failure."
1101
#: drizzled/drizzled.cc:2168
1102
msgid "Push supported query conditions to the storage engine."
1105
#: drizzled/drizzled.cc:2174
1024
#: drizzled/drizzled.cc:1742
1106
1025
msgid "Used for debugging; Use at your own risk!"
1109
#: drizzled/drizzled.cc:2179
1028
#: drizzled/drizzled.cc:1747
1110
1029
msgid "Set up signals usable for debugging"
1113
#: drizzled/drizzled.cc:2183
1032
#: drizzled/drizzled.cc:1751
1114
1033
msgid "(IGNORED)"
1117
#: drizzled/drizzled.cc:2187
1036
#: drizzled/drizzled.cc:1755
1118
1037
msgid "Set the language used for the month names and the days of the week."
1121
#: drizzled/drizzled.cc:2192
1122
msgid "Log connections and queries to file."
1125
#: drizzled/drizzled.cc:2196
1126
msgid "Log all MyISAM changes to file."
1129
#: drizzled/drizzled.cc:2200
1040
#: drizzled/drizzled.cc:1760
1130
1041
msgid "Log some not critical warnings to the log file."
1133
#: drizzled/drizzled.cc:2205
1044
#: drizzled/drizzled.cc:1765
1134
1045
msgid "Lock drizzled in memory."
1137
#: drizzled/drizzled.cc:2209
1139
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1140
"BACKUP, FORCE or QUICK."
1143
#: drizzled/drizzled.cc:2214
1048
#: drizzled/drizzled.cc:1769
1144
1049
msgid "Pid file used by safe_mysqld."
1147
#: drizzled/drizzled.cc:2218
1052
#: drizzled/drizzled.cc:1773
1149
1054
"Port number to use for connection or 0 for default to, in order of "
1150
1055
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1153
#: drizzled/drizzled.cc:2224
1058
#: drizzled/drizzled.cc:1779
1155
1060
"Maximum time in seconds to wait for the port to become free. (Default: no "
1159
#: drizzled/drizzled.cc:2229
1064
#: drizzled/drizzled.cc:1784
1161
1066
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1162
1067
"specified directory"
1165
#: drizzled/drizzled.cc:2234
1070
#: drizzled/drizzled.cc:1789
1167
1072
"Uniquely identifies the server instance in the community of replication "
1171
#: drizzled/drizzled.cc:2239
1076
#: drizzled/drizzled.cc:1794
1172
1077
msgid "Don't print a stack trace on failure."
1175
#: drizzled/drizzled.cc:2243
1080
#: drizzled/drizzled.cc:1798
1176
1081
msgid "Enable symbolic link support."
1179
#: drizzled/drizzled.cc:2252
1084
#: drizzled/drizzled.cc:1807
1181
1086
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1184
#: drizzled/drizzled.cc:2257
1089
#: drizzled/drizzled.cc:1812
1185
1090
msgid "Path for temporary files."
1188
#: drizzled/drizzled.cc:2261
1093
#: drizzled/drizzled.cc:1816
1189
1094
msgid "Default transaction isolation level."
1192
#: drizzled/drizzled.cc:2265
1097
#: drizzled/drizzled.cc:1820
1193
1098
msgid "Run drizzled daemon as user."
1196
#: drizzled/drizzled.cc:2273
1101
#: drizzled/drizzled.cc:1828
1198
1103
"The number of outstanding connection requests Drizzle can have. This comes "
1199
1104
"into play when the main Drizzle thread gets very many connection requests in "
1200
1105
"a very short time."
1203
#: drizzled/drizzled.cc:2279
1108
#: drizzled/drizzled.cc:1834
1205
1110
"Size of tree cache used in bulk insert optimization. Note that this is a "
1206
1111
"limit per thread!"
1209
#: drizzled/drizzled.cc:2285
1211
"The number of seconds the drizzled server is waiting for a connect packet "
1212
"before responding with 'Bad handshake'."
1215
#: drizzled/drizzled.cc:2290
1114
#: drizzled/drizzled.cc:1840
1217
1116
"Precision of the result of '/' operator will be increased on that value."
1220
#: drizzled/drizzled.cc:2296
1119
#: drizzled/drizzled.cc:1846
1221
1120
msgid "The maximum length of the result of function group_concat."
1224
#: drizzled/drizzled.cc:2301
1123
#: drizzled/drizzled.cc:1851
1225
1124
msgid "The size of the buffer that is used for full joins."
1228
#: drizzled/drizzled.cc:2307
1230
"Don't overwrite stale .MYD and .MYI even if no directory is specified."
1233
#: drizzled/drizzled.cc:2312
1127
#: drizzled/drizzled.cc:1857
1235
1129
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1236
1130
"this to get better index handling (for all reads and multiple writes) to as "
1237
1131
"much as you can afford;"
1240
#: drizzled/drizzled.cc:2321
1134
#: drizzled/drizzled.cc:1866
1242
1136
"This characterizes the number of hits a hot block has to be untouched until "
1243
1137
"it is considered aged enough to be downgraded to a warm block. This "
1245
1139
"blocks in key cache"
1248
#: drizzled/drizzled.cc:2330
1142
#: drizzled/drizzled.cc:1875
1249
1143
msgid "The default size of key cache blocks"
1252
#: drizzled/drizzled.cc:2336
1146
#: drizzled/drizzled.cc:1881
1253
1147
msgid "The minimum percentage of warm blocks in key cache"
1256
#: drizzled/drizzled.cc:2342
1150
#: drizzled/drizzled.cc:1887
1257
1151
msgid "Max packetlength to send/receive from to server."
1260
#: drizzled/drizzled.cc:2347
1154
#: drizzled/drizzled.cc:1892
1262
1156
"If there is more than this number of interrupted connections from a host "
1263
1157
"this host will be blocked from further connections."
1266
#: drizzled/drizzled.cc:2352
1160
#: drizzled/drizzled.cc:1897
1267
1161
msgid "Max number of errors/warnings to store for a statement."
1270
#: drizzled/drizzled.cc:2357
1164
#: drizzled/drizzled.cc:1902
1271
1165
msgid "Don't allow creation of heap tables bigger than this."
1274
#: drizzled/drizzled.cc:2363
1168
#: drizzled/drizzled.cc:1908
1276
1170
"Joins that are probably going to read more than max_join_size records return "
1280
#: drizzled/drizzled.cc:2369
1174
#: drizzled/drizzled.cc:1914
1281
1175
msgid "Max number of bytes in sorted records."
1284
#: drizzled/drizzled.cc:2374
1178
#: drizzled/drizzled.cc:1919
1285
1179
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1288
#: drizzled/drizzled.cc:2379
1182
#: drizzled/drizzled.cc:1924
1290
1184
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1291
1185
"max_sort_length bytes of each value are used; the rest are ignored)."
1294
#: drizzled/drizzled.cc:2386
1295
msgid "Maximum number of temporary tables a client can keep open at a time."
1298
#: drizzled/drizzled.cc:2391
1188
#: drizzled/drizzled.cc:1931
1299
1189
msgid "After this many write locks, allow some read locks to run in between."
1302
#: drizzled/drizzled.cc:2395
1192
#: drizzled/drizzled.cc:1935
1304
1194
"Don't log queries which examine less than min_examined_row_limit rows to "
1308
#: drizzled/drizzled.cc:2401
1310
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1311
"Possible values of name are 'nulls_unequal' (default behavior), "
1312
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1315
#: drizzled/drizzled.cc:2408
1198
#: drizzled/drizzled.cc:1941
1316
1199
msgid "Buffer length for TCP/IP and socket communication."
1319
#: drizzled/drizzled.cc:2413
1321
"Number of seconds to wait for more data from a connection before aborting "
1325
#: drizzled/drizzled.cc:2419
1327
"If a read on a communication port is interrupted, retry this many times "
1331
#: drizzled/drizzled.cc:2425
1333
"Number of seconds to wait for a block to be written to a connection before "
1334
"aborting the write."
1337
#: drizzled/drizzled.cc:2431
1202
#: drizzled/drizzled.cc:1946
1339
1204
"Controls the heuristic(s) applied during query optimization to prune less-"
1340
1205
"promising partial plans from the optimizer search space. Meaning: false - do "
1353
1218
"(used for testing/comparison)."
1356
#: drizzled/drizzled.cc:2451
1358
"Should the Optmizer use MRR or not. Valid values are auto, force and disable"
1361
#: drizzled/drizzled.cc:2456
1221
#: drizzled/drizzled.cc:1966
1362
1222
msgid "Directory for plugins."
1365
#: drizzled/drizzled.cc:2460
1225
#: drizzled/drizzled.cc:1970
1367
1227
"Optional comma separated list of plugins to load at starup.[for example: --"
1368
1228
"plugin_load=crc32,logger_gearman]"
1371
#: drizzled/drizzled.cc:2465
1231
#: drizzled/drizzled.cc:1975
1372
1232
msgid "The size of the buffer that is allocated when preloading indexes"
1375
#: drizzled/drizzled.cc:2470
1376
msgid "Select protocol to be used (by default oldlibdrizzle)."
1379
#: drizzled/drizzled.cc:2474
1235
#: drizzled/drizzled.cc:1980
1380
1236
msgid "Allocation block size for query parsing and execution"
1383
#: drizzled/drizzled.cc:2479
1239
#: drizzled/drizzled.cc:1985
1384
1240
msgid "Persistent buffer for query parsing and execution"
1387
#: drizzled/drizzled.cc:2485
1243
#: drizzled/drizzled.cc:1991
1388
1244
msgid "Allocation block size for storing ranges during optimization"
1391
#: drizzled/drizzled.cc:2491
1247
#: drizzled/drizzled.cc:1997
1393
1249
"Each thread that does a sequential scan allocates a buffer of this size for "
1394
1250
"each table it scans. If you do many sequential scans, you may want to "
1395
1251
"increase this value."
1398
#: drizzled/drizzled.cc:2499
1254
#: drizzled/drizzled.cc:2005
1400
1256
"When reading rows in sorted order after a sort, the rows are read through "
1401
1257
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1402
1258
"record_buffer."
1405
#: drizzled/drizzled.cc:2507
1261
#: drizzled/drizzled.cc:2013
1406
1262
msgid "Select scheduler to be used (by default multi-thread)."
1409
#: drizzled/drizzled.cc:2512
1265
#: drizzled/drizzled.cc:2018
1410
1266
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1413
#: drizzled/drizzled.cc:2518
1269
#: drizzled/drizzled.cc:2024
1414
1270
msgid "The number of cached table definitions."
1417
#: drizzled/drizzled.cc:2522
1273
#: drizzled/drizzled.cc:2028
1418
1274
msgid "The number of cached open tables."
1421
#: drizzled/drizzled.cc:2526
1277
#: drizzled/drizzled.cc:2032
1423
1279
"Timeout in seconds to wait for a table level lock before returning an error. "
1424
1280
"Used only if the connection has active cursors."
1427
#: drizzled/drizzled.cc:2531
1283
#: drizzled/drizzled.cc:2037
1428
1284
msgid "The stack size for each thread."
1431
#: drizzled/drizzled.cc:2537
1287
#: drizzled/drizzled.cc:2043
1433
1289
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1434
1290
"automatically convert it to an on-disk MyISAM table."
1437
#: drizzled/drizzled.cc:2543
1293
#: drizzled/drizzled.cc:2049
1438
1294
msgid "Allocation block size for transactions to be stored in binary log"
1441
#: drizzled/drizzled.cc:2548
1297
#: drizzled/drizzled.cc:2054
1442
1298
msgid "Persistent buffer for transactions to be stored in binary log"
1445
#: drizzled/drizzled.cc:2553
1447
"The number of seconds the server waits for activity on a connection before "
1451
#: drizzled/drizzled.cc:2687
1301
#: drizzled/drizzled.cc:2185
1453
1303
"Copyright (C) 2008 Sun Microsystems\n"
1454
1304
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
4993
4817
msgid "Scheduler initialization failed.\n"
4996
#: drizzled/sql_base.cc:2262
4820
#: drizzled/session.cc:2160
4822
msgid "Could not remove temporary table: '%s', error: %d"
4825
#: drizzled/slot/listen.cc:91
4827
msgid "getaddrinfo() failed with error %s"
4830
#: drizzled/slot/listen.cc:123
4832
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4835
#: drizzled/slot/listen.cc:134
4837
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4840
#: drizzled/slot/listen.cc:143
4842
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4845
#: drizzled/slot/listen.cc:152
4847
msgid "setsockopt(SO_LINGER) failed with errno %d"
4850
#: drizzled/slot/listen.cc:161
4852
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4855
#: drizzled/slot/listen.cc:182
4857
msgid "Retrying bind() on %u"
4860
#: drizzled/slot/listen.cc:190
4862
msgid "bind() failed with errno: %d"
4865
#: drizzled/slot/listen.cc:193
4866
msgid "Do you already have another drizzled running?"
4869
#: drizzled/slot/listen.cc:200
4871
msgid "listen() failed with errno %d"
4874
#: drizzled/slot/listen.cc:208 drizzled/slot/listen.cc:247
4876
msgid "realloc() failed with errno %d"
4879
#: drizzled/slot/listen.cc:219
4881
msgid "Listening on %s:%s\n"
4884
#: drizzled/slot/listen.cc:227
4885
msgid "No sockets could be bound for listening"
4888
#: drizzled/slot/listen.cc:239
4890
msgid "pipe() failed with errno %d"
4893
#: drizzled/slot/listen.cc:275
4895
msgid "poll() failed with errno %d"
4898
#: drizzled/slot/listen.cc:317
4900
msgid "accept() failed with errno %d"
4903
#: drizzled/sql_base.cc:1445
4998
4905
msgid "Table %s had a open data handler in reopen_table"
5001
#: drizzled/sql_base.cc:2854
4908
#: drizzled/sql_base.cc:2026
5003
4910
msgid "Couldn't repair table: %s.%s"
5006
#: drizzled/sql_base.cc:2896
4913
#: drizzled/sql_base.cc:2068
5009
4916
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
5010
4917
"`%s`.`%s`' to replication"
5013
#: drizzled/sql_base.cc:3498
5015
msgid "Could not remove temporary table: '%s', error: %d"
5018
#: drizzled/sql_plugin.cc:528
4920
#: drizzled/sql_plugin.cc:552
5020
4922
msgid "Plugin '%s' init function returned error.\n"
5023
#: drizzled/sql_plugin.cc:707
4925
#: drizzled/sql_plugin.cc:712
5024
4926
msgid "plugin-load parameter too long"
5027
#: drizzled/sql_plugin.cc:767
4929
#: drizzled/sql_plugin.cc:774
5029
4931
msgid "Couldn't load plugin named '%s' with soname '%s'."
5032
#: drizzled/sql_plugin.cc:1107
4934
#: drizzled/sql_plugin.cc:1114
5033
4935
msgid "Out of memory."
5036
#: drizzled/sql_plugin.cc:1946 drizzled/sql_plugin.cc:2009
4938
#: drizzled/sql_plugin.cc:1954 drizzled/sql_plugin.cc:2017
5038
4940
msgid "Unknown variable type code 0x%x in plugin '%s'."
5041
#: drizzled/sql_plugin.cc:1989
4943
#: drizzled/sql_plugin.cc:1997
5044
4946
"Server variable %s of plugin %s was forced to be read-only: string variable "
5045
4947
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5048
#: drizzled/sql_plugin.cc:2020
4950
#: drizzled/sql_plugin.cc:2028
5050
4952
msgid "Missing variable name in plugin '%s'."
5053
#: drizzled/sql_plugin.cc:2037
4955
#: drizzled/sql_plugin.cc:2045
5055
4957
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5058
#: drizzled/sql_plugin.cc:2155
4960
#: drizzled/sql_plugin.cc:2173
5060
4962
msgid "Out of memory for plugin '%s'."
5063
#: drizzled/sql_plugin.cc:2162
4965
#: drizzled/sql_plugin.cc:2180
5065
4967
msgid "Bad options for plugin '%s'."
5068
#: drizzled/sql_plugin.cc:2171
4970
#: drizzled/sql_plugin.cc:2189
5070
4972
msgid "Parsing options for plugin '%s' failed."
5073
#: drizzled/sql_plugin.cc:2214
4975
#: drizzled/sql_plugin.cc:2238
5075
4977
msgid "Plugin '%s' has conflicting system variables"
5078
#: drizzled/sql_table.cc:124
5080
msgid "Invalid (old?) table or database name '%s'"
5083
#: drizzled/sql_table.cc:2655
4980
#: drizzled/sql_table.cc:247
4982
"Table name cannot be encoded and fit within filesystem name length "
4986
#: drizzled/sql_table.cc:257
4988
"Schema name cannot be encoded and fit within filesystem name length "
4992
#: drizzled/sql_table.cc:2495
5085
4994
msgid "Unknown - internal error %d during operation"
5088
#: drizzled/sql_table.cc:4227
4997
#: drizzled/sql_table.cc:3970
5090
4999
msgid "Could not open table %s.%s after rename\n"
5093
#: drizzled/sql_table.cc:4407
5002
#: drizzled/sql_table.cc:4133
5096
5005
"order_st BY ignored because there is a user-defined clustered index in the "
5097
5006
"table '%-.192s'"
5100
#: drizzled/table.cc:354
5009
#: drizzled/table.cc:332
5103
5012
"'%s' had no or invalid character set, and default character set is multi-"
5104
5013
"byte, so character column sizes may have changed"
5107
#: drizzled/table.cc:1782
5016
#: drizzled/table.cc:1591
5109
5018
msgid "Unknown collation '%s' in table '%-.64s' definition"
5112
#: drizzled/table.cc:1789
5021
#: drizzled/table.cc:1598
5115
5024
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5119
#: drizzled/table.cc:2251
5122
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5126
#: drizzled/table.cc:2278
5129
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5130
"have type %s, found type %s."
5133
#: drizzled/table.cc:2289
5136
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5137
"position %d to have character set '%s' but the type has no character set."
5140
#: drizzled/table.cc:2301
5143
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5144
"position %d to have character set '%s' but found character set '%s'."
5147
#: drizzled/table.cc:2314
5150
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5151
"have type %s but the column is not found."
5154
#: drizzled/table.cc:4400
5028
#: drizzled/table.cc:3493
5156
5030
msgid "Got error %d when reading table '%s'"
5422
5301
"--------------------------------- -----------------------------\n"
5425
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
5304
#: mysys/my_getopt.cc:1236 mysys/my_getopt.cc:1252
5426
5305
msgid "(No default value)"
5429
#: mysys/my_getopt.cc:1254
5308
#: mysys/my_getopt.cc:1255
5433
#: mysys/my_getopt.cc:1254
5312
#: mysys/my_getopt.cc:1255
5437
#: mysys/my_getopt.cc:1287
5316
#: mysys/my_getopt.cc:1288
5439
5318
msgid "(Disabled)\n"
5442
#: plugin/auth_http/auth_http.cc:128
5321
#: plugin/auth_http/auth_http.cc:138
5443
5322
msgid "Enable HTTP Auth check"
5446
#: plugin/auth_http/auth_http.cc:138
5325
#: plugin/auth_http/auth_http.cc:148
5447
5326
msgid "URL for HTTP Auth check"
5329
#: plugin/command_log/command_log.cc:94
5331
msgid "Failed to open command log file. Got error: %s"
5334
#: plugin/command_log/command_log.cc:172
5337
"Failed to write full size of command. Tried to write %<PRId64> bytes at "
5338
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5341
#: plugin/command_log/command_log.cc:212
5344
"Failed to write full serialized command. Tried to write %<PRId64> bytes at "
5345
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5348
#: plugin/command_log/command_log.cc:290
5349
msgid "Enable command log"
5352
#: plugin/command_log/command_log.cc:298
5353
msgid "DEBUGGING - Truncate command log"
5356
#: plugin/command_log/command_log.cc:306
5357
msgid "Path to the file to use for command log."
5360
#: plugin/command_log/command_log.cc:323
5361
msgid "Simple Command Message Log"
5364
#: plugin/default_replicator/default_replicator.cc:90
5365
msgid "Enable default replicator"
5368
#: plugin/default_replicator/default_replicator.cc:105
5369
msgid "Default Replicator"
5450
5372
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5451
5373
msgid "Error Messages to stderr"
5454
#: plugin/logging_gearman/logging_gearman.cc:263
5376
#: plugin/logging_gearman/logging_gearman.cc:186
5456
5378
msgid "fail gearman_client_create(): %s"
5459
#: plugin/logging_gearman/logging_gearman.cc:273
5381
#: plugin/logging_gearman/logging_gearman.cc:197
5461
5383
msgid "fail gearman_client_add_server(): %s"
5464
#: plugin/logging_gearman/logging_gearman.cc:299
5386
#: plugin/logging_gearman/logging_gearman.cc:306
5465
5387
msgid "Enable logging to a gearman server"
5468
#: plugin/logging_gearman/logging_gearman.cc:308
5390
#: plugin/logging_gearman/logging_gearman.cc:315
5469
5391
msgid "Hostname for logging to a Gearman server"
5472
#: plugin/logging_gearman/logging_gearman.cc:317
5394
#: plugin/logging_gearman/logging_gearman.cc:324
5473
5395
msgid "Gearman Function to send logging to"
5476
#: plugin/logging_gearman/logging_gearman.cc:334
5398
#: plugin/logging_gearman/logging_gearman.cc:341
5477
5399
msgid "Log queries to a Gearman server"
5480
#: plugin/logging_query/logging_query.cc:278
5402
#: plugin/logging_query/logging_query.cc:188
5482
5404
msgid "fail open() fn=%s er=%s\n"
5485
#: plugin/logging_query/logging_query.cc:317
5407
#: plugin/logging_query/logging_query.cc:340
5486
5408
msgid "Enable logging to CSV file"
5489
#: plugin/logging_query/logging_query.cc:326
5411
#: plugin/logging_query/logging_query.cc:349
5490
5412
msgid "File to log to"
5493
#: plugin/logging_query/logging_query.cc:335
5494
#: plugin/logging_syslog/logging_syslog.cc:248
5415
#: plugin/logging_query/logging_query.cc:358
5416
msgid "PCRE to match the query against"
5419
#: plugin/logging_query/logging_query.cc:367
5420
#: plugin/logging_syslog/logging_syslog.cc:231
5495
5421
msgid "Threshold for logging slow queries, in microseconds"
5498
#: plugin/logging_query/logging_query.cc:347
5499
#: plugin/logging_syslog/logging_syslog.cc:260
5424
#: plugin/logging_query/logging_query.cc:379
5425
#: plugin/logging_syslog/logging_syslog.cc:243
5500
5426
msgid "Threshold for logging big queries, for rows returned"
5503
#: plugin/logging_query/logging_query.cc:359
5504
#: plugin/logging_syslog/logging_syslog.cc:272
5429
#: plugin/logging_query/logging_query.cc:391
5430
#: plugin/logging_syslog/logging_syslog.cc:255
5505
5431
msgid "Threshold for logging big queries, for rows examined"
5508
#: plugin/logging_query/logging_query.cc:381
5434
#: plugin/logging_query/logging_query.cc:414
5509
5435
msgid "Log queries to a CSV file"
5512
#: plugin/logging_syslog/logging_syslog.cc:169
5438
#: plugin/logging_syslog/logging_syslog.cc:84
5514
5440
msgid "syslog facility \"%s\" not known, using \"local0\""
5517
#: plugin/logging_syslog/logging_syslog.cc:186
5443
#: plugin/logging_syslog/logging_syslog.cc:100
5519
5445
msgid "syslog priority \"%s\" not known, using \"info\""
5522
#: plugin/logging_syslog/logging_syslog.cc:212
5523
msgid "Enable logging"
5448
#: plugin/logging_syslog/logging_syslog.cc:195
5449
msgid "Enable logging to syslog"
5526
#: plugin/logging_syslog/logging_syslog.cc:221
5452
#: plugin/logging_syslog/logging_syslog.cc:204
5527
5453
msgid "Syslog Ident"
5530
#: plugin/logging_syslog/logging_syslog.cc:230
5456
#: plugin/logging_syslog/logging_syslog.cc:213
5531
5457
msgid "Syslog Facility"
5534
#: plugin/logging_syslog/logging_syslog.cc:239
5460
#: plugin/logging_syslog/logging_syslog.cc:222
5535
5461
msgid "Syslog Priority"
5538
#: plugin/logging_syslog/logging_syslog.cc:296
5464
#: plugin/logging_syslog/logging_syslog.cc:279
5539
5465
msgid "Log to syslog"
5542
#: plugin/multi_thread/multi_thread.cc:137
5468
#: plugin/multi_thread/multi_thread.cc:171
5543
5469
msgid "Maximum number of user threads available."
5546
#: plugin/myisam/ha_myisam.cc:468
5472
#: plugin/myisam/ha_myisam.cc:488
5548
5474
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
5551
#: plugin/myisam/ha_myisam.cc:472
5477
#: plugin/myisam/ha_myisam.cc:492
5553
5479
msgid "Got an error from unknown thread, %s:%d"
5556
#: plugin/myisam/ha_myisam.cc:478
5482
#: plugin/myisam/ha_myisam.cc:498
5557
5483
msgid "Unknown thread accessing table"
5560
#: plugin/myisam/ha_myisam.cc:1861
5486
#: plugin/myisam/ha_myisam.cc:1781
5561
5487
msgid "Block size to be used for MyISAM index pages."
5564
#: plugin/myisam/ha_myisam.cc:1867
5490
#: plugin/myisam/ha_myisam.cc:1787
5566
5492
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5567
5493
"disables parallel repair."
5570
#: plugin/myisam/ha_myisam.cc:1873
5496
#: plugin/myisam/ha_myisam.cc:1793
5572
5498
"Don't use the fast sort index method to created index if the temporary file "
5573
5499
"would get bigger than this."
5576
#: plugin/myisam/ha_myisam.cc:1878
5502
#: plugin/myisam/ha_myisam.cc:1798
5578
5504
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5579
5505
"when creating indexes with CREATE INDEX or ALTER TABLE."
5582
#: plugin/myisam/ha_myisam.cc:1884
5508
#: plugin/myisam/ha_myisam.cc:1804
5583
5509
msgid "Default pointer size to be used for MyISAM tables."