340
#: ../client/drizzle.cc:1360
341
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
344
#: ../client/drizzle.cc:1362
313
#: client/drizzle.cc:1351
315
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
316
"option deprecated; use --disable-pager instead."
319
#: client/drizzle.cc:1354 client/drizzleadmin.cc:78
321
"Password to use when connecting to server. If password is not given it's "
322
"asked from the tty."
325
#: client/drizzle.cc:1356
327
"Port number to use for connection or 0 for default to, in order of "
328
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
331
#: client/drizzle.cc:1357
332
msgid "built-in default"
335
#: client/drizzle.cc:1360
345
336
msgid "Set the drizzle prompt to this value."
348
#: ../client/drizzle.cc:1364
339
#: client/drizzle.cc:1363
340
msgid "The protocol of connection (tcp,socket,pipe,memory)."
343
#: client/drizzle.cc:1366
350
345
"Don't cache result, print it row by row. This may slow down the server if "
351
346
"the output is suspended. Doesn't use history file."
354
#: ../client/drizzle.cc:1366
349
#: client/drizzle.cc:1368
355
350
msgid "Write fields without conversion. Used with --batch."
358
#: ../client/drizzle.cc:1368
353
#: client/drizzle.cc:1371
360
355
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
361
356
"option is enabled by default."
364
#: ../client/drizzle.cc:1370
365
msgid "Shutdown the server"
368
#: ../client/drizzle.cc:1371
359
#: client/drizzle.cc:1373
370
361
"Be more silent. Print results with a tab as separator, each row on new line."
373
#: ../client/drizzle.cc:1373
364
#: client/drizzle.cc:1375
365
msgid "Socket file to use for connection."
368
#: client/drizzle.cc:1378
369
msgid "Output in table format."
372
#: client/drizzle.cc:1381
375
374
"Append everything into outfile. See interactive help (\\h) also. Does not "
376
375
"work in batch mode. Disable with --disable-tee. This option is disabled by "
380
#: ../client/drizzle.cc:1375
381
msgid "Disable outfile. See interactive help (\\h) also."
384
#: ../client/drizzle.cc:1376
379
#: client/drizzle.cc:1383
381
"Disable outfile. See interactive help (\\h) also. WARNING: option "
382
"deprecated; use --disable-tee instead"
385
#: client/drizzle.cc:1386 client/drizzleadmin.cc:88
386
msgid "User for login if not current user."
389
#: client/drizzle.cc:1389
390
msgid "Only allow UPDATE and DELETE that uses keys."
393
#: client/drizzle.cc:1392
394
msgid "Synonym for option --safe-updates, -U."
397
#: client/drizzle.cc:1395
398
msgid "Write more. (-v -v -v gives the table output format)."
401
#: client/drizzle.cc:1397 client/drizzleadmin.cc:93 drizzled/drizzled.cc:3471
402
msgid "Output version information and exit."
405
#: client/drizzle.cc:1399 client/drizzleadmin.cc:95
385
406
msgid "Wait and retry if connection is down."
388
#: ../client/drizzle.cc:1378
409
#: client/drizzle.cc:1402
389
410
msgid "Number of seconds before connection timeout."
392
#: ../client/drizzle.cc:1380
393
msgid "Max length of input line"
396
#: ../client/drizzle.cc:1382
413
#: client/drizzle.cc:1407
414
msgid "Max packet length to send to, or receive from server"
417
#: client/drizzle.cc:1412
418
msgid "Buffer for TCP/IP and socket communication"
421
#: client/drizzle.cc:1416
397
422
msgid "Automatic limit for SELECT when using --safe-updates"
400
#: ../client/drizzle.cc:1384
425
#: client/drizzle.cc:1421
401
426
msgid "Automatic limit for rows in a join when using --safe-updates"
404
#: ../client/drizzle.cc:1387 ../client/drizzledump.cc:2499
405
msgid "Options specific to the client"
408
#: ../client/drizzle.cc:1390
410
msgid "Connect to host"
413
#: ../client/drizzle.cc:1392
415
"Password to use when connecting to server. If password is not given it's "
416
"asked from the tty."
419
#: ../client/drizzle.cc:1394
421
"Port number to use for connection or 0 for default to, in order of "
422
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
425
#: ../client/drizzle.cc:1396 ../client/drizzledump.cc:2508
426
msgid "User for login if not current user."
429
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:2510
430
msgid "The protocol of connection (mysql or drizzle)."
433
#: ../client/drizzle.cc:1401 ../client/drizzledump.cc:2522
434
msgid "Allowed Options"
437
#: ../client/drizzle.cc:1448 ../client/drizzle.cc:1455
439
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
440
msgstr "建造初步提示時記憶分配錯誤。中止中。\n"
442
#: ../client/drizzle.cc:1506 ../client/drizzle.cc:3789
429
#: client/drizzle.cc:1425
430
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
433
#: client/drizzle.cc:1438
435
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
438
#: client/drizzle.cc:1445
441
"Copyright (C) 2000-2008 MySQL AB\n"
442
" This software comes with ABSOLUTELY NO "
443
"WARRANTY. This is free software,\n"
444
" and you are welcome to modify and redistribute it under the GPL license\n"
447
#: client/drizzle.cc:1449
449
msgid "Usage: %s [OPTIONS] [database]\n"
450
msgstr "使用方式: %s [OPTIONS] [database]\n"
452
#: client/drizzle.cc:1482
443
453
msgid "DELIMITER cannot contain a backslash character"
446
#: ../client/drizzle.cc:1585 ../client/drizzledump.cc:2600
447
#: ../client/drizzleimport.cc:460 ../client/drizzleslap.cc:1006
448
#: ../client/drizzletest.cc:5599
449
msgid "Error: Unknown protocol"
452
#: ../client/drizzle.cc:1599
454
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
457
#: ../client/drizzle.cc:1645 ../client/drizzle.cc:4035
459
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
462
#: ../client/drizzle.cc:1651
465
"Copyright (C) 2008 Sun Microsystems\n"
466
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
467
"and you are welcome to modify and redistribute it under the GPL license\n"
470
#: ../client/drizzle.cc:1656
472
msgid "Usage: drizzle [OPTIONS] [database]\n"
473
msgstr "使用方式: %s [OPTIONS] [database]\n"
475
#: ../client/drizzle.cc:1710
477
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
478
msgstr "歡迎來到Drizzle客戶端。指令以 ; 或 \\g 結束。"
480
#: ../client/drizzle.cc:1719
483
"Your Drizzle connection id is %u\n"
484
"Connection protocol: %s\n"
485
"Server version: %s\n"
487
"您的Drizzle連接身份是%u。\n"
490
#: ../client/drizzle.cc:1753
492
msgid "Reading history-file %s\n"
493
msgstr "提取歷史-檔案 %s。\n"
495
#: ../client/drizzle.cc:1757
497
msgid "Couldn't allocate memory for temp histfile!\n"
498
msgstr "不能分配記憶給歷史檔案暫存。\n"
500
#: ../client/drizzle.cc:1764
501
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
504
#: ../client/drizzle.cc:1774
508
#: ../client/drizzle.cc:1787
510
msgid "Writing history-file %s\n"
511
msgstr "寫入歷史-檔案 %s中。\n"
513
#: ../client/drizzle.cc:1795
517
#: ../client/drizzle.cc:1795
521
#: ../client/drizzle.cc:1847
522
msgid "Query aborted by Ctrl+C\n"
523
msgstr "查詢因Ctrl+C而終止\n"
525
#: ../client/drizzle.cc:1931
527
msgid "Processing line: %<PRIu32>\n"
530
#: ../client/drizzle.cc:2149
531
msgid "Unknown command: "
534
#: ../client/drizzle.cc:2563
456
#: client/drizzle.cc:1503
458
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
461
#: client/drizzle.cc:1526
463
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
466
#: client/drizzle.cc:1530
468
msgid "WARNING: --server-arg option not supported in this configuration.\n"
471
#: client/drizzle.cc:1898
473
msgid "Unknown command '\\%c'."
476
#: client/drizzle.cc:2325
536
478
"Reading table information for completion of table and column names\n"
537
"You can turn off this feature to get a quicker startup with -A\n"
479
" You can turn off this feature to get a quicker startup with -A\n"
541
#: ../client/drizzle.cc:2629
483
#: client/drizzle.cc:2422
542
484
msgid "No connection. Trying to reconnect..."
545
#: ../client/drizzle.cc:2635
487
#: client/drizzle.cc:2428
546
488
msgid "Can't connect to the server\n"
547
489
msgstr "不能連接伺服器\n"
549
#: ../client/drizzle.cc:2719
491
#: client/drizzle.cc:2485
495
#: client/drizzle.cc:2485
499
#: client/drizzle.cc:2540
504
#: client/drizzle.cc:2541
513
#: client/drizzle.cc:2543
522
#: client/drizzle.cc:2556
523
msgid "Many help items for your request exist."
526
#: client/drizzle.cc:2557
528
"To make a more specific request, please type 'help <item>',\n"
529
"where <item> is one of the following"
532
#: client/drizzle.cc:2563
534
msgid "You asked for help about help category: '%s'\n"
537
#: client/drizzle.cc:2564
539
"For more information, type 'help <item>', where <item> is one of the "
543
#: client/drizzle.cc:2577
549
#: client/drizzle.cc:2578
550
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
553
#: client/drizzle.cc:2600
550
554
msgid "List of all Drizzle commands:"
551
555
msgstr "所有Drizzle的指令:"
553
#: ../client/drizzle.cc:2723
557
#: client/drizzle.cc:2602
558
msgid "Note that all text commands must be first on line and end with ';'"
561
#: client/drizzle.cc:2613
556
"Note that all text commands must be first on line and end with '%s' or \\g"
564
"For server side help, type 'help contents'\n"
559
#: ../client/drizzle.cc:2781
567
#: client/drizzle.cc:2656
560
568
msgid "No query specified\n"
563
#: ../client/drizzle.cc:2796
571
#: client/drizzle.cc:2671
564
572
msgid "Ignoring query to other database"
567
#: ../client/drizzle.cc:2846
575
#: client/drizzle.cc:2720
568
576
msgid "Empty set"
571
#: ../client/drizzle.cc:2859
579
#: client/drizzle.cc:2733
573
581
msgid "%ld row in set"
574
582
msgid_plural "%ld rows in set"
578
#: ../client/drizzle.cc:2868
586
#: client/drizzle.cc:2742
582
#: ../client/drizzle.cc:2870
590
#: client/drizzle.cc:2744
584
592
msgid "Query OK, %ld row affected"
585
593
msgid_plural "Query OK, %ld rows affected"
586
594
msgstr[0] "成功執行, %ld 筆記錄受到影響"
588
#: ../client/drizzle.cc:2942
589
msgid "popen() failed! defaulting PAGER to stdout!\n"
592
#: ../client/drizzle.cc:2964
594
msgid "Error logging to file '%s'\n"
597
#: ../client/drizzle.cc:2969
599
msgid "Logging to file '%s'\n"
600
msgstr "提取歷史-檔案 %s。\n"
602
#: ../client/drizzle.cc:3053
611
"Collation: %s (%u)\n"
619
#: ../client/drizzle.cc:3520
621
msgid "No previous outfile available, you must give a filename!\n"
624
#: ../client/drizzle.cc:3525
626
msgid "Currently logging to file '%s'\n"
629
#: ../client/drizzle.cc:3545
631
msgid "No outfile specified!\n"
634
#: ../client/drizzle.cc:3558
635
msgid "Outfile disabled.\n"
638
#: ../client/drizzle.cc:3585
639
msgid "Default pager wasn't set, using stdout.\n"
642
#: ../client/drizzle.cc:3605
644
msgid "PAGER set to '%s'\n"
647
#: ../client/drizzle.cc:3616
648
msgid "PAGER set to stdout\n"
651
#: ../client/drizzle.cc:3699
653
msgid "Connection id: %u"
656
#: ../client/drizzle.cc:3701
658
msgid "Current database: %.128s\n"
661
#: ../client/drizzle.cc:3702
666
#: ../client/drizzle.cc:3722
667
msgid "Usage: \\. <filename> | source <filename>"
670
#: ../client/drizzle.cc:3737
672
msgid "Failed to open file '%s', error: %d"
596
#: client/drizzleadmin.cc:80 drizzled/drizzled.cc:3279
598
"Port number to use for connection or 0 for default to, in order of "
599
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
602
#: client/drizzleadmin.cc:85
603
msgid "Silently exit if one can't connect to server."
606
#: client/drizzleadmin.cc:91
607
msgid "Write more information."
610
#: client/drizzleadmin.cc:256
613
"connect to server at '%s' failed\n"
617
#: client/drizzleadmin.cc:262
619
msgid "Check that drizzled is running on %s"
622
#: client/drizzleadmin.cc:263
624
msgid " and that the port is %d.\n"
627
#: client/drizzleadmin.cc:265
629
msgid "You can check this by doing 'telnet %s %d'\n"
632
#: client/drizzleadmin.cc:276
634
msgid "Got error: %s\n"
637
#: client/drizzleadmin.cc:283
638
msgid "Waiting for Drizzle server to answer"
639
msgstr "正等候Drizzle伺服器回應"
641
#: client/drizzleadmin.cc:316
643
msgid "shutting down drizzled...\n"
644
msgstr "正在停止drizzled...\n"
646
#: client/drizzleadmin.cc:320
648
msgid "shutdown failed; error: '%s'"
651
#: client/drizzleadmin.cc:327
656
#: client/drizzleadmin.cc:337
657
msgid "drizzled is alive"
658
msgstr "drizzled 運行中"
660
#: client/drizzleadmin.cc:345
661
msgid "connection was down, but drizzled is now alive"
664
#: client/drizzleadmin.cc:349
666
msgid "drizzled doesn't answer to ping, error: '%s'"
669
#: client/drizzleadmin.cc:358
671
msgid "Unknown command: '%-.60s'"
672
msgstr "不明白的指令: '%-.60s'"
674
#: client/drizzleadmin.cc:367
676
msgid "%s Ver %s Distrib %s, for %s on %s\n"
679
#: client/drizzleadmin.cc:374
680
msgid "Copyright (C) 2000-2008 MySQL AB"
681
msgstr "版權所有(C) 2000-2008 MySQL AB"
683
#: client/drizzleadmin.cc:375
685
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
686
"and you are welcome to modify and redistribute it under the GPL license\n"
689
#: client/drizzleadmin.cc:376
690
msgid "Administration program for the drizzled daemon."
693
#: client/drizzleadmin.cc:377
695
msgid "Usage: %s [OPTIONS] command command....\n"
698
#: client/drizzleadmin.cc:379
700
" ping Check if server is down\n"
701
" shutdown Take server down\n"
704
#: libdrizzle/errmsg.c:27
706
msgid "Unknown Drizzle error"
709
#: libdrizzle/errmsg.c:28
711
msgid "Can't create UNIX socket (%d)"
712
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
714
#: libdrizzle/errmsg.c:29
716
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
719
#: libdrizzle/errmsg.c:30
721
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
724
#: libdrizzle/errmsg.c:31
726
msgid "Can't create TCP/IP socket (%d)"
729
#: libdrizzle/errmsg.c:32
731
msgid "Unknown Drizzle server host '%-.100s' (%d)"
732
msgstr "不明白的指令: '%-.60s'"
734
#: libdrizzle/errmsg.c:33
735
msgid "Drizzle server has gone away"
738
#: libdrizzle/errmsg.c:34
740
msgid "Protocol mismatch; server version = %d, client version = %d"
743
#: libdrizzle/errmsg.c:35
744
msgid "Drizzle client ran out of memory"
747
#: libdrizzle/errmsg.c:36
748
msgid "Wrong host info"
751
#: libdrizzle/errmsg.c:37
752
msgid "Localhost via UNIX socket"
755
#: libdrizzle/errmsg.c:38
757
msgid "%-.100s via TCP/IP"
760
#: libdrizzle/errmsg.c:39
761
msgid "Error in server handshake"
764
#: libdrizzle/errmsg.c:40
765
msgid "Lost connection to Drizzle server during query"
768
#: libdrizzle/errmsg.c:41
769
msgid "Commands out of sync; you can't run this command now"
772
#: libdrizzle/errmsg.c:42
774
msgid "Named pipe: %-.32s"
777
#: libdrizzle/errmsg.c:43
779
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
782
#: libdrizzle/errmsg.c:44
784
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
787
#: libdrizzle/errmsg.c:45
789
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
792
#: libdrizzle/errmsg.c:46
794
msgid "Can't initialize character set %-.32s (path: %-.100s)"
797
#: libdrizzle/errmsg.c:47
798
msgid "Got packet bigger than 'max_allowed_packet' bytes"
801
#: libdrizzle/errmsg.c:48
802
msgid "Embedded server"
805
#: libdrizzle/errmsg.c:49
806
msgid "Error on SHOW SLAVE STATUS:"
809
#: libdrizzle/errmsg.c:50
810
msgid "Error on SHOW SLAVE HOSTS:"
813
#: libdrizzle/errmsg.c:51
814
msgid "Error connecting to slave:"
817
#: libdrizzle/errmsg.c:52
818
msgid "Error connecting to master:"
821
#: libdrizzle/errmsg.c:53
823
msgid "SSL connection error"
826
#: libdrizzle/errmsg.c:54
827
msgid "Malformed packet"
830
#: libdrizzle/errmsg.c:55 libdrizzle/errmsg.c:66 libdrizzle/errmsg.c:67
831
#: libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69 libdrizzle/errmsg.c:70
832
#: libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72 libdrizzle/errmsg.c:73
833
#: libdrizzle/errmsg.c:74
834
msgid "(unused error message)"
837
#: libdrizzle/errmsg.c:56
838
msgid "Invalid use of null pointer"
841
#: libdrizzle/errmsg.c:57
842
msgid "Statement not prepared"
845
#: libdrizzle/errmsg.c:58
846
msgid "No data supplied for parameters in prepared statement"
849
#: libdrizzle/errmsg.c:59
850
msgid "Data truncated"
853
#: libdrizzle/errmsg.c:60
854
msgid "No parameters exist in the statement"
857
#: libdrizzle/errmsg.c:61
858
msgid "Invalid parameter number"
861
#: libdrizzle/errmsg.c:62
864
"Can't send long data for non-string/non-binary data types (parameter: %d)"
867
#: libdrizzle/errmsg.c:64
869
msgid "Using unsupported buffer type: %d (parameter: %d)"
872
#: libdrizzle/errmsg.c:65
874
msgid "Shared memory: %-.100s"
877
#: libdrizzle/errmsg.c:75
878
msgid "Wrong or unknown protocol"
881
#: libdrizzle/errmsg.c:76
883
msgid "Invalid connection handle"
886
#: libdrizzle/errmsg.c:77
888
"Connection using old (pre-4.1.1) authentication protocol refused (client "
889
"option 'secure_auth' enabled)"
892
#: libdrizzle/errmsg.c:79
893
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
896
#: libdrizzle/errmsg.c:80
897
msgid "Attempt to read column without prior row fetch"
900
#: libdrizzle/errmsg.c:81
901
msgid "Prepared statement contains no metadata"
904
#: libdrizzle/errmsg.c:82
906
"Attempt to read a row while there is no result set associated with the "
910
#: libdrizzle/errmsg.c:84
911
msgid "This feature is not implemented yet"
914
#: libdrizzle/errmsg.c:85
917
"Lost connection to Drizzle server while waiting for initial communication "
918
"packet, system error: %d"
921
#: libdrizzle/errmsg.c:87
924
"Lost connection to Drizzle server while reading initial communication "
925
"packet, system error: %d"
928
#: libdrizzle/errmsg.c:89
931
"Lost connection to Drizzle server while sending authentication information, "
935
#: libdrizzle/errmsg.c:91
938
"Lost connection to Drizzle server while reading authorization information, "
942
#: libdrizzle/errmsg.c:93
945
"Lost connection to Drizzle server while setting initial database, system "
949
#: libdrizzle/errmsg.c:95
951
msgid "Statement closed indirectly because of a preceeding %s() call"
954
#: libdrizzle/errmsg.c:97 drizzled/error.cc:348
955
msgid "Couldn't uncompress communication packet"
958
#: libdrizzle/errmsg.c:99 drizzled/error.cc:350
959
msgid "Got an error reading communication packets"
962
#: libdrizzle/errmsg.c:101 drizzled/error.cc:352
963
msgid "Got timeout reading communication packets"
966
#: libdrizzle/errmsg.c:103 drizzled/error.cc:354
967
msgid "Got an error writing communication packets"
970
#: libdrizzle/errmsg.c:105 drizzled/error.cc:356
971
msgid "Got timeout writing communication packets"
974
#: libdrizzle/local_infile.c:189 mysys/errors.c:52
976
msgid "File '%s' not found (Errcode: %d)"
977
msgstr "找不到檔案 '%s' (錯誤碼: %d)"
979
#: libdrizzle/local_infile.c:220 mysys/errors.c:26
981
msgid "Error reading file '%s' (Errcode: %d)"
673
982
msgstr "讀取檔案'%s'時發生錯誤 (錯誤碼: %d)"
675
#: ../client/drizzle.cc:3745
676
msgid "Can't initialize LineBuffer"
679
#: ../client/drizzle.cc:3781
680
msgid "DELIMITER must be followed by a 'delimiter' character or string"
683
#: ../client/drizzle.cc:3814
684
msgid "USE must be followed by a database name"
687
#: ../client/drizzle.cc:3882
689
msgid "Database changed"
692
#: ../client/drizzle.cc:3890
694
msgid "Show warnings enabled."
697
#: ../client/drizzle.cc:3898
699
msgid "Show warnings disabled."
702
#: ../client/drizzle.cc:4042
706
"Connection id:\t\t%lu\n"
709
#: ../client/drizzle.cc:4054
711
msgid "Current database:\t%s\n"
714
#: ../client/drizzle.cc:4055
716
msgid "Current user:\t\t%s\n"
719
#: ../client/drizzle.cc:4061
720
msgid "SSL:\t\t\tNot in use"
723
#: ../client/drizzle.cc:4066
729
#: ../client/drizzle.cc:4073
732
"All updates ignored to this database\n"
735
#: ../client/drizzle.cc:4076
737
msgid "Current pager:\t\t%s\n"
740
#: ../client/drizzle.cc:4077
742
msgid "Using outfile:\t\t'%s'\n"
745
#: ../client/drizzle.cc:4078
747
msgid "Using delimiter:\t%s\n"
750
#: ../client/drizzle.cc:4079
752
msgid "Server version:\t\t%s\n"
755
#: ../client/drizzle.cc:4080
757
msgid "Protocol:\t\t%s\n"
760
#: ../client/drizzle.cc:4081
762
msgid "Protocol version:\t%d\n"
765
#: ../client/drizzle.cc:4082
767
msgid "Connection:\t\t%s\n"
770
#: ../client/drizzle.cc:4089
772
msgid "UNIX socket:\t\t%s\n"
775
#: ../client/drizzle.cc:4091
777
msgid "TCP port:\t\t%d\n"
780
#: ../client/drizzle.cc:4096
783
"Note that you are running in safe_update_mode:\n"
786
#: ../client/drizzle.cc:4098
789
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
791
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
793
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
794
" Max number of examined row combination in a join is set to: %"
799
#: ../client/drizzle.cc:4160 ../drizzled/option.cc:339
986
msgid "Can't create/write to file '%s' (Errcode: %d)"
991
msgid "Error writing file '%s' (Errcode: %d)"
992
msgstr "寫入檔案'%s'時發生錯誤 (錯誤碼: %d)"
996
msgid "Error on close of '%s' (Errcode: %d)"
997
msgstr "刪除'%s'時發生錯誤 (錯誤碼: %d)"
1001
msgid "Out of memory (Needed %u bytes)"
1004
#: mysys/errors.c:30
1006
msgid "Error on delete of '%s' (Errcode: %d)"
1007
msgstr "刪除'%s'時發生錯誤 (錯誤碼: %d)"
1009
#: mysys/errors.c:31
1011
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1014
#: mysys/errors.c:32
1016
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1019
#: mysys/errors.c:33
1021
msgid "Can't lock file (Errcode: %d)"
1022
msgstr "不能鎖定檔案(錯誤碼: %d)"
1024
#: mysys/errors.c:34
1026
msgid "Can't unlock file (Errcode: %d)"
1027
msgstr "不能解除鎖定檔案(錯誤碼: %d)"
1029
#: mysys/errors.c:35
1031
msgid "Can't read dir of '%s' (Errcode: %d)"
1032
msgstr "不能讀取資料夾'%s' (錯誤碼: %d)"
1034
#: mysys/errors.c:36
1036
msgid "Can't get stat of '%s' (Errcode: %d)"
1039
#: mysys/errors.c:37
1041
msgid "Can't change size of file (Errcode: %d)"
1044
#: mysys/errors.c:38
1046
msgid "Can't open stream from handle (Errcode: %d)"
1049
#: mysys/errors.c:39
1051
msgid "Can't get working dirctory (Errcode: %d)"
1054
#: mysys/errors.c:40
1056
msgid "Can't change dir to '%s' (Errcode: %d)"
1059
#: mysys/errors.c:41
1061
msgid "Warning: '%s' had %d links"
1064
#: mysys/errors.c:42
1066
msgid "Warning: %d files and %d streams is left open\n"
1069
#: mysys/errors.c:43
1071
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1074
#: mysys/errors.c:44
1076
msgid "Can't create directory '%s' (Errcode: %d)"
1077
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
1079
#: mysys/errors.c:45
1082
"Character set '%s' is not a compiled character set and is not specified in "
1086
#: mysys/errors.c:46
1088
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1091
#: mysys/errors.c:47
1093
msgid "Can't read value for symlink '%s' (Error %d)"
1096
#: mysys/errors.c:48
1098
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1101
#: mysys/errors.c:49
1103
msgid "Error on realpath() on '%s' (Error %d)"
1106
#: mysys/errors.c:50
1108
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1111
#: mysys/errors.c:51
1114
"Collation '%s' is not a compiled collation and is not specified in the %s "
1118
#: mysys/errors.c:53
1120
msgid "File '%s' (fileno: %d) was not closed"
1123
#: mysys/my_error.c:86
1125
msgid "Unknown error %d"
1128
#: mysys/my_getopt.c:83
1132
#: mysys/my_getopt.c:85
1136
#: mysys/my_getopt.c:350
1138
msgid "%s: %s: Option '%s' used, but is disabled\n"
1141
#: mysys/my_getopt.c:351
1145
#: mysys/my_getopt.c:351
804
#: ../client/drizzle.cc:4203
806
msgid "ERROR %d (%s): "
809
#: ../client/drizzle.cc:4205
814
#: ../client/drizzle.cc:4208
819
#: ../client/drizzle.cc:4341
823
#: ../client/drizzle.cc:4343
827
#: ../client/drizzle.cc:4349
831
#: ../client/drizzle.cc:4355
835
#: ../client/drizzle.cc:4456
839
#: ../client/drizzle.cc:4576
841
msgid "Returning to default PROMPT of %s\n"
844
#: ../client/drizzle.cc:4581
846
msgid "Memory allocation error. Not changing prompt\n"
847
msgstr "建造初步提示時記憶分配錯誤。中止中。\n"
849
#: ../client/drizzle.cc:4586
851
msgid "PROMPT set to '%s'\n"
854
#: ../client/drizzledump.cc:199
856
msgid "Got errno %d on write"
859
#: ../client/drizzledump.cc:283
861
msgid "%s: You must use option --tab with --fields-...\n"
864
#: ../client/drizzledump.cc:289
867
"%s: You can't use --single-transaction and --lock-all-tables at the same "
871
#: ../client/drizzledump.cc:295
874
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
878
#: ../client/drizzledump.cc:301
880
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
883
#: ../client/drizzledump.cc:320
885
msgid "Got error: %s (%d) %s"
888
#: ../client/drizzledump.cc:327
890
msgid "Got error: %d %s"
893
#: ../client/drizzledump.cc:425 ../client/drizzledump.cc:432
894
#: ../client/drizzledump.cc:445
896
msgid "Couldn't execute '%s': %s (%d)"
899
#: ../client/drizzledump.cc:505
901
msgid "-- Connecting to %s, using protocol %s...\n"
904
#: ../client/drizzledump.cc:527
906
msgid "-- Disconnecting from %s...\n"
909
#: ../client/drizzledump.cc:538
910
msgid "Couldn't allocate memory"
913
#: ../client/drizzledump.cc:882
916
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
920
#: ../client/drizzledump.cc:896
922
msgid "-- Retrieving table structure for table %s...\n"
925
#: ../client/drizzledump.cc:1010
927
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
930
#: ../client/drizzledump.cc:1117
932
msgid "%s: Can't get keys for table %s\n"
935
#: ../client/drizzledump.cc:1195 ../client/drizzledump.cc:2248
937
msgid "Error: Couldn't read status information for table %s\n"
940
#: ../client/drizzledump.cc:1339
942
msgid "Error retrieving table structure for table: \"%s\""
945
#: ../client/drizzledump.cc:1346
947
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
950
#: ../client/drizzledump.cc:1357
952
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
955
#: ../client/drizzledump.cc:1364
957
msgid "-- Skipping dump data for table '%s', it has no fields\n"
960
#: ../client/drizzledump.cc:1372
961
msgid "-- Sending SELECT query...\n"
964
#: ../client/drizzledump.cc:1426 ../client/drizzledump.cc:1915
965
msgid "when executing 'SELECT INTO OUTFILE'"
968
#: ../client/drizzledump.cc:1437
1149
#: mysys/my_getopt.c:454
1151
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1154
#: mysys/my_getopt.c:767
1156
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1159
#: mysys/my_getopt.c:944
1161
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1164
#: mysys/my_getopt.c:1166
1166
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1169
#: mysys/my_getopt.c:1186
973
"-- Dumping data for table %s\n"
977
#: ../client/drizzledump.cc:1478
978
msgid "-- Retrieving rows...\n"
981
#: ../client/drizzledump.cc:1481
983
msgid "%s: Error in field count for table: %s ! Aborting.\n"
986
#: ../client/drizzledump.cc:1525
988
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
991
#: ../client/drizzledump.cc:1542
993
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
996
#: ../client/drizzledump.cc:1564
998
msgid "Not enough fields from table %s! Aborting.\n"
1001
#: ../client/drizzledump.cc:1979 ../client/drizzledump.cc:2095
1002
msgid "when doing refresh"
1005
#: ../client/drizzledump.cc:2066
1006
msgid "alloc_root failure."
1009
#: ../client/drizzledump.cc:2082
1011
msgid "Couldn't find table: \"%s\""
1014
#: ../client/drizzledump.cc:2319 ../client/drizzledump.cc:2326
1015
#: ../client/drizzledump.cc:2336
1018
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
1021
#: ../client/drizzledump.cc:2368
1023
msgid "Error: Not enough memory to store ORDER BY clause\n"
1026
#: ../client/drizzledump.cc:2399
1028
"Dump all the databases. This will be same as --databases with all databases "
1032
#: ../client/drizzledump.cc:2401
1033
msgid "Dump all the tablespaces."
1036
#: ../client/drizzledump.cc:2403
1037
msgid "Use complete insert statements."
1040
#: ../client/drizzledump.cc:2407
1042
"Flush logs file in server before starting dump. Note that if you dump many "
1043
"databases at once (using the option --databases= or --all-databases), the "
1044
"logs will be flushed for each database dumped. The exception is when using --"
1045
"lock-all-tables in this case the logs will be flushed only once, "
1046
"corresponding to the moment all tables are locked. So if you want your dump "
1047
"and the log flush to happen at the same exact moment you should use --lock-"
1048
"all-tables or --flush-logs"
1051
#: ../client/drizzledump.cc:2409
1052
msgid "Continue even if we get an sql-error."
1055
#: ../client/drizzledump.cc:2410
1057
msgid "Display this help message and exit."
1058
msgstr "顯示這個項目的說明並離開"
1060
#: ../client/drizzledump.cc:2412
1062
"Locks all tables across all databases. This is achieved by taking a global "
1063
"read lock for the duration of the whole dump. Automatically turns --single-"
1064
"transaction and --lock-tables off."
1067
#: ../client/drizzledump.cc:2414
1069
"Sorts each table's rows by primary key, or first unique key, if such a key "
1070
"exists. Useful when dumping a MyISAM table to be loaded into an InnoDB "
1071
"table, but will make the dump itself take considerably longer."
1074
#: ../client/drizzledump.cc:2416
1076
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1077
"Works ONLY for tables stored in storage engines which support "
1078
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1079
"be consistent for other storage engines. While a --single-transaction dump "
1080
"is in process, to ensure a valid dump file (correct table contents), no "
1081
"other connection should use the following statements: ALTER TABLE, DROP "
1082
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1083
"from them. Option automatically turns off --lock-tables."
1086
#: ../client/drizzledump.cc:2417
1088
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-"
1089
"insert, --lock-tables, --set-charset, and --disable-keys. Enabled by "
1090
"default, disable with --skip-opt."
1093
#: ../client/drizzledump.cc:2419
1095
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --"
1096
"quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
1099
#: ../client/drizzledump.cc:2420
1100
msgid "Overrides option --databases (-B)."
1103
#: ../client/drizzledump.cc:2422
1104
msgid "Number of rows before each output progress report (requires --verbose)."
1107
#: ../client/drizzledump.cc:2424
1108
msgid "Print info about the various stages."
1111
#: ../client/drizzledump.cc:2426
1112
msgid "Dump a database as well formed XML."
1115
#: ../client/drizzledump.cc:2427
1116
msgid "Turn off Comments"
1119
#: ../client/drizzledump.cc:2428
1120
msgid "Turn off create-options"
1123
#: ../client/drizzledump.cc:2429
1124
msgid "Turn off extended-insert"
1127
#: ../client/drizzledump.cc:2430
1128
msgid "Turn off dump-date"
1131
#: ../client/drizzledump.cc:2431
1132
msgid "Do not read from the configuration files"
1135
#: ../client/drizzledump.cc:2437
1136
msgid "Add a 'DROP DATABASE' before each create."
1139
#: ../client/drizzledump.cc:2439
1140
msgid "Add a 'drop table' before each create."
1143
#: ../client/drizzledump.cc:2441
1144
msgid "Allow creation of column names that are keywords."
1147
#: ../client/drizzledump.cc:2443
1148
msgid "Write additional information."
1151
#: ../client/drizzledump.cc:2445
1153
"Give less verbose output (useful for debugging). Disables structure comments "
1154
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1155
"set-names --skip-disable-keys --skip-add-locks"
1158
#: ../client/drizzledump.cc:2447
1159
msgid "Include all DRIZZLE specific create options."
1162
#: ../client/drizzledump.cc:2449
1163
msgid "Put a dump date to the end of the output."
1166
#: ../client/drizzledump.cc:2451
1168
"To dump several databases. Note the difference in usage; In this case no "
1169
"tables are given. All name arguments are regarded as databasenames. 'USE "
1170
"db_name;' will be included in the output."
1173
#: ../client/drizzledump.cc:2453
1174
msgid "Insert rows with INSERT DELAYED;"
1177
#: ../client/drizzledump.cc:2455
1179
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1180
"will be put in the output."
1183
#: ../client/drizzledump.cc:2457
1184
msgid "Allows utilization of the new, much faster INSERT syntax."
1187
#: ../client/drizzledump.cc:2459
1188
msgid "Fields in the textfile are terminated by ..."
1191
#: ../client/drizzledump.cc:2461
1192
msgid "Fields in the importfile are enclosed by ..."
1195
#: ../client/drizzledump.cc:2463
1196
msgid "Fields in the i.file are opt. enclosed by ..."
1199
#: ../client/drizzledump.cc:2465
1200
msgid "Fields in the i.file are escaped by ..."
1203
#: ../client/drizzledump.cc:2469
1205
"Do not dump the specified table. To specify more than one table to ignore, "
1206
"use the directive multiple times, once for each table. Each table must be "
1207
"specified with both database and table names, e.g. --ignore-table=database."
1211
#: ../client/drizzledump.cc:2471
1212
msgid "Insert rows with INSERT IGNORE."
1215
#: ../client/drizzledump.cc:2473
1216
msgid "Lines in the i.file are terminated by ..."
1219
#: ../client/drizzledump.cc:2475
1220
msgid "Wrap tables with autocommit/commit statements."
1223
#: ../client/drizzledump.cc:2477
1225
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1226
"above line will be added otherwise, if --databases or --all-databases option "
1230
#: ../client/drizzledump.cc:2479
1231
msgid "Don't write table creation info."
1234
#: ../client/drizzledump.cc:2481
1235
msgid "No row information."
1238
#: ../client/drizzledump.cc:2482
1239
msgid "Deprecated. Use --skip-set-charset instead."
1242
#: ../client/drizzledump.cc:2484
1243
msgid "Enable set-name"
1246
#: ../client/drizzledump.cc:2486
1247
msgid "Don't buffer query, dump directly to stdout."
1250
#: ../client/drizzledump.cc:2488
1251
msgid "Quote table and column names with backticks (`)."
1254
#: ../client/drizzledump.cc:2490
1255
msgid "Use REPLACE INTO instead of INSERT INTO."
1258
#: ../client/drizzledump.cc:2492
1260
"Direct output to a given file. This option should be used in MSDOS, because "
1261
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1265
#: ../client/drizzledump.cc:2494
1267
"Creates tab separated textfile for each table to given path. (creates .sql "
1268
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1269
"machine as the drizzled daemon."
1272
#: ../client/drizzledump.cc:2496
1273
msgid "Dump only selected records; QUOTES mandatory!"
1276
#: ../client/drizzledump.cc:2502
1278
msgid "Connect to host."
1281
#: ../client/drizzledump.cc:2504
1283
"Password to use when connecting to server. If password is not given it's "
1284
"solicited on the tty."
1287
#: ../client/drizzledump.cc:2506
1288
msgid "Port number to use for connection."
1291
#: ../client/drizzledump.cc:2513
1292
msgid "Hidden Options"
1295
#: ../client/drizzledump.cc:2515
1296
msgid "Used to select the database"
1299
#: ../client/drizzledump.cc:2516
1300
msgid "Used to select the tables"
1303
#: ../client/drizzledump.cc:2519
1304
msgid "Allowed Options + Hidden Options"
1307
#: ../client/drizzledump.cc:2571
1309
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1312
#: ../client/drizzledump.cc:2576
1314
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1315
"and you are welcome to modify and redistribute it under the GPL license\n"
1318
#: ../client/drizzledump.cc:2577
1319
msgid "Dumps definitions and data from a Drizzle database server"
1322
#: ../client/drizzledump.cc:2578
1324
msgid "Usage: %s [OPTIONS] database [tables]\n"
1327
#: ../client/drizzledump.cc:2579
1329
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1332
#: ../client/drizzledump.cc:2581
1334
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1337
#: ../client/drizzledump.cc:2613 ../client/drizzleimport.cc:473
1338
#: ../client/drizzleslap.cc:1016 ../client/drizzletest.cc:5611
1340
msgid "Value supplied for port is not valid.\n"
1344
#. This check is made because the some the file functions below
1345
#. have FN_REFLEN sized stack allocated buffers and will cause
1346
#. a crash even if the input destination buffer is large enough
1347
#. to hold the output.
1349
#: ../client/drizzledump.cc:2660
1351
msgid "Input filename too long: %s"
1354
#: ../client/drizzledump.cc:2698
1356
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1359
#: ../client/drizzleslap.cc:2870
1361
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1364
#: ../client/drizzletest.cc:5364
1365
msgid "Error: Invalid Value for opt_max_connect_retries"
1368
#: ../client/drizzletest.cc:5374
1369
msgid "Error: Invalid Value for opt_tail_lines"
1372
#: ../client/drizzletest.cc:5384
1373
msgid "Error: Invalid Value for opt_sleep"
1376
#: ../client/drizzletest.cc:5563
1378
msgid "Could not open '%s' for reading: errno = %d"
1381
#: ../client/drizzletest.cc:5568
1383
msgid "Out of memory"
1386
#: ../drizzled/drizzled.cc:482
1173
"Variables (--variable-name=value)\n"
1174
"and boolean options {false|true} Value (after reading options)\n"
1175
"--------------------------------- -----------------------------\n"
1178
#: mysys/my_getopt.c:1202 mysys/my_getopt.c:1218
1179
msgid "(No default value)"
1182
#: mysys/my_getopt.c:1221
1186
#: mysys/my_getopt.c:1221
1190
#: mysys/my_getopt.c:1246
1192
msgid "(Disabled)\n"
1195
#: drizzled/authentication.cc:66 drizzled/handler.cc:350
1196
#: drizzled/sql_plugin.cc:821 drizzled/sql_show.cc:4663
1198
msgid "Plugin '%s' init function returned error."
1201
#. TRANSLATORS: The leading word "configvar" is the name
1202
#. of the plugin api, and so should not be translated.
1203
#: drizzled/configvar.cc:40
1205
msgid "configvar plugin '%s' init() failed"
1208
#. TRANSLATORS: The leading word "configvar" is the name
1209
#. of the plugin api, and so should not be translated.
1210
#: drizzled/configvar.cc:62
1212
msgid "configvar plugin '%s' deinit() failed"
1215
#. TRANSLATORS: The leading word "configvar" is the name
1216
#. of the plugin api, and so should not be translated.
1217
#: drizzled/configvar.cc:98
1219
msgid "configvar plugin '%s' configvar_func1() failed"
1222
#. TRANSLATORS: The leading word "configvar" is the name
1223
#. of the plugin api, and so should not be translated.
1224
#: drizzled/configvar.cc:152
1226
msgid "configvar plugin '%s' configvar_func2() failed"
1229
#: drizzled/drizzled.cc:549
1231
msgid "Got error %d from pthread_cond_timedwait"
1234
#: drizzled/drizzled.cc:689 drizzled/drizzled.cc:1764
1235
msgid "Can't create thread to kill server"
1238
#: drizzled/drizzled.cc:756
1240
msgid "Got signal %d from thread %lud"
1243
#: drizzled/drizzled.cc:790
1387
1244
msgid "Aborting\n"
1390
#: ../drizzled/drizzled.cc:546
1247
#: drizzled/drizzled.cc:975
1391
1248
msgid "One can only use the --user switch if running as root\n"
1394
#: ../drizzled/drizzled.cc:553
1251
#: drizzled/drizzled.cc:983
1396
1253
"Fatal error: Please read \"Security\" section of the manual to find out how "
1397
"to run drizzled as root!\n"
1254
"to run mysqld as root!\n"
1400
#: ../drizzled/drizzled.cc:573
1257
#: drizzled/drizzled.cc:1007
1403
1260
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1407
#: ../drizzled/drizzled.cc:598
1408
msgid "Set process group ID failed"
1411
#: ../drizzled/drizzled.cc:603
1412
msgid "Set process user ID failed"
1415
#: ../drizzled/drizzled.cc:615
1416
msgid "Process chroot failed"
1419
#: ../drizzled/drizzled.cc:704
1264
#: drizzled/drizzled.cc:1182
1266
msgid "Retrying bind on TCP/IP port %u"
1269
#: drizzled/drizzled.cc:1188
1270
msgid "Can't start server: Bind on TCP/IP port"
1273
#: drizzled/drizzled.cc:1189
1275
msgid "Do you already have another drizzled server running on port: %d ?"
1278
#: drizzled/drizzled.cc:1195
1279
msgid "Can't start server: listen() on TCP/IP port"
1282
#: drizzled/drizzled.cc:1196
1284
msgid "listen() on TCP/IP failed with error %d"
1287
#: drizzled/drizzled.cc:1414
1292
#: drizzled/drizzled.cc:1432
1295
"We will try our best to scrape up some info that will hopefully help "
1297
"the problem, but since we have already crashed, something is definitely "
1299
"and this may fail.\n"
1303
#: drizzled/drizzled.cc:1443
1306
"It is possible that mysqld could use up to \n"
1307
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1309
"Hope that's ok; if not, decrease some variables in the equation.\n"
1313
#: drizzled/drizzled.cc:1461
1316
"Attempting backtrace. You can use the following information to find out\n"
1317
"where mysqld died. If you see no messages after this, something went\n"
1318
"terribly wrong...\n"
1321
#: drizzled/drizzled.cc:1489
1324
"Trying to get some variables.\n"
1325
"Some pointers may be invalid and cause the dump to abort...\n"
1328
#: drizzled/drizzled.cc:1501
1332
"This crash occured while the server was calling initgroups(). This is\n"
1333
"often due to the use of a drizzled that is statically linked against glibc\n"
1334
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1335
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1336
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1337
"drizzled that is not statically linked.\n"
1340
#: drizzled/drizzled.cc:1516
1344
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1345
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1346
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1347
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1348
"the documentation for your distribution on how to do that.\n"
1351
#: drizzled/drizzled.cc:1529
1355
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1356
"unreliable and unstable on some operating systems and operating-system\n"
1357
"versions (notably, some versions of Linux). This crash could be due to use\n"
1358
"of those buggy OS calls. You should consider whether you really need the\n"
1359
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1363
#: drizzled/drizzled.cc:1544
1365
msgid "Writing a core file\n"
1368
#: drizzled/drizzled.cc:1591
1370
"setrlimit could not change the size of core files to 'infinity'; We may not "
1371
"be able to generate a core file on signals"
1374
#: drizzled/drizzled.cc:1659
1376
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1379
#: drizzled/drizzled.cc:1747
1381
msgid "Got signal %d to shutdown mysqld"
1384
#: drizzled/drizzled.cc:1788
1386
msgid "Got signal: %d error: %d"
1389
#: drizzled/drizzled.cc:1918
1391
msgid "Wrong date/time format specifier: %s\n"
1394
#: drizzled/drizzled.cc:2042
1421
1396
msgid "gethostname failed, using '%s' as hostname"
1424
#: ../drizzled/drizzled.cc:739
1425
msgid "Error getting default charset"
1428
#: ../drizzled/drizzled.cc:766
1429
msgid "Error setting collation"
1432
#: ../drizzled/drizzled.cc:774
1399
#: drizzled/drizzled.cc:2106
1402
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1405
#: drizzled/drizzled.cc:2111
1408
"Could not increase number of max_open_files to more than %u (request: %u)"
1411
#: drizzled/drizzled.cc:2192
1434
1413
msgid "Unknown locale: '%s'"
1437
#: ../drizzled/drizzled.cc:791
1416
#: drizzled/drizzled.cc:2262
1438
1417
msgid "Can't create thread-keys"
1441
#: ../drizzled/drizzled.cc:861
1442
msgid "Could not initialize table cache\n"
1445
#: ../drizzled/drizzled.cc:872
1446
msgid "XA cache initialization failed: Out of memory\n"
1449
#: ../drizzled/drizzled.cc:881
1450
msgid "Failed to initialize plugins\n"
1453
#: ../drizzled/drizzled.cc:903
1456
"%s: Unknown options give (first unknown is '%s').\n"
1420
#: drizzled/drizzled.cc:2302
1421
msgid "Unable to reopen stdout"
1424
#: drizzled/drizzled.cc:2305
1425
msgid "Unable to reopen stderr"
1428
#: drizzled/drizzled.cc:2311
1429
msgid "Out of memory"
1432
#: drizzled/drizzled.cc:2318
1433
msgid "You need to use --log-bin to make --binlog-format work."
1436
#: drizzled/drizzled.cc:2340
1438
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1439
"impossible, it would lead to infinite loops in this server."
1442
#: drizzled/drizzled.cc:2360
1445
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1446
"replication may break when this Drizzle server acts as a master and has his "
1447
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1450
#: drizzled/drizzled.cc:2394
1451
msgid "Failed to initialize plugins."
1454
#: drizzled/drizzled.cc:2425
1457
"%s: Too many arguments (first extra is '%s').\n"
1457
1458
"Use --verbose --help to get a list of available options\n"
1460
#: ../drizzled/drizzled.cc:928
1461
msgid "No scheduler found, cannot continue!\n"
1464
#: ../drizzled/drizzled.cc:952
1466
msgid "Unknown/unsupported storage engine: %s\n"
1469
#: ../drizzled/drizzled.cc:1044
1470
msgid "Display this help and exit."
1471
msgstr "顯示這個項目的說明並離開"
1473
#: ../drizzled/drizzled.cc:1048
1474
msgid "Display this help and exit after initializing plugins."
1477
#: ../drizzled/drizzled.cc:1052
1478
msgid "Print the default settings and exit"
1481
#: ../drizzled/drizzled.cc:1056
1461
#: drizzled/drizzled.cc:2435
1462
msgid "Can't init databases"
1465
#: drizzled/drizzled.cc:2455
1467
msgid "Unknown/unsupported table type: %s"
1470
#: drizzled/drizzled.cc:2461
1472
msgid "Default storage engine (%s) is not available"
1475
#: drizzled/drizzled.cc:2484
1476
msgid "Can't initialize tc_log"
1479
#: drizzled/drizzled.cc:2515
1481
msgid "Failed to lock memory. Errno: %d\n"
1484
#: drizzled/drizzled.cc:2584
1486
msgid "Asked for %u thread stack, but got %<PRIu64>"
1489
#: drizzled/drizzled.cc:2620
1491
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1492
"value: we force server id to 1; updates will be logged to the binary log, "
1493
"but connections from slaves will not be accepted."
1496
#: drizzled/drizzled.cc:2678
1497
msgid "Before Lock_thread_count"
1500
#: drizzled/drizzled.cc:2685
1501
msgid "After lock_thread_count"
1504
#: drizzled/drizzled.cc:2793
1506
msgid "drizzled: Got error %d from select"
1509
#: drizzled/drizzled.cc:3029 drizzled/drizzled.cc:3134
1510
#: drizzled/drizzled.cc:3252
1511
msgid "Option used by mysql-test for debugging and testing of replication."
1514
#: drizzled/drizzled.cc:3033
1482
1515
msgid "Auto-increment columns are incremented by this"
1485
#: ../drizzled/drizzled.cc:1061
1518
#: drizzled/drizzled.cc:3038
1487
1520
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1491
#: ../drizzled/drizzled.cc:1067
1524
#: drizzled/drizzled.cc:3044
1493
1526
"Path to installation directory. All paths are usually resolved relative to "
1497
#: ../drizzled/drizzled.cc:1072
1498
msgid "Chroot drizzled daemon during startup."
1501
#: ../drizzled/drizzled.cc:1076
1530
#: drizzled/drizzled.cc:3048
1531
msgid "IP address to bind to."
1534
#: drizzled/drizzled.cc:3052
1536
"Does not have any effect without '--log-bin'. Tell the master the form of "
1537
"binary logging to use: either 'row' for row-based binary logging, or "
1538
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1539
"statement-based binary logging except for those statements where only row-"
1540
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1541
"the UUID() function; for those, row-based binary logging is automatically "
1545
#: drizzled/drizzled.cc:3062
1547
"Tells the master it should log updates for the specified database, and "
1548
"exclude all others not explicitly mentioned."
1551
#: drizzled/drizzled.cc:3066
1553
"Tells the master that updates to the given database should not be logged "
1557
#: drizzled/drizzled.cc:3070
1559
"The maximum size of a row-based binary log event in bytes. Rows will be "
1560
"grouped into events smaller than this size if possible. The value has to be "
1561
"a multiple of 256."
1564
#: drizzled/drizzled.cc:3081
1565
msgid "Don't ignore client side character set value sent during handshake."
1568
#: drizzled/drizzled.cc:3086
1569
msgid "Set the filesystem character set."
1572
#: drizzled/drizzled.cc:3091
1573
msgid "Set the default character set."
1576
#: drizzled/drizzled.cc:3098
1577
msgid "Chroot mysqld daemon during startup."
1580
#: drizzled/drizzled.cc:3102
1502
1581
msgid "Set the default collation."
1505
#: ../drizzled/drizzled.cc:1080
1584
#: drizzled/drizzled.cc:3106
1506
1585
msgid "Default completion type."
1509
#: ../drizzled/drizzled.cc:1085
1588
#: drizzled/drizzled.cc:3111
1589
msgid "Write error output on screen."
1592
#: drizzled/drizzled.cc:3115
1510
1593
msgid "Write core on errors."
1513
#: ../drizzled/drizzled.cc:1089
1596
#: drizzled/drizzled.cc:3119
1514
1597
msgid "Path to the database root."
1517
#: ../drizzled/drizzled.cc:1093
1600
#: drizzled/drizzled.cc:3123
1518
1601
msgid "Set the default storage engine (table type) for tables."
1521
#: ../drizzled/drizzled.cc:1097
1604
#: drizzled/drizzled.cc:3127
1522
1605
msgid "Set the default time zone."
1525
#: ../drizzled/drizzled.cc:1102
1608
#: drizzled/drizzled.cc:3131
1609
msgid "Type of DELAY_KEY_WRITE."
1612
#: drizzled/drizzled.cc:3140
1613
msgid "Print a symbolic stack trace on failure."
1616
#: drizzled/drizzled.cc:3146
1617
msgid "Push supported query conditions to the storage engine."
1620
#: drizzled/drizzled.cc:3152
1526
1621
msgid "Used for debugging; Use at your own risk!"
1529
#: ../drizzled/drizzled.cc:1107
1624
#: drizzled/drizzled.cc:3155
1625
msgid "Flush tables to disk between SQL commands."
1628
#: drizzled/drizzled.cc:3160
1530
1629
msgid "Set up signals usable for debugging"
1533
#: ../drizzled/drizzled.cc:1111
1632
#: drizzled/drizzled.cc:3164
1633
msgid "Command(s) that are executed for each new connection"
1636
#: drizzled/drizzled.cc:3168
1637
msgid "Read SQL commands from this file at startup."
1640
#: drizzled/drizzled.cc:3172
1641
msgid "Command(s) that are executed when a slave connects to this master"
1644
#: drizzled/drizzled.cc:3176
1534
1645
msgid "(IGNORED)"
1537
#: ../drizzled/drizzled.cc:1115
1648
#: drizzled/drizzled.cc:3180
1538
1649
msgid "Set the language used for the month names and the days of the week."
1541
#: ../drizzled/drizzled.cc:1120
1652
#: drizzled/drizzled.cc:3185
1653
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1656
#: drizzled/drizzled.cc:3190
1657
msgid "Log connections and queries to file."
1660
#: drizzled/drizzled.cc:3194
1662
"Log update queries in binary format. Optional argument is the location for "
1663
"the binary log files.(Strongly recommended to avoid replication problems if "
1664
"server's hostname changes)"
1667
#: drizzled/drizzled.cc:3201
1668
msgid "File that holds the names for last binary log files."
1671
#: drizzled/drizzled.cc:3205
1672
msgid "Error log file."
1675
#: drizzled/drizzled.cc:3209
1676
msgid "Log all MyISAM changes to file."
1679
#: drizzled/drizzled.cc:3213
1681
"Tells the slave to log the updates from the slave thread to the binary log. "
1682
"You will need to turn it on if you plan to daisy-chain the slaves."
1685
#: drizzled/drizzled.cc:3220
1687
"Path to transaction coordinator log (used for transactions that affect more "
1688
"than one storage engine, when binary log is disabled)"
1691
#: drizzled/drizzled.cc:3226
1692
msgid "Size of transaction coordinator log."
1695
#: drizzled/drizzled.cc:3232
1542
1696
msgid "Log some not critical warnings to the log file."
1545
#: ../drizzled/drizzled.cc:1125
1699
#: drizzled/drizzled.cc:3237
1700
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1703
#: drizzled/drizzled.cc:3242
1705
"The location and name of the file that remembers the master and where the I/"
1706
"O replication thread is in the master's binlogs."
1709
#: drizzled/drizzled.cc:3247
1711
"The number of tries the slave will make to connect to the master before "
1715
#: drizzled/drizzled.cc:3256
1716
msgid "Lock mysqld in memory."
1719
#: drizzled/drizzled.cc:3260
1721
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1722
"BACKUP, FORCE or QUICK."
1725
#: drizzled/drizzled.cc:3265
1726
msgid "Use very new possible 'unsafe' functions."
1729
#: drizzled/drizzled.cc:3270
1730
msgid "Use old, non-optimized alter table."
1733
#: drizzled/drizzled.cc:3275
1546
1734
msgid "Pid file used by safe_mysqld."
1549
#: ../drizzled/drizzled.cc:1129
1737
#: drizzled/drizzled.cc:3285
1551
1739
"Maximum time in seconds to wait for the port to become free. (Default: no "
1555
#: ../drizzled/drizzled.cc:1134
1743
#: drizzled/drizzled.cc:3290
1744
msgid "The location and name to use for relay logs."
1747
#: drizzled/drizzled.cc:3294
1749
"The location and name to use for the file that keeps a list of the last "
1753
#: drizzled/drizzled.cc:3299
1755
"The location and name of the file that remembers where the SQL replication "
1756
"thread is in the relay logs."
1759
#: drizzled/drizzled.cc:3304
1761
"Tells the slave thread to restrict replication to the specified database. To "
1762
"specify more than one database, use the directive multiple times, once for "
1763
"each database. Note that this will only work if you do not use cross-"
1764
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
1765
"having selected a different or no database. If you need cross database "
1766
"updates to work, use replicate-wild-do-table=db_name.%."
1769
#: drizzled/drizzled.cc:3313
1771
"Tells the slave thread to restrict replication to the specified table. To "
1772
"specify more than one table, use the directive multiple times, once for each "
1773
"table. This will work for cross-database updates, in contrast to replicate-"
1777
#: drizzled/drizzled.cc:3319
1779
"Tells the slave thread to not replicate to the specified database. To "
1780
"specify more than one database to ignore, use the directive multiple times, "
1781
"once for each database. This option will not work if you use cross database "
1782
"updates. If you need cross database updates to work, use replicate-wild-"
1783
"ignore-table=db_name.%. "
1786
#: drizzled/drizzled.cc:3326
1788
"Tells the slave thread to not replicate to the specified table. To specify "
1789
"more than one table to ignore, use the directive multiple times, once for "
1790
"each table. This will work for cross-datbase updates, in contrast to "
1791
"replicate-ignore-db."
1794
#: drizzled/drizzled.cc:3332
1796
"Updates to a database with a different name than the original. Example: "
1797
"replicate-rewrite-db=master_db_name->slave_db_name."
1800
#: drizzled/drizzled.cc:3336
1802
"In replication, if set to 1, do not skip events having our server id. "
1803
"Default value is 0 (to break infinite loops in circular replication). Can't "
1804
"be set to 1 if --log-slave-updates is used."
1807
#: drizzled/drizzled.cc:3343
1809
"Tells the slave thread to restrict replication to the tables that match the "
1810
"specified wildcard pattern. To specify more than one table, use the "
1811
"directive multiple times, once for each table. This will work for cross-"
1812
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
1813
"only updates to tables in all databases that start with foo and whose table "
1814
"names start with bar."
1817
#: drizzled/drizzled.cc:3351
1819
"Tells the slave thread to not replicate to the tables that match the given "
1820
"wildcard pattern. To specify more than one table to ignore, use the "
1821
"directive multiple times, once for each table. This will work for cross-"
1822
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
1823
"updates to tables in databases that start with foo and whose table names "
1827
#: drizzled/drizzled.cc:3360
1829
"Hostname or IP of the slave to be reported to to the master during slave "
1830
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
1831
"you do not want the slave to register itself with the master. Note that it "
1832
"is not sufficient for the master to simply read the IP of the slave off the "
1833
"socket once the slave connects. Due to NAT and other routing issues, that IP "
1834
"may not be valid for connecting to the slave from the master or other hosts."
1837
#: drizzled/drizzled.cc:3373
1839
"Port for connecting to slave reported to the master during slave "
1840
"registration. Set it only if the slave is listening on a non-default port or "
1841
"if you have a special tunnel from the master or other clients to the slave. "
1842
"If not sure, leave this option unset."
1845
#: drizzled/drizzled.cc:3380
1846
msgid "Skip some optimize stages (for testing)."
1849
#: drizzled/drizzled.cc:3383
1557
1851
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1558
1852
"specified directory"
1561
#: ../drizzled/drizzled.cc:1139
1855
#: drizzled/drizzled.cc:3388
1563
1857
"Uniquely identifies the server instance in the community of replication "
1567
#: ../drizzled/drizzled.cc:1144
1861
#: drizzled/drizzled.cc:3393
1862
msgid "Don't use new, possible wrong routines."
1865
#: drizzled/drizzled.cc:3396
1866
msgid "If set, slave is not autostarted."
1869
#: drizzled/drizzled.cc:3400
1568
1870
msgid "Don't print a stack trace on failure."
1571
#: ../drizzled/drizzled.cc:1148
1873
#: drizzled/drizzled.cc:3404
1874
msgid "Don't give threads different priorities."
1877
#: drizzled/drizzled.cc:3408
1879
"The location where the slave should put its temporary files when replicating "
1880
"a LOAD DATA INFILE command."
1883
#: drizzled/drizzled.cc:3413
1885
"Tells the slave thread to continue replication when a query event returns an "
1886
"error from the provided list."
1889
#: drizzled/drizzled.cc:3417
1891
"Modes for how replication events should be executed. Legal values are "
1892
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
1893
"stop for operations that are idempotent. In STRICT mode, replication will "
1894
"stop on any unexpected difference between the master and the slave."
1897
#: drizzled/drizzled.cc:3425
1901
#: drizzled/drizzled.cc:3428
1572
1902
msgid "Enable symbolic link support."
1575
#: ../drizzled/drizzled.cc:1157
1905
#: drizzled/drizzled.cc:3437
1907
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1910
#: drizzled/drizzled.cc:3442
1912
"Decision to use in heuristic recover process. Possible values are COMMIT or "
1916
#: drizzled/drizzled.cc:3447
1918
"Using this option will cause most temporary files created to use a small set "
1919
"of names, rather than a unique name for each new file."
1922
#: drizzled/drizzled.cc:3452
1577
1924
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1580
#: ../drizzled/drizzled.cc:1162
1581
msgid "Path for temporary files."
1927
#: drizzled/drizzled.cc:3457
1929
"Path for temporary files. Several paths may be specified, separated by a "
1930
"colon (:), in this case they are used in a round-robin fashion."
1584
#: ../drizzled/drizzled.cc:1166
1933
#: drizzled/drizzled.cc:3463
1585
1934
msgid "Default transaction isolation level."
1588
#: ../drizzled/drizzled.cc:1170
1589
msgid "Run drizzled daemon as user."
1592
#: ../drizzled/drizzled.cc:1178
1594
"The number of outstanding connection requests Drizzle can have. This comes "
1595
"into play when the main Drizzle thread gets very many connection requests in "
1596
"a very short time."
1599
#: ../drizzled/drizzled.cc:1184
1601
"Size of tree cache used in bulk insert optimization. Note that this is a "
1937
#: drizzled/drizzled.cc:3467
1938
msgid "Run mysqld daemon as user."
1941
#: drizzled/drizzled.cc:3475
1943
"The number of outstanding connection requests MySQL can have. This comes "
1944
"into play when the main MySQL thread gets very many connection requests in a "
1948
#: drizzled/drizzled.cc:3481
1950
"The size of the cache to hold the SQL statements for the binary log during a "
1951
"transaction. If you often use big, multi-statement transactions you can "
1952
"increase this to get more performance."
1955
#: drizzled/drizzled.cc:3487
1957
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1602
1958
"limit per thread!"
1605
#: ../drizzled/drizzled.cc:1190
1961
#: drizzled/drizzled.cc:3493
1963
"The number of seconds the mysqld server is waiting for a connect packet "
1964
"before responding with 'Bad handshake'."
1967
#: drizzled/drizzled.cc:3498
1968
msgid "The DATE format (For future)."
1971
#: drizzled/drizzled.cc:3503
1972
msgid "The DATETIME/TIMESTAMP format (for future)."
1975
#: drizzled/drizzled.cc:3508
1976
msgid "The default week format used by WEEK() functions."
1979
#: drizzled/drizzled.cc:3513
1607
1981
"Precision of the result of '/' operator will be increased on that value."
1610
#: ../drizzled/drizzled.cc:1196
1984
#: drizzled/drizzled.cc:3519
1986
"If non-zero, binary logs will be purged after expire_logs_days days; "
1987
"possible purges happen at startup and at binary log rotation."
1990
#: drizzled/drizzled.cc:3525
1611
1991
msgid "The maximum length of the result of function group_concat."
1614
#: ../drizzled/drizzled.cc:1201
1994
#: drizzled/drizzled.cc:3530
1996
"The number of seconds the server waits for activity on an interactive "
1997
"connection before closing it."
2000
#: drizzled/drizzled.cc:3536
1615
2001
msgid "The size of the buffer that is used for full joins."
1618
#: ../drizzled/drizzled.cc:1207
2004
#: drizzled/drizzled.cc:3542
2005
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2008
#: drizzled/drizzled.cc:3547
2010
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2011
"this to get better index handling (for all reads and multiple writes) to as "
2012
"much as you can afford;"
2015
#: drizzled/drizzled.cc:3556
2017
"This characterizes the number of hits a hot block has to be untouched until "
2018
"it is considered aged enough to be downgraded to a warm block. This "
2019
"specifies the percentage ratio of that number of hits to the total number of "
2020
"blocks in key cache"
2023
#: drizzled/drizzled.cc:3565
2024
msgid "The default size of key cache blocks"
2027
#: drizzled/drizzled.cc:3571
2028
msgid "The minimum percentage of warm blocks in key cache"
2031
#: drizzled/drizzled.cc:3577
1619
2032
msgid "Max packetlength to send/receive from to server."
1622
#: ../drizzled/drizzled.cc:1212
2035
#: drizzled/drizzled.cc:3582
2037
"Can be used to restrict the total size used to cache a multi-transaction "
2041
#: drizzled/drizzled.cc:3587
2043
"Binary log will be rotated automatically when the size exceeds this value. "
2044
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2045
"for this variable is 4096."
2048
#: drizzled/drizzled.cc:3593
1624
2050
"If there is more than this number of interrupted connections from a host "
1625
2051
"this host will be blocked from further connections."
1628
#: ../drizzled/drizzled.cc:1217
2054
#: drizzled/drizzled.cc:3600
2055
msgid "The number of simultaneous clients allowed."
2058
#: drizzled/drizzled.cc:3605
1629
2059
msgid "Max number of errors/warnings to store for a statement."
1632
#: ../drizzled/drizzled.cc:1222
2062
#: drizzled/drizzled.cc:3610
1633
2063
msgid "Don't allow creation of heap tables bigger than this."
1636
#: ../drizzled/drizzled.cc:1228
2066
#: drizzled/drizzled.cc:3616
1638
2068
"Joins that are probably going to read more than max_join_size records return "
1642
#: ../drizzled/drizzled.cc:1234
2072
#: drizzled/drizzled.cc:3622
1643
2073
msgid "Max number of bytes in sorted records."
1646
#: ../drizzled/drizzled.cc:1239
2076
#: drizzled/drizzled.cc:3627
2078
"If non-zero: relay log will be rotated automatically when the size exceeds "
2079
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2080
"excepted, the minimum value for this variable is 4096."
2083
#: drizzled/drizzled.cc:3634
1647
2084
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1650
#: ../drizzled/drizzled.cc:1244
2087
#: drizzled/drizzled.cc:3639
1652
2089
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1653
2090
"max_sort_length bytes of each value are used; the rest are ignored)."
1656
#: ../drizzled/drizzled.cc:1251
2093
#: drizzled/drizzled.cc:3646
2094
msgid "Maximum number of temporary tables a client can keep open at a time."
2097
#: drizzled/drizzled.cc:3651
1657
2098
msgid "After this many write locks, allow some read locks to run in between."
1660
#: ../drizzled/drizzled.cc:1255
2101
#: drizzled/drizzled.cc:3655
1662
2103
"Don't log queries which examine less than min_examined_row_limit rows to "
1666
#: ../drizzled/drizzled.cc:1261
2107
#: drizzled/drizzled.cc:3661
2108
msgid "Block size to be used for MyISAM index pages."
2111
#: drizzled/drizzled.cc:3667
2112
msgid "Default pointer size to be used for MyISAM tables."
2115
#: drizzled/drizzled.cc:3672
2117
"Don't use the fast sort index method to created index if the temporary file "
2118
"would get bigger than this."
2121
#: drizzled/drizzled.cc:3679
2123
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2124
"disables parallel repair."
2127
#: drizzled/drizzled.cc:3685
2129
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2130
"when creating indexes with CREATE INDEX or ALTER TABLE."
2133
#: drizzled/drizzled.cc:3691
2135
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2136
"Possible values of name are 'nulls_unequal' (default behavior), "
2137
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2140
#: drizzled/drizzled.cc:3698
2141
msgid "Buffer length for TCP/IP and socket communication."
2144
#: drizzled/drizzled.cc:3703
2146
"Number of seconds to wait for more data from a connection before aborting "
2150
#: drizzled/drizzled.cc:3709
2152
"If a read on a communication port is interrupted, retry this many times "
2156
#: drizzled/drizzled.cc:3715
2158
"Number of seconds to wait for a block to be written to a connection before "
2159
"aborting the write."
2162
#: drizzled/drizzled.cc:3721
2163
msgid "Use compatible behavior."
2166
#: drizzled/drizzled.cc:3726
2168
"If this is not 0, then mysqld will use this value to reserve file "
2169
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2170
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2171
"larger) number of files."
2174
#: drizzled/drizzled.cc:3733
1668
2176
"Controls the heuristic(s) applied during query optimization to prune less-"
1669
"promising partial plans from the optimizer search space. Meaning: false - do "
1670
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1671
"based on number of retrieved rows."
2177
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2178
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2179
"on number of retrieved rows."
1674
#: ../drizzled/drizzled.cc:1269
2182
#: drizzled/drizzled.cc:3741
1676
2184
"Maximum depth of search performed by the query optimizer. Values larger than "
1677
2185
"the number of relations in a query result in better query plans, but take "
1682
2190
"(used for testing/comparison)."
1685
#: ../drizzled/drizzled.cc:1281
2193
#: drizzled/drizzled.cc:3753
1686
2194
msgid "Directory for plugins."
1689
#: ../drizzled/drizzled.cc:1285
1691
"Optional comma separated list of plugins to load at startup in addition to "
1692
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1695
#: ../drizzled/drizzled.cc:1291
1697
"Optional comma separated list of plugins to not load at startup. Effectively "
1698
"removes a plugin from the list of plugins to be loaded. [for example: --"
1699
"plugin_remove=crc32,logger_gearman]"
1702
#: ../drizzled/drizzled.cc:1297
1704
"Optional comma separated list of plugins to load at starup instead of the "
1705
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1708
#: ../drizzled/drizzled.cc:1303
2197
#: drizzled/drizzled.cc:3757
2199
"Optional comma separated list of plugins to load, where each plugin is "
2200
"identified by the name of the shared library. [for example: --"
2201
"plugin_load=libmd5udf.so]"
2204
#: drizzled/drizzled.cc:3763
1709
2205
msgid "The size of the buffer that is allocated when preloading indexes"
1712
#: ../drizzled/drizzled.cc:1308
2208
#: drizzled/drizzled.cc:3768
1713
2209
msgid "Allocation block size for query parsing and execution"
1716
#: ../drizzled/drizzled.cc:1313
2212
#: drizzled/drizzled.cc:3773
1717
2213
msgid "Persistent buffer for query parsing and execution"
1720
#: ../drizzled/drizzled.cc:1319
2216
#: drizzled/drizzled.cc:3779
1721
2217
msgid "Allocation block size for storing ranges during optimization"
1724
#: ../drizzled/drizzled.cc:1325
2220
#: drizzled/drizzled.cc:3785
1726
2222
"Each thread that does a sequential scan allocates a buffer of this size for "
1727
2223
"each table it scans. If you do many sequential scans, you may want to "
1728
2224
"increase this value."
1731
#: ../drizzled/drizzled.cc:1333
2227
#: drizzled/drizzled.cc:3793
2229
"Make all non-temporary tables read-only, with the exception for replication "
2230
"(slave) threads and users with the SUPER privilege"
2233
#: drizzled/drizzled.cc:3799
1733
2235
"When reading rows in sorted order after a sort, the rows are read through "
1734
2236
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1735
2237
"record_buffer."
1738
#: ../drizzled/drizzled.cc:1341
1739
msgid "Select scheduler to be used (by default multi-thread)."
1742
#: ../drizzled/drizzled.cc:1346
2240
#: drizzled/drizzled.cc:3813
2242
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2246
#: drizzled/drizzled.cc:3819
2247
msgid "Maximum space to use for all relay logs."
2250
#: drizzled/drizzled.cc:3824
2252
msgid "Use compression on master/slave protocol."
2253
msgstr "在伺服器及客戶端之間的協定使用壓縮"
2255
#: drizzled/drizzled.cc:3829
2257
"Number of seconds to wait for more data from a master/slave connection "
2258
"before aborting the read."
2261
#: drizzled/drizzled.cc:3834
2263
"Number of times the slave SQL thread will retry a transaction in case it "
2264
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2268
#: drizzled/drizzled.cc:3840
2269
msgid "Allow slave to batch requests."
2272
#: drizzled/drizzled.cc:3844
2274
"If creating the thread takes longer than this value (in seconds), the "
2275
"Slow_launch_threads counter will be incremented."
2278
#: drizzled/drizzled.cc:3849
1743
2279
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1746
#: ../drizzled/drizzled.cc:1352
2282
#: drizzled/drizzled.cc:3855
2284
"Synchronously flush binary log to disk after every #th event. Use 0 "
2285
"(default) to disable synchronous flushing."
2288
#: drizzled/drizzled.cc:3860
1747
2289
msgid "The number of cached table definitions."
1750
#: ../drizzled/drizzled.cc:1356
2292
#: drizzled/drizzled.cc:3864
1751
2293
msgid "The number of cached open tables."
1754
#: ../drizzled/drizzled.cc:1360
2296
#: drizzled/drizzled.cc:3868
1756
2298
"Timeout in seconds to wait for a table level lock before returning an error. "
1757
2299
"Used only if the connection has active cursors."
1760
#: ../drizzled/drizzled.cc:1365
2302
#: drizzled/drizzled.cc:3873
2303
msgid "How many threads we should keep in a cache for reuse."
2306
#: drizzled/drizzled.cc:3877
2308
"How many threads we should create to handle query requests in case of "
2309
"'thread_handling=pool-of-threads'"
2312
#: drizzled/drizzled.cc:3882
1761
2313
msgid "The stack size for each thread."
1764
#: ../drizzled/drizzled.cc:1371
2316
#: drizzled/drizzled.cc:3888
2317
msgid "The TIME format (for future)."
2320
#: drizzled/drizzled.cc:3893
1766
"If an internal in-memory temporary table exceeds this size, Drizzle will "
2322
"If an internal in-memory temporary table exceeds this size, MySQL will "
1767
2323
"automatically convert it to an on-disk MyISAM table."
1770
#: ../drizzled/drizzled.cc:1397
1772
"Copyright (C) 2008 Sun Microsystems\n"
2326
#: drizzled/drizzled.cc:3899
2327
msgid "Allocation block size for transactions to be stored in binary log"
2330
#: drizzled/drizzled.cc:3904
2331
msgid "Persistent buffer for transactions to be stored in binary log"
2334
#: drizzled/drizzled.cc:3909
2336
"The number of seconds the server waits for activity on a connection before "
2340
#: drizzled/drizzled.cc:4157
2342
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
1773
2343
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1774
2344
"and you are welcome to modify and redistribute it under the GPL license\n"
2346
"Starts the Drizzle database server\n"
1778
#: ../drizzled/drizzled.cc:1405
2349
#: drizzled/drizzled.cc:4164
1780
2351
msgid "Usage: %s [OPTIONS]\n"
1783
#: ../drizzled/drizzled.cc:1529
2354
#: drizzled/drizzled.cc:4175
2357
"To see what values a running Drizzle server is using, type\n"
2358
"'drizzleadmin variables' instead of 'drizzled --help'."
2361
#: drizzled/drizzled.cc:4353
1786
2364
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1787
2365
"command line\n"
1790
#: ../drizzled/drizzled.cc:1572
2368
#: drizzled/drizzled.cc:4405
2370
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2373
#: drizzled/drizzled.cc:4414
2375
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2378
#: drizzled/drizzled.cc:4424
2380
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2383
#: drizzled/drizzled.cc:4453 drizzled/drizzled.cc:4462
2385
msgid "Could not add do table rule '%s'!\n"
2388
#: drizzled/drizzled.cc:4471 drizzled/drizzled.cc:4480
2390
msgid "Could not add ignore table rule '%s'!\n"
2393
#: drizzled/drizzled.cc:4504
1791
2394
msgid "Can't start server: cannot resolve hostname!"
1794
#: ../drizzled/drizzled.cc:1578
2397
#: drizzled/drizzled.cc:4510
1795
2398
msgid "Can't start server: bind-address refers to multiple interfaces!"
1798
#: ../drizzled/error.cc:138
1800
msgid "Unknown error %d"
1803
#: ../drizzled/error.cc:214
2401
#: drizzled/drizzled.cc:4868
2403
msgid "No option given to %s\n"
2406
#: drizzled/drizzled.cc:4870
2408
msgid "Wrong option to %s. Option(s) given: %s\n"
2411
#: drizzled/drizzled.cc:4872
2413
msgid "Alternatives are: '%s'"
2416
#: drizzled/error.cc:34
2420
#: drizzled/error.cc:36
2424
#: drizzled/error.cc:38
1807
#: ../drizzled/error.cc:215
2428
#: drizzled/error.cc:40
1811
#: ../drizzled/error.cc:216
2432
#: drizzled/error.cc:42
1813
2434
msgid "Can't create file '%-.200s' (errno: %d)"
2435
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
1816
#: ../drizzled/error.cc:217
2437
#: drizzled/error.cc:44
1818
2439
msgid "Can't create table '%-.200s' (errno: %d)"
2440
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
1821
#: ../drizzled/error.cc:218
2442
#: drizzled/error.cc:46
1823
2444
msgid "Can't create database '%-.192s' (errno: %d)"
2445
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
1826
#: ../drizzled/error.cc:219
2447
#: drizzled/error.cc:48
1828
2449
msgid "Can't create database '%-.192s'; database exists"
1831
#: ../drizzled/error.cc:220
2452
#: drizzled/error.cc:50
1833
2454
msgid "Can't drop database '%-.192s'; database doesn't exist"
1836
#: ../drizzled/error.cc:221
2457
#: drizzled/error.cc:52
2459
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2460
msgstr "刪除'%s'時發生錯誤 (錯誤碼: %d)"
2462
#: drizzled/error.cc:54
2464
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2467
#: drizzled/error.cc:56
1838
2469
msgid "Error on delete of '%-.192s' (errno: %d)"
2470
msgstr "刪除'%s'時發生錯誤 (錯誤碼: %d)"
2472
#: drizzled/error.cc:58
2473
msgid "Can't read record in system table"
1841
#: ../drizzled/error.cc:222
2476
#: drizzled/error.cc:60
1843
2478
msgid "Can't get status of '%-.200s' (errno: %d)"
1846
#: ../drizzled/error.cc:223
2479
msgstr "不能讀取資料夾'%s' (錯誤碼: %d)"
2481
#: drizzled/error.cc:62
2483
msgid "Can't get working directory (errno: %d)"
2484
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
2486
#: drizzled/error.cc:64
1848
2488
msgid "Can't lock file (errno: %d)"
2489
msgstr "不能鎖定檔案(錯誤碼: %d)"
1851
#: ../drizzled/error.cc:224
2491
#: drizzled/error.cc:66
1853
2493
msgid "Can't open file: '%-.200s' (errno: %d)"
2494
msgstr "不能鎖定檔案(錯誤碼: %d)"
1856
#: ../drizzled/error.cc:225
2496
#: drizzled/error.cc:68
1858
2498
msgid "Can't find file: '%-.200s' (errno: %d)"
2499
msgstr "不能讀取資料夾'%s' (錯誤碼: %d)"
1861
#: ../drizzled/error.cc:226
2501
#: drizzled/error.cc:70
1863
2503
msgid "Can't read dir of '%-.192s' (errno: %d)"
1866
#: ../drizzled/error.cc:227
2504
msgstr "不能讀取資料夾'%s' (錯誤碼: %d)"
2506
#: drizzled/error.cc:72
2508
msgid "Can't change dir to '%-.192s' (errno: %d)"
2509
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
2511
#: drizzled/error.cc:74
1868
2513
msgid "Record has changed since last read in table '%-.192s'"
1871
#: ../drizzled/error.cc:228
2516
#: drizzled/error.cc:76
1873
2518
msgid "Disk full (%s); waiting for someone to free some space..."
1876
#: ../drizzled/error.cc:229
2521
#: drizzled/error.cc:78
1878
2523
msgid "Can't write; duplicate key in table '%-.192s'"
1881
#: ../drizzled/error.cc:230
2526
#: drizzled/error.cc:80
1883
2528
msgid "Error on close of '%-.192s' (errno: %d)"
2529
msgstr "刪除'%s'時發生錯誤 (錯誤碼: %d)"
1886
#: ../drizzled/error.cc:231
2531
#: drizzled/error.cc:82
1888
2533
msgid "Error reading file '%-.200s' (errno: %d)"
2534
msgstr "讀取檔案'%s'時發生錯誤 (錯誤碼: %d)"
1891
#: ../drizzled/error.cc:232
2536
#: drizzled/error.cc:84
1893
2538
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2539
msgstr "刪除'%s'時發生錯誤 (錯誤碼: %d)"
1896
#: ../drizzled/error.cc:233
2541
#: drizzled/error.cc:86
1898
2543
msgid "Error writing file '%-.200s' (errno: %d)"
2544
msgstr "寫入檔案'%s'時發生錯誤 (錯誤碼: %d)"
1901
#: ../drizzled/error.cc:234
2546
#: drizzled/error.cc:88
1903
2548
msgid "'%-.192s' is locked against change"
1906
#: ../drizzled/error.cc:235
2551
#: drizzled/error.cc:90
1907
2553
msgid "Sort aborted"
2556
#: drizzled/error.cc:92
2558
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1910
#: ../drizzled/error.cc:236
2561
#: drizzled/error.cc:94
1912
2563
msgid "Got error %d from storage engine"
1915
#: ../drizzled/error.cc:237
2566
#: drizzled/error.cc:96
1917
2568
msgid "Table storage engine for '%-.192s' doesn't have this option"
1920
#: ../drizzled/error.cc:238
2571
#: drizzled/error.cc:98
1922
2573
msgid "Can't find record in '%-.192s'"
1925
#: ../drizzled/error.cc:239
2576
#: drizzled/error.cc:100
1927
2578
msgid "Incorrect information in file: '%-.200s'"
1930
#: ../drizzled/error.cc:240
2581
#: drizzled/error.cc:102
1932
2583
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1935
#: ../drizzled/error.cc:241
2586
#: drizzled/error.cc:104
1937
2588
msgid "Old key file for table '%-.192s'; repair it!"
1940
#: ../drizzled/error.cc:242
2591
#: drizzled/error.cc:106
1942
2593
msgid "Table '%-.192s' is read only"
1945
#: ../drizzled/error.cc:243
2596
#: drizzled/error.cc:108
1947
msgid "Out of memory; restart server and try again (needed %lu bytes)"
2598
msgid "Out of memory; restart server and try again (needed %d bytes)"
1950
#: ../drizzled/error.cc:244
2601
#: drizzled/error.cc:110
1951
2602
msgid "Out of sort memory; increase server sort buffer size"
1954
#: ../drizzled/error.cc:245
2605
#: drizzled/error.cc:112
1956
2607
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2608
msgstr "讀取檔案'%s'時發生錯誤 (錯誤碼: %d)"
1959
#: ../drizzled/error.cc:246
2610
#: drizzled/error.cc:114
1960
2612
msgid "Too many connections"
1963
#: ../drizzled/error.cc:247
2615
#: drizzled/error.cc:116
1965
"Out of memory; check if drizzled or some other process uses all available "
1966
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
2617
"Out of memory; check if mysqld or some other process uses all available "
2618
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
1967
2619
"memory or you can add more swap space"
1970
#: ../drizzled/error.cc:248
2622
#: drizzled/error.cc:118
1971
2623
msgid "Can't get hostname for your address"
1974
#: ../drizzled/error.cc:249
2626
#: drizzled/error.cc:120
1975
2627
msgid "Bad handshake"
1978
#: ../drizzled/error.cc:250
2630
#: drizzled/error.cc:122
1980
2632
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1983
#: ../drizzled/error.cc:251
2635
#: drizzled/error.cc:124
1985
2637
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1988
#: ../drizzled/error.cc:252
2640
#: drizzled/error.cc:126
1989
2642
msgid "No database selected"
1992
#: ../drizzled/error.cc:253
2645
#: drizzled/error.cc:128
1993
2647
msgid "Unknown command"
2648
msgstr "不明白的指令: '%-.60s'"
1996
#: ../drizzled/error.cc:254
2650
#: drizzled/error.cc:130
1998
2652
msgid "Column '%-.192s' cannot be null"
2001
#: ../drizzled/error.cc:255
2655
#: drizzled/error.cc:132
2003
2657
msgid "Unknown database '%-.192s'"
2658
msgstr "不明白的指令: '%-.60s'"
2006
#: ../drizzled/error.cc:256
2660
#: drizzled/error.cc:134
2008
2662
msgid "Table '%-.192s' already exists"
2011
#: ../drizzled/error.cc:257
2665
#: drizzled/error.cc:136
2013
2667
msgid "Unknown table '%-.100s'"
2668
msgstr "不明白的指令: '%-.60s'"
2016
#: ../drizzled/error.cc:258
2670
#: drizzled/error.cc:138
2018
2672
msgid "Column '%-.192s' in %-.192s is ambiguous"
2021
#: ../drizzled/error.cc:259
2675
#: drizzled/error.cc:140
2022
2676
msgid "Server shutdown in progress"
2025
#: ../drizzled/error.cc:260
2679
#: drizzled/error.cc:142
2027
2681
msgid "Unknown column '%-.192s' in '%-.192s'"
2682
msgstr "不明白的指令: '%-.60s'"
2030
#: ../drizzled/error.cc:261
2684
#: drizzled/error.cc:144
2032
2686
msgid "'%-.192s' isn't in GROUP BY"
2035
#: ../drizzled/error.cc:262
2689
#: drizzled/error.cc:146
2037
2691
msgid "Can't group on '%-.192s'"
2040
#: ../drizzled/error.cc:263
2694
#: drizzled/error.cc:148
2041
2695
msgid "Statement has sum functions and columns in same statement"
2044
#: ../drizzled/error.cc:264
2698
#: drizzled/error.cc:150
2045
2699
msgid "Column count doesn't match value count"
2048
#: ../drizzled/error.cc:265
2702
#: drizzled/error.cc:152
2050
2704
msgid "Identifier name '%-.100s' is too long"
2053
#: ../drizzled/error.cc:266
2707
#: drizzled/error.cc:154
2055
2709
msgid "Duplicate column name '%-.192s'"
2058
#: ../drizzled/error.cc:267
2712
#: drizzled/error.cc:156
2060
2714
msgid "Duplicate key name '%-.192s'"
2063
#: ../drizzled/error.cc:268
2717
#: drizzled/error.cc:158
2065
2719
msgid "Duplicate entry '%-.192s' for key %d"
2068
#: ../drizzled/error.cc:269
2722
#: drizzled/error.cc:160
2070
2724
msgid "Incorrect column specifier for column '%-.192s'"
2073
#: ../drizzled/error.cc:270
2727
#: drizzled/error.cc:162
2075
2729
msgid "%s near '%-.80s' at line %d"
2078
#: ../drizzled/error.cc:271
2732
#: drizzled/error.cc:164
2079
2733
msgid "Query was empty"
2082
#: ../drizzled/error.cc:272
2736
#: drizzled/error.cc:166
2084
2738
msgid "Not unique table/alias: '%-.192s'"
2087
#: ../drizzled/error.cc:273
2741
#: drizzled/error.cc:168
2089
2743
msgid "Invalid default value for '%-.192s'"
2092
#: ../drizzled/error.cc:274
2746
#: drizzled/error.cc:170
2093
2747
msgid "Multiple primary key defined"
2096
#: ../drizzled/error.cc:275
2750
#: drizzled/error.cc:172
2098
2752
msgid "Too many keys specified; max %d keys allowed"
2101
#: ../drizzled/error.cc:276
2755
#: drizzled/error.cc:174
2103
2757
msgid "Too many key parts specified; max %d parts allowed"
2106
#: ../drizzled/error.cc:277
2760
#: drizzled/error.cc:176
2108
2762
msgid "Specified key was too long; max key length is %d bytes"
2111
#: ../drizzled/error.cc:278
2765
#: drizzled/error.cc:178
2113
2767
msgid "Key column '%-.192s' doesn't exist in table"
2116
#: ../drizzled/error.cc:279
2770
#: drizzled/error.cc:180
2119
2773
"BLOB column '%-.192s' can't be used in key specification with the used table "
2123
#: ../drizzled/error.cc:280
2777
#: drizzled/error.cc:182
2126
2780
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2130
#: ../drizzled/error.cc:281
2784
#: drizzled/error.cc:184
2132
2786
"Incorrect table definition; there can be only one auto column and it must be "
2133
2787
"defined as a key"
2136
#: ../drizzled/error.cc:282
2790
#: drizzled/error.cc:186
2793
"%s: ready for connections.\n"
2794
"Version: '%s' socket: '%s' port: %d"
2797
#: drizzled/error.cc:188
2138
2799
msgid "%s: Normal shutdown\n"
2141
#: ../drizzled/error.cc:283
2802
#: drizzled/error.cc:190
2143
2804
msgid "%s: Got signal %d. Aborting!\n"
2146
#: ../drizzled/error.cc:284
2807
#: drizzled/error.cc:192
2148
2809
msgid "%s: Shutdown complete\n"
2151
#: ../drizzled/error.cc:285
2812
#: drizzled/error.cc:194
2153
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2814
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2156
#: ../drizzled/error.cc:286
2817
#: drizzled/error.cc:196
2157
2818
msgid "Can't create IP socket"
2160
#: ../drizzled/error.cc:287
2821
#: drizzled/error.cc:198
2163
2824
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2167
#: ../drizzled/error.cc:288
2170
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2828
#: drizzled/error.cc:200
2829
msgid "Field separator argument is not what is expected; check the manual"
2174
#: ../drizzled/error.cc:289
2832
#: drizzled/error.cc:202
2176
2834
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2179
#: ../drizzled/error.cc:290
2837
#: drizzled/error.cc:204
2182
2840
"The file '%-.128s' must be in the database directory or be readable by all"
2185
#: ../drizzled/error.cc:291
2843
#: drizzled/error.cc:206
2187
2845
msgid "File '%-.200s' already exists"
2190
#: ../drizzled/error.cc:292
2848
#: drizzled/error.cc:208
2192
2850
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2195
#: ../drizzled/error.cc:293
2853
#: drizzled/error.cc:210
2855
msgid "Records: %ld Duplicates: %ld"
2858
#: drizzled/error.cc:212
2197
2860
"Incorrect prefix key; the used key part isn't a string, the used length is "
2198
2861
"longer than the key part, or the storage engine doesn't support unique "
2202
#: ../drizzled/error.cc:294
2865
#: drizzled/error.cc:214
2203
2866
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2206
#: ../drizzled/error.cc:295
2869
#: drizzled/error.cc:216
2208
2871
msgid "Can't DROP '%-.192s'; check that column/key exists"
2211
#: ../drizzled/error.cc:296
2874
#: drizzled/error.cc:218
2213
2876
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2216
#: ../drizzled/error.cc:297
2879
#: drizzled/error.cc:220
2218
2881
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2221
#: ../drizzled/error.cc:298
2884
#: drizzled/error.cc:222
2223
2886
msgid "Unknown thread id: %lu"
2226
#: ../drizzled/error.cc:299
2889
#: drizzled/error.cc:224
2228
2891
msgid "You are not owner of thread %lu"
2231
#: ../drizzled/error.cc:300
2894
#: drizzled/error.cc:226
2232
2895
msgid "No tables used"
2235
#: ../drizzled/error.cc:301
2898
#: drizzled/error.cc:228
2900
msgid "Too many strings for column %-.192s and SET"
2903
#: drizzled/error.cc:230
2905
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2908
#: drizzled/error.cc:232
2910
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2911
msgstr "不能讀取由不同版本的MySQL所建立的表格 '%-.64s'"
2913
#: drizzled/error.cc:234
2915
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2918
#: drizzled/error.cc:236
2237
2920
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2240
#: ../drizzled/error.cc:302
2923
#: drizzled/error.cc:238
2242
2925
msgid "Incorrect database name '%-.100s'"
2245
#: ../drizzled/error.cc:303
2928
#: drizzled/error.cc:240
2247
2930
msgid "Incorrect table name '%-.100s'"
2250
#: ../drizzled/error.cc:304
2933
#: drizzled/error.cc:242
2252
2935
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2253
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2936
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
2256
#: ../drizzled/error.cc:305
2939
#: drizzled/error.cc:244
2257
2941
msgid "Unknown error"
2260
#: ../drizzled/error.cc:306
2944
#: drizzled/error.cc:246
2262
2946
msgid "Unknown procedure '%-.192s'"
2947
msgstr "不明白的指令: '%-.60s'"
2265
#: ../drizzled/error.cc:307
2949
#: drizzled/error.cc:248
2267
2951
msgid "Incorrect parameter count to procedure '%-.192s'"
2270
#: ../drizzled/error.cc:308
2954
#: drizzled/error.cc:250
2956
msgid "Incorrect parameters to procedure '%-.192s'"
2959
#: drizzled/error.cc:252
2272
2961
msgid "Unknown table '%-.192s' in %-.32s"
2275
#: ../drizzled/error.cc:309
2964
#: drizzled/error.cc:254
2277
2966
msgid "Column '%-.192s' specified twice"
2280
#: ../drizzled/error.cc:310
2969
#: drizzled/error.cc:256
2281
2970
msgid "Invalid use of group function"
2284
#: ../drizzled/error.cc:311
2973
#: drizzled/error.cc:258
2287
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2976
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
2290
#: ../drizzled/error.cc:312
2979
#: drizzled/error.cc:260
2291
2980
msgid "A table must have at least 1 column"
2294
#: ../drizzled/error.cc:313
2983
#: drizzled/error.cc:262
2296
2985
msgid "The table '%-.192s' is full"
2299
#: ../drizzled/error.cc:314
2988
#: drizzled/error.cc:264
2990
msgid "Unknown character set: '%-.64s'"
2991
msgstr "不明白的指令: '%-.60s'"
2993
#: drizzled/error.cc:266
2301
msgid "Too many tables; Drizzle can only use %d tables in a join"
2995
msgid "Too many tables; MySQL can only use %d tables in a join"
2304
#: ../drizzled/error.cc:315
2998
#: drizzled/error.cc:268
2305
2999
msgid "Too many columns"
2308
#: ../drizzled/error.cc:316
3002
#: drizzled/error.cc:270
2311
3005
"Row size too large. The maximum row size for the used table type, not "
2312
3006
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2315
#: ../drizzled/error.cc:317
3009
#: drizzled/error.cc:272
3012
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
3013
"thread_stack=#' to specify a bigger stack if needed"
3016
#: drizzled/error.cc:274
2316
3017
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2319
#: ../drizzled/error.cc:318
3020
#: drizzled/error.cc:276
2322
3023
"Table handler doesn't support NULL in given index. Please change column "
2323
3024
"'%-.192s' to be NOT NULL or use another handler"
2326
#: ../drizzled/error.cc:319
2327
msgid "No paths allowed for plugin library"
2330
#: ../drizzled/error.cc:320
2332
msgid "Plugin '%-.192s' already exists"
2335
#: ../drizzled/error.cc:321
3027
#: drizzled/error.cc:278
3029
msgid "Can't load function '%-.192s'"
3032
#: drizzled/error.cc:280
3034
msgid "Can't initialize function '%-.192s'; %-.80s"
3037
#: drizzled/error.cc:282
3038
msgid "No paths allowed for shared library"
3041
#: drizzled/error.cc:284
3043
msgid "Function '%-.192s' already exists"
3046
#: drizzled/error.cc:286
2337
3048
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2340
#: ../drizzled/error.cc:322
2342
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
2345
#: ../drizzled/error.cc:323
3049
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
3051
#: drizzled/error.cc:288
3053
msgid "Can't find symbol '%-.128s' in library"
3056
#: drizzled/error.cc:290
3058
msgid "Function '%-.192s' is not defined"
3061
#: drizzled/error.cc:292
3064
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3065
"'mysqladmin flush-hosts'"
3068
#: drizzled/error.cc:294
3070
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3073
#: drizzled/error.cc:296
3075
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3076
"to change passwords"
3079
#: drizzled/error.cc:298
3081
"You must have privileges to update tables in the mysql database to be able "
3082
"to change passwords for others"
3085
#: drizzled/error.cc:300
3086
msgid "Can't find any matching row in the user table"
3089
#: drizzled/error.cc:302
2347
3091
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2350
#: ../drizzled/error.cc:324
3094
#: drizzled/error.cc:304
2353
3097
"Can't create a new thread (errno %d); if you are not out of available "
2354
3098
"memory, you can consult the manual for a possible OS-dependent bug"
2357
#: ../drizzled/error.cc:325
3101
#: drizzled/error.cc:306
2359
3103
msgid "Column count doesn't match value count at row %ld"
2362
#: ../drizzled/error.cc:326
3106
#: drizzled/error.cc:308
2364
3108
msgid "Can't reopen table: '%-.192s'"
2367
#: ../drizzled/error.cc:327
3111
#: drizzled/error.cc:310
3112
msgid "Invalid use of NULL value"
3115
#: drizzled/error.cc:312
3117
msgid "Got error '%-.64s' from regexp"
3120
#: drizzled/error.cc:314
2369
3122
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2370
3123
"illegal if there is no GROUP BY clause"
2373
#: ../drizzled/error.cc:328
3126
#: drizzled/error.cc:316
3128
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3131
#: drizzled/error.cc:318
3133
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3136
#: drizzled/error.cc:320
3139
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3143
#: drizzled/error.cc:322
3145
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3146
"privileges can be used"
3149
#: drizzled/error.cc:324
3150
msgid "The host or user argument to GRANT is too long"
3153
#: drizzled/error.cc:326
2375
3155
msgid "Table '%-.192s.%-.192s' doesn't exist"
2378
#: ../drizzled/error.cc:329
3158
#: drizzled/error.cc:328
3161
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3165
#: drizzled/error.cc:330
3166
msgid "The used command is not allowed with this MySQL version"
3169
#: drizzled/error.cc:332
2380
3171
"You have an error in your SQL syntax; check the manual that corresponds to "
2381
"your Drizzle server version for the right syntax to use"
2384
#: ../drizzled/error.cc:330
3172
"your MySQL server version for the right syntax to use"
3175
#: drizzled/error.cc:334
3177
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3180
#: drizzled/error.cc:336
3181
msgid "Too many delayed threads in use"
3184
#: drizzled/error.cc:338
3186
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3189
#: drizzled/error.cc:340
2385
3190
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2388
#: ../drizzled/error.cc:331
3193
#: drizzled/error.cc:342
3194
msgid "Got a read error from the connection pipe"
3197
#: drizzled/error.cc:344
3198
msgid "Got an error from fcntl()"
3201
#: drizzled/error.cc:346
2389
3202
msgid "Got packets out of order"
2392
#: ../drizzled/error.cc:332
3205
#: drizzled/error.cc:358
3206
msgid "Result string is longer than 'max_allowed_packet' bytes"
3209
#: drizzled/error.cc:360
2393
3210
msgid "The used table type doesn't support BLOB/TEXT columns"
2396
#: ../drizzled/error.cc:333
3213
#: drizzled/error.cc:362
2397
3214
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2400
#: ../drizzled/error.cc:334
3217
#: drizzled/error.cc:364
3220
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3224
#: drizzled/error.cc:366
2402
3226
msgid "Incorrect column name '%-.100s'"
2405
#: ../drizzled/error.cc:335
3229
#: drizzled/error.cc:368
2407
3231
msgid "The used storage engine can't index column '%-.192s'"
2410
#: ../drizzled/error.cc:336
3234
#: drizzled/error.cc:370
2412
3236
"Unable to open underlying table which is differently defined or of non-"
2413
3237
"MyISAM type or doesn't exist"
2416
#: ../drizzled/error.cc:337
3240
#: drizzled/error.cc:372
2418
3242
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2421
#: ../drizzled/error.cc:338
3245
#: drizzled/error.cc:374
2424
3248
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2427
#: ../drizzled/error.cc:339
3251
#: drizzled/error.cc:376
2429
3253
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2430
3254
"UNIQUE instead"
2433
#: ../drizzled/error.cc:340
3257
#: drizzled/error.cc:378
2434
3258
msgid "Result consisted of more than one row"
2437
#: ../drizzled/error.cc:341
3261
#: drizzled/error.cc:380
2438
3262
msgid "This table type requires a primary key"
2441
#: ../drizzled/error.cc:342
3265
#: drizzled/error.cc:382
3266
msgid "This version of MySQL is not compiled with RAID support"
3269
#: drizzled/error.cc:384
3271
"You are using safe update mode and you tried to update a table without a "
3272
"WHERE that uses a KEY column"
3275
#: drizzled/error.cc:386
2443
3277
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2446
#: ../drizzled/error.cc:343
3280
#: drizzled/error.cc:388
2447
3281
msgid "Can't open table"
2450
#: ../drizzled/error.cc:344
3284
#: drizzled/error.cc:390
2452
3286
msgid "The storage engine for the table doesn't support %s"
2455
#: ../drizzled/error.cc:345
3289
#: drizzled/error.cc:392
3290
msgid "You are not allowed to execute this command in a transaction"
3293
#: drizzled/error.cc:394
2457
3295
msgid "Got error %d during COMMIT"
2460
#: ../drizzled/error.cc:346
3298
#: drizzled/error.cc:396
2462
3300
msgid "Got error %d during ROLLBACK"
2465
#. This is a very incorrect place to use the PRIi64 macro as the
2466
#. program that looks over the source for the N_() macros does not
2467
#. (obviously) do macro expansion, so the string is entirely wrong for
2468
#. what it is trying to output for every language except english.
2469
#: ../drizzled/error.cc:351
3303
#: drizzled/error.cc:398
3305
msgid "Got error %d during FLUSH_LOGS"
3308
#: drizzled/error.cc:400
3310
msgid "Got error %d during CHECKPOINT"
3313
#: drizzled/error.cc:402
2472
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
3316
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
2473
3317
"'%-.64s' (%-.64s)"
2476
#: ../drizzled/error.cc:352
3320
#: drizzled/error.cc:404
3321
msgid "The storage engine for the table does not support binary table dump"
3324
#: drizzled/error.cc:406
3325
msgid "Binlog closed, cannot RESET MASTER"
3328
#: drizzled/error.cc:408
3330
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3333
#: drizzled/error.cc:410
3335
msgid "Error from master: '%-.64s'"
3338
#: drizzled/error.cc:412
3339
msgid "Net error reading from master"
3342
#: drizzled/error.cc:414
3343
msgid "Net error writing to master"
3346
#: drizzled/error.cc:416
3347
msgid "Can't find FULLTEXT index matching the column list"
3350
#: drizzled/error.cc:418
2478
3352
"Can't execute the given command because you have active locked tables or an "
2479
3353
"active transaction"
2482
#: ../drizzled/error.cc:353
3356
#: drizzled/error.cc:420
2484
3358
msgid "Unknown system variable '%-.64s'"
3359
msgstr "不明白的指令: '%-.60s'"
2487
#: ../drizzled/error.cc:354
3361
#: drizzled/error.cc:422
2489
3363
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2492
#: ../drizzled/error.cc:355
3366
#: drizzled/error.cc:424
2495
3369
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2498
#: ../drizzled/error.cc:356
3372
#: drizzled/error.cc:426
2499
3373
msgid "Some non-transactional changed tables couldn't be rolled back"
2502
#: ../drizzled/error.cc:357
3376
#: drizzled/error.cc:428
3378
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3379
"of storage; increase this mysqld variable and try again"
3382
#: drizzled/error.cc:430
3384
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3387
#: drizzled/error.cc:432
3389
"This operation requires a running slave; configure slave and do START SLAVE"
3392
#: drizzled/error.cc:434
3393
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3396
#: drizzled/error.cc:436
3398
"Could not initialize master info structure; more error messages can be found "
3399
"in the MySQL error log"
3402
#: drizzled/error.cc:438
3403
msgid "Could not create slave thread; check system resources"
3406
#: drizzled/error.cc:440
3409
"User %-.64s already has more than 'max_user_connections' active connections"
3412
#: drizzled/error.cc:442
2503
3413
msgid "You may only use constant expressions with SET"
2506
#: ../drizzled/error.cc:358
3416
#: drizzled/error.cc:444
2507
3417
msgid "Lock wait timeout exceeded; try restarting transaction"
2510
#: ../drizzled/error.cc:359
3420
#: drizzled/error.cc:446
2511
3421
msgid "The total number of locks exceeds the lock table size"
2514
#: ../drizzled/error.cc:360
3424
#: drizzled/error.cc:448
2515
3425
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2518
#: ../drizzled/error.cc:361
3428
#: drizzled/error.cc:450
2519
3429
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2522
#: ../drizzled/error.cc:362
3432
#: drizzled/error.cc:452
3433
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3436
#: drizzled/error.cc:454
2524
3438
msgid "Incorrect arguments to %s"
2527
#: ../drizzled/error.cc:363
3441
#: drizzled/error.cc:456
3443
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3446
#: drizzled/error.cc:458
3448
"Incorrect table definition; all MERGE tables must be in the same database"
3451
#: drizzled/error.cc:460
2528
3452
msgid "Deadlock found when trying to get lock; try restarting transaction"
2531
#: ../drizzled/error.cc:364
3455
#: drizzled/error.cc:462
2532
3456
msgid "The used table type doesn't support FULLTEXT indexes"
2535
#: ../drizzled/error.cc:365
3459
#: drizzled/error.cc:464
2536
3460
msgid "Cannot add foreign key constraint"
2539
#: ../drizzled/error.cc:366
3463
#: drizzled/error.cc:466
2540
3464
msgid "Cannot add or update a child row: a foreign key constraint fails"
2543
#: ../drizzled/error.cc:367
3467
#: drizzled/error.cc:468
2544
3468
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2547
#: ../drizzled/error.cc:368
3471
#: drizzled/error.cc:470
3473
msgid "Error connecting to master: %-.128s"
3476
#: drizzled/error.cc:472
3478
msgid "Error running query on master: %-.128s"
3481
#: drizzled/error.cc:474
3483
msgid "Error when executing command %s: %-.128s"
3486
#: drizzled/error.cc:476
2549
3488
msgid "Incorrect usage of %s and %s"
2552
#: ../drizzled/error.cc:369
3491
#: drizzled/error.cc:478
2553
3492
msgid "The used SELECT statements have a different number of columns"
2556
#: ../drizzled/error.cc:370
3495
#: drizzled/error.cc:480
2557
3496
msgid "Can't execute the query because you have a conflicting read lock"
2560
#: ../drizzled/error.cc:371
3499
#: drizzled/error.cc:482
3500
msgid "Mixing of transactional and non-transactional tables is disabled"
3503
#: drizzled/error.cc:484
3505
msgid "Option '%s' used twice in statement"
3508
#: drizzled/error.cc:486
3510
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3513
#: drizzled/error.cc:488
3515
msgid "Access denied; you need the %-.128s privilege for this operation"
3518
#: drizzled/error.cc:490
2563
3521
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2566
#: ../drizzled/error.cc:372
3524
#: drizzled/error.cc:492
2569
3527
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2572
#: ../drizzled/error.cc:373
3530
#: drizzled/error.cc:494
2574
3532
msgid "Variable '%-.64s' doesn't have a default value"
2577
#: ../drizzled/error.cc:374
3535
#: drizzled/error.cc:496
2579
3537
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2582
#: ../drizzled/error.cc:375
3540
#: drizzled/error.cc:498
2584
3542
msgid "Incorrect argument type to variable '%-.64s'"
2587
#: ../drizzled/error.cc:376
3545
#: drizzled/error.cc:500
2589
3547
msgid "Variable '%-.64s' can only be set, not read"
2592
#: ../drizzled/error.cc:377
3550
#: drizzled/error.cc:502
2594
3552
msgid "Incorrect usage/placement of '%s'"
2597
#: ../drizzled/error.cc:378
2599
msgid "This version of Drizzle doesn't yet support '%s'"
2602
#: ../drizzled/error.cc:379
3555
#: drizzled/error.cc:504
3557
msgid "This version of MySQL doesn't yet support '%s'"
3560
#: drizzled/error.cc:506
3563
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3566
#: drizzled/error.cc:508
3567
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3570
#: drizzled/error.cc:510
2604
3572
msgid "Variable '%-.192s' is a %s variable"
2607
#: ../drizzled/error.cc:380
3575
#: drizzled/error.cc:512
2609
3577
msgid "Incorrect foreign key definition for '%-.192s': %s"
2612
#: ../drizzled/error.cc:381
3580
#: drizzled/error.cc:514
2613
3581
msgid "Key reference and table reference don't match"
2616
#: ../drizzled/error.cc:382
3584
#: drizzled/error.cc:516
2618
3586
msgid "Operand should contain %d column(s)"
2621
#: ../drizzled/error.cc:383
3589
#: drizzled/error.cc:518
2622
3590
msgid "Subquery returns more than 1 row"
2625
#: ../drizzled/error.cc:384
3593
#: drizzled/error.cc:520
3595
msgid "Unknown prepared statement handler (%.*s) given to %s"
3598
#: drizzled/error.cc:522
3599
msgid "Help database is corrupt or does not exist"
3602
#: drizzled/error.cc:524
3603
msgid "Cyclic reference on subqueries"
3606
#: drizzled/error.cc:526
2627
3608
msgid "Converting column '%s' from %s to %s"
2630
#: ../drizzled/error.cc:385
3611
#: drizzled/error.cc:528
2632
3613
msgid "Reference '%-.64s' not supported (%s)"
2635
#: ../drizzled/error.cc:386
3616
#: drizzled/error.cc:530
2636
3617
msgid "Every derived table must have its own alias"
2639
#: ../drizzled/error.cc:387
3620
#: drizzled/error.cc:532
2641
3622
msgid "Select %u was reduced during optimization"
2644
#: ../drizzled/error.cc:388
3625
#: drizzled/error.cc:534
2646
3627
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2649
#: ../drizzled/error.cc:389
3630
#: drizzled/error.cc:536
3632
"Client does not support authentication protocol requested by server; "
3633
"consider upgrading MySQL client"
3636
#: drizzled/error.cc:538
2650
3637
msgid "All parts of a SPATIAL index must be NOT NULL"
2653
#: ../drizzled/error.cc:390
3640
#: drizzled/error.cc:540
2655
3642
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2658
#: ../drizzled/error.cc:391
3645
#: drizzled/error.cc:542
3646
msgid "Slave is already running"
3649
#: drizzled/error.cc:544
3650
msgid "Slave already has been stopped"
3653
#: drizzled/error.cc:546
2661
"Uncompressed data size too large; the maximum size is %d (based on "
2662
"max_allowed_packet). The length of uncompressed data may also be corrupted."
3656
"Uncompressed data size too large; the maximum size is %d (probably, length "
3657
"of uncompressed data was corrupted)"
2665
#: ../drizzled/error.cc:392
3660
#: drizzled/error.cc:548
2666
3661
msgid "ZLIB: Not enough memory"
2669
#: ../drizzled/error.cc:393
3664
#: drizzled/error.cc:550
2671
3666
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2672
3667
"data was corrupted)"
2675
#: ../drizzled/error.cc:394
3670
#: drizzled/error.cc:552
2676
3671
msgid "ZLIB: Input data corrupted"
2679
#: ../drizzled/error.cc:395
3674
#: drizzled/error.cc:554
2681
3676
msgid "%d line(s) were cut by GROUP_CONCAT()"
2684
#: ../drizzled/error.cc:396
3679
#: drizzled/error.cc:556
2686
3681
msgid "Row %ld doesn't contain data for all columns"
2689
#: ../drizzled/error.cc:397
3684
#: drizzled/error.cc:558
2692
3687
"Row %ld was truncated; it contained more data than there were input columns"
2695
#: ../drizzled/error.cc:398
3690
#: drizzled/error.cc:560
2698
3693
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2701
#: ../drizzled/error.cc:399
3696
#: drizzled/error.cc:562
2703
3698
msgid "Out of range value for column '%s' at row %ld"
2706
#: ../drizzled/error.cc:400
3701
#: drizzled/error.cc:564
2708
3703
msgid "Data truncated for column '%s' at row %ld"
2711
#: ../drizzled/error.cc:401
3706
#: drizzled/error.cc:566
3708
msgid "Using storage engine %s for table '%s'"
3711
#: drizzled/error.cc:568
2713
3713
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2716
#: ../drizzled/error.cc:402
3716
#: drizzled/error.cc:570
3717
msgid "Cannot drop one or more of the requested users"
3720
#: drizzled/error.cc:572
3721
msgid "Can't revoke all privileges for one or more of the requested users"
3724
#: drizzled/error.cc:574
2718
3726
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2721
#: ../drizzled/error.cc:403
3729
#: drizzled/error.cc:576
2723
3731
msgid "Illegal mix of collations for operation '%s'"
2726
#: ../drizzled/error.cc:404
3734
#: drizzled/error.cc:578
2729
3737
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2730
3738
"variable_name)"
2733
#: ../drizzled/error.cc:405
3741
#: drizzled/error.cc:580
2735
3743
msgid "Unknown collation: '%-.64s'"
2738
#: ../drizzled/error.cc:406
3744
msgstr "不明白的指令: '%-.60s'"
3746
#: drizzled/error.cc:582
3748
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
3749
"compiled without SSL support; they can be used later if MySQL slave with SSL "
3753
#: drizzled/error.cc:584
3756
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3757
"old format; please change the password to the new format"
3760
#: drizzled/error.cc:586
2741
3763
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2745
#: ../drizzled/error.cc:407
3767
#: drizzled/error.cc:588
3768
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3771
#: drizzled/error.cc:590
3773
"It is recommended to use --skip-slave-start when doing step-by-step "
3774
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3775
"get an unexpected slave's mysqld restart"
3778
#: drizzled/error.cc:592
3779
msgid "SQL thread is not to be started so UNTIL options are ignored"
3782
#: drizzled/error.cc:594
2747
3784
msgid "Incorrect index name '%-.100s'"
2750
#: ../drizzled/error.cc:408
3787
#: drizzled/error.cc:596
2752
3789
msgid "Incorrect catalog name '%-.100s'"
2755
#: ../drizzled/error.cc:409
3792
#: drizzled/error.cc:598
3794
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3797
#: drizzled/error.cc:600
2757
3799
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2760
#: ../drizzled/error.cc:410
3802
#: drizzled/error.cc:602
3804
msgid "Unknown key cache '%-.100s'"
3805
msgstr "不明白的指令: '%-.60s'"
3807
#: drizzled/error.cc:604
3809
"MySQL is started in --skip-name-resolve mode; you must restart it without "
3810
"this switch for this grant to work"
3813
#: drizzled/error.cc:606
2762
3815
msgid "Unknown table engine '%s'"
3816
msgstr "不明白的指令: '%-.60s'"
3818
#: drizzled/error.cc:608
3820
msgid "'%s' is deprecated; use '%s' instead"
2765
#: ../drizzled/error.cc:411
3823
#: drizzled/error.cc:610
2767
3825
msgid "The target table %-.100s of the %s is not updatable"
2770
#: ../drizzled/error.cc:412
3828
#: drizzled/error.cc:612
2773
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3831
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
2777
#: ../drizzled/error.cc:413
3835
#: drizzled/error.cc:614
2780
"The Drizzle server is running with the %s option so it cannot execute this "
3838
"The MySQL server is running with the %s option so it cannot execute this "
2784
#: ../drizzled/error.cc:414
3842
#: drizzled/error.cc:616
2786
3844
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2789
#: ../drizzled/error.cc:415
3847
#: drizzled/error.cc:618
2791
3849
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2794
#: ../drizzled/error.cc:416
3852
#: drizzled/error.cc:620
2796
3854
"Incorrect table definition; there can be only one TIMESTAMP column with "
2797
3855
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2800
#: ../drizzled/error.cc:417
3858
#: drizzled/error.cc:622
2802
3860
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2805
#: ../drizzled/error.cc:418
3863
#: drizzled/error.cc:624
3864
msgid "This command is not supported in the prepared statement protocol yet"
3867
#: drizzled/error.cc:626
2807
3869
msgid "Got error %d '%-.100s' from %s"
2810
#: ../drizzled/error.cc:419
3872
#: drizzled/error.cc:628
2812
3874
msgid "Got temporary error %d '%-.100s' from %s"
2815
#: ../drizzled/error.cc:420
3877
#: drizzled/error.cc:630
2817
3879
msgid "Unknown or incorrect time zone: '%-.64s'"
3880
msgstr "不明白的指令: '%-.60s'"
3882
#: drizzled/error.cc:632
3884
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
2820
#: ../drizzled/error.cc:421
3887
#: drizzled/error.cc:634
2822
3889
msgid "Invalid %s character string: '%.64s'"
2825
#: ../drizzled/error.cc:422
3892
#: drizzled/error.cc:636
2827
3894
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2830
#: ../drizzled/error.cc:423
3897
#: drizzled/error.cc:638
3899
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3902
#: drizzled/error.cc:640
3904
msgid "Can't create a %s from within another stored routine"
3907
#: drizzled/error.cc:642
3909
msgid "%s %s already exists"
3912
#: drizzled/error.cc:644
2832
3914
msgid "%s %s does not exist"
2835
#: ../drizzled/error.cc:424
3917
#: drizzled/error.cc:646
3919
msgid "Failed to DROP %s %s"
3922
#: drizzled/error.cc:648
3924
msgid "Failed to CREATE %s %s"
3927
#: drizzled/error.cc:650
3929
msgid "%s with no matching label: %s"
3932
#: drizzled/error.cc:652
3934
msgid "Redefining label %s"
3937
#: drizzled/error.cc:654
3939
msgid "End-label %s without match"
3942
#: drizzled/error.cc:656
3944
msgid "Referring to uninitialized variable %s"
3947
#: drizzled/error.cc:658
3949
msgid "PROCEDURE %s can't return a result set in the given context"
3952
#: drizzled/error.cc:660
3953
msgid "RETURN is only allowed in a FUNCTION"
3956
#: drizzled/error.cc:662
3958
msgid "%s is not allowed in stored procedures"
3961
#: drizzled/error.cc:664
3963
"The update log is deprecated and replaced by the binary log; SET "
3964
"SQL_LOG_UPDATE has been ignored"
3967
#: drizzled/error.cc:666
3969
"The update log is deprecated and replaced by the binary log; SET "
3970
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3973
#: drizzled/error.cc:668
2836
3974
msgid "Query execution was interrupted"
2839
#: ../drizzled/error.cc:425
3977
#: drizzled/error.cc:670
3979
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3982
#: drizzled/error.cc:672
3984
msgid "Undefined CONDITION: %s"
3987
#: drizzled/error.cc:674
3989
msgid "No RETURN found in FUNCTION %s"
3992
#: drizzled/error.cc:676
3994
msgid "FUNCTION %s ended without RETURN"
3997
#: drizzled/error.cc:678
3998
msgid "Cursor statement must be a SELECT"
4001
#: drizzled/error.cc:680
4002
msgid "Cursor SELECT must not have INTO"
4005
#: drizzled/error.cc:682
4007
msgid "Undefined CURSOR: %s"
4010
#: drizzled/error.cc:684
4011
msgid "Cursor is already open"
4014
#: drizzled/error.cc:686
4015
msgid "Cursor is not open"
4018
#: drizzled/error.cc:688
4020
msgid "Undeclared variable: %s"
4023
#: drizzled/error.cc:690
4024
msgid "Incorrect number of FETCH variables"
4027
#: drizzled/error.cc:692
4028
msgid "No data - zero rows fetched, selected, or processed"
4031
#: drizzled/error.cc:694
4033
msgid "Duplicate parameter: %s"
4036
#: drizzled/error.cc:696
4038
msgid "Duplicate variable: %s"
4041
#: drizzled/error.cc:698
4043
msgid "Duplicate condition: %s"
4046
#: drizzled/error.cc:700
4048
msgid "Duplicate cursor: %s"
4051
#: drizzled/error.cc:702
4053
msgid "Failed to ALTER %s %s"
4056
#: drizzled/error.cc:704
4057
msgid "Subquery value not supported"
4060
#: drizzled/error.cc:706
4062
msgid "%s is not allowed in stored function or trigger"
4065
#: drizzled/error.cc:708
4066
msgid "Variable or condition declaration after cursor or handler declaration"
4069
#: drizzled/error.cc:710
4070
msgid "Cursor declaration after handler declaration"
4073
#: drizzled/error.cc:712
4074
msgid "Case not found for CASE statement"
4077
#: drizzled/error.cc:714
4079
msgid "Configuration file '%-.192s' is too big"
4082
#: drizzled/error.cc:716
4084
msgid "Malformed file type header in file '%-.192s'"
4087
#: drizzled/error.cc:718
4089
msgid "Unexpected end of file while parsing comment '%-.200s'"
4092
#: drizzled/error.cc:720
4094
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4097
#: drizzled/error.cc:722
4099
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4102
#: drizzled/error.cc:724
4103
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4106
#: drizzled/error.cc:726
4108
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4111
#: drizzled/error.cc:728
4113
msgid "'%-.192s.%-.192s' is not %s"
4116
#: drizzled/error.cc:730
4118
msgid "Column '%-.192s' is not updatable"
4121
#: drizzled/error.cc:732
4122
msgid "View's SELECT contains a subquery in the FROM clause"
4125
#: drizzled/error.cc:734
4127
msgid "View's SELECT contains a '%s' clause"
4130
#: drizzled/error.cc:736
4131
msgid "View's SELECT contains a variable or parameter"
4134
#: drizzled/error.cc:738
4136
msgid "View's SELECT refers to a temporary table '%-.192s'"
4139
#: drizzled/error.cc:740
4140
msgid "View's SELECT and view's field list have different column counts"
4143
#: drizzled/error.cc:742
4145
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4148
#: drizzled/error.cc:744
4149
msgid "View being updated does not have complete key of underlying table in it"
4152
#: drizzled/error.cc:746
2842
4155
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2843
4156
"(s) or definer/invoker of view lack rights to use them"
2846
#: ../drizzled/error.cc:426
4159
#: drizzled/error.cc:748
4161
msgid "Can't drop or alter a %s from within another stored routine"
4164
#: drizzled/error.cc:750
4165
msgid "GOTO is not allowed in a stored procedure handler"
4168
#: drizzled/error.cc:752
4169
msgid "Trigger already exists"
4172
#: drizzled/error.cc:754
4173
msgid "Trigger does not exist"
4176
#: drizzled/error.cc:756
4178
msgid "Trigger's '%-.192s' is view or temporary table"
4181
#: drizzled/error.cc:758
4183
msgid "Updating of %s row is not allowed in %strigger"
4186
#: drizzled/error.cc:760
4188
msgid "There is no %s row in %s trigger"
4191
#: drizzled/error.cc:762
2848
4193
msgid "Field '%-.192s' doesn't have a default value"
2851
#: ../drizzled/error.cc:427
4196
#: drizzled/error.cc:764
2852
4197
msgid "Division by 0"
2855
#: ../drizzled/error.cc:428
4200
#: drizzled/error.cc:766
2857
4202
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2860
#: ../drizzled/error.cc:429
4205
#: drizzled/error.cc:768
2862
4207
msgid "Illegal %s '%-.192s' value found during parsing"
2865
#: ../drizzled/error.cc:430
4210
#: drizzled/error.cc:770
4212
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4215
#: drizzled/error.cc:772
4217
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4220
#: drizzled/error.cc:774
4222
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4225
#: drizzled/error.cc:776
4227
msgid "Failed purging old relay logs: %s"
4230
#: drizzled/error.cc:778
4232
msgid "Password hash should be a %d-digit hexadecimal number"
4235
#: drizzled/error.cc:780
4236
msgid "Target log not found in binlog index"
4239
#: drizzled/error.cc:782
4240
msgid "I/O error reading log index file"
4243
#: drizzled/error.cc:784
4244
msgid "Server configuration does not permit binlog purge"
4247
#: drizzled/error.cc:786
4248
msgid "Failed on fseek()"
4251
#: drizzled/error.cc:788
4252
msgid "Fatal error during log purge"
4255
#: drizzled/error.cc:790
4256
msgid "A purgeable log is in use, will not purge"
4259
#: drizzled/error.cc:792
4261
msgid "Unknown error during log purge"
4264
#: drizzled/error.cc:794
4266
msgid "Failed initializing relay log position: %s"
4269
#: drizzled/error.cc:796
4270
msgid "You are not using binary logging"
4273
#: drizzled/error.cc:798
4276
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4279
#: drizzled/error.cc:800
4280
msgid "WSAStartup Failed"
4283
#: drizzled/error.cc:802
4284
msgid "Can't handle procedures with different groups yet"
4287
#: drizzled/error.cc:804
4288
msgid "Select must have a group with this procedure"
4291
#: drizzled/error.cc:806
4292
msgid "Can't use ORDER clause with this procedure"
4295
#: drizzled/error.cc:808
4297
msgid "Binary logging and replication forbid changing the global server %s"
4300
#: drizzled/error.cc:810
4302
msgid "Can't map file: %-.200s, errno: %d"
4303
msgstr "不能鎖定檔案(錯誤碼: %d)"
4305
#: drizzled/error.cc:812
4307
msgid "Wrong magic in %-.64s"
4310
#: drizzled/error.cc:814
4311
msgid "Prepared statement contains too many placeholders"
4314
#: drizzled/error.cc:816
2867
4316
msgid "Key part '%-.192s' length cannot be 0"
2870
#: ../drizzled/error.cc:431
4319
#: drizzled/error.cc:818
4320
msgid "View text checksum failed"
4323
#: drizzled/error.cc:820
4326
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4329
#: drizzled/error.cc:822
4331
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4334
#: drizzled/error.cc:824
4336
msgid "Can not delete from join view '%-.192s.%-.192s'"
4339
#: drizzled/error.cc:826
4341
msgid "Operation %s failed for %.256s"
4344
#: drizzled/error.cc:828
4345
msgid "XAER_NOTA: Unknown XID"
4348
#: drizzled/error.cc:830
4349
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4352
#: drizzled/error.cc:832
2873
4355
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2874
4356
"the %.64s state"
2877
#: ../drizzled/error.cc:432
4359
#: drizzled/error.cc:834
4360
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4363
#: drizzled/error.cc:836
4365
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4369
#: drizzled/error.cc:838
4370
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4373
#: drizzled/error.cc:840
4376
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4380
#: drizzled/error.cc:842
4381
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4384
#: drizzled/error.cc:844
4385
msgid "Failed to revoke all privileges to dropped routine"
4388
#: drizzled/error.cc:846
2879
4390
msgid "Data too long for column '%s' at row %ld"
2882
#: ../drizzled/error.cc:433
4393
#: drizzled/error.cc:848
4395
msgid "Bad SQLSTATE: '%s'"
4398
#: drizzled/error.cc:850
2885
4401
"%s: ready for connections.\n"
2886
"Version: '%s' %s\n"
4402
"Version: '%s' socket: '%s' port: %d %s"
2889
#: ../drizzled/error.cc:434
4405
#: drizzled/error.cc:852
2890
4406
msgid "Can't load value from file with fixed size rows to variable"
2893
#: ../drizzled/error.cc:435
4409
#: drizzled/error.cc:854
4410
msgid "You are not allowed to create a user with GRANT"
4413
#: drizzled/error.cc:856
2895
4415
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2898
#: ../drizzled/error.cc:436
4418
#: drizzled/error.cc:858
2899
4419
msgid "Table definition has changed, please retry transaction"
2902
#: ../drizzled/error.cc:437
4422
#: drizzled/error.cc:860
4423
msgid "Duplicate handler declared in the same block"
4426
#: drizzled/error.cc:862
4429
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4430
"variable in BEFORE trigger"
4433
#: drizzled/error.cc:864
2904
4435
msgid "Not allowed to return a result set from a %s"
2907
#: ../drizzled/error.cc:438
4438
#: drizzled/error.cc:866
2908
4439
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2911
#: ../drizzled/error.cc:439
4442
#: drizzled/error.cc:868
4444
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4445
"declaration and binary logging is enabled; if non-transactional tables were "
4446
"updated, the binary log will miss their changes"
4449
#: drizzled/error.cc:870
4451
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4452
"declaration and binary logging is enabled (you *might* want to use the less "
4453
"safe log_bin_trust_function_creators variable)"
4456
#: drizzled/error.cc:872
4458
"You do not have the SUPER privilege and binary logging is enabled (you "
4459
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4462
#: drizzled/error.cc:874
4464
"You can't execute a prepared statement which has an open cursor associated "
4465
"with it. Reset the statement to re-execute it."
4468
#: drizzled/error.cc:876
4470
msgid "The statement (%lu) has no open cursor."
4473
#: drizzled/error.cc:878
2913
4475
"Explicit or implicit commit is not allowed in stored function or trigger."
2916
#: ../drizzled/error.cc:440
4478
#: drizzled/error.cc:880
4481
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4484
#: drizzled/error.cc:882
4485
msgid "Recursive stored functions and triggers are not allowed."
4488
#: drizzled/error.cc:884
2918
4490
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2921
#: ../drizzled/error.cc:441
4493
#: drizzled/error.cc:886
2923
4495
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2926
#: ../drizzled/error.cc:442
4498
#: drizzled/error.cc:888
2929
4501
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2933
#: ../drizzled/error.cc:443
4505
#: drizzled/error.cc:890
4507
"You can't combine write-locking of system tables with other tables or lock "
4511
#: drizzled/error.cc:892
4513
msgid "Unable to connect to foreign data source: %.64s"
4516
#: drizzled/error.cc:894
4519
"There was a problem processing the query on the foreign data source. Data "
4520
"source error: %-.64s"
4523
#: drizzled/error.cc:896
4526
"The foreign data source you are trying to reference does not exist. Data "
4527
"source error: %-.64s"
4530
#: drizzled/error.cc:898
4533
"Can't create federated table. The data source connection string '%-.64s' is "
4534
"not in the correct format"
4537
#: drizzled/error.cc:900
4539
msgid "The data source connection string '%-.64s' is not in the correct format"
4542
#: drizzled/error.cc:902
4544
msgid "Can't create federated table. Foreign data src error: %-.64s"
4547
#: drizzled/error.cc:904
2934
4548
msgid "Trigger in wrong schema"
2937
#: ../drizzled/error.cc:444
4551
#: drizzled/error.cc:906
2940
4554
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2941
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2944
#: ../drizzled/error.cc:445
4555
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
4558
#: drizzled/error.cc:908
4560
msgid "Routine body for '%-.100s' is too long"
4563
#: drizzled/error.cc:910
4564
msgid "Cannot drop default keycache"
4567
#: drizzled/error.cc:912
2946
4569
msgid "Display width out of range for column '%-.192s' (max = %d)"
2949
#: ../drizzled/error.cc:446
4572
#: drizzled/error.cc:914
4573
msgid "XAER_DUPID: The XID already exists"
4576
#: drizzled/error.cc:916
2951
4578
msgid "Datetime function: %-.32s field overflow"
2954
#: ../drizzled/error.cc:447
4581
#: drizzled/error.cc:918
4584
"Can't update table '%-.192s' in stored function/trigger because it is "
4585
"already used by statement which invoked this stored function/trigger."
4588
#: drizzled/error.cc:920
4591
"The definition of table '%-.192s' prevents operation %.192s on table "
4595
#: drizzled/error.cc:922
4597
"The prepared statement contains a stored routine call that refers to that "
4598
"same statement. It's not allowed to execute a prepared statement in such a "
4602
#: drizzled/error.cc:924
4603
msgid "Not allowed to set autocommit from a stored function or trigger"
4606
#: drizzled/error.cc:926
4607
msgid "Definer is not fully qualified"
4610
#: drizzled/error.cc:928
4613
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4614
"Current user is used as definer. Please recreate the view!"
4617
#: drizzled/error.cc:930
4620
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4624
#: drizzled/error.cc:932
4626
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4629
#: drizzled/error.cc:934
4631
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4634
#: drizzled/error.cc:936
2957
4637
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2960
#: ../drizzled/error.cc:448
4640
#: drizzled/error.cc:938
2963
4643
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2966
#: ../drizzled/error.cc:449
2967
msgid "No data - zero rows fetched, selected, or processed"
2970
#: ../drizzled/error.cc:450
4646
#: drizzled/error.cc:940
4648
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4651
#: drizzled/error.cc:942
4654
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4655
"activated under the authorization of the invoker, which may have "
4656
"insufficient privileges. Please recreate the trigger."
4659
#: drizzled/error.cc:944
4661
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4664
#: drizzled/error.cc:946
4667
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4668
"exceeded for routine %.192s"
4671
#: drizzled/error.cc:948
4674
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
4675
"contains bad data (internal code %d)"
4678
#: drizzled/error.cc:950
4680
msgid "Incorrect routine name '%-.192s'"
4683
#: drizzled/error.cc:952
2972
4685
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2975
#: ../drizzled/error.cc:451
4688
#: drizzled/error.cc:954
4689
msgid "AGGREGATE is not supported for stored functions"
4692
#: drizzled/error.cc:956
4695
"Can't create more than max_prepared_stmt_count statements (current value: %"
4699
#: drizzled/error.cc:958
4701
msgid "`%-.192s`.`%-.192s` contains view recursion"
4704
#: drizzled/error.cc:960
2977
4706
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2980
#: ../drizzled/error.cc:452
4709
#: drizzled/error.cc:962
2981
4710
msgid "The used table type doesn't support SPATIAL indexes"
2984
#: ../drizzled/error.cc:453
4713
#: drizzled/error.cc:964
4714
msgid "Triggers can not be created on system tables"
4717
#: drizzled/error.cc:966
2986
4719
msgid "Leading spaces are removed from name '%s'"
2989
#: ../drizzled/error.cc:454
4722
#: drizzled/error.cc:968
2990
4723
msgid "Failed to read auto-increment value from storage engine"
2993
#: ../drizzled/error.cc:455
4726
#: drizzled/error.cc:970
4730
#: drizzled/error.cc:972
4734
#: drizzled/error.cc:974
2995
4736
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
2998
#: ../drizzled/error.cc:456
4739
#: drizzled/error.cc:976
4741
msgid "The target table %-.100s of the %s is not insertable-into"
4744
#: drizzled/error.cc:978
4747
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4750
#: drizzled/error.cc:980
2999
4751
msgid "Too high level of nesting for select"
3002
#: ../drizzled/error.cc:457
4754
#: drizzled/error.cc:982
3004
4756
msgid "Name '%-.64s' has become ''"
3007
#: ../drizzled/error.cc:458
4759
#: drizzled/error.cc:984
3009
4761
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3010
4762
"optional and non-empty FIELDS ENCLOSED BY"
3013
#: ../drizzled/error.cc:459
4765
#: drizzled/error.cc:986
4767
msgid "The foreign server, %s, you are trying to create already exists."
4770
#: drizzled/error.cc:988
4773
"The foreign server name you are trying to reference does not exist. Data "
4774
"source error: %-.64s"
4777
#: drizzled/error.cc:990
3016
4780
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3019
#: ../drizzled/error.cc:460
4783
#: drizzled/error.cc:992
4786
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4790
#: drizzled/error.cc:994
4792
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4795
#: drizzled/error.cc:996
4796
msgid "MAXVALUE can only be used in last partition definition"
4799
#: drizzled/error.cc:998
4800
msgid "Subpartitions can only be hash partitions and by key"
4803
#: drizzled/error.cc:1000
4804
msgid "Must define subpartitions on all partitions if on one partition"
4807
#: drizzled/error.cc:1002
4808
msgid "Wrong number of partitions defined, mismatch with previous setting"
4811
#: drizzled/error.cc:1004
4812
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4815
#: drizzled/error.cc:1006
4816
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4819
#: drizzled/error.cc:1008
4820
msgid "Expression in RANGE/LIST VALUES must be constant"
4823
#: drizzled/error.cc:1010
4824
msgid "Field in list of fields for partition function not found in table"
4827
#: drizzled/error.cc:1012
4828
msgid "List of fields is only allowed in KEY partitions"
4831
#: drizzled/error.cc:1014
4833
"The partition info in the frm file is not consistent with what can be "
4834
"written into the frm file"
4837
#: drizzled/error.cc:1016
4839
msgid "The %-.192s function returns the wrong type"
4842
#: drizzled/error.cc:1018
4844
msgid "For %-.64s partitions each partition must be defined"
4847
#: drizzled/error.cc:1020
4848
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4851
#: drizzled/error.cc:1022
4852
msgid "VALUES value must be of same type as partition function"
4855
#: drizzled/error.cc:1024
4856
msgid "Multiple definition of same constant in list partitioning"
4859
#: drizzled/error.cc:1026
4860
msgid "Partitioning can not be used stand-alone in query"
4863
#: drizzled/error.cc:1028
4865
"The mix of handlers in the partitions is not allowed in this version of MySQL"
4868
#: drizzled/error.cc:1030
4870
msgid "For the partitioned engine it is necessary to define all %-.64s"
4873
#: drizzled/error.cc:1032
4874
msgid "Too many partitions (including subpartitions) were defined"
4877
#: drizzled/error.cc:1034
4879
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4880
"partitioning for subpartitioning"
4883
#: drizzled/error.cc:1036
4884
msgid "Failed to create specific handler file"
4887
#: drizzled/error.cc:1038
4888
msgid "A BLOB field is not allowed in partition function"
4891
#: drizzled/error.cc:1040
4893
msgid "A %-.192s must include all columns in the table's partitioning function"
4896
#: drizzled/error.cc:1042
4898
msgid "Number of %-.64s = 0 is not an allowed value"
4901
#: drizzled/error.cc:1044
4902
msgid "Partition management on a not partitioned table is not possible"
4905
#: drizzled/error.cc:1046
4907
"Foreign key condition is not yet supported in conjunction with partitioning"
4910
#: drizzled/error.cc:1048
4912
msgid "Error in list of partitions to %-.64s"
4915
#: drizzled/error.cc:1050
4916
msgid "Cannot remove all partitions, use DROP TABLE instead"
4919
#: drizzled/error.cc:1052
4920
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4923
#: drizzled/error.cc:1054
4925
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
4929
#: drizzled/error.cc:1056
4931
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
4932
"tables using HASH PARTITIONs"
4935
#: drizzled/error.cc:1058
4937
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4940
#: drizzled/error.cc:1060
4941
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4944
#: drizzled/error.cc:1062
4945
msgid "At least one partition must be added"
4948
#: drizzled/error.cc:1064
4949
msgid "At least one partition must be coalesced"
4952
#: drizzled/error.cc:1066
4953
msgid "More partitions to reorganise than there are partitions"
4956
#: drizzled/error.cc:1068
4958
msgid "Duplicate partition name %-.192s"
4961
#: drizzled/error.cc:1070
4962
msgid "It is not allowed to shut off binlog on this command"
4965
#: drizzled/error.cc:1072
4966
msgid "When reorganising a set of partitions they must be in consecutive order"
4969
#: drizzled/error.cc:1074
4971
"Reorganize of range partitions cannot change total ranges except for last "
4972
"partition where it can extend the range"
4975
#: drizzled/error.cc:1076
4976
msgid "Partition function not supported in this version for this handler"
4979
#: drizzled/error.cc:1078
4980
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4983
#: drizzled/error.cc:1080
4985
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4988
#: drizzled/error.cc:1082
4990
msgid "Plugin '%-.192s' is not loaded"
4993
#: drizzled/error.cc:1084
3021
4995
msgid "Incorrect %-.32s value: '%-.128s'"
3024
#: ../drizzled/error.cc:461
4998
#: drizzled/error.cc:1086
3026
5000
msgid "Table has no partition for value %-.64s"
3029
#: ../drizzled/error.cc:462
5003
#: drizzled/error.cc:1088
5005
msgid "It is not allowed to specify %s more than once"
5008
#: drizzled/error.cc:1090 drizzled/error.cc:1226
5010
msgid "Failed to create %s"
5013
#: drizzled/error.cc:1092 drizzled/error.cc:1116
5015
msgid "Failed to drop %s"
5018
#: drizzled/error.cc:1094
5019
msgid "The handler doesn't support autoextend of tablespaces"
5022
#: drizzled/error.cc:1096
5024
"A size parameter was incorrectly specified, either number or on the form 10M"
5027
#: drizzled/error.cc:1098
5029
"The size number was correct but we don't allow the digit part to be more "
5033
#: drizzled/error.cc:1100
5035
msgid "Failed to alter: %s"
5038
#: drizzled/error.cc:1102
3030
5039
msgid "Writing one row to the row-based binary log failed"
3033
#: ../drizzled/error.cc:463
5042
#: drizzled/error.cc:1104
5044
msgid "Table definition on master and slave does not match: %s"
5047
#: drizzled/error.cc:1106
5049
"Slave running with --log-slave-updates must use row-based binary logging to "
5050
"be able to replicate row-based binary log events"
5053
#: drizzled/error.cc:1108
5055
msgid "Event '%-.192s' already exists"
5058
#: drizzled/error.cc:1110
5060
msgid "Failed to store event %s. Error code %d from storage engine."
5063
#: drizzled/error.cc:1112
5065
msgid "Unknown event '%-.192s'"
5066
msgstr "不明白的指令: '%-.60s'"
5068
#: drizzled/error.cc:1114
5070
msgid "Failed to alter event '%-.192s'"
5073
#: drizzled/error.cc:1118
5074
msgid "INTERVAL is either not positive or too big"
5077
#: drizzled/error.cc:1120
5078
msgid "ENDS is either invalid or before STARTS"
5081
#: drizzled/error.cc:1122
5082
msgid "Event execution time is in the past. Event has been disabled"
5085
#: drizzled/error.cc:1124
5086
msgid "Failed to open mysql.event"
5089
#: drizzled/error.cc:1126
5090
msgid "No datetime expression provided"
5093
#: drizzled/error.cc:1128
5096
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5097
"probably corrupted"
5100
#: drizzled/error.cc:1130
5102
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5105
#: drizzled/error.cc:1132
5106
msgid "Failed to delete the event from mysql.event"
5109
#: drizzled/error.cc:1134
5110
msgid "Error during compilation of event's body"
5113
#: drizzled/error.cc:1136
5114
msgid "Same old and new event name"
5117
#: drizzled/error.cc:1138
5119
msgid "Data for column '%s' too long"
5122
#: drizzled/error.cc:1140
3035
5124
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3038
#: ../drizzled/error.cc:464
5127
#: drizzled/error.cc:1142
5130
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5134
#: drizzled/error.cc:1144
5135
msgid "You can't write-lock a log table. Only read access is possible"
5138
#: drizzled/error.cc:1146
5139
msgid "You can't use locks with log tables."
5142
#: drizzled/error.cc:1148
3041
5145
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3042
5146
"d would lead to a duplicate entry"
3045
#: ../drizzled/error.cc:465
5149
#: drizzled/error.cc:1150
5152
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5153
"%d, now running %d. Please use mysql_upgrade to fix this error."
5156
#: drizzled/error.cc:1152
5158
"Cannot switch out of the row-based binary log format when the session has "
5159
"open temporary tables"
5162
#: drizzled/error.cc:1154
5164
"Cannot change the binary logging format inside a stored function or trigger"
5167
#: drizzled/error.cc:1156
5169
"The NDB cluster engine does not support changing the binlog format on the "
5173
#: drizzled/error.cc:1158
5174
msgid "Cannot create temporary table with partitions"
5177
#: drizzled/error.cc:1160
5178
msgid "Partition constant is out of partition function domain"
5181
#: drizzled/error.cc:1162
5182
msgid "This partition function is not allowed"
5185
#: drizzled/error.cc:1164
5186
msgid "Error in DDL log"
5189
#: drizzled/error.cc:1166
5190
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5193
#: drizzled/error.cc:1168
5194
msgid "Incorrect partition name"
5197
#: drizzled/error.cc:1170
3047
5199
"Transaction isolation level can't be changed while a transaction is in "
3051
#: ../drizzled/error.cc:466
5203
#: drizzled/error.cc:1172
5206
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5207
"'%-.192s' for key '%-.192s'"
5210
#: drizzled/error.cc:1174
5212
msgid "Internal scheduler error %d"
5215
#: drizzled/error.cc:1176
5217
msgid "Error during starting/stopping of the scheduler. Error code %u"
5220
#: drizzled/error.cc:1178
5221
msgid "Engine cannot be used in partitioned tables"
5224
#: drizzled/error.cc:1180
5226
msgid "Cannot activate '%-.64s' log"
5229
#: drizzled/error.cc:1182
5230
msgid "The server was not built with row-based replication"
5233
#: drizzled/error.cc:1184
5234
msgid "Decoding of base64 string failed"
5237
#: drizzled/error.cc:1186
5238
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5241
#: drizzled/error.cc:1188
5243
"Cannot proceed because system tables used by Event Scheduler were found "
5244
"damaged at server start"
5247
#: drizzled/error.cc:1190
5248
msgid "Only integers allowed as number here"
5251
#: drizzled/error.cc:1192
5252
msgid "This storage engine cannot be used for log tables"
5255
#: drizzled/error.cc:1194
5257
msgid "You cannot '%s' a log table if logging is enabled"
5260
#: drizzled/error.cc:1196
5263
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5264
"rename two tables: the log table to an archive table and another table back "
5268
#: drizzled/error.cc:1198
3053
5270
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3056
#: ../drizzled/error.cc:467
5273
#: drizzled/error.cc:1200
3058
5275
msgid "Incorrect parameters in the call to native function '%-.192s'"
3061
#: ../drizzled/error.cc:468
5278
#: drizzled/error.cc:1202
5280
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5283
#: drizzled/error.cc:1204
5285
msgid "This function '%-.192s' has the same name as a native function"
5288
#: drizzled/error.cc:1206
3063
5290
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3066
#: ../drizzled/error.cc:469
5293
#: drizzled/error.cc:1208
5294
msgid "Too many files opened, please execute the command again"
5297
#: drizzled/error.cc:1210 drizzled/error.cc:1212
5299
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5300
"The event was dropped immediately after creation."
5303
#: drizzled/error.cc:1214
5305
msgid "The incident %s occured on the master. Message: %-.64s"
5308
#: drizzled/error.cc:1216
5309
msgid "Table has no partition for some existing values"
5312
#: drizzled/error.cc:1218
5314
msgid "Statement is not safe to log in statement format."
5317
#: drizzled/error.cc:1220
5319
msgid "Fatal error: %s"
5322
#: drizzled/error.cc:1222
5324
msgid "Relay log read failure: %s"
5327
#: drizzled/error.cc:1224
5329
msgid "Relay log write failure: %s"
5332
#: drizzled/error.cc:1228
5334
msgid "Master command %s failed: %s"
5337
#: drizzled/error.cc:1230
5339
msgid "Binary logging not possible. Message: %s"
5342
#: drizzled/error.cc:1232
5344
msgid "View `%-.64s`.`%-.64s` has no creation context"
5347
#: drizzled/error.cc:1234
5349
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5352
#: drizzled/error.cc:1236
5354
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5357
#: drizzled/error.cc:1238
5359
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5362
#: drizzled/error.cc:1240
5364
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5367
#: drizzled/error.cc:1242
5369
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5372
#: drizzled/error.cc:1244
5374
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5377
#: drizzled/error.cc:1246
5379
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5382
#: drizzled/error.cc:1248
5384
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5387
#: drizzled/error.cc:1250
5389
msgid "Ambiguous slave modes combination. %s"
5392
#: drizzled/error.cc:1252
5395
"The BINLOG statement of type `%s` was not preceded by a format description "
5399
#: drizzled/error.cc:1254
5400
msgid "Corrupted replication event was detected"
5403
#: drizzled/error.cc:1256
3068
5405
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3071
#: ../drizzled/error.cc:470
3073
msgid "Received an invalid value '%s' for a UNIX timestamp."
3076
#: ../drizzled/error.cc:471
3078
msgid "Received an invalid datetime value '%s'."
3081
#: ../drizzled/error.cc:472
3083
msgid "Received a NULL argument for function '%s'."
3086
#: ../drizzled/error.cc:473
3088
msgid "Received an out-of-range argument '%s' for function '%s'."
3091
#: ../drizzled/error.cc:474
3093
msgid "Received an invalid enum value '%s'."
3096
#: ../drizzled/error.cc:475
3097
msgid "Tables which are replicated require a primary key."
3100
#: ../drizzled/error.cc:476
3102
msgid "Corrupt or invalid table definition: %s"
3105
#: ../drizzled/error.cc:477
3107
msgid "Corrupt or invalid schema definition for %s : %s"
3110
#: ../drizzled/error.cc:478
3112
msgid "Schema does not exist: %s"
3115
#: ../drizzled/error.cc:479
3117
msgid "Error altering schema: %s"
3120
#: ../drizzled/error.cc:480
3122
msgid "Error droppping Schema : %s"
3125
#: ../drizzled/error.cc:481
3126
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3129
#: ../drizzled/error.cc:482
3131
msgid "Unknown table engine option key/pair %s = %s."
3134
#: ../drizzled/error.cc:483
3136
msgid "Unknown schema engine option key/pair %s = %s."
3139
#: ../drizzled/error.cc:485
3141
msgid "Can't unlock file (Errcode: %d)"
3142
msgstr "不能解除鎖定檔案(錯誤碼: %d)"
3144
#: ../drizzled/error.cc:486
3146
msgid "Can't change size of file (Errcode: %d)"
3149
#: ../drizzled/error.cc:487
3151
msgid "Can't open stream from handle (Errcode: %d)"
3154
#: ../drizzled/error.cc:488
3156
msgid "Warning: '%s' had %d links"
3159
#: ../drizzled/error.cc:489
3161
msgid "Warning: %d files and %d streams is left open\n"
3164
#: ../drizzled/error.cc:490
3166
msgid "Can't create directory '%s' (Errcode: %d)"
3167
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
3169
#: ../drizzled/error.cc:491
3172
"Character set '%s' is not a compiled character set and is not specified in "
3176
#: ../drizzled/error.cc:492
3178
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3181
#: ../drizzled/error.cc:493
3183
msgid "Can't read value for symlink '%s' (Error %d)"
3186
#: ../drizzled/error.cc:494
3188
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3191
#: ../drizzled/error.cc:495
3193
msgid "Error on realpath() on '%s' (Error %d)"
3196
#: ../drizzled/error.cc:496
3198
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3201
#: ../drizzled/error.cc:497
3204
"Collation '%s' is not a compiled collation and is not specified in the %s "
3208
#: ../drizzled/error.cc:498
3210
msgid "File '%s' (fileno: %d) was not closed"
3213
#: ../drizzled/identifier/schema.cc:58 ../drizzled/identifier/table.cc:234
3215
"Schema name cannot be encoded and fit within filesystem name length "
3219
#: ../drizzled/identifier/table.cc:224
3221
"Table name cannot be encoded and fit within filesystem name length "
3227
#. * Since clients still use this code, we use fprintf here.
3228
#. * This fprintf needs to be turned into errmsg_printf
3229
#. * as soon as the client programs no longer use mysys
3230
#. * and can use the pluggable error message system.
3232
#: ../drizzled/internal/default.cc:687
3234
msgid "error: could not open directory: %s\n"
3237
#: ../drizzled/main.cc:150
3239
"setrlimit could not change the size of core files to 'infinity'; We may not "
3240
"be able to generate a core file on signals"
3243
#: ../drizzled/main.cc:251
3245
msgid "Data directory %s does not exist\n"
3248
#: ../drizzled/message/transaction_reader.cc:175
3250
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
3253
#: ../drizzled/message/transaction_reader.cc:184
3254
#: ../drizzled/message/transaction_writer.cc:371
3256
msgid "Cannot open file: %s\n"
3259
#: ../drizzled/message/transaction_reader.cc:217
3261
msgid "Found a non-transaction message in log. Currently, not supported.\n"
3264
#: ../drizzled/message/transaction_reader.cc:223
3265
#: ../plugin/transaction_log/transaction_log_reader.cc:119
3267
msgid "Attempted to read record bigger than INT_MAX\n"
3270
#: ../drizzled/message/transaction_reader.cc:243
3271
#: ../plugin/transaction_log/transaction_log_reader.cc:139
3273
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
3276
#: ../drizzled/message/transaction_reader.cc:256
3277
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
3278
#: ../plugin/transaction_log/print_transaction_message.cc:147
3279
#: ../plugin/transaction_log/transaction_log_reader.cc:152
3281
msgid "Could not read transaction message.\n"
3284
#: ../drizzled/message/transaction_reader.cc:257
3285
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
3286
#: ../plugin/transaction_log/print_transaction_message.cc:148
3287
#: ../plugin/transaction_log/transaction_log_reader.cc:153
3289
msgid "GPB ERROR: %s.\n"
3292
#: ../drizzled/message/transaction_reader.cc:261
3293
#: ../drizzled/message/transaction_reader.cc:274
3301
#: ../drizzled/message/transaction_reader.cc:268
3303
msgid "Unable to parse command. Got error: %s.\n"
3306
#: ../drizzled/message/transaction_reader.cc:289
3307
#: ../plugin/transaction_log/transaction_log_reader.cc:174
3309
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
3312
#: ../drizzled/message/transaction_writer.cc:365
3314
msgid "Usage: %s TRANSACTION_LOG\n"
3317
#: ../drizzled/module/library.cc:149
3320
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3321
"the current running version of Drizzle: %<PRIu64>."
3324
#: ../drizzled/module/loader.cc:273
3327
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3331
#: ../drizzled/module/loader.cc:352
3333
msgid "Plugin '%s' init function returned error.\n"
3336
#: ../drizzled/module/loader.cc:516
3338
msgid "Couldn't load plugin library named '%s'.\n"
3341
#: ../drizzled/module/loader.cc:526
3343
msgid "Couldn't load plugin named '%s'.\n"
3346
#: ../drizzled/module/loader.cc:753
3347
msgid "Out of memory."
3350
#: ../drizzled/module/loader.cc:1459 ../drizzled/module/loader.cc:1510
5408
#: drizzled/error.cc:1258
5410
msgid "Being purged log %s was not found"
5413
#: drizzled/error.cc:1260
5415
msgid "Converted to non-transactional lock on '%-.64s'"
5418
#: drizzled/error.cc:1262
5420
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5423
#: drizzled/error.cc:1264
5426
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5429
#: drizzled/error.cc:1266
5431
msgid "Can't access storage engine of table %-.64s"
5434
#: drizzled/error.cc:1268
5435
msgid "Starting backup process"
5438
#: drizzled/error.cc:1270
5439
msgid "Backup completed"
5442
#: drizzled/error.cc:1272
5443
msgid "Starting restore process"
5446
#: drizzled/error.cc:1274
5447
msgid "Restore completed"
5450
#: drizzled/error.cc:1276
5451
msgid "Nothing to backup"
5454
#: drizzled/error.cc:1278
5456
msgid "Database '%-.64s' cannot be included in a backup"
5459
#: drizzled/error.cc:1280
5461
"Error during backup operation - server's error log contains more information "
5465
#: drizzled/error.cc:1282
5467
"Error during restore operation - server's error log contains more "
5468
"information about the error"
5471
#: drizzled/error.cc:1284
5473
"Can't execute this command because another BACKUP/RESTORE operation is in "
5477
#: drizzled/error.cc:1286
5478
msgid "Error when preparing for backup operation"
5481
#: drizzled/error.cc:1288
5482
msgid "Error when preparing for restore operation"
5485
#: drizzled/error.cc:1290
5487
msgid "Invalid backup location '%-.64s'"
5490
#: drizzled/error.cc:1292
5492
msgid "Can't read backup location '%-.64s'"
5495
#: drizzled/error.cc:1294
5497
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5500
#: drizzled/error.cc:1296
5501
msgid "Can't enumerate server databases"
5504
#: drizzled/error.cc:1298
5505
msgid "Can't enumerate server tables"
5508
#: drizzled/error.cc:1300
5510
msgid "Can't enumerate tables in database %-.64s"
5513
#: drizzled/error.cc:1302
5515
msgid "Skipping view %-.64s in database %-.64s"
5518
#: drizzled/error.cc:1304
5520
msgid "Skipping table %-.64s since it has no valid storage engine"
5523
#: drizzled/error.cc:1306
5525
msgid "Can't open table %-.64s"
5528
#: drizzled/error.cc:1308
5529
msgid "Can't read backup archive preamble"
5532
#: drizzled/error.cc:1310
5533
msgid "Can't write backup archive preamble"
5536
#: drizzled/error.cc:1312
5538
msgid "Can't find backup driver for table %-.64s"
5541
#: drizzled/error.cc:1314
5544
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5548
#: drizzled/error.cc:1316
5550
msgid "Can't create %-.64s backup driver"
5553
#: drizzled/error.cc:1318
5555
msgid "Can't create %-.64s restore driver"
5558
#: drizzled/error.cc:1320
5560
msgid "Found %d images in backup archive but maximum %d are supported"
5563
#: drizzled/error.cc:1322
5565
msgid "Error when saving meta-data of %-.64s"
5568
#: drizzled/error.cc:1324
5569
msgid "Error when reading meta-data list"
5572
#: drizzled/error.cc:1326
5574
msgid "Can't create %-.64s"
5577
#: drizzled/error.cc:1328
5578
msgid "Can't allocate buffer for image data transfer"
5581
#: drizzled/error.cc:1330
5583
msgid "Error when writing %-.64s backup image data (for table #%d)"
5586
#: drizzled/error.cc:1332
5587
msgid "Error when reading data from backup stream"
5590
#: drizzled/error.cc:1334
5591
msgid "Can't go to the next chunk in backup stream"
5594
#: drizzled/error.cc:1336
5596
msgid "Can't initialize %-.64s backup driver"
5599
#: drizzled/error.cc:1338
5601
msgid "Can't initialize %-.64s restore driver"
5604
#: drizzled/error.cc:1340
5606
msgid "Can't shut down %-.64s backup driver"
5609
#: drizzled/error.cc:1342
5611
msgid "Can't shut down %-.64s backup driver(s)"
5614
#: drizzled/error.cc:1344
5616
msgid "%-.64s backup driver can't prepare for synchronization"
5619
#: drizzled/error.cc:1346
5621
msgid "%-.64s backup driver can't create its image validity point"
5624
#: drizzled/error.cc:1348
5626
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5629
#: drizzled/error.cc:1350
5631
msgid "%-.64s backup driver can't cancel its backup operation"
5634
#: drizzled/error.cc:1352
5636
msgid "%-.64s restore driver can't cancel its restore operation"
5639
#: drizzled/error.cc:1354
5641
msgid "Error when polling %-.64s backup driver for its image data"
5644
#: drizzled/error.cc:1356
5646
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5649
#: drizzled/error.cc:1358
5652
"After %d attempts %-.64s restore driver still can't accept next block of data"
5655
#: drizzled/error.cc:1360
5657
msgid "Open and lock tables failed in %-.64s"
5660
#: drizzled/error.cc:1362
5661
msgid "Backup driver's table locking thread can not be initialized."
5664
#: drizzled/error.cc:1364
5666
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
5667
"and 'mysql.online_backup_progress'."
5670
#: drizzled/error.cc:1366
5672
msgid "Tablespace '%-.192s' already exists"
5675
#: drizzled/error.cc:1368
5677
msgid "Tablespace '%-.192s' doesn't exist"
5680
#: drizzled/error.cc:1370
5682
msgid "Unexpected master's heartbeat data: %s"
5685
#: drizzled/error.cc:1372
5687
msgid "The requested value for the heartbeat period %s %s"
5690
#: drizzled/error.cc:1374
5692
msgid "Can't write to the online backup progress log %-.64s."
5695
#: drizzled/error.cc:1376
5697
msgid "Tablespace '%-.192s' not empty"
5700
#: drizzled/error.cc:1378
5703
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5704
"server. The original definition of the required tablespace is '%-.256s' "
5705
"while the same tablespace is defined on the server as '%-.256s'"
5708
#: drizzled/error.cc:1380
5709
msgid "A virtual column cannot be based on a virtual column"
5712
#: drizzled/error.cc:1382
5714
msgid "Non-deterministic expression for virtual column '%s'."
5717
#: drizzled/error.cc:1384
5720
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5723
#: drizzled/error.cc:1386
5724
msgid "Primary key cannot be defined upon a virtual column."
5727
#: drizzled/error.cc:1388
5728
msgid "Key/Index cannot be defined on a non-stored virtual column."
5731
#: drizzled/error.cc:1390
5733
msgid "Cannot define foreign key with %s clause on a virtual column."
5736
#: drizzled/error.cc:1392
5738
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5741
#: drizzled/error.cc:1394
5743
msgid "'%s' is not yet supported for virtual columns."
5746
#: drizzled/error.cc:1396
5747
msgid "Constant expression in virtual column function is not allowed."
5750
#: drizzled/errmsg.cc:44
5752
msgid "errmsg plugin '%s' init() failed."
5755
#: drizzled/errmsg.cc:70
5757
msgid "errmsg plugin '%s' deinit() failed."
5760
#: drizzled/errmsg.cc:111
5762
msgid "errmsg plugin '%s' errmsg_func() failed"
5765
#: drizzled/handler.cc:378
5767
msgid "Too many storage engines!"
5770
#: drizzled/handler.cc:382
5772
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
5775
#: drizzled/handler.cc:1228
5777
msgid "Found %d prepared transaction(s) in %s"
5780
#: drizzled/handler.cc:1280
5781
msgid "Starting crash recovery..."
5784
#: drizzled/handler.cc:1312
5786
msgid "Found %d prepared XA transactions"
5789
#: drizzled/handler.cc:1316
5792
"Found %d prepared transactions! It means that drizzled was not shut down "
5793
"properly last time and critical recovery information (last binlog or %s "
5794
"file) was manually deleted after a crash. You have to start drizzled with "
5795
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5798
#: drizzled/handler.cc:1326
5799
msgid "Crash recovery finished."
5802
#: drizzled/log.cc:723
5803
msgid "I/O error reading the header from the binary log"
5806
#: drizzled/log.cc:730
5808
"Binlog has bad magic number; It's not a binary log file that can be used by "
5809
"this version of Drizzle"
5812
#: drizzled/log.cc:745
5814
msgid "Failed to open log (file '%s', errno %d)"
5815
msgstr "不能鎖定檔案(錯誤碼: %d)"
5817
#: drizzled/log.cc:747 drizzled/log.cc:755
5818
msgid "Could not open log file"
5821
#: drizzled/log.cc:753
5823
msgid "Failed to create a cache on log (file '%s')"
5826
#: drizzled/log.cc:907 drizzled/log.cc:1271
5829
"Could not use %s for logging (error %d). Turning logging off for the whole "
5830
"duration of the Drizzle server process. To turn it on again: fix the cause, "
5831
"shutdown the Drizzle server and restart it."
5834
#: drizzled/log.cc:1539 drizzled/log.cc:1570 drizzled/log.cc:1819
5835
#: drizzled/log.cc:1941
5837
msgid "Failed to delete file '%s'"
5840
#: drizzled/log.cc:1548 drizzled/log.cc:1827 drizzled/log.cc:1949
5843
"a problem with deleting %s; consider examining correspondence of your binlog "
5844
"index file to the actual binlog files"
5847
#: drizzled/log.cc:1675
5849
msgid "next log error: %d offset: %s log: %s included: %d"
5852
#: drizzled/log.cc:1785 drizzled/log.cc:1909
5854
msgid "Failed to execute stat() on file '%s'"
5857
#: drizzled/log.cc:1796 drizzled/log.cc:1920
5860
"a problem with getting info on being purged %s; consider examining "
5861
"correspondence of your binlog index file to the actual binlog files"
5864
#: drizzled/log.cc:3358 drizzled/log.cc:3851
5866
msgid "Recovering after a crash using %s"
5869
#: drizzled/log.cc:3361
5871
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
5874
#: drizzled/log.cc:3698
5875
msgid "Bad magic header in tc log"
5878
#: drizzled/log.cc:3708
5881
"Recovery failed! You must enable exactly %d storage engines that support two-"
5882
"phase commit protocol"
5885
#: drizzled/log.cc:3736
5887
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5888
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
5889
"heuristic-recover={commit|rollback}"
5892
#: drizzled/log.cc:3766
5893
msgid "Heuristic crash recovery mode"
5896
#: drizzled/log.cc:3768
5897
msgid "Heuristic crash recovery failed"
5900
#: drizzled/log.cc:3769
5901
msgid "Please restart mysqld without --tc-heuristic-recover"
5904
#: drizzled/log.cc:3813 drizzled/log.cc:3837
5906
msgid "find_log_pos() failed (error: %d)"
5907
msgstr "不能鎖定檔案(錯誤碼: %d)"
5909
#: drizzled/log.cc:3950
5911
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5912
"of memory error) and restart, or delete (or rename) binary log and start "
5913
"mysqld with --tc-heuristic-recover={commit|rollback}"
5916
#: drizzled/log_event.cc:126
5918
msgid " %s, Error_code: %d;"
5921
#: drizzled/log_event.cc:130
5924
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
5925
"master log %s, end_log_pos %lu"
5928
#: drizzled/log_event.cc:136
5932
#: drizzled/log_event.cc:878
5935
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
5938
#: drizzled/log_event.cc:1768
5941
"Query partially completed on the master (error on master: %d) and was "
5942
"aborted. There is a chance that your master is inconsistent at this point. "
5943
"If you are sure that your master is ok, run this query manually on the slave "
5944
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
5945
"SLAVE; . Query: '%s'"
5948
#: drizzled/log_event.cc:1794
5951
"Query caused differenxt errors on master and slave.\n"
5952
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
5953
"Default database: '%s'. Query: '%s'"
5956
#: drizzled/log_event.cc:1799
5961
#: drizzled/log_event.cc:1819
5963
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
5966
#: drizzled/log_event.cc:1821 drizzled/log_event.cc:5002
5967
#: drizzled/log_event.cc:5047 drizzled/log_event.cc:5818
5968
msgid "unexpected success or fatal error"
5971
#: drizzled/log_event.cc:2337
5973
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
5974
"probable cause is that the master died while writing the transaction to its "
5975
"binary log, thus rolled back too."
5978
#: drizzled/log_event.cc:3003
5981
"Slave: load data infile on table '%s' at log position %s in log '%s' "
5982
"produced %ld warning(s). Default database: '%s'"
5985
#: drizzled/log_event.cc:3053
5988
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
5991
#: drizzled/log_event.cc:3065
5993
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
5996
#: drizzled/log_event.cc:3780
5997
msgid "Out of memory while recording slave event"
6000
#: drizzled/log_event.cc:4029 drizzled/log_event.cc:4055
6002
msgid "Error in Create_file event: could not open file '%s'"
6005
#: drizzled/log_event.cc:4041
6007
msgid "Error in Create_file event: could not write to file '%s'"
6010
#: drizzled/log_event.cc:4062
6012
msgid "Error in Create_file event: write to '%s' failed"
6015
#: drizzled/log_event.cc:4176
6017
msgid "Error in %s event: could not create file '%s'"
6020
#: drizzled/log_event.cc:4185
6022
msgid "Error in %s event: could not open file '%s'"
6025
#: drizzled/log_event.cc:4192
6027
msgid "Error in %s event: write to '%s' failed"
6030
#: drizzled/log_event.cc:4354
6032
msgid "Error in Exec_load event: could not open file '%s'"
6035
#: drizzled/log_event.cc:4364
6037
msgid "Error in Exec_load event: file '%s' appears corrupted"
6040
#: drizzled/log_event.cc:4394
6042
msgid "%s. Failed executing load from '%s'"
6045
#: drizzled/log_event.cc:4567
6046
msgid "Not enough memory"
6049
#: drizzled/log_event.cc:4999
6051
msgid "Error '%s' in %s event: when locking tables"
6054
#: drizzled/log_event.cc:5009
6056
msgid "Error in %s event: when locking tables"
6059
#: drizzled/log_event.cc:5044
6061
msgid "Error '%s' on reopening tables"
6064
#: drizzled/log_event.cc:5400
6066
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6069
#: drizzled/log_event.cc:5815
6071
msgid "Error '%s' on opening table `%s`.`%s`"
6074
#. TRANSLATORS: The leading word "logging" is the name
6075
#. of the plugin api, and so should not be translated.
6076
#: drizzled/logging.cc:62
6078
msgid "logging plugin '%s' deinit() failed"
6081
#. TRANSLATORS: The leading word "logging" is the name
6082
#. of the plugin api, and so should not be translated.
6083
#: drizzled/logging.cc:85
6085
msgid "logging plugin '%s' logging_pre() failed"
6088
#. TRANSLATORS: The leading word "logging" is the name
6089
#. of the plugin api, and so should not be translated.
6090
#: drizzled/logging.cc:118
6092
msgid "logging plugin '%s' logging_post() failed"
6095
#. TRANSLATORS: The leading word "parser" is the name
6096
#. of the plugin api, and so should not be translated.
6097
#: drizzled/parser.cc:40
6099
msgid "parser plugin '%s' init() failed"
6102
#. TRANSLATORS: The leading word "parser" is the name
6103
#. of the plugin api, and so should not be translated.
6104
#: drizzled/parser.cc:62
6106
msgid "parser plugin '%s' deinit() failed"
6109
#. TRANSLATORS: The leading word "parser" is the name
6110
#. of the plugin api, and so should not be translated.
6111
#: drizzled/parser.cc:98
6113
msgid "parser plugin '%s' parser_func1() failed"
6116
#. TRANSLATORS: The leading word "parser" is the name
6117
#. of the plugin api, and so should not be translated.
6118
#: drizzled/parser.cc:152
6120
msgid "parser plugin '%s' parser_func2() failed"
6123
#. TRANSLATORS: The leading word "qcache" is the name
6124
#. of the plugin api, and so should not be translated.
6125
#: drizzled/qcache.cc:40
6127
msgid "qcache plugin '%s' init() failed"
6130
#. TRANSLATORS: The leading word "qcache" is the name
6131
#. of the plugin api, and so should not be translated.
6132
#: drizzled/qcache.cc:62
6134
msgid "qcache plugin '%s' deinit() failed"
6137
#. TRANSLATORS: The leading word "qcache" is the name
6138
#. of the plugin api, and so should not be translated.
6139
#: drizzled/qcache.cc:98
6141
msgid "qcache plugin '%s' do1() failed"
6144
#. TRANSLATORS: The leading word "qcache" is the name
6145
#. of the plugin api, and so should not be translated.
6146
#: drizzled/qcache.cc:152
6148
msgid "qcache plugin '%s' qcache_func2() failed"
6151
#: drizzled/rpl_mi.cc:251 drizzled/slave.cc:1085 drizzled/slave.cc:2112
6152
msgid "Failed to flush master info file"
6155
#: drizzled/rpl_reporting.cc:44
6157
msgid "Slave %s: %s%s Error_code: %d"
6160
#: drizzled/rpl_rli.cc:145
6163
"Neither --relay-log nor --relay-log-index were used; so replication may "
6164
"break when this MySQL server acts as a slave and has his hostname changed!! "
6165
"Please use '--relay-log=%s' to avoid this problem."
6168
#: drizzled/rpl_rli.cc:162
6169
msgid "Failed in open_log() called from init_relay_log_info()"
6172
#: drizzled/rpl_rli.cc:184
6173
msgid "Failed to flush relay log info file"
6176
#: drizzled/rpl_rli.cc:187
6177
msgid "Error counting relay log space"
6180
#: drizzled/rpl_rli.cc:211
6182
msgid "log %s listed in the index, but failed to stat"
6185
#: drizzled/rpl_rli.cc:226
6186
msgid "Could not find first log while counting relay log space"
6189
#: drizzled/rpl_rli.cc:880
6190
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6193
#: drizzled/rpl_utility.cc:117
6195
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6198
#: drizzled/rpl_utility.cc:132
6201
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6202
"Master's column size should be <= the slave's column size."
6205
#: drizzled/scheduler.cc:129
6206
msgid "Memory allocation error in session_scheduler::init\n"
6209
#: drizzled/scheduler.cc:206
6210
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6213
#: drizzled/scheduler.cc:212
6214
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6217
#: drizzled/scheduler.cc:224
6218
msgid "session_add_event event_add error in libevent_init\n"
6221
#: drizzled/scheduler.cc:240
6223
msgid "Can't create completion port thread (error %d)"
6224
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
6226
#: drizzled/scheduler.cc:353
6227
msgid "event_add error in libevent_add_session_callback\n"
6230
#: drizzled/scheduler.cc:379
6231
msgid "Scheduler init error in libevent_add_new_connection\n"
6234
#: drizzled/scheduler.cc:460
6235
msgid "libevent_thread_proc: my_thread_init() failed\n"
6238
#. TRANSLATORS: The leading word "scheduling" is the name
6239
#. of the plugin api, and so should not be translated.
6240
#: drizzled/scheduling.cc:40
6242
msgid "scheduling plugin '%s' init() failed"
6245
#. TRANSLATORS: The leading word "scheduling" is the name
6246
#. of the plugin api, and so should not be translated.
6247
#: drizzled/scheduling.cc:62
6249
msgid "scheduling plugin '%s' deinit() failed"
6252
#. TRANSLATORS: The leading word "scheduling" is the name
6253
#. of the plugin api, and so should not be translated.
6254
#: drizzled/scheduling.cc:98
6256
msgid "scheduling plugin '%s' scheduling_func1() failed"
6259
#. TRANSLATORS: The leading word "scheduling" is the name
6260
#. of the plugin api, and so should not be translated.
6261
#: drizzled/scheduling.cc:152
6263
msgid "scheduling plugin '%s' scheduling_func2() failed"
6266
#: drizzled/set_var.cc:802
6267
msgid "Ambiguous slave modes combination. STRICT will be used"
6270
#: drizzled/slave.cc:96
6271
msgid "Waiting to reconnect after a failed registration on master"
6274
#: drizzled/slave.cc:97
6276
"Slave I/O thread killed while waitnig to reconnect after a failed "
6277
"registration on master"
6280
#: drizzled/slave.cc:99
6281
msgid "Reconnecting after a failed registration on master"
6284
#: drizzled/slave.cc:100
6287
"failed registering on master, reconnecting to try again, log '%s' at postion "
6291
#: drizzled/slave.cc:103 drizzled/slave.cc:112
6292
msgid "Slave I/O thread killed during or after reconnect"
6295
#: drizzled/slave.cc:106
6296
msgid "Waiting to reconnect after a failed binlog dump request"
6299
#: drizzled/slave.cc:107
6300
msgid "Slave I/O thread killed while retrying master dump"
6303
#: drizzled/slave.cc:108
6304
msgid "Reconnecting after a failed binlog dump request"
6307
#: drizzled/slave.cc:109
6309
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6312
#: drizzled/slave.cc:115
6313
msgid "Waiting to reconnect after a failed master event read"
6316
#: drizzled/slave.cc:116
6317
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6320
#: drizzled/slave.cc:118
6321
msgid "Reconnecting after a failed master event read"
6324
#: drizzled/slave.cc:119
6327
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6331
#: drizzled/slave.cc:122
6333
"Slave I/O thread killed during or after a reconnect done to recover from "
6337
#: drizzled/slave.cc:236
6338
msgid "Failed to allocate memory for the master info structure"
6341
#: drizzled/slave.cc:242 drizzled/slave.cc:1784
6342
msgid "Failed to initialize the master info structure"
6345
#: drizzled/slave.cc:257
6346
msgid "Failed to create slave threads"
6349
#: drizzled/slave.cc:454
6350
msgid "Server id not set, will not start slave"
6353
#: drizzled/slave.cc:622
6355
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6356
"updates to a non-transactional table without any primary key. There is a "
6357
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6358
"check your tables' contents after restart."
6361
#: drizzled/slave.cc:783 drizzled/slave.cc:798
6362
msgid "Master reported unrecognized DRIZZLE version"
6365
#: drizzled/slave.cc:839
6366
msgid "default Format_description_log_event"
6369
#: drizzled/slave.cc:861
6372
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6373
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6376
#: drizzled/slave.cc:888
6378
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6379
"server ids; these ids must be different for replication to work (or the --"
6380
"replicate-same-server-id option must be used on slave but this doesnot "
6381
"always make sense; please check the manual before using it)."
6384
#: drizzled/slave.cc:933
6386
"The slave I/O thread stops because master and slave have different values "
6387
"for the COLLATION_SERVER global variable. The values must be equal for "
6388
"replication to work"
6391
#: drizzled/slave.cc:969
6393
"The slave I/O thread stops because master and slave have different values "
6394
"for the TIME_ZONE global variable. The values must be equal for replication "
6398
#: drizzled/slave.cc:1034
6399
msgid "Waiting for the slave SQL thread to free enough relay log space"
6402
#: drizzled/slave.cc:1080
6404
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6408
#: drizzled/slave.cc:1091
6409
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6412
#: drizzled/slave.cc:1440
6414
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6417
#: drizzled/slave.cc:1493
6419
msgid "Error reading packet from server: %s ( server_errno=%d)"
6422
#: drizzled/slave.cc:1501
6424
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6427
#: drizzled/slave.cc:1655
6430
"It was not possible to update the positions of the relay log information: "
6431
"the slave may be in an inconsistent state. Stopped in %s position %s"
6434
#: drizzled/slave.cc:1730 drizzled/slave.cc:2322
6436
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6439
#: drizzled/slave.cc:1789 drizzled/slave.cc:2271
6441
msgid "Error initializing relay log position: %s"
6444
#: drizzled/slave.cc:1805
6447
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6448
"Consider raising the value of the slave_transaction_retries variable."
6451
#: drizzled/slave.cc:1828
6453
"Could not parse relay log event entry. The possible reasons are: the "
6454
"master's binary log is corrupted (you can check this by running "
6455
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6456
"can check this by running 'mysqlbinlog' on the relay log), a network "
6457
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6458
"check the master's binary log or slave's relay log, you will be able to know "
6459
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6462
#: drizzled/slave.cc:1949
6463
msgid "Failed during slave I/O thread initialization"
6466
#: drizzled/slave.cc:1963
6467
msgid "error in drizzle_create()"
6470
#: drizzled/slave.cc:1971
6473
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6474
"'%s' at position %s"
6477
#: drizzled/slave.cc:1985
6478
msgid "Slave I/O thread killed while connecting to master"
6481
#: drizzled/slave.cc:2009
6482
msgid "Slave I/O thread couldn't register on master"
6485
#: drizzled/slave.cc:2021 drizzled/slave.cc:2045 drizzled/slave.cc:2069
6486
msgid "Forcing to reconnect slave I/O thread"
6489
#: drizzled/slave.cc:2034
6490
msgid "Failed on request_dump()"
6493
#: drizzled/slave.cc:2035
6494
msgid "Slave I/O thread killed while requesting master dump"
6497
#: drizzled/slave.cc:2061
6498
msgid "Waiting for master to send event"
6501
#: drizzled/slave.cc:2063
6502
msgid "Slave I/O thread killed while reading event"
6505
#: drizzled/slave.cc:2081
6508
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6509
"entry is correct, restart the server with a higher value of "
6510
"max_allowed_packet"
6513
#: drizzled/slave.cc:2095
6514
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6517
#: drizzled/slave.cc:2105
6518
msgid "Queueing master event to the relay log"
6521
#: drizzled/slave.cc:2132
6522
msgid "Slave I/O thread aborted while waiting for relay log space"
6525
#: drizzled/slave.cc:2142
6527
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6530
#: drizzled/slave.cc:2163
6531
msgid "Waiting for slave mutex on exit"
6534
#: drizzled/slave.cc:2227
6535
msgid "Failed during slave thread initialization"
6538
#: drizzled/slave.cc:2293
6541
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6542
"s, relay log '%s' position: %s"
6545
#: drizzled/slave.cc:2307
6546
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6549
#: drizzled/slave.cc:2333
6550
msgid "Reading event from the relay log"
6553
#: drizzled/slave.cc:2358
6555
msgid "Slave (additional info): %s Error_code: %d"
6558
#: drizzled/slave.cc:2375
6560
msgid "Slave: %s Error_code: %d"
6563
#: drizzled/slave.cc:2378
6566
"Error loading user-defined library, slave SQL thread aborted. Install the "
6567
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6568
"stopped at log '%s' position %s"
6571
#: drizzled/slave.cc:2386
6574
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6575
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6578
#: drizzled/slave.cc:2398
6581
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6584
#: drizzled/slave.cc:2492
6586
msgid "Slave I/O: failed requesting download of '%s'"
6589
#: drizzled/slave.cc:2509
6591
msgid "Network read error downloading '%s' from master"
6594
#: drizzled/slave.cc:2531
6595
msgid "error writing Exec_load event to relay log"
6598
#: drizzled/slave.cc:2545
6599
msgid "error writing Create_file event to relay log"
6602
#: drizzled/slave.cc:2560
6603
msgid "error writing Append_block event to relay log"
6606
#: drizzled/slave.cc:2656
6607
msgid "Memory allocation failed"
6610
#: drizzled/slave.cc:2681 drizzled/slave.cc:2767
6613
"Read invalid event from master: '%s', master could be corrupt but a more "
6614
"likely cause of this is a bug"
6617
#: drizzled/slave.cc:3039
6618
msgid "could not queue event from master"
6621
#: drizzled/slave.cc:3129
6623
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6626
#: drizzled/slave.cc:3131
6627
msgid "reconnecting"
6630
#: drizzled/slave.cc:3131
6634
#: drizzled/slave.cc:3155
6637
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6641
#: drizzled/slave.cc:3516
6643
msgid "next log '%s' is currently active"
6646
#: drizzled/slave.cc:3546
6648
msgid "next log '%s' is not active"
6651
#: drizzled/slave.cc:3562
6654
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6657
#: drizzled/slave.cc:3568
6658
msgid "Aborting slave SQL thread because of partial event read"
6661
#: drizzled/slave.cc:3574 drizzled/slave.cc:3581
6663
msgid "Error reading relay log event: %s"
6666
#: drizzled/slave.cc:3575
6667
msgid "slave SQL thread was killed"
6670
#: drizzled/slave.cc:3673
6673
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6674
"check error log on slave for more info"
6677
#: drizzled/slave.cc:3679
6680
"According to the master's version ('%s'), it is probable that master suffers "
6681
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6682
"current binary log event may make the slave's data become different from the "
6683
"master's data. To take no risk, slave refuses to replicate this event and "
6684
"stops. We recommend that all updates be stopped on the master and slave, "
6685
"that the data of both be manually synchronized, that master's binary logs be "
6686
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6687
"Then replication can be restarted."
6690
#: drizzled/sql_base.cc:2546
6692
msgid "Table %s had a open data handler in reopen_table"
6695
#: drizzled/sql_base.cc:3197
6697
msgid "Couldn't repair table: %s.%s"
6700
#: drizzled/sql_base.cc:3240
6703
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6704
"s`.`%s`' to the binary log"
6707
#: drizzled/sql_base.cc:3953
6709
msgid "Could not remove temporary table: '%s', error: %d"
6710
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
6712
#: drizzled/sql_db.cc:399 drizzled/sql_db.cc:407
6714
msgid "Error while loading database options: '%s':"
6717
#: drizzled/sql_plugin.cc:678
6719
msgid "Plugin '%s' of type %s failed deinitialization"
6722
#: drizzled/sql_plugin.cc:692
6724
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6727
#: drizzled/sql_plugin.cc:812
6729
msgid "Plugin '%s' registration as a %s failed."
6732
#: drizzled/sql_plugin.cc:1066
6733
msgid "plugin-load parameter too long"
6736
#: drizzled/sql_plugin.cc:1126
6738
msgid "Couldn't load plugin named '%s' with soname '%s'."
6741
#: drizzled/sql_plugin.cc:1177
6743
msgid "Forcing shutdown of %d plugins"
6746
#: drizzled/sql_plugin.cc:1199
6748
msgid "Plugin '%s' will be forced to shutdown"
6751
#: drizzled/sql_plugin.cc:1215
6753
msgid "Plugin '%s' has ref_count=%d after shutdown."
6756
#: drizzled/sql_plugin.cc:2464 drizzled/sql_plugin.cc:2527
3352
6758
msgid "Unknown variable type code 0x%x in plugin '%s'."
6759
msgstr "不明白的指令: '%-.60s'"
3355
#: ../drizzled/module/loader.cc:1502
6761
#: drizzled/sql_plugin.cc:2507
3358
6764
"Server variable %s of plugin %s was forced to be read-only: string variable "
3359
6765
"without update_func and PLUGIN_VAR_MEMALLOC flag"
3362
#: ../drizzled/module/loader.cc:1521
6768
#: drizzled/sql_plugin.cc:2538
3364
6770
msgid "Missing variable name in plugin '%s'."
3367
#: ../drizzled/module/loader.cc:1538
6773
#: drizzled/sql_plugin.cc:2555
3369
6775
msgid "Thread local variable '%s' not allocated in plugin '%s'."
3372
#: ../drizzled/module/loader.cc:1660
6778
#: drizzled/sql_plugin.cc:2674
3374
6780
msgid "Out of memory for plugin '%s'."
3377
#: ../drizzled/module/loader.cc:1669
6783
#: drizzled/sql_plugin.cc:2681
3379
6785
msgid "Bad options for plugin '%s'."
3382
#: ../drizzled/module/loader.cc:1682
6788
#: drizzled/sql_plugin.cc:2690
3384
6790
msgid "Parsing options for plugin '%s' failed."
3387
#: ../drizzled/module/loader.cc:1735
6793
#: drizzled/sql_plugin.cc:2733
3389
6795
msgid "Plugin '%s' has conflicting system variables"
3392
#: ../drizzled/module/registry.h:103
3394
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
3397
#: ../drizzled/module/registry.h:112
3399
msgid "Fatal error: Failed initializing %s plugin.\n"
3402
#: ../drizzled/option.cc:84
3406
#: ../drizzled/option.cc:86
3410
#: ../drizzled/option.cc:337
3412
msgid "%s: %s: Option '%s' used, but is disabled\n"
3415
#: ../drizzled/option.cc:339
3419
#: ../drizzled/option.cc:441
3421
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3424
#: ../drizzled/option.cc:769
3426
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3429
#: ../drizzled/option.cc:962
3431
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3434
#: ../drizzled/option.cc:1194
3436
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3439
#: ../drizzled/option.cc:1214
3443
"Variables (--variable-name=value)\n"
3444
"and boolean options {false|true} Value (after reading options)\n"
3445
"--------------------------------- -----------------------------\n"
3448
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3449
msgid "(No default value)"
3452
#: ../drizzled/option.cc:1249
3456
#: ../drizzled/option.cc:1249
3460
#: ../drizzled/option.cc:1282
3462
msgid "(Disabled)\n"
3465
#: ../drizzled/plugin/error_message.cc:81
3467
msgid "errmsg plugin '%s' errmsg() failed"
3470
#: ../drizzled/plugin/event_observer.cc:132
3473
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3474
"'%s' from EventObserver plugin '%s'"
3477
#: ../drizzled/plugin/event_observer.cc:399
3479
msgid "EventIterate event handler '%s' failed for event '%s'"
3482
#: ../drizzled/plugin/function.cc:48
3484
msgid "A function named %s already exists!\n"
3487
#: ../drizzled/plugin/function.cc:57
3488
msgid "Could not add Function!\n"
3491
#: ../drizzled/plugin/listen.cc:69
3492
msgid "Error getting file descriptors"
3495
#: ../drizzled/plugin/listen.cc:87
3496
msgid "No sockets could be bound for listening"
3499
#: ../drizzled/plugin/listen.cc:97 ../plugin/console/console.cc:304
3501
msgid "pipe() failed with errno %d"
3504
#: ../drizzled/plugin/listen.cc:123
3506
msgid "poll() failed with errno %d"
3509
#: ../drizzled/plugin/listen_tcp.cc:60
3511
msgid "accept() failed with errno %d"
3514
#: ../drizzled/plugin/listen_tcp.cc:96
3516
msgid "getaddrinfo() failed with error %s"
3519
#: ../drizzled/plugin/listen_tcp.cc:128
3521
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3524
#: ../drizzled/plugin/listen_tcp.cc:139
3526
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3529
#: ../drizzled/plugin/listen_tcp.cc:148
3531
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3534
#: ../drizzled/plugin/listen_tcp.cc:157
3536
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3539
#: ../drizzled/plugin/listen_tcp.cc:166
3541
msgid "setsockopt(SO_LINGER) failed with errno %d"
3544
#: ../drizzled/plugin/listen_tcp.cc:175
3546
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3549
#: ../drizzled/plugin/listen_tcp.cc:196
3551
msgid "Retrying bind() on %u\n"
3554
#: ../drizzled/plugin/listen_tcp.cc:203
3556
msgid "bind() failed with errno: %d\n"
3559
#: ../drizzled/plugin/listen_tcp.cc:206
3560
msgid "Do you already have another drizzled running?\n"
3563
#: ../drizzled/plugin/listen_tcp.cc:213
3565
msgid "listen() failed with errno %d\n"
3568
#: ../drizzled/plugin/listen_tcp.cc:219
3570
msgid "Listening on %s:%s\n"
3573
#: ../drizzled/plugin/logging.cc:67
3575
msgid "logging '%s' pre() failed"
3578
#: ../drizzled/plugin/logging.cc:92
3580
msgid "logging '%s' post() failed"
3583
#: ../drizzled/plugin/logging.cc:116
3585
msgid "logging '%s' postEnd() failed"
3588
#: ../drizzled/plugin/scheduler.cc:64
3591
"Attempted to register a scheduler %s, but a scheduler has already been "
3592
"registered with that name.\n"
3595
#: ../drizzled/plugin/scheduler.cc:101
3597
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3600
#: ../drizzled/plugin/schema_engine.cc:131
3602
msgid "Error while loading database options: '%s':"
3605
#: ../drizzled/plugin/xa_resource_manager.cc:117
3607
msgid "Found %d prepared transaction(s) in resource manager."
3610
#: ../drizzled/plugin/xa_resource_manager.cc:184
3611
msgid "Starting crash recovery..."
3614
#: ../drizzled/plugin/xa_resource_manager.cc:194
3616
msgid "Found %d prepared XA transactions"
3619
#: ../drizzled/plugin/xa_resource_manager.cc:199
3622
"Found %d prepared transactions! It means that drizzled was not shut down "
3623
"properly last time and critical recovery information (last binlog or %s "
3624
"file) was manually deleted after a crash. You have to start drizzled with "
3625
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3628
#: ../drizzled/plugin/xa_resource_manager.cc:209
3629
msgid "Crash recovery finished."
3632
#: ../drizzled/replication_services.cc:94
3634
"You registered a TransactionApplier plugin but no TransactionReplicator "
3635
"plugins were registered.\n"
3638
#: ../drizzled/replication_services.cc:125
3641
"You registered a TransactionApplier plugin but no TransactionReplicator "
3642
"plugins were registered that match the requested replicator name of '%s'.\n"
3643
"We have deactivated the TransactionApplier '%s'.\n"
3646
#: ../drizzled/session.cc:1913 ../drizzled/session.cc:1929
3648
msgid "Could not remove temporary table: '%s', error: %d"
3651
#: ../drizzled/set_var.cc:1510
3653
msgid "Variable named %s already exists!\n"
3656
#: ../drizzled/set_var.cc:1519
3658
msgid "Could not add Variable: %s\n"
3661
#: ../drizzled/set_var.cc:1633
3662
msgid "Failed to initialize system variables"
3665
#: ../drizzled/signal_handler.cc:56
3667
msgid "Got signal %d from thread %<PRIu64>"
3670
#: ../drizzled/signal_handler.cc:118
3672
msgid "Fatal signal %d while backtracing\n"
3675
#: ../drizzled/signal_handler.cc:127
3677
msgid "Fatal: time() call failed\n"
3680
#: ../drizzled/signal_handler.cc:133
3683
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3684
"This could be because you hit a bug. It is also possible that this binary\n"
3685
" or one of the libraries it was linked against is corrupt, improperly "
3687
" or misconfigured. This error can also be caused by malfunctioning "
3691
#: ../drizzled/signal_handler.cc:141
3694
"We will try our best to scrape up some info that will hopefully help "
3696
"the problem, but since we have already crashed, something is definitely "
3698
"and this may fail.\n"
3702
#: ../drizzled/signal_handler.cc:148
3705
"It is possible that drizzled could use up to \n"
3706
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3708
"Hope that's ok; if not, decrease some variables in the equation.\n"
3712
#: ../drizzled/sql_base.cc:1518
3714
msgid "Table %s had a open data Cursor in reopen_table"
3717
#: ../drizzled/sql_table.cc:1933
6798
#: drizzled/sql_plugin.cc:2743
6800
msgid "Plugin '%s' disabled by command line option"
6803
#: drizzled/sql_repl.cc:101
6804
msgid "Failed in send_file() while reading file name"
6807
#: drizzled/sql_repl.cc:114
6808
msgid "Failed in send_file() on open of file"
6811
#: drizzled/sql_repl.cc:122
6812
msgid "Failed in send_file() while writing data to client"
6815
#: drizzled/sql_repl.cc:131
6816
msgid "Failed in send_file() while negotiating file transfer close"
6819
#: drizzled/sql_table.cc:82
6821
msgid "Invalid (old?) table or database name '%s'"
6824
#: drizzled/sql_table.cc:2716
3719
6826
msgid "Unknown - internal error %d during operation"
6829
#: drizzled/sql_table.cc:5011
6831
msgid "Could not open table %s.%s after rename\n"
3722
#: ../drizzled/statement/alter_table.cc:1486
6834
#: drizzled/sql_table.cc:5178
3725
6837
"order_st BY ignored because there is a user-defined clustered index in the "
3726
6838
"table '%-.192s'"
3729
#: ../drizzled/table.cc:1964
3731
msgid "Got error %d when reading table '%s'"
3734
#: ../drizzled/table_share.cc:860
3736
msgid "Table %s has invalid/unknown collation: %d,%s"
3739
#: ../drizzled/table_share.cc:1153
3741
msgid "ENUM column %s has greater than %d possible values"
3744
#: ../drizzled/table_share.cc:2063
6841
#: drizzled/sql_udf.cc:39
6842
msgid "Can't allocate memory for udf structures"
6845
#: drizzled/table.cc:507
6848
"'%s' had no or invalid character set, and default character set is multi-"
6849
"byte, so character column sizes may have changed"
6852
#: drizzled/table.cc:2082
3746
6854
msgid "Unknown collation '%s' in table '%-.64s' definition"
3749
#: ../drizzled/table_share.cc:2070
6857
#: drizzled/table.cc:2089
3752
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
6860
"Table '%-.64s' was created with a different version of MySQL and cannot be "
3756
#: ../drizzled/tztime.cc:173
6862
msgstr "不能讀取由不同版本的MySQL所建立的表格 '%-.64s'"
6864
#: drizzled/table.cc:2700
6867
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6871
#: drizzled/table.cc:2726
6874
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6875
"have type %s, found type %s."
6878
#: drizzled/table.cc:2735
6881
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6882
"position %d to have character set '%s' but the type has no character set."
6885
#: drizzled/table.cc:2745
6888
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6889
"position %d to have character set '%s' but found character set '%s'."
6892
#: drizzled/table.cc:2756
6895
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6896
"have type %s but the column is not found."
6899
#: drizzled/table.cc:5182
6901
msgid "Got error %d when reading table '%s'"
6904
#: drizzled/tztime.cc:1054
3758
6906
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3761
#: ../plugin/auth_file/auth_file.cc:225
3763
msgid "Could not load auth file: %s\n"
3766
#: ../plugin/auth_file/auth_file.cc:238 ../plugin/auth_file/auth_file.cc:253
3767
msgid "File to load for usernames and passwords"
3770
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
3771
msgid "Enable HTTP Auth check"
3774
#: ../plugin/auth_http/auth_http.cc:160
3775
msgid "URL for HTTP Auth check"
3778
#: ../plugin/auth_ldap/auth_ldap.cc:285
3780
msgid "Reconnect failed: %s\n"
3783
#: ../plugin/auth_ldap/auth_ldap.cc:304
3785
msgid "ldap_search_ext_s failed: %s\n"
3788
#: ../plugin/auth_ldap/auth_ldap.cc:410
3790
msgid "Could not load auth ldap: %s\n"
3793
#: ../plugin/auth_ldap/auth_ldap.cc:423
3794
msgid "URI of the LDAP server to contact"
3797
#: ../plugin/auth_ldap/auth_ldap.cc:431
3798
msgid "DN to use when binding to the LDAP server"
3801
#: ../plugin/auth_ldap/auth_ldap.cc:439
3802
msgid "Password to use when binding the DN"
3805
#: ../plugin/auth_ldap/auth_ldap.cc:447
3806
msgid "DN to use when searching"
3809
#: ../plugin/auth_ldap/auth_ldap.cc:455
3810
msgid "Attribute in LDAP with plain text password"
3813
#: ../plugin/auth_ldap/auth_ldap.cc:463
3814
msgid "Attribute in LDAP with MySQL hashed password"
3817
#: ../plugin/auth_ldap/auth_ldap.cc:471
3818
msgid "How often to empty the users cache, 0 to disable"
3821
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
3822
msgid "Enable the console."
3825
#: ../plugin/console/console.cc:348 ../plugin/console/console.cc:364
3826
msgid "Turn on extra debugging."
3829
#: ../plugin/console/console.cc:351 ../plugin/console/console.cc:367
3830
msgid "User to use for auth."
3833
#: ../plugin/console/console.cc:353 ../plugin/console/console.cc:370
3834
msgid "Password to use for auth."
3837
#: ../plugin/console/console.cc:355 ../plugin/console/console.cc:373
3839
msgid "Default database to use."
3842
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:842
3843
#: ../plugin/mysql_protocol/mysql_protocol.cc:913
3844
msgid "Invalid value of port\n"
3847
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:851
3848
#: ../plugin/mysql_protocol/mysql_protocol.cc:922
3849
msgid "Invalid value for connect_timeout\n"
3852
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:860
3853
#: ../plugin/mysql_protocol/mysql_protocol.cc:931
3854
msgid "Invalid value for read_timeout\n"
3857
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:869
3858
#: ../plugin/mysql_protocol/mysql_protocol.cc:940
3859
msgid "Invalid value for write_timeout\n"
3862
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:878
3863
msgid "Invalid value for retry_count\n"
3866
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:887
3867
#: ../plugin/mysql_protocol/mysql_protocol.cc:958
3868
msgid "Invalid value for buffer_length\n"
3871
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:907
3872
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
3874
"Port number to use for connection or 0 for default to, in order of "
3875
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
3878
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
3879
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
3880
#: ../plugin/mysql_protocol/mysql_protocol.cc:987
3881
#: ../plugin/mysql_protocol/mysql_protocol.cc:1009
3882
msgid "Connect Timeout."
3885
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:916
3886
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
3887
#: ../plugin/mysql_protocol/mysql_protocol.cc:990
3888
#: ../plugin/mysql_protocol/mysql_protocol.cc:1012
3889
msgid "Read Timeout."
3892
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:918
3893
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:943
3894
#: ../plugin/mysql_protocol/mysql_protocol.cc:992
3895
#: ../plugin/mysql_protocol/mysql_protocol.cc:1015
3896
msgid "Write Timeout."
3899
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:920
3900
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:946
3901
#: ../plugin/mysql_protocol/mysql_protocol.cc:994
3902
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
3903
msgid "Retry Count."
3906
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:922
3907
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:949
3908
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
3909
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
3910
msgid "Buffer length."
3913
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
3914
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:952
3915
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
3916
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
3917
msgid "Address to bind to."
3920
#: ../plugin/drizzle_protocol/errmsg.cc:31
3921
msgid "Unknown Drizzle error"
3924
#: ../plugin/drizzle_protocol/errmsg.cc:32
3926
msgid "Can't create UNIX socket (%d)"
3929
#: ../plugin/drizzle_protocol/errmsg.cc:33
3931
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
3934
#: ../plugin/drizzle_protocol/errmsg.cc:34
3936
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
3939
#: ../plugin/drizzle_protocol/errmsg.cc:35
3941
msgid "Can't create TCP/IP socket (%d)"
3944
#: ../plugin/drizzle_protocol/errmsg.cc:36
3946
msgid "Unknown Drizzle server host '%-.100s' (%d)"
3949
#: ../plugin/drizzle_protocol/errmsg.cc:37
3950
msgid "Drizzle server has gone away"
3953
#: ../plugin/drizzle_protocol/errmsg.cc:38
3955
msgid "Protocol mismatch; server version = %d, client version = %d"
3958
#: ../plugin/drizzle_protocol/errmsg.cc:39
3959
msgid "Drizzle client ran out of memory"
3962
#: ../plugin/drizzle_protocol/errmsg.cc:40
3963
msgid "Wrong host info"
3966
#: ../plugin/drizzle_protocol/errmsg.cc:41
3967
msgid "Localhost via UNIX socket"
3970
#: ../plugin/drizzle_protocol/errmsg.cc:42
3972
msgid "%-.100s via TCP/IP"
3975
#: ../plugin/drizzle_protocol/errmsg.cc:43
3976
msgid "Error in server handshake"
3979
#: ../plugin/drizzle_protocol/errmsg.cc:44
3980
msgid "Lost connection to Drizzle server during query"
3983
#: ../plugin/drizzle_protocol/errmsg.cc:45
3984
msgid "Commands out of sync; you can't run this command now"
3987
#: ../plugin/drizzle_protocol/errmsg.cc:46
3989
msgid "Named pipe: %-.32s"
3992
#: ../plugin/drizzle_protocol/errmsg.cc:47
3994
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
3997
#: ../plugin/drizzle_protocol/errmsg.cc:48
3999
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
4002
#: ../plugin/drizzle_protocol/errmsg.cc:49
4004
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
4007
#: ../plugin/drizzle_protocol/errmsg.cc:50
4009
msgid "Can't initialize character set %-.32s (path: %-.100s)"
4012
#: ../plugin/drizzle_protocol/errmsg.cc:51
4013
msgid "Got packet bigger than 'max_allowed_packet' bytes"
4016
#: ../plugin/drizzle_protocol/errmsg.cc:52
4017
msgid "Embedded server"
4020
#: ../plugin/drizzle_protocol/errmsg.cc:53
4021
msgid "Error on SHOW SLAVE STATUS:"
4024
#: ../plugin/drizzle_protocol/errmsg.cc:54
4025
msgid "Error on SHOW SLAVE HOSTS:"
4028
#: ../plugin/drizzle_protocol/errmsg.cc:55
4029
msgid "Error connecting to slave:"
4032
#: ../plugin/drizzle_protocol/errmsg.cc:56
4033
msgid "Error connecting to master:"
4036
#: ../plugin/drizzle_protocol/errmsg.cc:57
4037
msgid "SSL connection error"
4040
#: ../plugin/drizzle_protocol/errmsg.cc:58
4041
msgid "Malformed packet"
4044
#: ../plugin/drizzle_protocol/errmsg.cc:59
4045
#: ../plugin/drizzle_protocol/errmsg.cc:70
4046
#: ../plugin/drizzle_protocol/errmsg.cc:71
4047
#: ../plugin/drizzle_protocol/errmsg.cc:72
4048
#: ../plugin/drizzle_protocol/errmsg.cc:73
4049
#: ../plugin/drizzle_protocol/errmsg.cc:74
4050
#: ../plugin/drizzle_protocol/errmsg.cc:75
4051
#: ../plugin/drizzle_protocol/errmsg.cc:76
4052
#: ../plugin/drizzle_protocol/errmsg.cc:77
4053
#: ../plugin/drizzle_protocol/errmsg.cc:78
4054
msgid "(unused error message)"
4057
#: ../plugin/drizzle_protocol/errmsg.cc:60
4058
msgid "Invalid use of null pointer"
4061
#: ../plugin/drizzle_protocol/errmsg.cc:61
4062
msgid "Statement not prepared"
4065
#: ../plugin/drizzle_protocol/errmsg.cc:62
4066
msgid "No data supplied for parameters in prepared statement"
4069
#: ../plugin/drizzle_protocol/errmsg.cc:63
4070
msgid "Data truncated"
4073
#: ../plugin/drizzle_protocol/errmsg.cc:64
4074
msgid "No parameters exist in the statement"
4077
#: ../plugin/drizzle_protocol/errmsg.cc:65
4078
msgid "Invalid parameter number"
4081
#: ../plugin/drizzle_protocol/errmsg.cc:66
4084
"Can't send long data for non-string/non-binary data types (parameter: %d)"
4087
#: ../plugin/drizzle_protocol/errmsg.cc:68
4089
msgid "Using unsupported buffer type: %d (parameter: %d)"
4092
#: ../plugin/drizzle_protocol/errmsg.cc:69
4094
msgid "Shared memory: %-.100s"
4097
#: ../plugin/drizzle_protocol/errmsg.cc:79
4098
msgid "Wrong or unknown protocol"
4101
#: ../plugin/drizzle_protocol/errmsg.cc:80
4102
msgid "Invalid connection handle"
4105
#: ../plugin/drizzle_protocol/errmsg.cc:81
4107
"Connection using old (pre-4.1.1) authentication protocol refused (client "
4108
"option 'secure_auth' enabled)"
4111
#: ../plugin/drizzle_protocol/errmsg.cc:83
4112
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
4115
#: ../plugin/drizzle_protocol/errmsg.cc:84
4116
msgid "Attempt to read column without prior row fetch"
4119
#: ../plugin/drizzle_protocol/errmsg.cc:85
4120
msgid "Prepared statement contains no metadata"
4123
#: ../plugin/drizzle_protocol/errmsg.cc:86
4125
"Attempt to read a row while there is no result set associated with the "
4129
#: ../plugin/drizzle_protocol/errmsg.cc:88
4130
msgid "This feature is not implemented yet"
4133
#: ../plugin/drizzle_protocol/errmsg.cc:89
4136
"Lost connection to Drizzle server while waiting for initial communication "
4137
"packet, system error: %d"
4140
#: ../plugin/drizzle_protocol/errmsg.cc:91
4143
"Lost connection to Drizzle server while reading initial communication "
4144
"packet, system error: %d"
4147
#: ../plugin/drizzle_protocol/errmsg.cc:93
4150
"Lost connection to Drizzle server while sending authentication information, "
4154
#: ../plugin/drizzle_protocol/errmsg.cc:95
4157
"Lost connection to Drizzle server while reading authorization information, "
4161
#: ../plugin/drizzle_protocol/errmsg.cc:97
4164
"Lost connection to Drizzle server while setting initial database, system "
4168
#: ../plugin/drizzle_protocol/errmsg.cc:99
4170
msgid "Statement closed indirectly because of a preceding %s() call"
4173
#. CR_NET_UNCOMPRESS_ERROR 08S01
4174
#: ../plugin/drizzle_protocol/errmsg.cc:101
4175
msgid "Couldn't uncompress communication packet"
4178
#. CR_NET_READ_ERROR 08S01
4179
#: ../plugin/drizzle_protocol/errmsg.cc:103
4180
msgid "Got an error reading communication packets"
4183
#. CR_NET_READ_INTERRUPTED 08S01
4184
#: ../plugin/drizzle_protocol/errmsg.cc:105
4185
msgid "Got timeout reading communication packets"
4188
#. CR_NET_ERROR_ON_WRITE 08S01
4189
#: ../plugin/drizzle_protocol/errmsg.cc:107
4190
msgid "Got an error writing communication packets"
4193
#. CR_NET_WRITE_INTERRUPTED 08S01
4194
#: ../plugin/drizzle_protocol/errmsg.cc:109
4195
msgid "Got timeout writing communication packets"
4198
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1000
4199
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1138
4200
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1168
4202
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
4205
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1019
4207
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
4210
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1117
4211
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1230
4212
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1411
4213
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1979
4215
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
4218
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1269
4219
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1285
4221
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
4224
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2771
4225
msgid "Invalid value of additional-mem-pool-size"
4228
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2782
4229
msgid "Invalid value of autoextend-increment"
4232
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2791
4233
msgid "Invalid value of buffer-pool-size"
4236
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2802
4237
msgid "Invalid value of io-capacity"
4240
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2811
4241
msgid "Invalid value of fast-shutdown"
4244
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2820
4245
msgid "Invalid value of flush-log-at-trx-commit"
4248
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2829
4249
msgid "Invalid value of force-recovery"
4252
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2838
4253
msgid "Invalid value of log-file-size"
4256
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2849
4257
msgid "Invalid value of log-files-in-group"
4260
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2858
4261
msgid "Invalid value of lock-wait-timeout"
4264
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2867
4265
msgid "Invalid value of log-buffer-size"
4268
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2878
4269
msgid "Invalid value of lru-old-blocks-pct"
4272
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2887
4273
msgid "Invalid value of lru-block-access-recency"
4276
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2896
4277
msgid "Invalid value of max-dirty-pages-pct"
4280
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2905
4281
msgid "Invalid value of max-purge-lag"
4284
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2914
4285
msgid "Invalid value of open-files"
4288
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2923
4289
msgid "Invalid value of read-io-threads"
4292
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2932
4293
msgid "Invalid value of sync_spin_loops"
4296
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3136
4298
msgid "Error starting Embedded InnoDB %d (%s)\n"
4301
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3439
4302
msgid "Enable InnoDB adaptive hash index (enabled by default)."
4305
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3442
4306
msgid "Attempt flushing dirty pages to avoid IO bursts at checkpoints."
4309
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3445
4311
"Size of a memory pool InnoDB uses to store data dictionary information and "
4312
"other internal data structures."
4315
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3448
4316
msgid "Data file autoextend increment in megabytes"
4319
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3451
4321
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4325
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3454
4326
msgid "The common part for InnoDB table spaces."
4329
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3457
4330
msgid "Enable InnoDB checksums validation (enabled by default)."
4333
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3460
4334
msgid "Enable InnoDB doublewrite buffer (enabled by default)."
4337
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3463
4338
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4341
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3466
4343
"Speeds up the shutdown process of the InnoDB storage engine. Possible values "
4344
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4347
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3469
4348
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4351
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3472
4352
msgid "File format to use for new tables in .ibd files."
4355
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3475
4357
"Set to 0 (write and flush once per second),1 (write and flush at each "
4358
"commit) or 2 (write at commit, flush once per second)."
4361
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3478
4362
msgid "With which method to flush data."
4365
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3481
4367
"Helps to save your data in case the disk image of the database becomes "
4371
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3484
4372
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3487
4373
msgid "Path to individual files and their sizes."
4376
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3490
4377
msgid "Path to InnoDB log files."
4380
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3493
4381
msgid "Size of each log file in a log group."
4384
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3496
4386
"Number of log files in the log group. InnoDB writes to the files in a "
4387
"circular fashion. Value 3 is recommended here."
4390
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3499
4392
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4393
"rolled back. Values above 100000000 disable the timeout."
4396
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3502
4398
"The size of the buffer which InnoDB uses to write log to the log files on "
4402
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3505
4404
"Sets the point in the LRU list from where all pages are classified as old "
4408
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3508
4410
"Milliseconds between accesses to a block at which it is made young. "
4411
"0=disabled (Advanced users)"
4414
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3511
4415
msgid "Percentage of dirty pages allowed in bufferpool."
4418
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3514
4419
msgid "Desired maximum length of the purge queue (0 = no limit)"
4422
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3517
4424
"Roll back the complete transaction on lock wait timeout, for 4.x "
4425
"compatibility (disabled by default)"
4428
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3520
4429
msgid "How many files at the maximum InnoDB keeps open at the same time."
4432
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3523
4433
msgid "Number of background read I/O threads in InnoDB."
4436
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3526
4437
msgid "Number of background write I/O threads in InnoDB."
4440
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3529
4442
"Disable if you want to reduce the number of messages written to the log "
4443
"(default: enabled)."
4446
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3532
4447
msgid "Enable SHOW INNODB STATUS output in the log"
4450
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3535
4451
msgid "Count of spin-loop rounds in InnoDB mutexes (30 by default)"
4454
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3538
4455
msgid "Use OS memory allocator instead of InnoDB's internal memory allocator"
4458
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4460
msgid "Failed to send error message to libnotify\n"
4463
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
6909
#: plugin/errmsg_stderr/errmsg_stderr.cc:76
4464
6910
msgid "Error Messages to stderr"
4467
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
4468
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
4469
msgid "List of schemas to filter"
4472
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
4473
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
4474
msgid "List of tables to filter"
4477
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
4478
msgid "Regular expression to apply to schemas to filter"
4481
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
4482
msgid "Regular expression to apply to tables to filter"
4485
#: ../plugin/hello_events/hello_events.cc:301
4486
msgid "Invalid value of before-write-position\n"
4489
#: ../plugin/hello_events/hello_events.cc:310
4490
#: ../plugin/hello_events/hello_events.cc:319
4491
msgid "Invalid value of before-update-position\n"
4494
#: ../plugin/hello_events/hello_events.cc:359
4495
#: ../plugin/hello_events/hello_events.cc:362
4496
#: ../plugin/hello_events/hello_events.cc:380
4497
msgid "A comma delimited list of databases to watch"
4500
#: ../plugin/hello_events/hello_events.cc:365
4501
#: ../plugin/hello_events/hello_events.cc:396
4502
msgid "Enable Example Events Plugin"
4505
#: ../plugin/hello_events/hello_events.cc:368
4506
#: ../plugin/hello_events/hello_events.cc:404
4507
msgid "Before write row event observer call position"
4510
#: ../plugin/hello_events/hello_events.cc:371
4511
#: ../plugin/hello_events/hello_events.cc:415
4512
#: ../plugin/pbms/src/parameters_ms.cc:579
4513
msgid "Before update row event observer call position"
4516
#: ../plugin/hello_events/hello_events.cc:374
4517
#: ../plugin/hello_events/hello_events.cc:426
4518
msgid "After drop database event observer call position"
4521
#: ../plugin/hello_events/hello_events.cc:388
4522
msgid "A comma delimited list of tables to watch"
4525
#: ../plugin/hello_events/hello_events.cc:450
4526
msgid "An example events Plugin"
4529
#: ../plugin/innobase/handler/data_dictionary.cc:202
4531
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4534
#: ../plugin/innobase/handler/ha_innodb.cc:1858
4535
msgid "Invalid value for io-capacity\n"
4538
#: ../plugin/innobase/handler/ha_innodb.cc:1877
4539
msgid "Invalid value for fast-shutdown\n"
4542
#: ../plugin/innobase/handler/ha_innodb.cc:1891
4543
msgid "Invalid value for flush-log-at-trx-commit\n"
4546
#: ../plugin/innobase/handler/ha_innodb.cc:1921
4547
msgid "Invalid value for max-dirty-pages-pct\n"
4550
#: ../plugin/innobase/handler/ha_innodb.cc:1930
4551
msgid "Invalid value for stats-sample-pages\n"
4554
#: ../plugin/innobase/handler/ha_innodb.cc:1941
4555
msgid "Invalid value for additional-mem-pool-size\n"
4558
#: ../plugin/innobase/handler/ha_innodb.cc:1951
4559
msgid "Invalid value for autoextend-increment\n"
4562
#: ../plugin/innobase/handler/ha_innodb.cc:1961
4563
msgid "Invalid value for buffer-pool-size\n"
4566
#: ../plugin/innobase/handler/ha_innodb.cc:1971
4567
msgid "Invalid value for commit-concurrency\n"
4570
#: ../plugin/innobase/handler/ha_innodb.cc:1980
4571
msgid "Invalid value for concurrency-tickets\n"
4574
#: ../plugin/innobase/handler/ha_innodb.cc:1989
4575
msgid "Invalid value for file-io-threads\n"
4578
#: ../plugin/innobase/handler/ha_innodb.cc:1998
4579
msgid "Invalid value for read-io-threads\n"
4582
#: ../plugin/innobase/handler/ha_innodb.cc:2007
4583
msgid "Invalid value for write-io-threads\n"
4586
#: ../plugin/innobase/handler/ha_innodb.cc:2016
4587
msgid "Invalid value for force-recovery\n"
4590
#: ../plugin/innobase/handler/ha_innodb.cc:2026
4591
#: ../plugin/innobase/handler/ha_innodb.cc:2036
4592
msgid "Invalid value for log-file-size\n"
4595
#: ../plugin/innobase/handler/ha_innodb.cc:2045
4596
msgid "Invalid value for log-files-in-group\n"
4599
#: ../plugin/innobase/handler/ha_innodb.cc:2054
4600
msgid "Invalid value for mirrored-log-groups\n"
4603
#: ../plugin/innobase/handler/ha_innodb.cc:2063
4604
msgid "Invalid value for open-files\n"
4607
#: ../plugin/innobase/handler/ha_innodb.cc:2072
4608
msgid "Invalid value for thread-concurrency\n"
4611
#: ../plugin/innobase/handler/ha_innodb.cc:2095
4612
msgid "Invalid value for read-ahead-threshold\n"
4615
#: ../plugin/innobase/handler/ha_innodb.cc:2119
4616
msgid "Invalid value for lock-wait-timeout\n"
4619
#: ../plugin/logging_gearman/logging_gearman.cc:199
4621
msgid "fail gearman_client_create(): %s"
4624
#: ../plugin/logging_gearman/logging_gearman.cc:210
4626
msgid "fail gearman_client_add_server(): %s"
4629
#: ../plugin/logging_gearman/logging_gearman.cc:309
4630
#: ../plugin/logging_gearman/logging_gearman.cc:316
4631
msgid "Enable logging to a gearman server"
4634
#: ../plugin/logging_gearman/logging_gearman.cc:325
4635
msgid "Hostname for logging to a Gearman server"
4638
#: ../plugin/logging_gearman/logging_gearman.cc:334
4639
msgid "Gearman Function to send logging to"
4642
#: ../plugin/logging_gearman/logging_gearman.cc:352
4643
msgid "Log queries to a Gearman server"
4646
#: ../plugin/logging_query/logging_query.cc:192
6913
#: plugin/logging_query/logging_query.cc:120
6916
"thread_id=%ld query_id=%ld t_connect=%lld t_start=%lld t_lock=%lld command=%."
6917
"*s rows_sent=%ld rows_examined=%u\n"
6918
" db=\"%.*s\" query=\"%.*s\"\n"
6921
#: plugin/logging_query/logging_query.cc:161
4648
6923
msgid "fail open() fn=%s er=%s\n"
4651
#: ../plugin/logging_query/logging_query.cc:316
4652
msgid "Invalid value for threshold-slow"
4655
#: ../plugin/logging_query/logging_query.cc:325
4656
msgid "Invalid value for threshold-big-resultset"
4659
#: ../plugin/logging_query/logging_query.cc:334
4660
msgid "Invalid value for threshold-big-examined"
4663
#: ../plugin/logging_query/logging_query.cc:348
4664
#: ../plugin/logging_query/logging_query.cc:364
4665
msgid "Enable logging to CSV file"
4668
#: ../plugin/logging_query/logging_query.cc:351
4669
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
4670
#: ../plugin/syslog/module.cc:233
6926
#: plugin/logging_query/logging_query.cc:201
6927
msgid "File to log to"
6930
#: plugin/logging_query/logging_query.cc:210
6931
msgid "Enable logging"
6934
#: plugin/logging_query/logging_query.cc:219
6935
msgid "Disable after this many seconds. Zero for forever"
6938
#: plugin/logging_query/logging_query.cc:232
4671
6939
msgid "Threshold for logging slow queries, in microseconds"
4674
#: ../plugin/logging_query/logging_query.cc:354
4675
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
4676
#: ../plugin/syslog/module.cc:236
6942
#: plugin/logging_query/logging_query.cc:245
4677
6943
msgid "Threshold for logging big queries, for rows returned"
4680
#: ../plugin/logging_query/logging_query.cc:357
4681
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
4682
#: ../plugin/syslog/module.cc:239
6946
#: plugin/logging_query/logging_query.cc:258
4683
6947
msgid "Threshold for logging big queries, for rows examined"
4686
#: ../plugin/logging_query/logging_query.cc:373
4687
msgid "File to log to"
4690
#: ../plugin/logging_query/logging_query.cc:382
4691
msgid "PCRE to match the query against"
4694
#: ../plugin/logging_query/logging_query.cc:439
4695
msgid "Log queries to a CSV file"
4698
#: ../plugin/logging_stats/logging_stats.cc:312
4699
msgid "Invalid value for max-user-count\n"
4702
#: ../plugin/logging_stats/logging_stats.cc:320
4703
msgid "Invalid value for bucket-count\n"
4706
#: ../plugin/logging_stats/logging_stats.cc:329
4707
msgid "Invalid value for scoreboard-size\n"
4710
#: ../plugin/logging_stats/logging_stats.cc:364
4711
#: ../plugin/logging_stats/logging_stats.cc:406
4712
msgid "Max number of users that will be logged"
4715
#: ../plugin/logging_stats/logging_stats.cc:375
4716
#: ../plugin/logging_stats/logging_stats.cc:409
4717
msgid "Max number of range locks to use for Scoreboard"
4720
#: ../plugin/logging_stats/logging_stats.cc:386
4721
#: ../plugin/logging_stats/logging_stats.cc:412
4722
msgid "Max number of concurrent sessions that will be logged"
4725
#: ../plugin/logging_stats/logging_stats.cc:397
4726
#: ../plugin/logging_stats/logging_stats.cc:415
4727
msgid "Enable Logging Statistics Collection"
4730
#: ../plugin/logging_stats/logging_stats.cc:432
4731
msgid "User Statistics as DATA_DICTIONARY tables"
4734
#: ../plugin/md5/md5.cc:99
4735
msgid "libgcrypt library version mismatch\n"
4738
#: ../plugin/memcached_query_cache/memcached_qc.cc:102
4739
#: ../plugin/memcached_query_cache/memcached_qc.cc:466
4740
#: ../plugin/memcached_stats/memcached_stats.cc:128
4741
#: ../plugin/memcached_stats/memcached_stats.cc:137
4742
msgid "List of memcached servers."
4745
#: ../plugin/memcached_query_cache/memcached_qc.cc:375
4746
msgid "Invalid value of expiry\n"
4749
#: ../plugin/memcached_query_cache/memcached_qc.cc:469
4750
msgid "Expiry time of memcached entries"
4753
#: ../plugin/memcached_query_cache/memcached_qc.cc:472
4754
msgid "Enable Memcached Query Cache"
4757
#: ../plugin/memcached_stats/analysis_table.cc:76
4758
#: ../plugin/memcached_stats/stats_table.cc:144
4759
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4762
#: ../plugin/memcached_stats/memcached_stats.cc:152
4763
msgid "Memcached Stats as I_S tables"
4766
#: ../plugin/memcached_stats/stats_table.cc:76
4769
"Unable get stats from memcached server %s. Got error from "
4770
"memcached_stat_servername()."
4773
#: ../plugin/memcached_stats/stats_table.cc:151
4774
msgid "Unable to create memcached struct. Got error from memcached_create()."
4777
#: ../plugin/memcached_stats/stats_table.cc:159
4780
"Unable to create memcached server list. Got error from "
4781
"memcached_servers_parse(%s)."
4784
#: ../plugin/multi_thread/multi_thread.cc:85
4786
msgid "Unable to set thread stack size to %<PRId64>\n"
4789
#: ../plugin/multi_thread/multi_thread.cc:98
4790
msgid "Unable to get thread stack size\n"
4793
#: ../plugin/multi_thread/multi_thread.cc:147
4794
msgid "Invalid value for max-threads\n"
4797
#: ../plugin/multi_thread/multi_thread.cc:160
4798
#: ../plugin/multi_thread/multi_thread.cc:167
4799
msgid "Maximum number of user threads available."
4802
#: ../plugin/myisam/ha_myisam.cc:534
4804
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4807
#: ../plugin/myisam/ha_myisam.cc:538
6950
#: plugin/logging_query/logging_query.cc:281
6951
msgid "Log queries to a file"
6954
#: storage/myisam/ha_myisam.cc:448
6956
msgid "Got an error from thread_id=%lu, %s:%d"
6959
#: storage/myisam/ha_myisam.cc:451
4809
6961
msgid "Got an error from unknown thread, %s:%d"
4812
#: ../plugin/myisam/ha_myisam.cc:544
6964
#: storage/myisam/ha_myisam.cc:456
4813
6965
msgid "Unknown thread accessing table"
4816
#: ../plugin/myisam/ha_myisam.cc:1500
4817
msgid "Invalid value for max-sort-file-size\n"
4820
#: ../plugin/myisam/ha_myisam.cc:1509
4821
msgid "Invalid value for sort-buffer-size\n"
4824
#: ../plugin/myisam/ha_myisam.cc:1523 ../plugin/myisam/ha_myisam.cc:1535
4826
"Don't use the fast sort index method to created index if the temporary file "
4827
"would get bigger than this."
4830
#: ../plugin/myisam/ha_myisam.cc:1528 ../plugin/myisam/ha_myisam.cc:1538
4832
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4833
"when creating indexes with CREATE INDEX or ALTER TABLE."
4836
#: ../plugin/myisam/my_handler_errors.cc:42
6968
#: storage/myisam/my_handler_errors.c:32
4837
6969
msgid "Didn't find key on read or update"
4840
#: ../plugin/myisam/my_handler_errors.cc:43
6972
#: storage/myisam/my_handler_errors.c:34
4841
6973
msgid "Duplicate key on write or update"
4844
#: ../plugin/myisam/my_handler_errors.cc:44
6976
#: storage/myisam/my_handler_errors.c:36
4845
6977
msgid "Internal (unspecified) error in handler"
4848
#: ../plugin/myisam/my_handler_errors.cc:46
6980
#: storage/myisam/my_handler_errors.c:38
4850
6982
"Someone has changed the row since it was read (while the table was locked to "
4854
#: ../plugin/myisam/my_handler_errors.cc:48
6986
#: storage/myisam/my_handler_errors.c:41
4855
6987
msgid "Wrong index given to function"
4858
#: ../plugin/myisam/my_handler_errors.cc:49
6990
#: storage/myisam/my_handler_errors.c:43
6991
msgid "Undefined handler error 125"
6994
#: storage/myisam/my_handler_errors.c:45
4859
6995
msgid "Index file is crashed"
4862
#: ../plugin/myisam/my_handler_errors.cc:50
6998
#: storage/myisam/my_handler_errors.c:47
4863
6999
msgid "Record file is crashed"
4866
#: ../plugin/myisam/my_handler_errors.cc:51
7002
#: storage/myisam/my_handler_errors.c:49
4867
7003
msgid "Out of memory in engine"
4870
#: ../plugin/myisam/my_handler_errors.cc:52
7006
#: storage/myisam/my_handler_errors.c:51
7007
msgid "Undefined handler error 129"
7010
#: storage/myisam/my_handler_errors.c:53
4871
7011
msgid "Incorrect file format"
4872
7012
msgstr "檔案格式錯誤"
4874
#: ../plugin/myisam/my_handler_errors.cc:53
7014
#: storage/myisam/my_handler_errors.c:55
4875
7015
msgid "Command not supported by database"
4876
7016
msgstr "這個指令資料庫不支援"
4878
#: ../plugin/myisam/my_handler_errors.cc:54
7018
#: storage/myisam/my_handler_errors.c:57
4879
7019
msgid "Old database file"
4880
7020
msgstr "舊的資料庫檔案"
4882
#: ../plugin/myisam/my_handler_errors.cc:55
7022
#: storage/myisam/my_handler_errors.c:59
4883
7023
msgid "No record read before update"
4886
#: ../plugin/myisam/my_handler_errors.cc:56
7026
#: storage/myisam/my_handler_errors.c:61
4887
7027
msgid "Record was already deleted (or record file crashed)"
4890
#: ../plugin/myisam/my_handler_errors.cc:57
7030
#: storage/myisam/my_handler_errors.c:63
4891
7031
msgid "No more room in record file"
4894
#: ../plugin/myisam/my_handler_errors.cc:58
7034
#: storage/myisam/my_handler_errors.c:65
4895
7035
msgid "No more room in index file"
4898
#: ../plugin/myisam/my_handler_errors.cc:59
7038
#: storage/myisam/my_handler_errors.c:67
4899
7039
msgid "No more records (read after end of file)"
4902
#: ../plugin/myisam/my_handler_errors.cc:60
7042
#: storage/myisam/my_handler_errors.c:69
4903
7043
msgid "Unsupported extension used for table"
4906
#: ../plugin/myisam/my_handler_errors.cc:61
7046
#: storage/myisam/my_handler_errors.c:71
4907
7047
msgid "Too big row"
4910
#: ../plugin/myisam/my_handler_errors.cc:62
7050
#: storage/myisam/my_handler_errors.c:73
4911
7051
msgid "Wrong create options"
4914
#: ../plugin/myisam/my_handler_errors.cc:63
7054
#: storage/myisam/my_handler_errors.c:75
4915
7055
msgid "Duplicate unique key or constraint on write or update"
4918
#: ../plugin/myisam/my_handler_errors.cc:64
7058
#: storage/myisam/my_handler_errors.c:77
4919
7059
msgid "Unknown character set used in table"
4922
#: ../plugin/myisam/my_handler_errors.cc:65
7062
#: storage/myisam/my_handler_errors.c:79
4923
7063
msgid "Conflicting table definitions in sub-tables of MERGE table"
4926
#: ../plugin/myisam/my_handler_errors.cc:66
7066
#: storage/myisam/my_handler_errors.c:81
4927
7067
msgid "Table is crashed and last repair failed"
4930
#: ../plugin/myisam/my_handler_errors.cc:67
7070
#: storage/myisam/my_handler_errors.c:83
4931
7071
msgid "Table was marked as crashed and should be repaired"
4934
#: ../plugin/myisam/my_handler_errors.cc:68
7074
#: storage/myisam/my_handler_errors.c:85
4935
7075
msgid "Lock timed out; Retry transaction"
4938
#: ../plugin/myisam/my_handler_errors.cc:69
7078
#: storage/myisam/my_handler_errors.c:87
4939
7079
msgid "Lock table is full; Restart program with a larger locktable"
4942
#: ../plugin/myisam/my_handler_errors.cc:70
7082
#: storage/myisam/my_handler_errors.c:89
4943
7083
msgid "Updates are not allowed under a read only transactions"
4946
#: ../plugin/myisam/my_handler_errors.cc:71
7086
#: storage/myisam/my_handler_errors.c:91
4947
7087
msgid "Lock deadlock; Retry transaction"
4950
#: ../plugin/myisam/my_handler_errors.cc:72
7090
#: storage/myisam/my_handler_errors.c:93
4951
7091
msgid "Foreign key constraint is incorrectly formed"
4954
#: ../plugin/myisam/my_handler_errors.cc:73
7094
#: storage/myisam/my_handler_errors.c:95
4955
7095
msgid "Cannot add a child row"
4958
#: ../plugin/myisam/my_handler_errors.cc:74
7098
#: storage/myisam/my_handler_errors.c:97
4959
7099
msgid "Cannot delete a parent row"
4962
#: ../plugin/myisam/my_handler_errors.cc:75
7102
#: storage/myisam/my_handler_errors.c:99
4963
7103
msgid "No savepoint with that name"
4966
#: ../plugin/myisam/my_handler_errors.cc:76
7106
#: storage/myisam/my_handler_errors.c:101
4967
7107
msgid "Non unique key block size"
4970
#: ../plugin/myisam/my_handler_errors.cc:77
7110
#: storage/myisam/my_handler_errors.c:103
4971
7111
msgid "The table does not exist in engine"
4974
#: ../plugin/myisam/my_handler_errors.cc:78
7114
#: storage/myisam/my_handler_errors.c:105
4975
7115
msgid "The table already existed in storage engine"
4978
#: ../plugin/myisam/my_handler_errors.cc:79
7118
#: storage/myisam/my_handler_errors.c:107
4979
7119
msgid "Could not connect to storage engine"
4982
#: ../plugin/myisam/my_handler_errors.cc:80
7122
#: storage/myisam/my_handler_errors.c:109
4983
7123
msgid "Unexpected null pointer found when using spatial index"
4986
#: ../plugin/myisam/my_handler_errors.cc:81
7126
#: storage/myisam/my_handler_errors.c:111
4987
7127
msgid "The table changed in storage engine"
4990
#: ../plugin/myisam/my_handler_errors.cc:82
7130
#: storage/myisam/my_handler_errors.c:113
4991
7131
msgid "There's no partition in table for the given value"
4994
#: ../plugin/myisam/my_handler_errors.cc:83
7134
#: storage/myisam/my_handler_errors.c:115
4995
7135
msgid "Row-based binlogging of row failed"
4998
#: ../plugin/myisam/my_handler_errors.cc:84
7138
#: storage/myisam/my_handler_errors.c:117
4999
7139
msgid "Index needed in foreign key constraint"
5002
#: ../plugin/myisam/my_handler_errors.cc:85
7142
#: storage/myisam/my_handler_errors.c:119
5003
7143
msgid "Upholding foreign key constraints would lead to a duplicate key error"
5006
#: ../plugin/myisam/my_handler_errors.cc:86
7146
#: storage/myisam/my_handler_errors.c:121
5007
7147
msgid "Table needs to be upgraded before it can be used"
5010
#: ../plugin/myisam/my_handler_errors.cc:87
7150
#: storage/myisam/my_handler_errors.c:123
5011
7151
msgid "Table is read only"
5014
#: ../plugin/myisam/my_handler_errors.cc:88
7154
#: storage/myisam/my_handler_errors.c:125
5015
7155
msgid "Failed to get next auto increment value"
5018
#: ../plugin/myisam/my_handler_errors.cc:89
7158
#: storage/myisam/my_handler_errors.c:127
5019
7159
msgid "Failed to set row auto increment value"
5022
#: ../plugin/myisam/my_handler_errors.cc:90
7162
#: storage/myisam/my_handler_errors.c:129
5023
7163
msgid "Unknown (generic) error from engine"
5026
#: ../plugin/myisam/my_handler_errors.cc:91
7166
#: storage/myisam/my_handler_errors.c:131
5027
7167
msgid "Record is the same"
5030
#: ../plugin/myisam/my_handler_errors.cc:92
7170
#: storage/myisam/my_handler_errors.c:133
5031
7171
msgid "It is not possible to log this statement"
5032
7172
msgstr "不可能記錄這句指示"
5034
#: ../plugin/myisam/my_handler_errors.cc:93
7174
#: storage/myisam/my_handler_errors.c:135
5035
7175
msgid "Tablespace exists"
5038
#: ../plugin/myisam/my_handler_errors.cc:94
7178
#: storage/myisam/my_handler_errors.c:137
5039
7179
msgid "The event was corrupt, leading to illegal data being read"
5042
#: ../plugin/myisam/my_handler_errors.cc:95
7182
#: storage/myisam/my_handler_errors.c:139
5043
7183
msgid "The table is of a new format not supported by this version"
5044
7184
msgstr "這個表格使用新的格式,目前的版本並不支援."
5046
#: ../plugin/myisam/my_handler_errors.cc:96
5047
msgid "The event could not be processed no other handler error happened"
5050
#: ../plugin/myisam/my_handler_errors.cc:97
5051
msgid "Got a fatal error during initialzation of handler"
5054
#: ../plugin/myisam/my_handler_errors.cc:98
7186
#: storage/myisam/my_handler_errors.c:141
7187
msgid "The event could not be processed no other hanlder error happened"
7190
#: storage/myisam/my_handler_errors.c:143
7191
msgid "Got a fatal error during initialzaction of handler"
7194
#: storage/myisam/my_handler_errors.c:145
5055
7195
msgid "File to short; Expected more data in file"
5058
#: ../plugin/myisam/my_handler_errors.cc:99
7198
#: storage/myisam/my_handler_errors.c:147
5059
7199
msgid "Read page with wrong checksum"
5062
#. TODO: get a better message for these
5063
#: ../plugin/myisam/my_handler_errors.cc:101
7202
#: storage/myisam/my_handler_errors.c:149
5064
7203
msgid "Lock or active transaction"
5067
#: ../plugin/myisam/my_handler_errors.cc:102
7206
#: storage/myisam/my_handler_errors.c:151
5068
7207
msgid "No such table space"
5071
#: ../plugin/myisam/my_handler_errors.cc:103
7210
#: storage/myisam/my_handler_errors.c:153
5072
7211
msgid "Tablespace not empty"
5075
#: ../plugin/mysql_protocol/mysql_protocol.cc:949
5076
msgid "Invalid value for retry_count"
5079
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
5080
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
5082
"Port number to use for connection or 0 for default to with MySQL protocol."
5085
#: ../plugin/pbms/src/parameters_ms.cc:552
5087
"A comma delimited list of tables to watch of the format: <database>."
5091
#: ../plugin/pbms/src/parameters_ms.cc:560
5092
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
5095
#: ../plugin/pbms/src/parameters_ms.cc:568
5096
msgid "Before insert row event observer call position"
5099
#: ../plugin/pool_of_threads/pool_of_threads.cc:232
5100
msgid "event_add error in libevent_add_session_callback\n"
5103
#: ../plugin/pool_of_threads/pool_of_threads.cc:310
5104
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
5107
#: ../plugin/pool_of_threads/pool_of_threads.cc:588
5108
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
5111
#: ../plugin/pool_of_threads/pool_of_threads.cc:595
5112
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
5115
#: ../plugin/pool_of_threads/pool_of_threads.cc:607
5116
msgid "session_add_event event_add error in libevent_init\n"
5119
#: ../plugin/pool_of_threads/pool_of_threads.cc:620
5121
msgid "Can't create completion port thread (error %d)"
5122
msgstr "不能建立干擾-索(錯誤 %d, 錯誤號碼: %d)"
5124
#: ../plugin/pool_of_threads/pool_of_threads.cc:650
5125
msgid "Invalid value for size\n"
5128
#: ../plugin/pool_of_threads/pool_of_threads.cc:668
5129
#: ../plugin/pool_of_threads/pool_of_threads.cc:675
5130
msgid "Size of Pool."
5133
#: ../plugin/rabbitmq/rabbitmq_log.cc:110
5134
msgid "Failed to allocate enough memory to transaction message\n"
5137
#: ../plugin/rabbitmq/rabbitmq_log.cc:172
5139
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
5142
#: ../plugin/rabbitmq/rabbitmq_log.cc:182
5144
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
5147
#: ../plugin/rabbitmq/rabbitmq_log.cc:200
5148
#: ../plugin/rabbitmq/rabbitmq_log.cc:278
5149
msgid "Enable rabbitmq log"
5152
#: ../plugin/rabbitmq/rabbitmq_log.cc:209
5153
#: ../plugin/rabbitmq/rabbitmq_log.cc:281
5154
msgid "Host name to connect to"
5157
#: ../plugin/rabbitmq/rabbitmq_log.cc:218
5158
msgid "RabbitMQ Port"
5161
#: ../plugin/rabbitmq/rabbitmq_log.cc:229
5162
#: ../plugin/rabbitmq/rabbitmq_log.cc:284
5163
msgid "RabbitMQ username"
5166
#: ../plugin/rabbitmq/rabbitmq_log.cc:237
5167
#: ../plugin/rabbitmq/rabbitmq_log.cc:287
5168
msgid "RabbitMQ password"
5171
#: ../plugin/rabbitmq/rabbitmq_log.cc:245
5172
msgid "RabbitMQ virtualhost"
5175
#: ../plugin/rabbitmq/rabbitmq_log.cc:253
5176
msgid "Name of RabbitMQ exchange to publish to"
5179
#: ../plugin/rabbitmq/rabbitmq_log.cc:261
5180
msgid "Name of RabbitMQ routing key to use"
5183
#: ../plugin/rabbitmq/rabbitmq_log.cc:269
5184
#: ../plugin/transaction_log/module.cc:309
5185
#: ../plugin/transaction_log/module.cc:362
5186
msgid "Name of the replicator plugin to use (default='default_replicator')"
5189
#: ../plugin/session_dictionary/processlist.cc:94
5193
#: ../plugin/signal_handler/signal_handler.cc:230
5195
msgid "Can't create interrupt-thread (error %d, errno: %d)"
5196
msgstr "不能建立干擾-索(錯誤 %d, 錯誤號碼: %d)"
5198
#: ../plugin/syslog/errmsg.cc:39 ../plugin/syslog/logging.cc:63
5200
msgid "syslog facility \"%s\" not known, using \"local0\""
5203
#: ../plugin/syslog/errmsg.cc:49
5205
msgid "syslog priority \"%s\" not known, using \"warn\""
5208
#: ../plugin/syslog/logging.cc:72
5210
msgid "syslog priority \"%s\" not known, using \"info\""
5213
#: ../plugin/syslog/module.cc:61
5214
msgid "Invalid value for logging-threshold-slow\n"
5217
#: ../plugin/syslog/module.cc:70
5218
msgid "Invalid value for logging-threshold-big-resultset\n"
5221
#: ../plugin/syslog/module.cc:79
5222
msgid "Invalid value for logging-threshold-big-examined\n"
5225
#: ../plugin/syslog/module.cc:131 ../plugin/syslog/module.cc:221
5226
msgid "Syslog Ident"
5229
#: ../plugin/syslog/module.cc:140 ../plugin/syslog/module.cc:224
5230
msgid "Syslog Facility"
5233
#: ../plugin/syslog/module.cc:149 ../plugin/syslog/module.cc:227
5234
msgid "Enable logging to syslog of the query log"
5237
#: ../plugin/syslog/module.cc:158 ../plugin/syslog/module.cc:230
5238
msgid "Syslog Priority of query logging"
5241
#: ../plugin/syslog/module.cc:203 ../plugin/syslog/module.cc:242
5242
msgid "Enable logging to syslog of the error messages"
5245
#: ../plugin/syslog/module.cc:212 ../plugin/syslog/module.cc:245
5246
msgid "Syslog Priority of error messages"
5249
#: ../plugin/transaction_log/background_worker.cc:77
5251
msgid "Unable to create background worker thread. Got error %s.\n"
5252
msgstr "不能建造完成端口索(錯誤 %d)"
5254
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
5255
#: ../plugin/transaction_log/print_transaction_message.cc:105
5256
#: ../plugin/transaction_log/transaction_log_reader.cc:97
5258
msgid "Failed to open transaction log file %s. Got error: %s\n"
5261
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
5262
#: ../plugin/transaction_log/print_transaction_message.cc:149
5263
#: ../plugin/transaction_log/transaction_log_reader.cc:154
5265
msgid "Raw buffer read: %s.\n"
5268
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
5269
#: ../plugin/transaction_log/print_transaction_message.cc:155
5270
#: ../plugin/transaction_log/transaction_log_reader.cc:161
5272
msgid "Unable to parse transaction. Got error: %s.\n"
5275
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
5276
#: ../plugin/transaction_log/print_transaction_message.cc:157
5277
#: ../plugin/transaction_log/transaction_log_reader.cc:163
5279
msgid "BUFFER: %s\n"
5282
#: ../plugin/transaction_log/module.cc:135
5283
msgid "Invalid value for sync-method\n"
5286
#: ../plugin/transaction_log/module.cc:144
5287
msgid "Invalid value for num-write-buffers\n"
5290
#: ../plugin/transaction_log/module.cc:180
5292
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5295
#: ../plugin/transaction_log/module.cc:189
5297
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5300
#: ../plugin/transaction_log/module.cc:201
5302
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5305
#: ../plugin/transaction_log/module.cc:210
5307
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5310
#: ../plugin/transaction_log/module.cc:225
5312
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5315
#: ../plugin/transaction_log/module.cc:285
5316
#: ../plugin/transaction_log/module.cc:356
5317
msgid "Enable transaction log"
5320
#: ../plugin/transaction_log/module.cc:293
5321
#: ../plugin/transaction_log/module.cc:350
5322
msgid "DEBUGGING - Truncate transaction log"
5325
#: ../plugin/transaction_log/module.cc:301
5326
#: ../plugin/transaction_log/module.cc:359
5327
msgid "Path to the file to use for transaction log"
5330
#: ../plugin/transaction_log/module.cc:317
5331
#: ../plugin/transaction_log/module.cc:353
5332
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5335
#: ../plugin/transaction_log/module.cc:325
5336
#: ../plugin/transaction_log/module.cc:365
5338
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5339
"each transaction write, 2 == sync log file once per second"
5342
#: ../plugin/transaction_log/module.cc:338
5343
#: ../plugin/transaction_log/module.cc:368
5344
msgid "Number of slots for in-memory write buffers (default=8)."
5347
#: ../plugin/transaction_log/transaction_log.cc:114
5348
msgid "Failed to open transaction log file "
5351
#: ../plugin/transaction_log/transaction_log.cc:215
5354
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5355
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5358
#: ../plugin/transaction_log/transaction_log.cc:236
5360
msgid "Failed to sync log file. Got error: %s\n"
5364
#~ msgid "Writing a core file\n"
5365
#~ msgstr "寫入歷史-檔案 %s中。\n"
5367
#~ msgid "built-in default"
5370
#~ msgid "Error writing file '%s' (Errcode: %d)"
5371
#~ msgstr "寫入檔案'%s'時發生錯誤 (錯誤碼: %d)"
5373
#~ msgid "Error on delete of '%s' (Errcode: %d)"
5374
#~ msgstr "刪除'%s'時發生錯誤 (錯誤碼: %d)"
5376
#~ msgid "Can't lock file (Errcode: %d)"
5377
#~ msgstr "不能鎖定檔案(錯誤碼: %d)"
5379
#~ msgid "Can't read dir of '%s' (Errcode: %d)"
5380
#~ msgstr "不能讀取資料夾'%s' (錯誤碼: %d)"
5382
#~ msgid "File '%s' not found (Errcode: %d)"
5383
#~ msgstr "找不到檔案 '%s' (錯誤碼: %d)"
7215
#~ msgid "Failed to create a new relay log info file ( file '%s', errno %d)"
7216
#~ msgstr "不能鎖定檔案(錯誤碼: %d)"
7219
#~ msgid "Failed to open the existing relay log info file '%s' (errno %d)"
7220
#~ msgstr "不能鎖定檔案(錯誤碼: %d)"
7223
#~ msgid "Failed to open the relay log '%s' (relay_log_pos %s)"
7224
#~ msgstr "不能鎖定檔案(錯誤碼: %d)"
7226
#~ msgid "Invalid error code"