121
121
"你的Drizzle链接id为 %u\n"
124
#: client/drizzle.cc:1173
124
#: client/drizzle.cc:1169
126
126
msgid "Reading history-file %s\n"
127
127
msgstr "读取历史文件%s\n"
129
#: client/drizzle.cc:1177
129
#: client/drizzle.cc:1173
131
131
msgid "Couldn't allocate memory for temp histfile!\n"
132
132
msgstr "无法为临时histfile分配内存!\n"
134
#: client/drizzle.cc:1184
134
#: client/drizzle.cc:1180
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:1202
138
#: client/drizzle.cc:1199
140
140
msgid "Writing history-file %s\n"
141
141
msgstr "写入历史文件%s当中\n"
143
#: client/drizzle.cc:1211
143
#: client/drizzle.cc:1206
147
#: client/drizzle.cc:1211
147
#: client/drizzle.cc:1206
151
#: client/drizzle.cc:1260
151
#: client/drizzle.cc:1261
152
152
msgid "Query aborted by Ctrl+C\n"
153
153
msgstr "放弃查询(Ctrl+C)\n"
155
#: client/drizzle.cc:1283 client/drizzleadmin.cc:74 drizzled/drizzled.cc:2134
155
#: client/drizzle.cc:1284 client/drizzleadmin.cc:77 drizzled/drizzled.cc:2068
156
156
msgid "Display this help and exit."
157
157
msgstr "显示相关帮助并退出。"
159
#: client/drizzle.cc:1285
159
#: client/drizzle.cc:1286
160
160
msgid "Synonym for -?"
163
#: client/drizzle.cc:1288
163
#: client/drizzle.cc:1289
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:1292
170
#: client/drizzle.cc:1293
172
172
"No automatic rehashing. One has to use 'rehash' to get table and field "
173
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
174
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
173
"completion. This gives a quicker start of drizzle_st and disables rehashing "
174
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
177
#: client/drizzle.cc:1295
177
#: client/drizzle.cc:1296
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:1298
183
#: client/drizzle.cc:1299
185
185
"Don't use history file. Disable interactive behavior. (Enables --silent)"
186
186
msgstr "不使用历史文件。禁止互动行为。(允许 --silent)"
188
#: client/drizzle.cc:1299
188
#: client/drizzle.cc:1300
189
189
msgid "Display column type information."
190
190
msgstr "显示列类型信息。"
192
#: client/drizzle.cc:1302
192
#: client/drizzle.cc:1303
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:1305
198
#: client/drizzle.cc:1306
199
199
msgid "Use compression in server/client protocol."
200
200
msgstr "在服务器/客户端协议中使用压缩。"
202
#: client/drizzle.cc:1308
202
#: client/drizzle.cc:1309
203
203
msgid "Check memory and open file usage at exit ."
206
#: client/drizzle.cc:1311
206
#: client/drizzle.cc:1312
207
207
msgid "Print some debug info at exit."
208
208
msgstr "退出时打印部份调试信息。"
210
#: client/drizzle.cc:1313
210
#: client/drizzle.cc:1314
211
211
msgid "Database to use."
212
212
msgstr "要使用的数据库。"
214
#: client/drizzle.cc:1316
214
#: client/drizzle.cc:1317
215
215
msgid "(not used)"
218
#: client/drizzle.cc:1318
218
#: client/drizzle.cc:1319
219
219
msgid "Delimiter to be used."
220
220
msgstr "要使用的定义符号。"
222
#: client/drizzle.cc:1320
222
#: client/drizzle.cc:1321
223
223
msgid "Execute command and quit. (Disables --force and history file)"
224
224
msgstr "执行命令并退出。(禁用 --force 和历史文件)"
226
#: client/drizzle.cc:1322
226
#: client/drizzle.cc:1323
227
227
msgid "Print the output of a query (rows) vertically."
230
#: client/drizzle.cc:1325
230
#: client/drizzle.cc:1326
231
231
msgid "Continue even if we get an sql error."
232
232
msgstr "忽略SQL错误继续执行"
234
#: client/drizzle.cc:1329
234
#: client/drizzle.cc:1330
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 "
316
#: client/drizzle.cc:1370
316
#: client/drizzle.cc:1371
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:1373 client/drizzleadmin.cc:79
322
#: client/drizzle.cc:1374 client/drizzleadmin.cc:82
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:1375
328
#: client/drizzle.cc:1376
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:1376
334
#: client/drizzle.cc:1377
335
335
msgid "built-in default"
338
#: client/drizzle.cc:1378
338
#: client/drizzle.cc:1379
339
339
msgid "Set the drizzle prompt to this value."
342
#: client/drizzle.cc:1382
342
#: client/drizzle.cc:1383
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:1384
348
#: client/drizzle.cc:1385
349
349
msgid "Write fields without conversion. Used with --batch."
352
#: client/drizzle.cc:1387
352
#: client/drizzle.cc:1388
354
354
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
355
355
"option is enabled by default."
358
#: client/drizzle.cc:1389
358
#: client/drizzle.cc:1390
360
360
"Be more silent. Print results with a tab as separator, each row on new line."
363
#: client/drizzle.cc:1391
363
#: client/drizzle.cc:1392
364
364
msgid "Socket file to use for connection."
367
#: client/drizzle.cc:1394
367
#: client/drizzle.cc:1395
368
368
msgid "Output in table format."
371
#: client/drizzle.cc:1397
371
#: client/drizzle.cc:1398
373
373
"Append everything into outfile. See interactive help (\\h) also. Does not "
374
374
"work in batch mode. Disable with --disable-tee. This option is disabled by "
378
#: client/drizzle.cc:1399
378
#: client/drizzle.cc:1400
380
380
"Disable outfile. See interactive help (\\h) also. WARNING: option "
381
381
"deprecated; use --disable-tee instead"
384
#: client/drizzle.cc:1402 client/drizzleadmin.cc:88
384
#: client/drizzle.cc:1403 client/drizzleadmin.cc:91
385
385
msgid "User for login if not current user."
388
#: client/drizzle.cc:1405
388
#: client/drizzle.cc:1406
389
389
msgid "Only allow UPDATE and DELETE that uses keys."
392
#: client/drizzle.cc:1408
392
#: client/drizzle.cc:1409
393
393
msgid "Synonym for option --safe-updates, -U."
396
#: client/drizzle.cc:1411
396
#: client/drizzle.cc:1412
397
397
msgid "Write more. (-v -v -v gives the table output format)."
400
#: client/drizzle.cc:1413 client/drizzleadmin.cc:93 drizzled/drizzled.cc:2352
400
#: client/drizzle.cc:1414 client/drizzleadmin.cc:96 drizzled/drizzled.cc:2258
401
401
msgid "Output version information and exit."
404
#: client/drizzle.cc:1415 client/drizzleadmin.cc:95
404
#: client/drizzle.cc:1416 client/drizzleadmin.cc:98
405
405
msgid "Wait and retry if connection is down."
408
#: client/drizzle.cc:1418
408
#: client/drizzle.cc:1419
409
409
msgid "Number of seconds before connection timeout."
412
#: client/drizzle.cc:1423
413
msgid "Max packet length to send to, or receive from server"
416
#: client/drizzle.cc:1428
417
msgid "Buffer for TCP/IP and socket communication"
420
#: client/drizzle.cc:1432
412
#: client/drizzle.cc:1424
413
msgid "Max length of input line"
416
#: client/drizzle.cc:1429
421
417
msgid "Automatic limit for SELECT when using --safe-updates"
424
#: client/drizzle.cc:1437
420
#: client/drizzle.cc:1434
425
421
msgid "Automatic limit for rows in a join when using --safe-updates"
428
#: client/drizzle.cc:1441
424
#: client/drizzle.cc:1438
429
425
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
432
#: client/drizzle.cc:1446
428
#: client/drizzle.cc:1443
433
429
msgid "Number of lines before each import progress report."
436
#: client/drizzle.cc:1457
432
#: client/drizzle.cc:1454
438
434
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
441
#: client/drizzle.cc:1464
437
#: client/drizzle.cc:1461
444
440
"Copyright (C) 2008 Sun Microsystems\n"
446
442
"and you are welcome to modify and redistribute it under the GPL license\n"
449
#: client/drizzle.cc:1469
445
#: client/drizzle.cc:1466
451
447
msgid "Usage: %s [OPTIONS] [database]\n"
454
#: client/drizzle.cc:1500
450
#: client/drizzle.cc:1497
455
451
msgid "DELIMITER cannot contain a backslash character"
458
#: client/drizzle.cc:1521
454
#: client/drizzle.cc:1515
460
456
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
463
#: client/drizzle.cc:1544
459
#: client/drizzle.cc:1538
465
461
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
468
#: client/drizzle.cc:1548
464
#: client/drizzle.cc:1542
470
466
msgid "WARNING: --server-arg option not supported in this configuration.\n"
473
#: client/drizzle.cc:1575
469
#: client/drizzle.cc:1569
475
471
"Non-integer value supplied for port. If you are trying to enter a password "
476
472
"please use --password instead."
479
#: client/drizzle.cc:1583
475
#: client/drizzle.cc:1577
480
476
msgid "Value supplied for port is not valid."
483
#: client/drizzle.cc:1736
479
#: client/drizzle.cc:1723
485
481
msgid "Processing line: %<PRIu32>\n"
488
#: client/drizzle.cc:1952
484
#: client/drizzle.cc:1939
490
486
msgid "Unknown command '\\%c'."
493
#: client/drizzle.cc:2376
489
#: client/drizzle.cc:2348
495
491
"Reading table information for completion of table and column names\n"
496
492
" You can turn off this feature to get a quicker startup with -A\n"
500
#: client/drizzle.cc:2473
496
#: client/drizzle.cc:2438
501
497
msgid "No connection. Trying to reconnect..."
504
#: client/drizzle.cc:2479
500
#: client/drizzle.cc:2444
505
501
msgid "Can't connect to the server\n"
508
#: client/drizzle.cc:2537
504
#: client/drizzle.cc:2523
509
505
msgid "List of all Drizzle commands:"
512
#: client/drizzle.cc:2539
508
#: client/drizzle.cc:2525
513
509
msgid "Note that all text commands must be first on line and end with ';'"
516
#: client/drizzle.cc:2592
512
#: client/drizzle.cc:2580
517
513
msgid "No query specified\n"
520
#: client/drizzle.cc:2607
516
#: client/drizzle.cc:2595
521
517
msgid "Ignoring query to other database"
524
#: client/drizzle.cc:2656
520
#: client/drizzle.cc:2645
525
521
msgid "Empty set"
528
#: client/drizzle.cc:2669
524
#: client/drizzle.cc:2658
530
526
msgid "%ld row in set"
531
527
msgid_plural "%ld rows in set"
535
#: client/drizzle.cc:2678
531
#: client/drizzle.cc:2667
539
#: client/drizzle.cc:2680
535
#: client/drizzle.cc:2669
541
537
msgid "Query OK, %ld row affected"
542
538
msgid_plural "Query OK, %ld rows affected"
546
#: client/drizzleadmin.cc:81 drizzled/drizzled.cc:2281
542
#: client/drizzleadmin.cc:84 drizzled/drizzled.cc:2202
548
544
"Port number to use for connection or 0 for default to, in order of "
549
545
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
552
#: client/drizzleadmin.cc:85
548
#: client/drizzleadmin.cc:88
553
549
msgid "Silently exit if one can't connect to server."
556
#: client/drizzleadmin.cc:91
552
#: client/drizzleadmin.cc:94
557
553
msgid "Write more information."
560
#: client/drizzleadmin.cc:122 client/drizzlecheck.cc:265
561
#: client/drizzledump.cc:611 client/drizzleimport.cc:196
562
#: client/drizzleslap.cc:751 client/drizzletest.cc:4639
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
565
561
"Non-integer value supplied for port. If you are trying to enter a password "
566
562
"please use --password instead.\n"
569
#: client/drizzleadmin.cc:130 client/drizzlecheck.cc:273
570
#: client/drizzledump.cc:619 client/drizzleimport.cc:204
571
#: client/drizzleslap.cc:759 client/drizzletest.cc:4647
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
573
569
msgid "Value supplied for port is not valid.\n"
576
#: client/drizzleadmin.cc:148 client/drizzledump.cc:636
572
#: client/drizzleadmin.cc:184 client/drizzledump.cc:630
578
574
msgid "Memory allocation error while copying password. Aborting.\n"
581
#: client/drizzleadmin.cc:290
577
#: client/drizzleadmin.cc:330
584
580
"connect to server at '%s' failed\n"
588
#: client/drizzleadmin.cc:296
584
#: client/drizzleadmin.cc:336
590
586
msgid "Check that drizzled is running on %s"
593
#: client/drizzleadmin.cc:297
589
#: client/drizzleadmin.cc:337
595
591
msgid " and that the port is %d.\n"
598
#: client/drizzleadmin.cc:299
594
#: client/drizzleadmin.cc:339
600
596
msgid "You can check this by doing 'telnet %s %d'\n"
603
#: client/drizzleadmin.cc:310
599
#: client/drizzleadmin.cc:350
605
601
msgid "Got error: %s\n"
608
#: client/drizzleadmin.cc:317
604
#: client/drizzleadmin.cc:357
609
605
msgid "Waiting for Drizzle server to answer"
612
#: client/drizzleadmin.cc:350
608
#: client/drizzleadmin.cc:393
614
610
msgid "shutting down drizzled...\n"
617
#: client/drizzleadmin.cc:354
613
#: client/drizzleadmin.cc:401 client/drizzleadmin.cc:407
614
#: client/drizzleadmin.cc:440
619
616
msgid "shutdown failed; error: '%s'"
622
#: client/drizzleadmin.cc:361
619
#: client/drizzleadmin.cc:415
627
#: client/drizzleadmin.cc:371
624
#: client/drizzleadmin.cc:424
628
625
msgid "drizzled is alive"
631
#: client/drizzleadmin.cc:379
628
#: client/drizzleadmin.cc:433
632
629
msgid "connection was down, but drizzled is now alive"
635
#: client/drizzleadmin.cc:383
632
#: client/drizzleadmin.cc:446
637
634
msgid "drizzled doesn't answer to ping, error: '%s'"
640
#: client/drizzleadmin.cc:392
637
#: client/drizzleadmin.cc:456
642
639
msgid "Unknown command: '%-.60s'"
645
#: client/drizzleadmin.cc:401
642
#: client/drizzleadmin.cc:465
647
644
msgid "%s Ver %s Distrib %s, for %s on %s\n"
650
#: client/drizzleadmin.cc:408
647
#: client/drizzleadmin.cc:472
651
648
msgid "Copyright (C) 2000-2008 MySQL AB"
654
#: client/drizzleadmin.cc:409 client/drizzledump.cc:489
651
#: client/drizzleadmin.cc:473 client/drizzledump.cc:484
656
653
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
657
654
"and you are welcome to modify and redistribute it under the GPL license\n"
660
#: client/drizzleadmin.cc:410
657
#: client/drizzleadmin.cc:474
661
658
msgid "Administration program for the drizzled daemon."
664
#: client/drizzleadmin.cc:411
661
#: client/drizzleadmin.cc:475
666
663
msgid "Usage: %s [OPTIONS] command command....\n"
669
#: client/drizzleadmin.cc:413
666
#: client/drizzleadmin.cc:477
671
668
" ping Check if server is down\n"
672
669
" shutdown Take server down\n"
675
#: client/drizzledump.cc:393
672
#: client/drizzledump.cc:387
676
673
msgid "Number of rows before each output progress report (requires --verbose)."
676
#: client/drizzledump.cc:461
678
msgid "Got errno %d on write"
679
681
#: client/drizzledump.cc:466
681
msgid "Got errno %d on write"
684
#: client/drizzledump.cc:471
686
683
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
689
#: client/drizzledump.cc:478
686
#: client/drizzledump.cc:473
691
688
msgid "Usage: %s [OPTIONS] database [tables]\n"
694
#: client/drizzledump.cc:479
691
#: client/drizzledump.cc:474
696
693
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
699
#: client/drizzledump.cc:481
696
#: client/drizzledump.cc:476
701
698
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
704
#: client/drizzledump.cc:488
701
#: client/drizzledump.cc:483
705
702
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
708
#: client/drizzledump.cc:490
705
#: client/drizzledump.cc:485
709
706
msgid "Dumping definition and data DRIZZLE database or table"
712
#: client/drizzledump.cc:501
709
#: client/drizzledump.cc:496
714
711
msgid "For more options, use %s --help\n"
717
#: client/drizzledump.cc:675
714
#: client/drizzledump.cc:669
719
716
msgid "Input filename too long: %s"
722
#: client/drizzledump.cc:718
719
#: client/drizzledump.cc:712
724
721
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
727
#: client/drizzledump.cc:743
724
#: client/drizzledump.cc:737
729
726
msgid "Invalid mode to --compatible: %s\n"
732
#: client/drizzledump.cc:803
729
#: client/drizzledump.cc:791
734
731
msgid "%s: You must use option --tab with --fields-...\n"
737
#: client/drizzledump.cc:820
734
#: client/drizzledump.cc:808
740
737
"%s: You can't use --single-transaction and --lock-all-tables at the same "
744
#: client/drizzledump.cc:833
741
#: client/drizzledump.cc:821
747
744
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
751
#: client/drizzledump.cc:839
748
#: client/drizzledump.cc:827
753
750
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
756
#: client/drizzledump.cc:863
753
#: client/drizzledump.cc:853 client/drizzledump.cc:858
758
msgid "Got error: %d: %s %s"
755
msgid "Got error: %s %s"
761
#: client/drizzledump.cc:955
758
#: client/drizzledump.cc:956 client/drizzledump.cc:963
759
#: client/drizzledump.cc:976
763
761
msgid "Couldn't execute '%s': %s (%d)"
766
#: client/drizzledump.cc:1016
764
#: client/drizzledump.cc:1040
767
765
#, fuzzy, c-format
768
766
msgid "-- Connecting to %s...\n"
771
#: client/drizzledump.cc:1037
769
#: client/drizzledump.cc:1061
773
771
msgid "-- Disconnecting from %s...\n"
776
#: client/drizzledump.cc:1047
774
#: client/drizzledump.cc:1072
778
776
msgid "Couldn't allocate memory"
779
777
msgstr "无法为临时histfile分配内存!\n"
781
#: client/drizzledump.cc:1388
779
#: client/drizzledump.cc:1416
784
782
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
788
#: client/drizzledump.cc:1402
786
#: client/drizzledump.cc:1430
790
788
msgid "-- Retrieving table structure for table %s...\n"
793
#: client/drizzledump.cc:1511
791
#: client/drizzledump.cc:1544
795
793
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
798
#: client/drizzledump.cc:1620
800
msgid "%s: Can't get keys for table %s (%s)\n"
803
#: client/drizzledump.cc:1697 client/drizzledump.cc:2995
805
msgid "-- Warning: Couldn't get status information for table %s (%s)\n"
808
#: client/drizzledump.cc:1704 client/drizzledump.cc:3003
810
msgid "Error: Couldn't read status information for table %s (%s)\n"
813
#: client/drizzledump.cc:1846
796
#: client/drizzledump.cc:1651
798
msgid "%s: Can't get keys for table %s\n"
801
#: client/drizzledump.cc:1729 client/drizzledump.cc:3083
803
msgid "Error: Couldn't read status information for table %s\n"
806
#: client/drizzledump.cc:1872
815
808
msgid "Error retrieving table structure for table: \"%s\""
818
#: client/drizzledump.cc:1853
811
#: client/drizzledump.cc:1879
820
813
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
823
#: client/drizzledump.cc:1864
816
#: client/drizzledump.cc:1890
825
818
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
828
#: client/drizzledump.cc:1871
821
#: client/drizzledump.cc:1897
830
823
msgid "-- Skipping dump data for table '%s', it has no fields\n"
833
#: client/drizzledump.cc:1879
826
#: client/drizzledump.cc:1905
834
827
msgid "-- Sending SELECT query...\n"
837
#: client/drizzledump.cc:1931
830
#: client/drizzledump.cc:1959 client/drizzledump.cc:2444
838
831
msgid "when executing 'SELECT INTO OUTFILE'"
841
#: client/drizzledump.cc:1939
834
#: client/drizzledump.cc:1969
1091
#: drizzled/drizzled.cc:1183
1077
#: drizzled/drizzled.cc:1149
1093
1079
msgid "Writing a core file\n"
1096
#: drizzled/drizzled.cc:1228
1082
#: drizzled/drizzled.cc:1194
1098
1084
"setrlimit could not change the size of core files to 'infinity'; We may not "
1099
1085
"be able to generate a core file on signals"
1102
#: drizzled/drizzled.cc:1432
1088
#: drizzled/drizzled.cc:1396
1104
1090
msgid "gethostname failed, using '%s' as hostname"
1107
#: drizzled/drizzled.cc:1529
1093
#: drizzled/drizzled.cc:1493
1109
1095
msgid "Unknown locale: '%s'"
1112
#: drizzled/drizzled.cc:1584
1098
#: drizzled/drizzled.cc:1535
1113
1099
msgid "Can't create thread-keys"
1116
#: drizzled/drizzled.cc:1610
1102
#: drizzled/drizzled.cc:1561
1117
1103
msgid "Out of memory"
1120
#: drizzled/drizzled.cc:1625
1106
#: drizzled/drizzled.cc:1576
1121
1107
msgid "Failed to initialize plugins."
1124
#: drizzled/drizzled.cc:1656
1110
#: drizzled/drizzled.cc:1607
1127
1113
"%s: Too many arguments (first extra is '%s').\n"
1128
1114
"Use --verbose --help to get a list of available options\n"
1131
#: drizzled/drizzled.cc:1666
1117
#: drizzled/drizzled.cc:1617
1132
1118
msgid "Can't init databases"
1135
#: drizzled/drizzled.cc:1686
1121
#: drizzled/drizzled.cc:1637
1137
1123
msgid "Unknown/unsupported table type: %s"
1140
#: drizzled/drizzled.cc:1692
1126
#: drizzled/drizzled.cc:1643
1142
1128
msgid "Default storage engine (%s) is not available"
1145
#: drizzled/drizzled.cc:1724
1131
#: drizzled/drizzled.cc:1674
1147
1133
msgid "Failed to lock memory. Errno: %d\n"
1150
#: drizzled/drizzled.cc:1785
1136
#: drizzled/drizzled.cc:1736
1152
1138
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1155
#: drizzled/drizzled.cc:1955
1141
#: drizzled/drizzled.cc:1898
1157
1143
msgid "drizzled: Got error %d from select"
1160
#: drizzled/drizzled.cc:2138
1146
#: drizzled/drizzled.cc:2072
1161
1147
msgid "Auto-increment columns are incremented by this"
1164
#: drizzled/drizzled.cc:2143
1150
#: drizzled/drizzled.cc:2077
1166
1152
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1170
#: drizzled/drizzled.cc:2149
1156
#: drizzled/drizzled.cc:2083
1172
1158
"Path to installation directory. All paths are usually resolved relative to "
1176
#: drizzled/drizzled.cc:2153
1162
#: drizzled/drizzled.cc:2087
1177
1163
msgid "IP address to bind to."
1180
#: drizzled/drizzled.cc:2157
1166
#: drizzled/drizzled.cc:2091
1181
1167
msgid "Set the filesystem character set."
1184
#: drizzled/drizzled.cc:2162
1170
#: drizzled/drizzled.cc:2096
1185
1171
msgid "Set the default character set."
1186
1172
msgstr "设置默认字符集。"
1188
#: drizzled/drizzled.cc:2166
1174
#: drizzled/drizzled.cc:2100
1189
1175
msgid "Chroot drizzled daemon during startup."
1192
#: drizzled/drizzled.cc:2170
1178
#: drizzled/drizzled.cc:2104
1193
1179
msgid "Set the default collation."
1196
#: drizzled/drizzled.cc:2174
1182
#: drizzled/drizzled.cc:2108
1197
1183
msgid "Default completion type."
1200
#: drizzled/drizzled.cc:2179
1186
#: drizzled/drizzled.cc:2113
1201
1187
msgid "Write core on errors."
1204
#: drizzled/drizzled.cc:2183
1190
#: drizzled/drizzled.cc:2117
1205
1191
msgid "Path to the database root."
1208
#: drizzled/drizzled.cc:2187
1194
#: drizzled/drizzled.cc:2121
1209
1195
msgid "Set the default storage engine (table type) for tables."
1212
#: drizzled/drizzled.cc:2191
1198
#: drizzled/drizzled.cc:2125
1213
1199
msgid "Set the default time zone."
1216
#: drizzled/drizzled.cc:2195
1202
#: drizzled/drizzled.cc:2129
1217
1203
msgid "Type of DELAY_KEY_WRITE."
1220
#: drizzled/drizzled.cc:2199
1206
#: drizzled/drizzled.cc:2133
1221
1207
msgid "Print a symbolic stack trace on failure."
1224
#: drizzled/drizzled.cc:2205
1210
#: drizzled/drizzled.cc:2139
1225
1211
msgid "Push supported query conditions to the storage engine."
1228
#: drizzled/drizzled.cc:2211
1214
#: drizzled/drizzled.cc:2145
1229
1215
msgid "Used for debugging; Use at your own risk!"
1232
#: drizzled/drizzled.cc:2214
1233
msgid "Flush tables to disk between SQL commands."
1236
#: drizzled/drizzled.cc:2219
1218
#: drizzled/drizzled.cc:2150
1237
1219
msgid "Set up signals usable for debugging"
1240
#: drizzled/drizzled.cc:2223
1222
#: drizzled/drizzled.cc:2154
1241
1223
msgid "Command(s) that are executed for each new connection"
1244
#: drizzled/drizzled.cc:2227
1226
#: drizzled/drizzled.cc:2158
1245
1227
msgid "Read SQL commands from this file at startup."
1248
#: drizzled/drizzled.cc:2231
1230
#: drizzled/drizzled.cc:2162
1249
1231
msgid "(IGNORED)"
1252
#: drizzled/drizzled.cc:2235
1234
#: drizzled/drizzled.cc:2166
1253
1235
msgid "Set the language used for the month names and the days of the week."
1256
#: drizzled/drizzled.cc:2240
1257
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1260
#: drizzled/drizzled.cc:2245
1238
#: drizzled/drizzled.cc:2171
1261
1239
msgid "Log connections and queries to file."
1264
#: drizzled/drizzled.cc:2249
1242
#: drizzled/drizzled.cc:2175
1265
1243
msgid "Log all MyISAM changes to file."
1268
#: drizzled/drizzled.cc:2253
1246
#: drizzled/drizzled.cc:2179
1269
1247
msgid "Log some not critical warnings to the log file."
1272
#: drizzled/drizzled.cc:2258
1250
#: drizzled/drizzled.cc:2184
1273
1251
msgid "Lock drizzled in memory."
1276
#: drizzled/drizzled.cc:2262
1254
#: drizzled/drizzled.cc:2188
1278
1256
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1279
1257
"BACKUP, FORCE or QUICK."
1282
#: drizzled/drizzled.cc:2267
1283
msgid "Use very new possible 'unsafe' functions."
1286
#: drizzled/drizzled.cc:2272
1260
#: drizzled/drizzled.cc:2193
1287
1261
msgid "Use old, non-optimized alter table."
1290
#: drizzled/drizzled.cc:2277
1264
#: drizzled/drizzled.cc:2198
1291
1265
msgid "Pid file used by safe_mysqld."
1294
#: drizzled/drizzled.cc:2287
1268
#: drizzled/drizzled.cc:2208
1296
1270
"Maximum time in seconds to wait for the port to become free. (Default: no "
1300
#: drizzled/drizzled.cc:2292
1301
msgid "Skip some optimize stages (for testing)."
1304
#: drizzled/drizzled.cc:2295
1274
#: drizzled/drizzled.cc:2213
1306
1276
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1307
1277
"specified directory"
1310
#: drizzled/drizzled.cc:2300
1280
#: drizzled/drizzled.cc:2218
1312
1282
"Uniquely identifies the server instance in the community of replication "
1316
#: drizzled/drizzled.cc:2305
1317
msgid "Don't use new, possible wrong routines."
1320
#: drizzled/drizzled.cc:2308
1286
#: drizzled/drizzled.cc:2223
1321
1287
msgid "Don't print a stack trace on failure."
1324
#: drizzled/drizzled.cc:2312
1325
msgid "Don't give threads different priorities."
1328
#: drizzled/drizzled.cc:2316
1290
#: drizzled/drizzled.cc:2227
1329
1291
msgid "Enable symbolic link support."
1332
#: drizzled/drizzled.cc:2325
1334
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1337
#: drizzled/drizzled.cc:2330
1294
#: drizzled/drizzled.cc:2236
1339
1296
"Using this option will cause most temporary files created to use a small set "
1340
1297
"of names, rather than a unique name for each new file."
1343
#: drizzled/drizzled.cc:2335
1300
#: drizzled/drizzled.cc:2241
1345
1302
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1348
#: drizzled/drizzled.cc:2340
1305
#: drizzled/drizzled.cc:2246
1349
1306
msgid "Path for temporary files."
1352
#: drizzled/drizzled.cc:2344
1309
#: drizzled/drizzled.cc:2250
1353
1310
msgid "Default transaction isolation level."
1356
#: drizzled/drizzled.cc:2348
1313
#: drizzled/drizzled.cc:2254
1357
1314
msgid "Run drizzled daemon as user."
1360
#: drizzled/drizzled.cc:2356
1317
#: drizzled/drizzled.cc:2262
1362
1319
"The number of outstanding connection requests Drizzle can have. This comes "
1363
1320
"into play when the main Drizzle thread gets very many connection requests in "
1364
1321
"a very short time."
1367
#: drizzled/drizzled.cc:2362
1324
#: drizzled/drizzled.cc:2268
1369
1326
"Size of tree cache used in bulk insert optimization. Note that this is a "
1370
1327
"limit per thread!"
1373
#: drizzled/drizzled.cc:2368
1330
#: drizzled/drizzled.cc:2274
1375
1332
"The number of seconds the drizzled server is waiting for a connect packet "
1376
1333
"before responding with 'Bad handshake'."
1379
#: drizzled/drizzled.cc:2373
1336
#: drizzled/drizzled.cc:2279
1381
1338
"Precision of the result of '/' operator will be increased on that value."
1384
#: drizzled/drizzled.cc:2379
1341
#: drizzled/drizzled.cc:2285
1385
1342
msgid "The maximum length of the result of function group_concat."
1388
#: drizzled/drizzled.cc:2384
1390
"The number of seconds the server waits for activity on an interactive "
1391
"connection before closing it."
1394
#: drizzled/drizzled.cc:2390
1345
#: drizzled/drizzled.cc:2290
1395
1346
msgid "The size of the buffer that is used for full joins."
1398
#: drizzled/drizzled.cc:2396
1349
#: drizzled/drizzled.cc:2296
1399
1350
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1402
#: drizzled/drizzled.cc:2401
1353
#: drizzled/drizzled.cc:2301
1404
1355
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1405
1356
"this to get better index handling (for all reads and multiple writes) to as "
1406
1357
"much as you can afford;"
1409
#: drizzled/drizzled.cc:2410
1360
#: drizzled/drizzled.cc:2310
1411
1362
"This characterizes the number of hits a hot block has to be untouched until "
1412
1363
"it is considered aged enough to be downgraded to a warm block. This "
1414
1365
"blocks in key cache"
1417
#: drizzled/drizzled.cc:2419
1368
#: drizzled/drizzled.cc:2319
1418
1369
msgid "The default size of key cache blocks"
1421
#: drizzled/drizzled.cc:2425
1372
#: drizzled/drizzled.cc:2325
1422
1373
msgid "The minimum percentage of warm blocks in key cache"
1425
#: drizzled/drizzled.cc:2431
1376
#: drizzled/drizzled.cc:2331
1426
1377
msgid "Max packetlength to send/receive from to server."
1429
#: drizzled/drizzled.cc:2436
1380
#: drizzled/drizzled.cc:2336
1431
1382
"If there is more than this number of interrupted connections from a host "
1432
1383
"this host will be blocked from further connections."
1435
#: drizzled/drizzled.cc:2441
1386
#: drizzled/drizzled.cc:2341
1436
1387
msgid "Max number of errors/warnings to store for a statement."
1439
#: drizzled/drizzled.cc:2446
1390
#: drizzled/drizzled.cc:2346
1440
1391
msgid "Don't allow creation of heap tables bigger than this."
1443
#: drizzled/drizzled.cc:2452
1394
#: drizzled/drizzled.cc:2352
1445
1396
"Joins that are probably going to read more than max_join_size records return "
1449
#: drizzled/drizzled.cc:2458
1400
#: drizzled/drizzled.cc:2358
1450
1401
msgid "Max number of bytes in sorted records."
1453
#: drizzled/drizzled.cc:2463
1404
#: drizzled/drizzled.cc:2363
1454
1405
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1457
#: drizzled/drizzled.cc:2468
1408
#: drizzled/drizzled.cc:2368
1459
1410
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1460
1411
"max_sort_length bytes of each value are used; the rest are ignored)."
1463
#: drizzled/drizzled.cc:2475
1414
#: drizzled/drizzled.cc:2375
1464
1415
msgid "Maximum number of temporary tables a client can keep open at a time."
1467
#: drizzled/drizzled.cc:2480
1418
#: drizzled/drizzled.cc:2380
1468
1419
msgid "After this many write locks, allow some read locks to run in between."
1471
#: drizzled/drizzled.cc:2484
1422
#: drizzled/drizzled.cc:2384
1473
1424
"Don't log queries which examine less than min_examined_row_limit rows to "
1477
#: drizzled/drizzled.cc:2490
1428
#: drizzled/drizzled.cc:2390
1479
1430
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1480
1431
"Possible values of name are 'nulls_unequal' (default behavior), "
1481
1432
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1484
#: drizzled/drizzled.cc:2497
1435
#: drizzled/drizzled.cc:2397
1485
1436
msgid "Buffer length for TCP/IP and socket communication."
1488
#: drizzled/drizzled.cc:2502
1439
#: drizzled/drizzled.cc:2402
1490
1441
"Number of seconds to wait for more data from a connection before aborting "
1494
#: drizzled/drizzled.cc:2508
1445
#: drizzled/drizzled.cc:2408
1496
1447
"If a read on a communication port is interrupted, retry this many times "
1497
1448
"before giving up."
1500
#: drizzled/drizzled.cc:2514
1451
#: drizzled/drizzled.cc:2414
1502
1453
"Number of seconds to wait for a block to be written to a connection before "
1503
1454
"aborting the write."
1506
#: drizzled/drizzled.cc:2520
1457
#: drizzled/drizzled.cc:2420
1508
1459
"Controls the heuristic(s) applied during query optimization to prune less-"
1509
1460
"promising partial plans from the optimizer search space. Meaning: false - do "
1522
1473
"(used for testing/comparison)."
1525
#: drizzled/drizzled.cc:2540
1476
#: drizzled/drizzled.cc:2440
1526
1477
msgid "Directory for plugins."
1529
#: drizzled/drizzled.cc:2544
1480
#: drizzled/drizzled.cc:2444
1531
1482
"Optional colon (or semicolon) separated list of plugins to load,where each "
1532
1483
"plugin is identified by the name of the shared library. [for example: --"
1533
1484
"plugin_load=libmd5udf.so:libauth_pam.so]"
1536
#: drizzled/drizzled.cc:2550
1487
#: drizzled/drizzled.cc:2450
1537
1488
msgid "The size of the buffer that is allocated when preloading indexes"
1540
#: drizzled/drizzled.cc:2555
1491
#: drizzled/drizzled.cc:2455
1541
1492
msgid "Allocation block size for query parsing and execution"
1544
#: drizzled/drizzled.cc:2560
1495
#: drizzled/drizzled.cc:2460
1545
1496
msgid "Persistent buffer for query parsing and execution"
1548
#: drizzled/drizzled.cc:2566
1499
#: drizzled/drizzled.cc:2466
1549
1500
msgid "Allocation block size for storing ranges during optimization"
1552
#: drizzled/drizzled.cc:2572
1503
#: drizzled/drizzled.cc:2472
1554
1505
"Each thread that does a sequential scan allocates a buffer of this size for "
1555
1506
"each table it scans. If you do many sequential scans, you may want to "
1556
1507
"increase this value."
1559
#: drizzled/drizzled.cc:2580
1510
#: drizzled/drizzled.cc:2480
1561
1512
"When reading rows in sorted order after a sort, the rows are read through "
1562
1513
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1563
1514
"record_buffer."
1566
#: drizzled/drizzled.cc:2588
1517
#: drizzled/drizzled.cc:2488
1567
1518
msgid "Select scheduler to be used (by default pool-of-threads)."
1570
#: drizzled/drizzled.cc:2592
1521
#: drizzled/drizzled.cc:2492
1571
1522
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1574
#: drizzled/drizzled.cc:2598
1525
#: drizzled/drizzled.cc:2498
1575
1526
msgid "The number of cached table definitions."
1578
#: drizzled/drizzled.cc:2602
1529
#: drizzled/drizzled.cc:2502
1579
1530
msgid "The number of cached open tables."
1582
#: drizzled/drizzled.cc:2606
1533
#: drizzled/drizzled.cc:2506
1584
1535
"Timeout in seconds to wait for a table level lock before returning an error. "
1585
1536
"Used only if the connection has active cursors."
1588
#: drizzled/drizzled.cc:2611
1539
#: drizzled/drizzled.cc:2511
1589
1540
msgid "The stack size for each thread."
1592
#: drizzled/drizzled.cc:2617
1543
#: drizzled/drizzled.cc:2517
1594
1545
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1595
1546
"automatically convert it to an on-disk MyISAM table."
1598
#: drizzled/drizzled.cc:2623
1549
#: drizzled/drizzled.cc:2523
1599
1550
msgid "Allocation block size for transactions to be stored in binary log"
1602
#: drizzled/drizzled.cc:2628
1553
#: drizzled/drizzled.cc:2528
1603
1554
msgid "Persistent buffer for transactions to be stored in binary log"
1606
#: drizzled/drizzled.cc:2633
1557
#: drizzled/drizzled.cc:2533
1608
1559
"The number of seconds the server waits for activity on a connection before "
1612
#: drizzled/drizzled.cc:2784
1563
#: drizzled/drizzled.cc:2682
1614
1565
"Copyright (C) 2008 Sun Microsystems\n"
1615
1566
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5160
5103
msgid "qcache plugin '%s' init() failed"
5163
#: drizzled/qcache.cc:60
5106
#: drizzled/qcache.cc:59
5165
5108
msgid "qcache plugin '%s' deinit() failed"
5168
#: drizzled/qcache.cc:105
5111
#: drizzled/qcache.cc:104
5170
5113
msgid "qcache plugin '%s' try_fetch_and_send() failed"
5173
#: drizzled/qcache.cc:122
5116
#: drizzled/qcache.cc:121
5175
5118
msgid "qcache plugin '%s' set() failed"
5178
#: drizzled/qcache.cc:141
5121
#: drizzled/qcache.cc:140
5180
5123
msgid "qcache plugin '%s' invalidate_table() failed"
5183
#: drizzled/qcache.cc:160
5126
#: drizzled/qcache.cc:159
5185
5128
msgid "qcache plugin '%s' invalidate_db() failed"
5188
#: drizzled/qcache.cc:178
5131
#: drizzled/qcache.cc:177
5190
5133
msgid "qcache plugin '%s' flush() failed"
5193
#. TRANSLATORS: The leading word "replicator" is the name
5194
#. of the plugin api, and so should not be translated.
5195
#: drizzled/replicator.cc:41
5136
#: drizzled/replicator.cc:36
5197
5138
msgid "replicator plugin '%s' init() failed"
5200
#. TRANSLATORS: The leading word "replicator" is the name
5201
#. of the plugin api, and so should not be translated.
5202
#: drizzled/replicator.cc:65
5141
#: drizzled/replicator.cc:58
5204
5143
msgid "replicator plugin '%s' deinit() failed"
5207
#. TRANSLATORS: The leading word "replicator" is the name
5208
#. of the plugin api, and so should not be translated.
5209
#: drizzled/replicator.cc:89
5146
#: drizzled/replicator.cc:81
5211
5148
msgid "replicator plugin '%s' session_init() failed"
5214
#. TRANSLATORS: The leading word "replicator" is the name
5215
#. of the plugin api, and so should not be translated.
5216
#: drizzled/replicator.cc:159
5151
#: drizzled/replicator.cc:152
5218
5153
msgid "replicator plugin '%s' row_insert() failed"
5221
#. TRANSLATORS: The leading word "replicator" is the name
5222
#. of the plugin api, and so should not be translated.
5223
#: drizzled/replicator.cc:173
5156
#: drizzled/replicator.cc:168
5225
5158
msgid "replicator plugin '%s' row_update() failed"
5228
#. TRANSLATORS: The leading word "replicator" is the name
5229
#. of the plugin api, and so should not be translated.
5230
#: drizzled/replicator.cc:187
5161
#: drizzled/replicator.cc:183
5232
5163
msgid "replicator plugin '%s' row_delete() failed"
5235
#. TRANSLATORS: The leading word "replicator" is the name
5236
#. of the plugin api, and so should not be translated.
5237
#: drizzled/replicator.cc:272
5166
#: drizzled/replicator.cc:270
5239
5168
msgid "replicator plugin '%s' end_transaction() failed"
5242
#. TRANSLATORS: The leading word "replicator" is the name
5243
#. of the plugin api, and so should not be translated.
5244
#: drizzled/replicator.cc:329
5171
#: drizzled/replicator.cc:328
5246
5173
msgid "replicator plugin '%s' statement() failed"
5249
#: drizzled/scheduling.cc:61
5176
#: drizzled/scheduling.cc:57
5251
5178
msgid "scheduling plugin '%s' init() failed"
5254
#. TRANSLATORS: The leading word "scheduling" is the name
5255
#. of the plugin api, and so should not be translated.
5256
#: drizzled/scheduling.cc:95
5181
#: drizzled/scheduling.cc:80
5258
5183
msgid "scheduling plugin '%s' deinit() failed"
5261
#: drizzled/sql_base.cc:2306
5186
#: drizzled/sql_base.cc:2295
5263
5188
msgid "Table %s had a open data handler in reopen_table"
5266
#: drizzled/sql_base.cc:2955
5191
#: drizzled/sql_base.cc:2943
5268
5193
msgid "Couldn't repair table: %s.%s"
5271
#: drizzled/sql_base.cc:2997
5196
#: drizzled/sql_base.cc:2985
5274
5199
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5275
5200
"s`.`%s`' to replication"
5278
#: drizzled/sql_base.cc:3600
5203
#: drizzled/sql_base.cc:3588
5280
5205
msgid "Could not remove temporary table: '%s', error: %d"
5283
#: drizzled/sql_base.cc:6195
5284
msgid "Can't create thread to kill server"
5287
#: drizzled/sql_plugin.cc:680
5208
#: drizzled/sql_plugin.cc:645
5289
5210
msgid "Plugin '%s' of type %s failed deinitialization"
5292
#: drizzled/sql_plugin.cc:694
5294
msgid "Plugin '%s' has ref_count=%d after deinitialization."
5297
#: drizzled/sql_plugin.cc:782
5213
#: drizzled/sql_plugin.cc:688
5299
5215
msgid "Plugin '%s' registration as a %s failed."
5302
#: drizzled/sql_plugin.cc:1005
5218
#: drizzled/sql_plugin.cc:889
5303
5219
msgid "plugin-load parameter too long"
5306
#: drizzled/sql_plugin.cc:1065
5222
#: drizzled/sql_plugin.cc:949
5308
5224
msgid "Couldn't load plugin named '%s' with soname '%s'."
5311
#: drizzled/sql_plugin.cc:1118
5313
msgid "Forcing shutdown of %<PRIu64> plugins"
5316
#: drizzled/sql_plugin.cc:1141
5318
msgid "Plugin '%s' will be forced to shutdown"
5321
#: drizzled/sql_plugin.cc:1157
5323
msgid "Plugin '%s' has ref_count=%d after shutdown."
5326
#: drizzled/sql_plugin.cc:1545
5227
#: drizzled/sql_plugin.cc:1347
5327
5228
msgid "Out of memory."
5330
#: drizzled/sql_plugin.cc:2394 drizzled/sql_plugin.cc:2457
5231
#: drizzled/sql_plugin.cc:2188 drizzled/sql_plugin.cc:2251
5332
5233
msgid "Unknown variable type code 0x%x in plugin '%s'."
5335
#: drizzled/sql_plugin.cc:2437
5236
#: drizzled/sql_plugin.cc:2231
5338
5239
"Server variable %s of plugin %s was forced to be read-only: string variable "
5339
5240
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5342
#: drizzled/sql_plugin.cc:2468
5243
#: drizzled/sql_plugin.cc:2262
5344
5245
msgid "Missing variable name in plugin '%s'."
5347
#: drizzled/sql_plugin.cc:2485
5248
#: drizzled/sql_plugin.cc:2279
5349
5250
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5352
#: drizzled/sql_plugin.cc:2603
5253
#: drizzled/sql_plugin.cc:2397
5354
5255
msgid "Out of memory for plugin '%s'."
5357
#: drizzled/sql_plugin.cc:2610
5258
#: drizzled/sql_plugin.cc:2404
5359
5260
msgid "Bad options for plugin '%s'."
5362
#: drizzled/sql_plugin.cc:2619
5263
#: drizzled/sql_plugin.cc:2413
5364
5265
msgid "Parsing options for plugin '%s' failed."
5367
#: drizzled/sql_plugin.cc:2662
5268
#: drizzled/sql_plugin.cc:2456
5369
5270
msgid "Plugin '%s' has conflicting system variables"
5512
5418
msgid "%s: option `-W %s' doesn't allow an argument\n"
5515
#: libdrizzleclient/errmsg.c:28
5421
#: libdrizzleclient/errmsg.cc:28
5516
5422
msgid "Unknown Drizzle error"
5519
#: libdrizzleclient/errmsg.c:29
5425
#: libdrizzleclient/errmsg.cc:29
5521
5427
msgid "Can't create UNIX socket (%d)"
5524
#: libdrizzleclient/errmsg.c:30
5430
#: libdrizzleclient/errmsg.cc:30
5526
5432
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5529
#: libdrizzleclient/errmsg.c:31
5435
#: libdrizzleclient/errmsg.cc:31
5531
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
5437
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5534
#: libdrizzleclient/errmsg.c:32
5440
#: libdrizzleclient/errmsg.cc:32
5536
5442
msgid "Can't create TCP/IP socket (%d)"
5539
#: libdrizzleclient/errmsg.c:33
5445
#: libdrizzleclient/errmsg.cc:33
5541
5447
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5544
#: libdrizzleclient/errmsg.c:34
5450
#: libdrizzleclient/errmsg.cc:34
5545
5451
msgid "Drizzle server has gone away"
5548
#: libdrizzleclient/errmsg.c:35
5454
#: libdrizzleclient/errmsg.cc:35
5550
5456
msgid "Protocol mismatch; server version = %d, client version = %d"
5553
#: libdrizzleclient/errmsg.c:36
5459
#: libdrizzleclient/errmsg.cc:36
5554
5460
msgid "Drizzle client ran out of memory"
5557
#: libdrizzleclient/errmsg.c:37
5463
#: libdrizzleclient/errmsg.cc:37
5558
5464
msgid "Wrong host info"
5561
#: libdrizzleclient/errmsg.c:38
5467
#: libdrizzleclient/errmsg.cc:38
5562
5468
msgid "Localhost via UNIX socket"
5565
#: libdrizzleclient/errmsg.c:39
5471
#: libdrizzleclient/errmsg.cc:39
5567
5473
msgid "%-.100s via TCP/IP"
5570
#: libdrizzleclient/errmsg.c:40
5476
#: libdrizzleclient/errmsg.cc:40
5571
5477
msgid "Error in server handshake"
5574
#: libdrizzleclient/errmsg.c:41
5480
#: libdrizzleclient/errmsg.cc:41
5575
5481
msgid "Lost connection to Drizzle server during query"
5578
#: libdrizzleclient/errmsg.c:42
5484
#: libdrizzleclient/errmsg.cc:42
5579
5485
msgid "Commands out of sync; you can't run this command now"
5582
#: libdrizzleclient/errmsg.c:43
5488
#: libdrizzleclient/errmsg.cc:43
5584
5490
msgid "Named pipe: %-.32s"
5587
#: libdrizzleclient/errmsg.c:44
5493
#: libdrizzleclient/errmsg.cc:44
5589
5495
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5592
#: libdrizzleclient/errmsg.c:45
5498
#: libdrizzleclient/errmsg.cc:45
5594
5500
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5597
#: libdrizzleclient/errmsg.c:46
5503
#: libdrizzleclient/errmsg.cc:46
5599
5505
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5602
#: libdrizzleclient/errmsg.c:47
5508
#: libdrizzleclient/errmsg.cc:47
5604
5510
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5607
#: libdrizzleclient/errmsg.c:48
5513
#: libdrizzleclient/errmsg.cc:48
5608
5514
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5611
#: libdrizzleclient/errmsg.c:49
5517
#: libdrizzleclient/errmsg.cc:49
5612
5518
msgid "Embedded server"
5615
#: libdrizzleclient/errmsg.c:50
5521
#: libdrizzleclient/errmsg.cc:50
5616
5522
msgid "Error on SHOW SLAVE STATUS:"
5619
#: libdrizzleclient/errmsg.c:51
5525
#: libdrizzleclient/errmsg.cc:51
5620
5526
msgid "Error on SHOW SLAVE HOSTS:"
5623
#: libdrizzleclient/errmsg.c:52
5529
#: libdrizzleclient/errmsg.cc:52
5624
5530
msgid "Error connecting to slave:"
5627
#: libdrizzleclient/errmsg.c:53
5533
#: libdrizzleclient/errmsg.cc:53
5628
5534
msgid "Error connecting to master:"
5631
#: libdrizzleclient/errmsg.c:54
5537
#: libdrizzleclient/errmsg.cc:54
5632
5538
msgid "SSL connection error"
5635
#: libdrizzleclient/errmsg.c:55
5541
#: libdrizzleclient/errmsg.cc:55
5636
5542
msgid "Malformed packet"
5639
#: libdrizzleclient/errmsg.c:56 libdrizzleclient/errmsg.c:67
5640
#: libdrizzleclient/errmsg.c:68 libdrizzleclient/errmsg.c:69
5641
#: libdrizzleclient/errmsg.c:70 libdrizzleclient/errmsg.c:71
5642
#: libdrizzleclient/errmsg.c:72 libdrizzleclient/errmsg.c:73
5643
#: libdrizzleclient/errmsg.c:74 libdrizzleclient/errmsg.c:75
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
5644
5550
msgid "(unused error message)"
5647
#: libdrizzleclient/errmsg.c:57
5553
#: libdrizzleclient/errmsg.cc:57
5648
5554
msgid "Invalid use of null pointer"
5651
#: libdrizzleclient/errmsg.c:58
5557
#: libdrizzleclient/errmsg.cc:58
5652
5558
msgid "Statement not prepared"
5655
#: libdrizzleclient/errmsg.c:59
5561
#: libdrizzleclient/errmsg.cc:59
5656
5562
msgid "No data supplied for parameters in prepared statement"
5659
#: libdrizzleclient/errmsg.c:60
5565
#: libdrizzleclient/errmsg.cc:60
5660
5566
msgid "Data truncated"
5663
#: libdrizzleclient/errmsg.c:61
5569
#: libdrizzleclient/errmsg.cc:61
5664
5570
msgid "No parameters exist in the statement"
5667
#: libdrizzleclient/errmsg.c:62
5573
#: libdrizzleclient/errmsg.cc:62
5668
5574
msgid "Invalid parameter number"
5671
#: libdrizzleclient/errmsg.c:63
5577
#: libdrizzleclient/errmsg.cc:63
5674
5580
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5677
#: libdrizzleclient/errmsg.c:65
5583
#: libdrizzleclient/errmsg.cc:65
5679
5585
msgid "Using unsupported buffer type: %d (parameter: %d)"
5682
#: libdrizzleclient/errmsg.c:66
5588
#: libdrizzleclient/errmsg.cc:66
5684
5590
msgid "Shared memory: %-.100s"
5687
#: libdrizzleclient/errmsg.c:76
5593
#: libdrizzleclient/errmsg.cc:76
5688
5594
msgid "Wrong or unknown protocol"
5691
#: libdrizzleclient/errmsg.c:77
5597
#: libdrizzleclient/errmsg.cc:77
5692
5598
msgid "Invalid connection handle"
5695
#: libdrizzleclient/errmsg.c:78
5601
#: libdrizzleclient/errmsg.cc:78
5697
5603
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5698
5604
"option 'secure_auth' enabled)"
5701
#: libdrizzleclient/errmsg.c:80
5607
#: libdrizzleclient/errmsg.cc:80
5702
5608
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5705
#: libdrizzleclient/errmsg.c:81
5611
#: libdrizzleclient/errmsg.cc:81
5706
5612
msgid "Attempt to read column without prior row fetch"
5709
#: libdrizzleclient/errmsg.c:82
5615
#: libdrizzleclient/errmsg.cc:82
5710
5616
msgid "Prepared statement contains no metadata"
5713
#: libdrizzleclient/errmsg.c:83
5619
#: libdrizzleclient/errmsg.cc:83
5715
5621
"Attempt to read a row while there is no result set associated with the "
5719
#: libdrizzleclient/errmsg.c:85
5625
#: libdrizzleclient/errmsg.cc:85
5720
5626
msgid "This feature is not implemented yet"
5723
#: libdrizzleclient/errmsg.c:86
5629
#: libdrizzleclient/errmsg.cc:86
5726
5632
"Lost connection to Drizzle server while waiting for initial communication "
5727
5633
"packet, system error: %d"
5730
#: libdrizzleclient/errmsg.c:88
5636
#: libdrizzleclient/errmsg.cc:88
5733
5639
"Lost connection to Drizzle server while reading initial communication "
5734
5640
"packet, system error: %d"
5737
#: libdrizzleclient/errmsg.c:90
5643
#: libdrizzleclient/errmsg.cc:90
5740
5646
"Lost connection to Drizzle server while sending authentication information, "
5741
5647
"system error: %d"
5744
#: libdrizzleclient/errmsg.c:92
5650
#: libdrizzleclient/errmsg.cc:92
5747
5653
"Lost connection to Drizzle server while reading authorization information, "
5748
5654
"system error: %d"
5751
#: libdrizzleclient/errmsg.c:94
5657
#: libdrizzleclient/errmsg.cc:94
5754
5660
"Lost connection to Drizzle server while setting initial database, system "
5758
#: libdrizzleclient/errmsg.c:96
5664
#: libdrizzleclient/errmsg.cc:96
5760
5666
msgid "Statement closed indirectly because of a preceding %s() call"
5763
#: libdrizzleclient/local_infile.c:190 mysys/errors.cc:52
5765
msgid "File '%s' not found (Errcode: %d)"
5768
#: libdrizzleclient/local_infile.c:221 mysys/errors.cc:26
5770
msgid "Error reading file '%s' (Errcode: %d)"
5773
5669
#: mysys/errors.cc:25
5775
5671
msgid "Can't create/write to file '%s' (Errcode: %d)"
5674
#: mysys/errors.cc:26
5676
msgid "Error reading file '%s' (Errcode: %d)"
5778
5679
#: mysys/errors.cc:27
5780
5681
msgid "Error writing file '%s' (Errcode: %d)"
5981
5887
msgid "(Disabled)\n"
5984
#: plugin/errmsg_stderr/errmsg_stderr.cc:74
5890
#: plugin/errmsg_stderr/errmsg_stderr.cc:77
5985
5891
msgid "Error Messages to stderr"
5894
#: plugin/logging_gearman/logging_gearman.cc:262
5896
msgid "fail gearman_client_create(): %s"
5899
#: plugin/logging_gearman/logging_gearman.cc:272
5901
msgid "fail gearman_client_add_server(): %s"
5904
#: plugin/logging_gearman/logging_gearman.cc:297
5905
msgid "Enable logging to a gearman server"
5908
#: plugin/logging_gearman/logging_gearman.cc:306
5909
msgid "Hostname for logging to a Gearman server"
5912
#: plugin/logging_gearman/logging_gearman.cc:323
5913
msgid "Log queries to a Gearman server"
5988
5916
#: plugin/logging_query/logging_query.cc:275
5990
5918
msgid "fail open() fn=%s er=%s\n"
5993
#: plugin/logging_query/logging_query.cc:315
5921
#: plugin/logging_query/logging_query.cc:313
5994
5922
msgid "Enable logging to CSV file"
5997
#: plugin/logging_query/logging_query.cc:324
5925
#: plugin/logging_query/logging_query.cc:322
5998
5926
msgid "File to log to"
6001
#: plugin/logging_query/logging_query.cc:333
6002
#: plugin/logging_syslog/logging_syslog.cc:247
5929
#: plugin/logging_query/logging_query.cc:331
5930
#: plugin/logging_syslog/logging_syslog.cc:246
6003
5931
msgid "Threshold for logging slow queries, in microseconds"
6006
#: plugin/logging_query/logging_query.cc:345
6007
#: plugin/logging_syslog/logging_syslog.cc:259
5934
#: plugin/logging_query/logging_query.cc:343
5935
#: plugin/logging_syslog/logging_syslog.cc:258
6008
5936
msgid "Threshold for logging big queries, for rows returned"
6011
#: plugin/logging_query/logging_query.cc:357
6012
#: plugin/logging_syslog/logging_syslog.cc:271
5939
#: plugin/logging_query/logging_query.cc:355
5940
#: plugin/logging_syslog/logging_syslog.cc:270
6013
5941
msgid "Threshold for logging big queries, for rows examined"
6016
#: plugin/logging_query/logging_query.cc:380
5944
#: plugin/logging_query/logging_query.cc:378
6017
5945
msgid "Log queries to a CSV file"
6020
#: plugin/logging_syslog/logging_syslog.cc:166
5948
#: plugin/logging_syslog/logging_syslog.cc:167
6022
5950
msgid "syslog facility \"%s\" not known, using \"local0\""
6025
#: plugin/logging_syslog/logging_syslog.cc:183
5953
#: plugin/logging_syslog/logging_syslog.cc:184
6027
5955
msgid "syslog priority \"%s\" not known, using \"info\""
6030
#: plugin/logging_syslog/logging_syslog.cc:211
5958
#: plugin/logging_syslog/logging_syslog.cc:210
6031
5959
msgid "Enable logging"
6034
#: plugin/logging_syslog/logging_syslog.cc:220
5962
#: plugin/logging_syslog/logging_syslog.cc:219
6035
5963
msgid "Syslog Ident"
6038
#: plugin/logging_syslog/logging_syslog.cc:229
5966
#: plugin/logging_syslog/logging_syslog.cc:228
6039
5967
msgid "Syslog Facility"
6042
#: plugin/logging_syslog/logging_syslog.cc:238
5970
#: plugin/logging_syslog/logging_syslog.cc:237
6043
5971
msgid "Syslog Priority"
6046
#: plugin/logging_syslog/logging_syslog.cc:296
5974
#: plugin/logging_syslog/logging_syslog.cc:295
6047
5975
msgid "Log to syslog"
6050
#: plugin/multi_thread/multi_thread.cc:83
5978
#: plugin/multi_thread/multi_thread.cc:120
6051
5979
msgid "Maximum number of user threads available."
6054
#: plugin/pool_of_threads/pool_of_threads.cc:110
5982
#: plugin/pool_of_threads/pool_of_threads.cc:205
5983
msgid "event_add error in libevent_add_session_callback\n"
5986
#: plugin/pool_of_threads/pool_of_threads.cc:347
6055
5987
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6058
#: plugin/pool_of_threads/pool_of_threads.cc:116
5990
#: plugin/pool_of_threads/pool_of_threads.cc:354
6059
5991
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6062
#: plugin/pool_of_threads/pool_of_threads.cc:128
5994
#: plugin/pool_of_threads/pool_of_threads.cc:366
6063
5995
msgid "session_add_event event_add error in libevent_init\n"
6066
#: plugin/pool_of_threads/pool_of_threads.cc:144
5998
#: plugin/pool_of_threads/pool_of_threads.cc:380
6068
6000
msgid "Can't create completion port thread (error %d)"
6071
#: plugin/pool_of_threads/pool_of_threads.cc:263
6072
msgid "event_add error in libevent_add_session_callback\n"
6075
#: plugin/pool_of_threads/pool_of_threads.cc:377
6003
#: plugin/pool_of_threads/pool_of_threads.cc:443
6076
6004
msgid "libevent_thread_proc: my_thread_init() failed\n"
6079
#: plugin/pool_of_threads/pool_of_threads.cc:572
6007
#: plugin/pool_of_threads/pool_of_threads.cc:629
6080
6008
msgid "Size of Pool."
6083
#: plugin/replicator/replicator.cc:249
6011
#: plugin/protobuf_replicator/protobuf_replicator.cc:259
6084
6012
msgid "Enable Replicator"
6087
#: plugin/replicator/replicator.cc:258
6015
#: plugin/protobuf_replicator/protobuf_replicator.cc:268
6088
6016
msgid "Directory to place replication logs."
6091
#: plugin/signal_handler/signal_handler.cc:223
6019
#: plugin/signal_handler/signal_handler.cc:225
6093
6021
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6096
#: storage/myisam/ha_myisam.cc:457
6024
#: storage/myisam/ha_myisam.cc:468
6098
6026
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6101
#: storage/myisam/ha_myisam.cc:461
6029
#: storage/myisam/ha_myisam.cc:472
6103
6031
msgid "Got an error from unknown thread, %s:%d"
6106
#: storage/myisam/ha_myisam.cc:466
6034
#: storage/myisam/ha_myisam.cc:478
6107
6035
msgid "Unknown thread accessing table"
6110
#: storage/myisam/ha_myisam.cc:1872
6038
#: storage/myisam/ha_myisam.cc:1889
6111
6039
msgid "Block size to be used for MyISAM index pages."
6114
#: storage/myisam/ha_myisam.cc:1878
6042
#: storage/myisam/ha_myisam.cc:1895
6116
6044
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6117
6045
"disables parallel repair."
6120
#: storage/myisam/ha_myisam.cc:1884
6048
#: storage/myisam/ha_myisam.cc:1901
6122
6050
"Don't use the fast sort index method to created index if the temporary file "
6123
6051
"would get bigger than this."
6126
#: storage/myisam/ha_myisam.cc:1889
6054
#: storage/myisam/ha_myisam.cc:1906
6128
6056
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6129
6057
"when creating indexes with CREATE INDEX or ALTER TABLE."
6132
#: storage/myisam/ha_myisam.cc:1895
6060
#: storage/myisam/ha_myisam.cc:1912
6133
6061
msgid "Default pointer size to be used for MyISAM tables."
6136
#: storage/myisam/my_handler_errors.c:34
6064
#: storage/myisam/my_handler_errors.cc:34
6137
6065
msgid "Didn't find key on read or update"
6140
#: storage/myisam/my_handler_errors.c:36
6068
#: storage/myisam/my_handler_errors.cc:36
6141
6069
msgid "Duplicate key on write or update"
6144
#: storage/myisam/my_handler_errors.c:38
6072
#: storage/myisam/my_handler_errors.cc:38
6145
6073
msgid "Internal (unspecified) error in handler"
6148
#: storage/myisam/my_handler_errors.c:40
6076
#: storage/myisam/my_handler_errors.cc:40
6150
6078
"Someone has changed the row since it was read (while the table was locked to "
6154
#: storage/myisam/my_handler_errors.c:43
6082
#: storage/myisam/my_handler_errors.cc:43
6155
6083
msgid "Wrong index given to function"
6158
#: storage/myisam/my_handler_errors.c:45
6086
#: storage/myisam/my_handler_errors.cc:45
6159
6087
msgid "Undefined handler error 125"
6162
#: storage/myisam/my_handler_errors.c:47
6090
#: storage/myisam/my_handler_errors.cc:47
6163
6091
msgid "Index file is crashed"
6166
#: storage/myisam/my_handler_errors.c:49
6094
#: storage/myisam/my_handler_errors.cc:49
6167
6095
msgid "Record file is crashed"
6170
#: storage/myisam/my_handler_errors.c:51
6098
#: storage/myisam/my_handler_errors.cc:51
6171
6099
msgid "Out of memory in engine"
6174
#: storage/myisam/my_handler_errors.c:53
6102
#: storage/myisam/my_handler_errors.cc:53
6175
6103
msgid "Undefined handler error 129"
6178
#: storage/myisam/my_handler_errors.c:55
6106
#: storage/myisam/my_handler_errors.cc:55
6179
6107
msgid "Incorrect file format"
6182
#: storage/myisam/my_handler_errors.c:57
6110
#: storage/myisam/my_handler_errors.cc:57
6183
6111
msgid "Command not supported by database"
6186
#: storage/myisam/my_handler_errors.c:59
6114
#: storage/myisam/my_handler_errors.cc:59
6187
6115
msgid "Old database file"
6190
#: storage/myisam/my_handler_errors.c:61
6118
#: storage/myisam/my_handler_errors.cc:61
6191
6119
msgid "No record read before update"
6194
#: storage/myisam/my_handler_errors.c:63
6122
#: storage/myisam/my_handler_errors.cc:63
6195
6123
msgid "Record was already deleted (or record file crashed)"
6198
#: storage/myisam/my_handler_errors.c:65
6126
#: storage/myisam/my_handler_errors.cc:65
6199
6127
msgid "No more room in record file"
6202
#: storage/myisam/my_handler_errors.c:67
6130
#: storage/myisam/my_handler_errors.cc:67
6203
6131
msgid "No more room in index file"
6206
#: storage/myisam/my_handler_errors.c:69
6134
#: storage/myisam/my_handler_errors.cc:69
6207
6135
msgid "No more records (read after end of file)"
6210
#: storage/myisam/my_handler_errors.c:71
6138
#: storage/myisam/my_handler_errors.cc:71
6211
6139
msgid "Unsupported extension used for table"
6214
#: storage/myisam/my_handler_errors.c:73
6142
#: storage/myisam/my_handler_errors.cc:73
6215
6143
msgid "Too big row"
6218
#: storage/myisam/my_handler_errors.c:75
6146
#: storage/myisam/my_handler_errors.cc:75
6219
6147
msgid "Wrong create options"
6222
#: storage/myisam/my_handler_errors.c:77
6150
#: storage/myisam/my_handler_errors.cc:77
6223
6151
msgid "Duplicate unique key or constraint on write or update"
6226
#: storage/myisam/my_handler_errors.c:79
6154
#: storage/myisam/my_handler_errors.cc:79
6227
6155
msgid "Unknown character set used in table"
6230
#: storage/myisam/my_handler_errors.c:81
6158
#: storage/myisam/my_handler_errors.cc:81
6231
6159
msgid "Conflicting table definitions in sub-tables of MERGE table"
6234
#: storage/myisam/my_handler_errors.c:83
6162
#: storage/myisam/my_handler_errors.cc:83
6235
6163
msgid "Table is crashed and last repair failed"
6238
#: storage/myisam/my_handler_errors.c:85
6166
#: storage/myisam/my_handler_errors.cc:85
6239
6167
msgid "Table was marked as crashed and should be repaired"
6242
#: storage/myisam/my_handler_errors.c:87
6170
#: storage/myisam/my_handler_errors.cc:87
6243
6171
msgid "Lock timed out; Retry transaction"
6246
#: storage/myisam/my_handler_errors.c:89
6174
#: storage/myisam/my_handler_errors.cc:89
6247
6175
msgid "Lock table is full; Restart program with a larger locktable"
6250
#: storage/myisam/my_handler_errors.c:91
6178
#: storage/myisam/my_handler_errors.cc:91
6251
6179
msgid "Updates are not allowed under a read only transactions"
6254
#: storage/myisam/my_handler_errors.c:93
6182
#: storage/myisam/my_handler_errors.cc:93
6255
6183
msgid "Lock deadlock; Retry transaction"
6258
#: storage/myisam/my_handler_errors.c:95
6186
#: storage/myisam/my_handler_errors.cc:95
6259
6187
msgid "Foreign key constraint is incorrectly formed"
6262
#: storage/myisam/my_handler_errors.c:97
6190
#: storage/myisam/my_handler_errors.cc:97
6263
6191
msgid "Cannot add a child row"
6266
#: storage/myisam/my_handler_errors.c:99
6194
#: storage/myisam/my_handler_errors.cc:99
6267
6195
msgid "Cannot delete a parent row"
6270
#: storage/myisam/my_handler_errors.c:101
6198
#: storage/myisam/my_handler_errors.cc:101
6271
6199
msgid "No savepoint with that name"
6274
#: storage/myisam/my_handler_errors.c:103
6202
#: storage/myisam/my_handler_errors.cc:103
6275
6203
msgid "Non unique key block size"
6278
#: storage/myisam/my_handler_errors.c:105
6206
#: storage/myisam/my_handler_errors.cc:105
6279
6207
msgid "The table does not exist in engine"
6282
#: storage/myisam/my_handler_errors.c:107
6210
#: storage/myisam/my_handler_errors.cc:107
6283
6211
msgid "The table already existed in storage engine"
6286
#: storage/myisam/my_handler_errors.c:109
6214
#: storage/myisam/my_handler_errors.cc:109
6287
6215
msgid "Could not connect to storage engine"
6290
#: storage/myisam/my_handler_errors.c:111
6218
#: storage/myisam/my_handler_errors.cc:111
6291
6219
msgid "Unexpected null pointer found when using spatial index"
6294
#: storage/myisam/my_handler_errors.c:113
6222
#: storage/myisam/my_handler_errors.cc:113
6295
6223
msgid "The table changed in storage engine"
6298
#: storage/myisam/my_handler_errors.c:115
6226
#: storage/myisam/my_handler_errors.cc:115
6299
6227
msgid "There's no partition in table for the given value"
6302
#: storage/myisam/my_handler_errors.c:117
6230
#: storage/myisam/my_handler_errors.cc:117
6303
6231
msgid "Row-based binlogging of row failed"
6306
#: storage/myisam/my_handler_errors.c:119
6234
#: storage/myisam/my_handler_errors.cc:119
6307
6235
msgid "Index needed in foreign key constraint"
6310
#: storage/myisam/my_handler_errors.c:121
6238
#: storage/myisam/my_handler_errors.cc:121
6311
6239
msgid "Upholding foreign key constraints would lead to a duplicate key error"
6314
#: storage/myisam/my_handler_errors.c:123
6242
#: storage/myisam/my_handler_errors.cc:123
6315
6243
msgid "Table needs to be upgraded before it can be used"
6318
#: storage/myisam/my_handler_errors.c:125
6246
#: storage/myisam/my_handler_errors.cc:125
6319
6247
msgid "Table is read only"
6322
#: storage/myisam/my_handler_errors.c:127
6250
#: storage/myisam/my_handler_errors.cc:127
6323
6251
msgid "Failed to get next auto increment value"
6326
#: storage/myisam/my_handler_errors.c:129
6254
#: storage/myisam/my_handler_errors.cc:129
6327
6255
msgid "Failed to set row auto increment value"
6330
#: storage/myisam/my_handler_errors.c:131
6258
#: storage/myisam/my_handler_errors.cc:131
6331
6259
msgid "Unknown (generic) error from engine"
6332
6260
msgstr "引擎产生未知(一般)错误。"
6334
#: storage/myisam/my_handler_errors.c:133
6262
#: storage/myisam/my_handler_errors.cc:133
6335
6263
msgid "Record is the same"
6338
#: storage/myisam/my_handler_errors.c:135
6266
#: storage/myisam/my_handler_errors.cc:135
6339
6267
msgid "It is not possible to log this statement"
6342
#: storage/myisam/my_handler_errors.c:137
6270
#: storage/myisam/my_handler_errors.cc:137
6343
6271
msgid "Tablespace exists"
6346
#: storage/myisam/my_handler_errors.c:139
6274
#: storage/myisam/my_handler_errors.cc:139
6347
6275
msgid "The event was corrupt, leading to illegal data being read"
6350
#: storage/myisam/my_handler_errors.c:141
6278
#: storage/myisam/my_handler_errors.cc:141
6351
6279
msgid "The table is of a new format not supported by this version"
6354
#: storage/myisam/my_handler_errors.c:143
6282
#: storage/myisam/my_handler_errors.cc:143
6355
6283
msgid "The event could not be processed no other handler error happened"
6358
#: storage/myisam/my_handler_errors.c:145
6286
#: storage/myisam/my_handler_errors.cc:145
6359
6287
msgid "Got a fatal error during initialzation of handler"
6362
#: storage/myisam/my_handler_errors.c:147
6290
#: storage/myisam/my_handler_errors.cc:147
6363
6291
msgid "File to short; Expected more data in file"
6366
#: storage/myisam/my_handler_errors.c:149
6294
#: storage/myisam/my_handler_errors.cc:149
6367
6295
msgid "Read page with wrong checksum"
6370
#: storage/myisam/my_handler_errors.c:151
6298
#: storage/myisam/my_handler_errors.cc:151
6371
6299
msgid "Lock or active transaction"
6372
6300
msgstr "锁定或激活事务"
6374
#: storage/myisam/my_handler_errors.c:153
6302
#: storage/myisam/my_handler_errors.cc:153
6375
6303
msgid "No such table space"
6376
6304
msgstr "分配表空间错误"
6378
#: storage/myisam/my_handler_errors.c:155
6306
#: storage/myisam/my_handler_errors.cc:155
6379
6307
msgid "Tablespace not empty"