319
#: client/drizzle.cc:1361
314
#: client/drizzle.cc:1510
321
316
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
322
317
"option deprecated; use --disable-pager instead."
325
#: client/drizzle.cc:1364 client/drizzleadmin.cc:74
320
#: client/drizzle.cc:1513
327
322
"Password to use when connecting to server. If password is not given it's "
328
323
"asked from the tty."
331
#: client/drizzle.cc:1366
326
#: client/drizzle.cc:1515
333
328
"Port number to use for connection or 0 for default to, in order of "
334
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
329
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
337
#: client/drizzle.cc:1367
332
#: client/drizzle.cc:1516
338
333
msgid "built-in default"
341
#: client/drizzle.cc:1370
336
#: client/drizzle.cc:1518
342
337
msgid "Set the drizzle prompt to this value."
345
#: client/drizzle.cc:1373
346
msgid "The protocol of connection (tcp,socket,pipe,memory)."
349
#: client/drizzle.cc:1376
340
#: client/drizzle.cc:1522
351
342
"Don't cache result, print it row by row. This may slow down the server if "
352
343
"the output is suspended. Doesn't use history file."
355
#: client/drizzle.cc:1378
346
#: client/drizzle.cc:1524
356
347
msgid "Write fields without conversion. Used with --batch."
359
#: client/drizzle.cc:1381
350
#: client/drizzle.cc:1527
361
352
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
362
353
"option is enabled by default."
365
#: client/drizzle.cc:1383
356
#: client/drizzle.cc:1529
357
msgid "Shutdown the server."
360
#: client/drizzle.cc:1531
367
362
"Be more silent. Print results with a tab as separator, each row on new line."
370
#: client/drizzle.cc:1385
365
#: client/drizzle.cc:1533
371
366
msgid "Socket file to use for connection."
374
#: client/drizzle.cc:1388
369
#: client/drizzle.cc:1536
375
370
msgid "Output in table format."
378
#: client/drizzle.cc:1391
373
#: client/drizzle.cc:1539
380
375
"Append everything into outfile. See interactive help (\\h) also. Does not "
381
376
"work in batch mode. Disable with --disable-tee. This option is disabled by "
385
#: client/drizzle.cc:1393
380
#: client/drizzle.cc:1541
387
382
"Disable outfile. See interactive help (\\h) also. WARNING: option "
388
383
"deprecated; use --disable-tee instead"
391
#: client/drizzle.cc:1396 client/drizzleadmin.cc:84
386
#: client/drizzle.cc:1543
392
387
msgid "User for login if not current user."
395
#: client/drizzle.cc:1399
390
#: client/drizzle.cc:1545
396
391
msgid "Only allow UPDATE and DELETE that uses keys."
399
#: client/drizzle.cc:1402
394
#: client/drizzle.cc:1548
400
395
msgid "Synonym for option --safe-updates, -U."
403
#: client/drizzle.cc:1405
398
#: client/drizzle.cc:1551
404
399
msgid "Write more. (-v -v -v gives the table output format)."
407
#: client/drizzle.cc:1407 client/drizzleadmin.cc:89 drizzled/drizzled.cc:3648
402
#: client/drizzle.cc:1553 drizzled/drizzled.cc:1822
408
403
msgid "Output version information and exit."
409
404
msgstr "顯示版本資料並離開"
411
#: client/drizzle.cc:1409 client/drizzleadmin.cc:91
406
#: client/drizzle.cc:1555
412
407
msgid "Wait and retry if connection is down."
415
#: client/drizzle.cc:1412
410
#: client/drizzle.cc:1558
416
411
msgid "Number of seconds before connection timeout."
419
#: client/drizzle.cc:1417
420
msgid "Max packet length to send to, or receive from server"
423
#: client/drizzle.cc:1422
424
msgid "Buffer for TCP/IP and socket communication"
427
#: client/drizzle.cc:1426
414
#: client/drizzle.cc:1563
415
msgid "Max length of input line"
418
#: client/drizzle.cc:1568
428
419
msgid "Automatic limit for SELECT when using --safe-updates"
431
#: client/drizzle.cc:1431
422
#: client/drizzle.cc:1573
432
423
msgid "Automatic limit for rows in a join when using --safe-updates"
435
#: client/drizzle.cc:1435
426
#: client/drizzle.cc:1577
436
427
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
439
#: client/drizzle.cc:1448
430
#: client/drizzle.cc:1582
431
msgid "Number of lines before each import progress report."
434
#: client/drizzle.cc:1585
435
msgid "Ping the server to check if it's alive."
438
#: client/drizzle.cc:1595
441
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
440
msgid "%s Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
444
#: client/drizzle.cc:1455
443
#: client/drizzle.cc:1602
447
"Copyright (C) 2000-2008 MySQL AB\n"
448
" This software comes with ABSOLUTELY NO "
449
"WARRANTY. This is free software,\n"
450
" and you are welcome to modify and redistribute it under the GPL license\n"
446
"Copyright (C) 2008 Sun Microsystems\n"
447
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
448
"and you are welcome to modify and redistribute it under the GPL license\n"
453
#: client/drizzle.cc:1459
451
#: client/drizzle.cc:1607
455
453
msgid "Usage: %s [OPTIONS] [database]\n"
456
454
msgstr "使用方式: %s [OPTIONS] [database]\n"
458
#: client/drizzle.cc:1492
456
#: client/drizzle.cc:1638
459
457
msgid "DELIMITER cannot contain a backslash character"
462
#: client/drizzle.cc:1513
460
#: client/drizzle.cc:1656
464
462
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
467
#: client/drizzle.cc:1536
465
#: client/drizzle.cc:1679
469
467
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
472
#: client/drizzle.cc:1540
470
#: client/drizzle.cc:1683
474
472
msgid "WARNING: --server-arg option not supported in this configuration.\n"
477
#: client/drizzle.cc:1912
475
#: client/drizzle.cc:1714
477
"Non-integer value supplied for port. If you are trying to enter a password "
478
"please use --password instead."
481
#: client/drizzle.cc:1722
482
msgid "Value supplied for port is not valid."
485
#: client/drizzle.cc:1861
479
msgid "Unknown command '\\%c'."
487
msgid "Processing line: %<PRIu32>\n"
482
#: client/drizzle.cc:2339
490
#: client/drizzle.cc:2076
492
msgid "Unknown command: "
495
#: client/drizzle.cc:2490
484
497
"Reading table information for completion of table and column names\n"
485
498
" You can turn off this feature to get a quicker startup with -A\n"
489
#: client/drizzle.cc:2436
502
#: client/drizzle.cc:2579
490
503
msgid "No connection. Trying to reconnect..."
493
#: client/drizzle.cc:2442
506
#: client/drizzle.cc:2585
494
507
msgid "Can't connect to the server\n"
495
508
msgstr "不能連接伺服器\n"
497
#: client/drizzle.cc:2499
501
#: client/drizzle.cc:2499
505
#: client/drizzle.cc:2550
510
#: client/drizzle.cc:2551
519
#: client/drizzle.cc:2553
528
#: client/drizzle.cc:2566
529
msgid "Many help items for your request exist."
532
#: client/drizzle.cc:2567
534
"To make a more specific request, please type 'help <item>',\n"
535
"where <item> is one of the following"
538
#: client/drizzle.cc:2573
540
msgid "You asked for help about help category: '%s'\n"
543
#: client/drizzle.cc:2574
545
"For more information, type 'help <item>', where <item> is one of the "
549
#: client/drizzle.cc:2587
555
#: client/drizzle.cc:2588
556
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
559
#: client/drizzle.cc:2610
510
#: client/drizzle.cc:2663
560
511
msgid "List of all Drizzle commands:"
561
512
msgstr "所有Drizzle的指令:"
563
#: client/drizzle.cc:2612
514
#: client/drizzle.cc:2665
564
515
msgid "Note that all text commands must be first on line and end with ';'"
567
#: client/drizzle.cc:2623
570
"For server side help, type 'help contents'\n"
573
#: client/drizzle.cc:2648
574
msgid "Usage: \\C char_setname | charset charset_name"
577
#: client/drizzle.cc:2658
578
msgid "Charset changed"
581
#: client/drizzle.cc:2660
582
msgid "Charset is not found"
585
#: client/drizzle.cc:2691
518
#: client/drizzle.cc:2720
586
519
msgid "No query specified\n"
589
#: client/drizzle.cc:2706
522
#: client/drizzle.cc:2735
590
523
msgid "Ignoring query to other database"
593
#: client/drizzle.cc:2755
526
#: client/drizzle.cc:2785
594
527
msgid "Empty set"
597
#: client/drizzle.cc:2768
530
#: client/drizzle.cc:2798
599
532
msgid "%ld row in set"
600
533
msgid_plural "%ld rows in set"
604
#: client/drizzle.cc:2777
537
#: client/drizzle.cc:2807
608
#: client/drizzle.cc:2779
541
#: client/drizzle.cc:2809
610
543
msgid "Query OK, %ld row affected"
611
544
msgid_plural "Query OK, %ld rows affected"
612
545
msgstr[0] "成功執行, %ld 筆記錄受到影響"
614
#: client/drizzleadmin.cc:76 drizzled/drizzled.cc:3439
616
"Port number to use for connection or 0 for default to, in order of "
617
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
620
#: client/drizzleadmin.cc:81
621
msgid "Silently exit if one can't connect to server."
624
#: client/drizzleadmin.cc:87
625
msgid "Write more information."
628
#: client/drizzleadmin.cc:254
631
"connect to server at '%s' failed\n"
635
#: client/drizzleadmin.cc:260
637
msgid "Check that drizzled is running on %s"
640
#: client/drizzleadmin.cc:261
642
msgid " and that the port is %d.\n"
645
#: client/drizzleadmin.cc:263
647
msgid "You can check this by doing 'telnet %s %d'\n"
650
#: client/drizzleadmin.cc:274
652
msgid "Got error: %s\n"
655
#: client/drizzleadmin.cc:281
656
msgid "Waiting for Drizzle server to answer"
657
msgstr "正等候Drizzle伺服器回應"
659
#: client/drizzleadmin.cc:314
661
msgid "shutting down drizzled...\n"
662
msgstr "正在停止drizzled...\n"
664
#: client/drizzleadmin.cc:318
666
msgid "shutdown failed; error: '%s'"
669
#: client/drizzleadmin.cc:325
674
#: client/drizzleadmin.cc:335
675
msgid "drizzled is alive"
676
msgstr "drizzled 運行中"
678
#: client/drizzleadmin.cc:343
679
msgid "connection was down, but drizzled is now alive"
682
#: client/drizzleadmin.cc:347
684
msgid "drizzled doesn't answer to ping, error: '%s'"
687
#: client/drizzleadmin.cc:356
689
msgid "Unknown command: '%-.60s'"
690
msgstr "不明白的指令: '%-.60s'"
692
#: client/drizzleadmin.cc:365
694
msgid "%s Ver %s Distrib %s, for %s on %s\n"
697
#: client/drizzleadmin.cc:372
698
msgid "Copyright (C) 2000-2008 MySQL AB"
699
msgstr "版權所有(C) 2000-2008 MySQL AB"
701
#: client/drizzleadmin.cc:373
547
#: client/drizzledump.cc:345
548
msgid "Number of rows before each output progress report (requires --verbose)."
551
#: client/drizzledump.cc:415
553
msgid "Got errno %d on write"
556
#: client/drizzledump.cc:420
558
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
561
#: client/drizzledump.cc:427
563
msgid "Usage: %s [OPTIONS] database [tables]\n"
566
#: client/drizzledump.cc:428
568
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
571
#: client/drizzledump.cc:430
573
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
576
#: client/drizzledump.cc:438
703
578
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
704
579
"and you are welcome to modify and redistribute it under the GPL license\n"
707
#: client/drizzleadmin.cc:374
708
msgid "Administration program for the drizzled daemon."
711
#: client/drizzleadmin.cc:375
713
msgid "Usage: %s [OPTIONS] command command....\n"
716
#: client/drizzleadmin.cc:377
718
" ping Check if server is down\n"
719
" shutdown Take server down\n"
722
#: libdrizzle/client.c:673
724
msgid "Unknown option to protocol: %s\n"
727
#: libdrizzle/client.c:1153
729
msgid "COLLATION %s is not valid for CHARACTER SET %s"
732
#: libdrizzle/errmsg.c:29
734
msgid "Unknown Drizzle error"
737
#: libdrizzle/errmsg.c:30
739
msgid "Can't create UNIX socket (%d)"
740
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
742
#: libdrizzle/errmsg.c:31
744
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
747
#: libdrizzle/errmsg.c:32
749
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
752
#: libdrizzle/errmsg.c:33
754
msgid "Can't create TCP/IP socket (%d)"
757
#: libdrizzle/errmsg.c:34
759
msgid "Unknown Drizzle server host '%-.100s' (%d)"
760
msgstr "不明白的指令: '%-.60s'"
762
#: libdrizzle/errmsg.c:35
763
msgid "Drizzle server has gone away"
766
#: libdrizzle/errmsg.c:36
768
msgid "Protocol mismatch; server version = %d, client version = %d"
771
#: libdrizzle/errmsg.c:37
772
msgid "Drizzle client ran out of memory"
775
#: libdrizzle/errmsg.c:38
776
msgid "Wrong host info"
779
#: libdrizzle/errmsg.c:39
780
msgid "Localhost via UNIX socket"
783
#: libdrizzle/errmsg.c:40
785
msgid "%-.100s via TCP/IP"
788
#: libdrizzle/errmsg.c:41
789
msgid "Error in server handshake"
792
#: libdrizzle/errmsg.c:42
793
msgid "Lost connection to Drizzle server during query"
796
#: libdrizzle/errmsg.c:43
797
msgid "Commands out of sync; you can't run this command now"
800
#: libdrizzle/errmsg.c:44
802
msgid "Named pipe: %-.32s"
805
#: libdrizzle/errmsg.c:45
807
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
810
#: libdrizzle/errmsg.c:46
812
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
815
#: libdrizzle/errmsg.c:47
817
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
820
#: libdrizzle/errmsg.c:48
822
msgid "Can't initialize character set %-.32s (path: %-.100s)"
825
#: libdrizzle/errmsg.c:49
826
msgid "Got packet bigger than 'max_allowed_packet' bytes"
829
#: libdrizzle/errmsg.c:50
830
msgid "Embedded server"
833
#: libdrizzle/errmsg.c:51
834
msgid "Error on SHOW SLAVE STATUS:"
837
#: libdrizzle/errmsg.c:52
838
msgid "Error on SHOW SLAVE HOSTS:"
841
#: libdrizzle/errmsg.c:53
842
msgid "Error connecting to slave:"
845
#: libdrizzle/errmsg.c:54
846
msgid "Error connecting to master:"
849
#: libdrizzle/errmsg.c:55
851
msgid "SSL connection error"
854
#: libdrizzle/errmsg.c:56
855
msgid "Malformed packet"
858
#: libdrizzle/errmsg.c:57 libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69
859
#: libdrizzle/errmsg.c:70 libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72
860
#: libdrizzle/errmsg.c:73 libdrizzle/errmsg.c:74 libdrizzle/errmsg.c:75
861
#: libdrizzle/errmsg.c:76
862
msgid "(unused error message)"
865
#: libdrizzle/errmsg.c:58
866
msgid "Invalid use of null pointer"
869
#: libdrizzle/errmsg.c:59
870
msgid "Statement not prepared"
873
#: libdrizzle/errmsg.c:60
874
msgid "No data supplied for parameters in prepared statement"
877
#: libdrizzle/errmsg.c:61
878
msgid "Data truncated"
881
#: libdrizzle/errmsg.c:62
882
msgid "No parameters exist in the statement"
885
#: libdrizzle/errmsg.c:63
886
msgid "Invalid parameter number"
889
#: libdrizzle/errmsg.c:64
892
"Can't send long data for non-string/non-binary data types (parameter: %d)"
895
#: libdrizzle/errmsg.c:66
897
msgid "Using unsupported buffer type: %d (parameter: %d)"
900
#: libdrizzle/errmsg.c:67
902
msgid "Shared memory: %-.100s"
905
#: libdrizzle/errmsg.c:77
906
msgid "Wrong or unknown protocol"
909
#: libdrizzle/errmsg.c:78
911
msgid "Invalid connection handle"
914
#: libdrizzle/errmsg.c:79
916
"Connection using old (pre-4.1.1) authentication protocol refused (client "
917
"option 'secure_auth' enabled)"
920
#: libdrizzle/errmsg.c:81
921
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
924
#: libdrizzle/errmsg.c:82
925
msgid "Attempt to read column without prior row fetch"
928
#: libdrizzle/errmsg.c:83
929
msgid "Prepared statement contains no metadata"
932
#: libdrizzle/errmsg.c:84
934
"Attempt to read a row while there is no result set associated with the "
938
#: libdrizzle/errmsg.c:86
939
msgid "This feature is not implemented yet"
942
#: libdrizzle/errmsg.c:87
945
"Lost connection to Drizzle server while waiting for initial communication "
946
"packet, system error: %d"
949
#: libdrizzle/errmsg.c:89
952
"Lost connection to Drizzle server while reading initial communication "
953
"packet, system error: %d"
956
#: libdrizzle/errmsg.c:91
959
"Lost connection to Drizzle server while sending authentication information, "
963
#: libdrizzle/errmsg.c:93
966
"Lost connection to Drizzle server while reading authorization information, "
970
#: libdrizzle/errmsg.c:95
973
"Lost connection to Drizzle server while setting initial database, system "
977
#: libdrizzle/errmsg.c:97
979
msgid "Statement closed indirectly because of a preceeding %s() call"
982
#: libdrizzle/local_infile.c:186 mysys/errors.c:52
984
msgid "File '%s' not found (Errcode: %d)"
985
msgstr "找不到檔案 '%s' (錯誤碼: %d)"
987
#: libdrizzle/local_infile.c:217 mysys/errors.c:26
989
msgid "Error reading file '%s' (Errcode: %d)"
990
msgstr "讀取檔案'%s'時發生錯誤 (錯誤碼: %d)"
994
msgid "Can't create/write to file '%s' (Errcode: %d)"
999
msgid "Error writing file '%s' (Errcode: %d)"
1000
msgstr "寫入檔案'%s'時發生錯誤 (錯誤碼: %d)"
1002
#: mysys/errors.c:28
1004
msgid "Error on close of '%s' (Errcode: %d)"
1005
msgstr "刪除'%s'時發生錯誤 (錯誤碼: %d)"
1007
#: mysys/errors.c:29
1009
msgid "Out of memory (Needed %u bytes)"
1012
#: mysys/errors.c:30
1014
msgid "Error on delete of '%s' (Errcode: %d)"
1015
msgstr "刪除'%s'時發生錯誤 (錯誤碼: %d)"
1017
#: mysys/errors.c:31
1019
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1022
#: mysys/errors.c:32
1024
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1027
#: mysys/errors.c:33
1029
msgid "Can't lock file (Errcode: %d)"
1030
msgstr "不能鎖定檔案(錯誤碼: %d)"
1032
#: mysys/errors.c:34
1034
msgid "Can't unlock file (Errcode: %d)"
1035
msgstr "不能解除鎖定檔案(錯誤碼: %d)"
1037
#: mysys/errors.c:35
1039
msgid "Can't read dir of '%s' (Errcode: %d)"
1040
msgstr "不能讀取資料夾'%s' (錯誤碼: %d)"
1042
#: mysys/errors.c:36
1044
msgid "Can't get stat of '%s' (Errcode: %d)"
1047
#: mysys/errors.c:37
1049
msgid "Can't change size of file (Errcode: %d)"
1052
#: mysys/errors.c:38
1054
msgid "Can't open stream from handle (Errcode: %d)"
1057
#: mysys/errors.c:39
1059
msgid "Can't get working dirctory (Errcode: %d)"
1062
#: mysys/errors.c:40
1064
msgid "Can't change dir to '%s' (Errcode: %d)"
1067
#: mysys/errors.c:41
1069
msgid "Warning: '%s' had %d links"
1072
#: mysys/errors.c:42
1074
msgid "Warning: %d files and %d streams is left open\n"
1077
#: mysys/errors.c:43
1079
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1082
#: mysys/errors.c:44
1084
msgid "Can't create directory '%s' (Errcode: %d)"
1085
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
1087
#: mysys/errors.c:45
1090
"Character set '%s' is not a compiled character set and is not specified in "
1094
#: mysys/errors.c:46
1096
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1099
#: mysys/errors.c:47
1101
msgid "Can't read value for symlink '%s' (Error %d)"
1104
#: mysys/errors.c:48
1106
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1109
#: mysys/errors.c:49
1111
msgid "Error on realpath() on '%s' (Error %d)"
1114
#: mysys/errors.c:50
1116
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1119
#: mysys/errors.c:51
1122
"Collation '%s' is not a compiled collation and is not specified in the %s "
1126
#: mysys/errors.c:53
1128
msgid "File '%s' (fileno: %d) was not closed"
1131
#: mysys/my_error.c:86
1133
msgid "Unknown error %d"
1136
#: mysys/my_getopt.c:83
1140
#: mysys/my_getopt.c:85
1144
#: mysys/my_getopt.c:350
1146
msgid "%s: %s: Option '%s' used, but is disabled\n"
1149
#: mysys/my_getopt.c:351
1153
#: mysys/my_getopt.c:351
1157
#: mysys/my_getopt.c:454
1159
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1162
#: mysys/my_getopt.c:767
1164
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1167
#: mysys/my_getopt.c:948
1169
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1172
#: mysys/my_getopt.c:1170
1174
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1177
#: mysys/my_getopt.c:1190
582
#: client/drizzledump.cc:439
583
msgid "Dumps definitions and data from a Drizzle database server"
586
#: client/drizzledump.cc:450
588
msgid "For more options, use %s --help\n"
591
#: client/drizzledump.cc:557 client/drizzleimport.cc:195
592
#: client/drizzleslap.cc:747 client/drizzletest.cc:4729
595
"Non-integer value supplied for port. If you are trying to enter a password "
596
"please use --password instead.\n"
599
#: client/drizzledump.cc:565 client/drizzleimport.cc:203
600
#: client/drizzleslap.cc:755 client/drizzletest.cc:4737
602
msgid "Value supplied for port is not valid.\n"
605
#: client/drizzledump.cc:582
607
msgid "Memory allocation error while copying password. Aborting.\n"
610
#: client/drizzledump.cc:621
612
msgid "Input filename too long: %s"
615
#: client/drizzledump.cc:656
617
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
620
#: client/drizzledump.cc:681
622
msgid "Invalid mode to --compatible: %s\n"
625
#: client/drizzledump.cc:726
627
msgid "%s: You must use option --tab with --fields-...\n"
630
#: client/drizzledump.cc:732
633
"%s: You can't use --single-transaction and --lock-all-tables at the same "
637
#: client/drizzledump.cc:738
640
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
644
#: client/drizzledump.cc:744
646
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
649
#: client/drizzledump.cc:767
651
msgid "Got error: %s (%d) %s"
654
#: client/drizzledump.cc:774
656
msgid "Got error: %d %s"
659
#: client/drizzledump.cc:872 client/drizzledump.cc:879
660
#: client/drizzledump.cc:892
662
msgid "Couldn't execute '%s': %s (%d)"
665
#: client/drizzledump.cc:956
667
msgid "-- Connecting to %s...\n"
670
#: client/drizzledump.cc:977
672
msgid "-- Disconnecting from %s...\n"
675
#: client/drizzledump.cc:988
676
msgid "Couldn't allocate memory"
679
#: client/drizzledump.cc:1332
682
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
686
#: client/drizzledump.cc:1346
688
msgid "-- Retrieving table structure for table %s...\n"
691
#: client/drizzledump.cc:1460
693
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
696
#: client/drizzledump.cc:1567
698
msgid "%s: Can't get keys for table %s\n"
701
#: client/drizzledump.cc:1645 client/drizzledump.cc:2719
703
msgid "Error: Couldn't read status information for table %s\n"
706
#: client/drizzledump.cc:1788
708
msgid "Error retrieving table structure for table: \"%s\""
711
#: client/drizzledump.cc:1795
713
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
716
#: client/drizzledump.cc:1806
718
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
721
#: client/drizzledump.cc:1813
723
msgid "-- Skipping dump data for table '%s', it has no fields\n"
726
#: client/drizzledump.cc:1821
727
msgid "-- Sending SELECT query...\n"
730
#: client/drizzledump.cc:1875 client/drizzledump.cc:2350
731
msgid "when executing 'SELECT INTO OUTFILE'"
734
#: client/drizzledump.cc:1885
1181
"Variables (--variable-name=value)\n"
1182
"and boolean options {false|true} Value (after reading options)\n"
1183
"--------------------------------- -----------------------------\n"
1186
#: mysys/my_getopt.c:1206 mysys/my_getopt.c:1222
1187
msgid "(No default value)"
1190
#: mysys/my_getopt.c:1225
1194
#: mysys/my_getopt.c:1225
1198
#: mysys/my_getopt.c:1250
1200
msgid "(Disabled)\n"
1203
#: mysys/my_handler_errors.h:10
1204
msgid "Didn't find key on read or update"
1207
#: mysys/my_handler_errors.h:12
1208
msgid "Duplicate key on write or update"
1211
#: mysys/my_handler_errors.h:14
1212
msgid "Internal (unspecified) error in handler"
1215
#: mysys/my_handler_errors.h:16
739
"-- Dumping data for table %s\n"
743
#: client/drizzledump.cc:1926
744
msgid "-- Retrieving rows...\n"
747
#: client/drizzledump.cc:1929
749
msgid "%s: Error in field count for table: %s ! Aborting.\n"
752
#: client/drizzledump.cc:1973
754
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
757
#: client/drizzledump.cc:1990
759
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
762
#: client/drizzledump.cc:2012
764
msgid "Not enough fields from table %s! Aborting.\n"
767
#: client/drizzledump.cc:2411 client/drizzledump.cc:2525
768
msgid "when doing refresh"
771
#: client/drizzledump.cc:2497
772
msgid "alloc_root failure."
775
#: client/drizzledump.cc:2512
777
msgid "Couldn't find table: \"%s\""
780
#: client/drizzledump.cc:2790 client/drizzledump.cc:2797
781
#: client/drizzledump.cc:2807
1217
"Someone has changed the row since it was read (while the table was locked to "
1221
#: mysys/my_handler_errors.h:18
1222
msgid "Wrong index given to function"
1225
#: mysys/my_handler_errors.h:20
1226
msgid "Undefined handler error 125"
1229
#: mysys/my_handler_errors.h:22
1230
msgid "Index file is crashed"
1233
#: mysys/my_handler_errors.h:24
1234
msgid "Record file is crashed"
1237
#: mysys/my_handler_errors.h:26
1238
msgid "Out of memory in engine"
1241
#: mysys/my_handler_errors.h:28
1242
msgid "Undefined handler error 129"
1245
#: mysys/my_handler_errors.h:30
1246
msgid "Incorrect file format"
1249
#: mysys/my_handler_errors.h:32
1250
msgid "Command not supported by database"
1253
#: mysys/my_handler_errors.h:34
1254
msgid "Old database file"
1257
#: mysys/my_handler_errors.h:36
1258
msgid "No record read before update"
1261
#: mysys/my_handler_errors.h:38
1262
msgid "Record was already deleted (or record file crashed)"
1265
#: mysys/my_handler_errors.h:40
1266
msgid "No more room in record file"
1269
#: mysys/my_handler_errors.h:42
1270
msgid "No more room in index file"
1273
#: mysys/my_handler_errors.h:44
1274
msgid "No more records (read after end of file)"
1277
#: mysys/my_handler_errors.h:46
1278
msgid "Unsupported extension used for table"
1281
#: mysys/my_handler_errors.h:48
1285
#: mysys/my_handler_errors.h:50
1286
msgid "Wrong create options"
1289
#: mysys/my_handler_errors.h:52
1290
msgid "Duplicate unique key or constraint on write or update"
1293
#: mysys/my_handler_errors.h:54
1294
msgid "Unknown character set used in table"
1297
#: mysys/my_handler_errors.h:56
1298
msgid "Conflicting table definitions in sub-tables of MERGE table"
1301
#: mysys/my_handler_errors.h:58
1302
msgid "Table is crashed and last repair failed"
1305
#: mysys/my_handler_errors.h:60
1306
msgid "Table was marked as crashed and should be repaired"
1309
#: mysys/my_handler_errors.h:62
1310
msgid "Lock timed out; Retry transaction"
1313
#: mysys/my_handler_errors.h:64
1314
msgid "Lock table is full; Restart program with a larger locktable"
1317
#: mysys/my_handler_errors.h:66
1318
msgid "Updates are not allowed under a read only transactions"
1321
#: mysys/my_handler_errors.h:68
1322
msgid "Lock deadlock; Retry transaction"
1325
#: mysys/my_handler_errors.h:70
1326
msgid "Foreign key constraint is incorrectly formed"
1329
#: mysys/my_handler_errors.h:72
1330
msgid "Cannot add a child row"
1333
#: mysys/my_handler_errors.h:74
1334
msgid "Cannot delete a parent row"
1337
#: mysys/my_handler_errors.h:76
1338
msgid "No savepoint with that name"
1341
#: mysys/my_handler_errors.h:78
1342
msgid "Non unique key block size"
1345
#: mysys/my_handler_errors.h:80
1346
msgid "The table does not exist in engine"
1349
#: mysys/my_handler_errors.h:82
1350
msgid "The table already existed in storage engine"
1353
#: mysys/my_handler_errors.h:84
1354
msgid "Could not connect to storage engine"
1357
#: mysys/my_handler_errors.h:86
1358
msgid "Unexpected null pointer found when using spatial index"
1361
#: mysys/my_handler_errors.h:88
1362
msgid "The table changed in storage engine"
1365
#: mysys/my_handler_errors.h:90
1366
msgid "There's no partition in table for the given value"
1369
#: mysys/my_handler_errors.h:92
1370
msgid "Row-based binlogging of row failed"
1373
#: mysys/my_handler_errors.h:94
1374
msgid "Index needed in foreign key constraint"
1377
#: mysys/my_handler_errors.h:96
1378
msgid "Upholding foreign key constraints would lead to a duplicate key error"
1381
#: mysys/my_handler_errors.h:98
1382
msgid "Table needs to be upgraded before it can be used"
1385
#: mysys/my_handler_errors.h:100
1386
msgid "Table is read only"
1389
#: mysys/my_handler_errors.h:102
1390
msgid "Failed to get next auto increment value"
1393
#: mysys/my_handler_errors.h:104
1394
msgid "Failed to set row auto increment value"
1397
#: mysys/my_handler_errors.h:106
1398
msgid "Unknown (generic) error from engine"
1401
#: mysys/my_handler_errors.h:108
1402
msgid "Record is the same"
1405
#: mysys/my_handler_errors.h:110
1406
msgid "It is not possible to log this statement"
1409
#: mysys/my_handler_errors.h:112
1410
msgid "Tablespace exists"
1413
#: mysys/my_handler_errors.h:114
1414
msgid "The event was corrupt, leading to illegal data being read"
1417
#: mysys/my_handler_errors.h:116
1418
msgid "The table is of a new format not supported by this version"
1419
msgstr "這個表格使用新的格式,目前的版本並不支援."
1421
#: mysys/my_handler_errors.h:118
1422
msgid "The event could not be processed no other hanlder error happened"
1425
#: mysys/my_handler_errors.h:120
1426
msgid "Got a fatal error during initialzaction of handler"
1429
#: mysys/my_handler_errors.h:122
1430
msgid "File to short; Expected more data in file"
1433
#: mysys/my_handler_errors.h:124
1434
msgid "Read page with wrong checksum"
1437
#: mysys/my_handler_errors.h:126
1438
msgid "Lock or active transaction"
1441
#: mysys/my_handler_errors.h:128
1442
msgid "No such table space"
1445
#: mysys/my_handler_errors.h:130
1446
msgid "Tablespace not empty"
1449
#: drizzled/drizzled.cc:551
1451
msgid "Got error %d from pthread_cond_timedwait"
1454
#: drizzled/drizzled.cc:691 drizzled/drizzled.cc:1783
1455
msgid "Can't create thread to kill server"
1458
#: drizzled/drizzled.cc:758
1460
msgid "Got signal %d from thread %ld"
1463
#: drizzled/drizzled.cc:792
784
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
787
#: client/drizzledump.cc:2837
789
msgid "Error: Not enough memory to store ORDER BY clause\n"
794
msgid "Error while loading database options: '%s':"
797
#: drizzled/drizzled.cc:503
799
msgid "Got signal %d from thread %<PRIu64>"
802
#: drizzled/drizzled.cc:537
1464
803
msgid "Aborting\n"
1467
#: drizzled/drizzled.cc:990
806
#: drizzled/drizzled.cc:658
1468
807
msgid "One can only use the --user switch if running as root\n"
1471
#: drizzled/drizzled.cc:998
810
#: drizzled/drizzled.cc:665
1473
812
"Fatal error: Please read \"Security\" section of the manual to find out how "
1474
"to run mysqld as root!\n"
813
"to run drizzled as root!\n"
1477
#: drizzled/drizzled.cc:1022
816
#: drizzled/drizzled.cc:685
1480
819
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1484
#: drizzled/drizzled.cc:1197
1486
msgid "Retrying bind on TCP/IP port %u"
1489
#: drizzled/drizzled.cc:1203
1490
msgid "Can't start server: Bind on TCP/IP port"
1493
#: drizzled/drizzled.cc:1204
1495
msgid "Do you already have another drizzled server running on port: %d ?"
1498
#: drizzled/drizzled.cc:1210
1499
msgid "Can't start server: listen() on TCP/IP port"
1502
#: drizzled/drizzled.cc:1211
1504
msgid "listen() on TCP/IP failed with error %d"
1507
#: drizzled/drizzled.cc:1429
1512
#: drizzled/drizzled.cc:1447
823
#: drizzled/drizzled.cc:841
825
msgid "Fatal signal %d while backtracing\n"
828
#: drizzled/drizzled.cc:864
1515
831
"We will try our best to scrape up some info that will hopefully help "
1583
#: drizzled/drizzled.cc:1559
899
#: drizzled/drizzled.cc:969
1585
901
msgid "Writing a core file\n"
1588
#: drizzled/drizzled.cc:1606
904
#: drizzled/drizzled.cc:1015
1590
906
"setrlimit could not change the size of core files to 'infinity'; We may not "
1591
907
"be able to generate a core file on signals"
1594
#: drizzled/drizzled.cc:1675
1596
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1599
#: drizzled/drizzled.cc:1763
1601
msgid "Got signal %d to shutdown mysqld"
1604
#: drizzled/drizzled.cc:1810
1606
msgid "Got signal: %d error: %d"
1609
#: drizzled/drizzled.cc:1949
1611
msgid "Wrong date/time format specifier: %s\n"
1614
#: drizzled/drizzled.cc:2078
910
#: drizzled/drizzled.cc:1210
1616
912
msgid "gethostname failed, using '%s' as hostname"
1619
#: drizzled/drizzled.cc:2142
1622
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1625
#: drizzled/drizzled.cc:2147
1628
"Could not increase number of max_open_files to more than %u (request: %u)"
1631
#: drizzled/drizzled.cc:2228
915
#: drizzled/drizzled.cc:1281
1633
917
msgid "Unknown locale: '%s'"
1636
#: drizzled/drizzled.cc:2248
1638
"Although a path was specified for the --log option, log tables are used. To "
1639
"enable logging to files use the --log-output option."
1642
#: drizzled/drizzled.cc:2255
1644
"Although a path was specified for the --log-slow-queries option, log tables "
1645
"are used. To enable logging to files use the --log-output=file option."
1648
#: drizzled/drizzled.cc:2325
920
#: drizzled/drizzled.cc:1310
1649
921
msgid "Can't create thread-keys"
1652
#: drizzled/drizzled.cc:2372
924
#: drizzled/drizzled.cc:1335
1653
925
msgid "Out of memory"
1656
#: drizzled/drizzled.cc:2379
1657
msgid "You need to use --log-bin to make --binlog-format work."
1660
#: drizzled/drizzled.cc:2401
1662
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1663
"impossible, it would lead to infinite loops in this server."
1666
#: drizzled/drizzled.cc:2421
1669
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1670
"replication may break when this Drizzle server acts as a master and has his "
1671
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1674
#: drizzled/drizzled.cc:2455
928
#: drizzled/drizzled.cc:1346
1675
929
msgid "Failed to initialize plugins."
1678
#: drizzled/drizzled.cc:2486
932
#: drizzled/drizzled.cc:1377
1681
935
"%s: Too many arguments (first extra is '%s').\n"
1682
936
"Use --verbose --help to get a list of available options\n"
1685
#: drizzled/drizzled.cc:2496
939
#: drizzled/drizzled.cc:1397
940
msgid "No scheduler found, cannot continue!\n"
943
#: drizzled/drizzled.cc:1404
1686
944
msgid "Can't init databases"
1689
#: drizzled/drizzled.cc:2519
947
#: drizzled/drizzled.cc:1428
1691
949
msgid "Unknown/unsupported table type: %s"
1694
#: drizzled/drizzled.cc:2525
952
#: drizzled/drizzled.cc:1434
1696
954
msgid "Default storage engine (%s) is not available"
1699
#: drizzled/drizzled.cc:2548
1700
msgid "Can't initialize tc_log"
1703
#: drizzled/drizzled.cc:2579
957
#: drizzled/drizzled.cc:1465
1705
959
msgid "Failed to lock memory. Errno: %d\n"
1708
#: drizzled/drizzled.cc:2649
1710
msgid "Asked for %u thread stack, but got %llu"
1713
#: drizzled/drizzled.cc:2685
1715
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1716
"value: we force server id to 1; updates will be logged to the binary log, "
1717
"but connections from slaves will not be accepted."
1720
#: drizzled/drizzled.cc:2743
1721
msgid "Before Lock_thread_count"
1724
#: drizzled/drizzled.cc:2750
1725
msgid "After lock_thread_count"
1728
#: drizzled/drizzled.cc:2859
1730
msgid "drizzled: Got error %d from select"
1733
#: drizzled/drizzled.cc:3114 drizzled/drizzled.cc:3233
1734
#: drizzled/drizzled.cc:3407
1735
msgid "Option used by mysql-test for debugging and testing of replication."
1738
#: drizzled/drizzled.cc:3118
962
#: drizzled/drizzled.cc:1681
963
msgid "Display this help and exit after initializing plugins."
966
#: drizzled/drizzled.cc:1685
1739
967
msgid "Auto-increment columns are incremented by this"
1742
#: drizzled/drizzled.cc:3123
970
#: drizzled/drizzled.cc:1690
1744
972
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1748
#: drizzled/drizzled.cc:3129
976
#: drizzled/drizzled.cc:1696
1750
978
"Path to installation directory. All paths are usually resolved relative to "
1754
#: drizzled/drizzled.cc:3133
982
#: drizzled/drizzled.cc:1700
1755
983
msgid "IP address to bind to."
1758
#: drizzled/drizzled.cc:3137
1760
"Does not have any effect without '--log-bin'. Tell the master the form of "
1761
"binary logging to use: either 'row' for row-based binary logging, or "
1762
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1763
"statement-based binary logging except for those statements where only row-"
1764
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1765
"the UUID() function; for those, row-based binary logging is automatically "
1769
#: drizzled/drizzled.cc:3147
1771
"Tells the master it should log updates for the specified database, and "
1772
"exclude all others not explicitly mentioned."
1775
#: drizzled/drizzled.cc:3151
1777
"Tells the master that updates to the given database should not be logged "
1781
#: drizzled/drizzled.cc:3155
1783
"The maximum size of a row-based binary log event in bytes. Rows will be "
1784
"grouped into events smaller than this size if possible. The value has to be "
1785
"a multiple of 256."
1788
#: drizzled/drizzled.cc:3166
1789
msgid "Don't ignore client side character set value sent during handshake."
1792
#: drizzled/drizzled.cc:3171
1793
msgid "Set the filesystem character set."
1796
#: drizzled/drizzled.cc:3183
1797
msgid "Chroot mysqld daemon during startup."
1800
#: drizzled/drizzled.cc:3187
986
#: drizzled/drizzled.cc:1704
987
msgid "Chroot drizzled daemon during startup."
990
#: drizzled/drizzled.cc:1708
1801
991
msgid "Set the default collation."
1804
#: drizzled/drizzled.cc:3191
994
#: drizzled/drizzled.cc:1712
1805
995
msgid "Default completion type."
1808
#: drizzled/drizzled.cc:3196
1809
msgid "Write error output on screen."
1812
#: drizzled/drizzled.cc:3200
998
#: drizzled/drizzled.cc:1717
1813
999
msgid "Write core on errors."
1816
#: drizzled/drizzled.cc:3204
1002
#: drizzled/drizzled.cc:1721
1817
1003
msgid "Path to the database root."
1820
#: drizzled/drizzled.cc:3208
1822
"Set the default character set (deprecated option, use --character-set-server "
1826
#: drizzled/drizzled.cc:3213
1828
"Set the default collation (deprecated option, use --collation-server "
1832
#: drizzled/drizzled.cc:3218
1006
#: drizzled/drizzled.cc:1725
1833
1007
msgid "Set the default storage engine (table type) for tables."
1836
#: drizzled/drizzled.cc:3222
1010
#: drizzled/drizzled.cc:1729
1837
1011
msgid "Set the default time zone."
1840
#: drizzled/drizzled.cc:3226
1841
msgid "Type of DELAY_KEY_WRITE."
1844
#: drizzled/drizzled.cc:3229
1846
"Don't flush key buffers between writes for any MyISAM table (Deprecated "
1847
"option, use --delay-key-write=all instead)."
1850
#: drizzled/drizzled.cc:3239
1014
#: drizzled/drizzled.cc:1734
1851
1015
msgid "Print a symbolic stack trace on failure."
1854
#: drizzled/drizzled.cc:3245
1855
msgid "Push supported query conditions to the storage engine."
1858
#: drizzled/drizzled.cc:3251
1018
#: drizzled/drizzled.cc:1740
1859
1019
msgid "Used for debugging; Use at your own risk!"
1862
#: drizzled/drizzled.cc:3254
1863
msgid "Flush tables to disk between SQL commands."
1866
#: drizzled/drizzled.cc:3259
1022
#: drizzled/drizzled.cc:1745
1867
1023
msgid "Set up signals usable for debugging"
1870
#: drizzled/drizzled.cc:3263
1871
msgid "Enable general query log"
1874
#: drizzled/drizzled.cc:3267
1875
msgid "Command(s) that are executed for each new connection"
1878
#: drizzled/drizzled.cc:3271
1879
msgid "Read SQL commands from this file at startup."
1882
#: drizzled/drizzled.cc:3275
1883
msgid "Command(s) that are executed when a slave connects to this master"
1886
#: drizzled/drizzled.cc:3279
1026
#: drizzled/drizzled.cc:1749
1887
1027
msgid "(IGNORED)"
1890
#: drizzled/drizzled.cc:3283
1030
#: drizzled/drizzled.cc:1753
1891
1031
msgid "Set the language used for the month names and the days of the week."
1894
#: drizzled/drizzled.cc:3288
1895
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1898
#: drizzled/drizzled.cc:3293
1899
msgid "Log connections and queries to file."
1902
#: drizzled/drizzled.cc:3297
1904
"Log update queries in binary format. Optional argument is the location for "
1905
"the binary log files.(Strongly recommended to avoid replication problems if "
1906
"server's hostname changes)"
1909
#: drizzled/drizzled.cc:3304
1910
msgid "File that holds the names for last binary log files."
1913
#: drizzled/drizzled.cc:3312
1915
"If equal to 0 (the default), then when --log-bin is used, creation of a "
1916
"stored function (or trigger) is allowed only to users having the SUPER "
1917
"privilege and only if this stored function (trigger) may not break binary "
1918
"logging. Note that if ALL connections to this server ALWAYS use row-based "
1919
"binary logging, the security issues do not exist and the binary logging "
1920
"cannot break, so you can safely set this to 1."
1923
#: drizzled/drizzled.cc:3321
1924
msgid "Error log file."
1927
#: drizzled/drizzled.cc:3325
1928
msgid "Log all MyISAM changes to file."
1931
#: drizzled/drizzled.cc:3329
1933
"Log some extra information to update log. Please note that this option is "
1934
"deprecated; see --log-queries-not-using-indexes option."
1937
#: drizzled/drizzled.cc:3334
1939
"Syntax: log-output[=value[,value...]], where \"value\" could be TABLE, FILE "
1943
#: drizzled/drizzled.cc:3340
1945
"Log queries that are executed without benefit of any index to the slow log "
1949
#: drizzled/drizzled.cc:3346
1950
msgid "Don't log extra information to update and slow-query logs."
1953
#: drizzled/drizzled.cc:3350
1955
"Tells the slave to log the updates from the slave thread to the binary log. "
1956
"You will need to turn it on if you plan to daisy-chain the slaves."
1959
#: drizzled/drizzled.cc:3357
1961
"Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to the "
1962
"slow log if it is open."
1965
#: drizzled/drizzled.cc:3363
1967
"Log slow statements executed by slave thread to the slow log if it is open."
1970
#: drizzled/drizzled.cc:3369
1972
"Log slow queries to a table or log file. Defaults logging to table mysql."
1973
"slow_log or hostname-slow.log if --log-output=file is used. Must be enabled "
1974
"to activate other slow log options."
1977
#: drizzled/drizzled.cc:3375
1979
"Path to transaction coordinator log (used for transactions that affect more "
1980
"than one storage engine, when binary log is disabled)"
1983
#: drizzled/drizzled.cc:3381
1984
msgid "Size of transaction coordinator log."
1987
#: drizzled/drizzled.cc:3387
1034
#: drizzled/drizzled.cc:1758
1988
1035
msgid "Log some not critical warnings to the log file."
1991
#: drizzled/drizzled.cc:3392
1992
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1995
#: drizzled/drizzled.cc:3397
1997
"The location and name of the file that remembers the master and where the I/"
1998
"O replication thread is in the master's binlogs."
2001
#: drizzled/drizzled.cc:3402
2003
"The number of tries the slave will make to connect to the master before "
2007
#: drizzled/drizzled.cc:3411
2008
msgid "Lock mysqld in memory."
2011
#: drizzled/drizzled.cc:3415
2013
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
2014
"BACKUP, FORCE or QUICK."
2017
#: drizzled/drizzled.cc:3420
2018
msgid "Use very new possible 'unsafe' functions."
2021
#: drizzled/drizzled.cc:3425
2022
msgid "Use old, non-optimized alter table."
2025
#: drizzled/drizzled.cc:3430
2027
"Enable old-style user limits (before 5.0.3 user resources were counted per "
2028
"each user+host vs. per account)"
2031
#: drizzled/drizzled.cc:3435
1038
#: drizzled/drizzled.cc:1763
1039
msgid "Lock drizzled in memory."
1042
#: drizzled/drizzled.cc:1767
2032
1043
msgid "Pid file used by safe_mysqld."
2035
#: drizzled/drizzled.cc:3445
1046
#: drizzled/drizzled.cc:1771
1048
"Port number to use for connection or 0 for default to, in order of "
1049
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1052
#: drizzled/drizzled.cc:1777
2037
1054
"Maximum time in seconds to wait for the port to become free. (Default: no "
2041
#: drizzled/drizzled.cc:3450
2042
msgid "The location and name to use for relay logs."
2045
#: drizzled/drizzled.cc:3454
2047
"The location and name to use for the file that keeps a list of the last "
2051
#: drizzled/drizzled.cc:3459
2053
"The location and name of the file that remembers where the SQL replication "
2054
"thread is in the relay logs."
2057
#: drizzled/drizzled.cc:3464
2059
"Tells the slave thread to restrict replication to the specified database. To "
2060
"specify more than one database, use the directive multiple times, once for "
2061
"each database. Note that this will only work if you do not use cross-"
2062
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
2063
"having selected a different or no database. If you need cross database "
2064
"updates to work, use replicate-wild-do-table=db_name.%."
2067
#: drizzled/drizzled.cc:3473
2069
"Tells the slave thread to restrict replication to the specified table. To "
2070
"specify more than one table, use the directive multiple times, once for each "
2071
"table. This will work for cross-database updates, in contrast to replicate-"
2075
#: drizzled/drizzled.cc:3479
2077
"Tells the slave thread to not replicate to the specified database. To "
2078
"specify more than one database to ignore, use the directive multiple times, "
2079
"once for each database. This option will not work if you use cross database "
2080
"updates. If you need cross database updates to work, use replicate-wild-"
2081
"ignore-table=db_name.%. "
2084
#: drizzled/drizzled.cc:3486
2086
"Tells the slave thread to not replicate to the specified table. To specify "
2087
"more than one table to ignore, use the directive multiple times, once for "
2088
"each table. This will work for cross-datbase updates, in contrast to "
2089
"replicate-ignore-db."
2092
#: drizzled/drizzled.cc:3492
2094
"Updates to a database with a different name than the original. Example: "
2095
"replicate-rewrite-db=master_db_name->slave_db_name."
2098
#: drizzled/drizzled.cc:3496
2100
"In replication, if set to 1, do not skip events having our server id. "
2101
"Default value is 0 (to break infinite loops in circular replication). Can't "
2102
"be set to 1 if --log-slave-updates is used."
2105
#: drizzled/drizzled.cc:3503
2107
"Tells the slave thread to restrict replication to the tables that match the "
2108
"specified wildcard pattern. To specify more than one table, use the "
2109
"directive multiple times, once for each table. This will work for cross-"
2110
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
2111
"only updates to tables in all databases that start with foo and whose table "
2112
"names start with bar."
2115
#: drizzled/drizzled.cc:3511
2117
"Tells the slave thread to not replicate to the tables that match the given "
2118
"wildcard pattern. To specify more than one table to ignore, use the "
2119
"directive multiple times, once for each table. This will work for cross-"
2120
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
2121
"updates to tables in databases that start with foo and whose table names "
2125
#: drizzled/drizzled.cc:3520
2127
"Hostname or IP of the slave to be reported to to the master during slave "
2128
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
2129
"you do not want the slave to register itself with the master. Note that it "
2130
"is not sufficient for the master to simply read the IP of the slave off the "
2131
"socket once the slave connects. Due to NAT and other routing issues, that IP "
2132
"may not be valid for connecting to the slave from the master or other hosts."
2135
#: drizzled/drizzled.cc:3533
2137
"Port for connecting to slave reported to the master during slave "
2138
"registration. Set it only if the slave is listening on a non-default port or "
2139
"if you have a special tunnel from the master or other clients to the slave. "
2140
"If not sure, leave this option unset."
2143
#: drizzled/drizzled.cc:3540
2144
msgid "Skip some optimize stages (for testing)."
2147
#: drizzled/drizzled.cc:3543
1058
#: drizzled/drizzled.cc:1782
2149
1060
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
2150
1061
"specified directory"
2153
#: drizzled/drizzled.cc:3548
1064
#: drizzled/drizzled.cc:1787
2155
1066
"Uniquely identifies the server instance in the community of replication "
2159
#: drizzled/drizzled.cc:3553
2161
"Change the value of a variable. Please note that this option is deprecated;"
2162
"you can set variables directly with --variable-name=value."
2165
#: drizzled/drizzled.cc:3557
2166
msgid "Don't use new, possible wrong routines."
2169
#: drizzled/drizzled.cc:3560
2170
msgid "If set, slave is not autostarted."
2173
#: drizzled/drizzled.cc:3564
1070
#: drizzled/drizzled.cc:1792
2174
1071
msgid "Don't print a stack trace on failure."
2177
#: drizzled/drizzled.cc:3568
2179
"Don't allow symlinking of tables. Deprecated option. Use --skip-symbolic-"
2183
#: drizzled/drizzled.cc:3572
2184
msgid "Don't give threads different priorities."
2187
#: drizzled/drizzled.cc:3576
2189
"The location where the slave should put its temporary files when replicating "
2190
"a LOAD DATA INFILE command."
2193
#: drizzled/drizzled.cc:3581
2195
"Tells the slave thread to continue replication when a query event returns an "
2196
"error from the provided list."
2199
#: drizzled/drizzled.cc:3585
2201
"Modes for how replication events should be executed. Legal values are "
2202
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
2203
"stop for operations that are idempotent. In STRICT mode, replication will "
2204
"stop on any unexpected difference between the master and the slave."
2207
#: drizzled/drizzled.cc:3593
2208
msgid "Enable|disable slow query log"
2211
#: drizzled/drizzled.cc:3597
2215
#: drizzled/drizzled.cc:3600
1074
#: drizzled/drizzled.cc:1796
2216
1075
msgid "Enable symbolic link support."
2219
#: drizzled/drizzled.cc:3609
2221
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
2224
#: drizzled/drizzled.cc:3614
2226
"Decision to use in heuristic recover process. Possible values are COMMIT or "
2230
#: drizzled/drizzled.cc:3619
2232
"Using this option will cause most temporary files created to use a small set "
2233
"of names, rather than a unique name for each new file."
2236
#: drizzled/drizzled.cc:3624
1078
#: drizzled/drizzled.cc:1805
2238
1080
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
2241
#: drizzled/drizzled.cc:3629
2243
"Path for temporary files. Several paths may be specified, separated by a "
2244
"colon (:), in this case they are used in a round-robin fashion."
1083
#: drizzled/drizzled.cc:1810
1084
msgid "Path for temporary files."
2247
#: drizzled/drizzled.cc:3635
1087
#: drizzled/drizzled.cc:1814
2248
1088
msgid "Default transaction isolation level."
2251
#: drizzled/drizzled.cc:3639
2253
"Enable symbolic link support. Deprecated option; use --symbolic-links "
2257
#: drizzled/drizzled.cc:3644
2258
msgid "Run mysqld daemon as user."
2261
#: drizzled/drizzled.cc:3652
2262
msgid "Deprecated; use --log-warnings instead."
2265
#: drizzled/drizzled.cc:3657
2267
"The number of outstanding connection requests MySQL can have. This comes "
2268
"into play when the main MySQL thread gets very many connection requests in a "
2272
#: drizzled/drizzled.cc:3663
2274
"The size of the cache to hold the SQL statements for the binary log during a "
2275
"transaction. If you often use big, multi-statement transactions you can "
2276
"increase this to get more performance."
2279
#: drizzled/drizzled.cc:3669
2281
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1091
#: drizzled/drizzled.cc:1818
1092
msgid "Run drizzled daemon as user."
1095
#: drizzled/drizzled.cc:1826
1097
"The number of outstanding connection requests Drizzle can have. This comes "
1098
"into play when the main Drizzle thread gets very many connection requests in "
1099
"a very short time."
1102
#: drizzled/drizzled.cc:1832
1104
"Size of tree cache used in bulk insert optimization. Note that this is a "
2282
1105
"limit per thread!"
2285
#: drizzled/drizzled.cc:3675
2287
"The number of seconds the mysqld server is waiting for a connect packet "
2288
"before responding with 'Bad handshake'."
2291
#: drizzled/drizzled.cc:3680
2292
msgid "The DATE format (For future)."
2295
#: drizzled/drizzled.cc:3685
2296
msgid "The DATETIME/TIMESTAMP format (for future)."
2299
#: drizzled/drizzled.cc:3690
2300
msgid "The default week format used by WEEK() functions."
2303
#: drizzled/drizzled.cc:3695
1108
#: drizzled/drizzled.cc:1838
2305
1110
"Precision of the result of '/' operator will be increased on that value."
2308
#: drizzled/drizzled.cc:3701
2310
"If non-zero, binary logs will be purged after expire_logs_days days; "
2311
"possible purges happen at startup and at binary log rotation."
2314
#: drizzled/drizzled.cc:3707
1113
#: drizzled/drizzled.cc:1844
2315
1114
msgid "The maximum length of the result of function group_concat."
2318
#: drizzled/drizzled.cc:3712
2320
"The number of seconds the server waits for activity on an interactive "
2321
"connection before closing it."
2324
#: drizzled/drizzled.cc:3718
1117
#: drizzled/drizzled.cc:1849
2325
1118
msgid "The size of the buffer that is used for full joins."
2328
#: drizzled/drizzled.cc:3724
2329
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2332
#: drizzled/drizzled.cc:3729
1121
#: drizzled/drizzled.cc:1855
2334
1123
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2335
1124
"this to get better index handling (for all reads and multiple writes) to as "
2336
1125
"much as you can afford;"
2339
#: drizzled/drizzled.cc:3738
1128
#: drizzled/drizzled.cc:1864
2341
1130
"This characterizes the number of hits a hot block has to be untouched until "
2342
1131
"it is considered aged enough to be downgraded to a warm block. This "
2525
1212
"(used for testing/comparison)."
2528
#: drizzled/drizzled.cc:3947
1215
#: drizzled/drizzled.cc:1964
2529
1216
msgid "Directory for plugins."
2532
#: drizzled/drizzled.cc:3951
1219
#: drizzled/drizzled.cc:1968
2534
"Optional comma separated list of plugins to load, where each plugin is "
2535
"identified by the name of the shared library. [for example: --"
2536
"plugin_load=libmd5udf.so]"
1221
"Optional comma separated list of plugins to load at starup.[for example: --"
1222
"plugin_load=crc32,logger_gearman]"
2539
#: drizzled/drizzled.cc:3957
1225
#: drizzled/drizzled.cc:1973
2540
1226
msgid "The size of the buffer that is allocated when preloading indexes"
2543
#: drizzled/drizzled.cc:3962
1229
#: drizzled/drizzled.cc:1978
2544
1230
msgid "Allocation block size for query parsing and execution"
2547
#: drizzled/drizzled.cc:3967
1233
#: drizzled/drizzled.cc:1983
2548
1234
msgid "Persistent buffer for query parsing and execution"
2551
#: drizzled/drizzled.cc:3973
1237
#: drizzled/drizzled.cc:1989
2552
1238
msgid "Allocation block size for storing ranges during optimization"
2555
#: drizzled/drizzled.cc:3979
1241
#: drizzled/drizzled.cc:1995
2557
1243
"Each thread that does a sequential scan allocates a buffer of this size for "
2558
1244
"each table it scans. If you do many sequential scans, you may want to "
2559
1245
"increase this value."
2562
#: drizzled/drizzled.cc:3987
2564
"Make all non-temporary tables read-only, with the exception for replication "
2565
"(slave) threads and users with the SUPER privilege"
2568
#: drizzled/drizzled.cc:3993
1248
#: drizzled/drizzled.cc:2003
2570
1250
"When reading rows in sorted order after a sort, the rows are read through "
2571
1251
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2572
1252
"record_buffer."
2575
#: drizzled/drizzled.cc:4007
2577
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2581
#: drizzled/drizzled.cc:4013
2582
msgid "Maximum space to use for all relay logs."
2585
#: drizzled/drizzled.cc:4018
2587
msgid "Use compression on master/slave protocol."
2588
msgstr "在伺服器及客戶端之間的協定使用壓縮"
2590
#: drizzled/drizzled.cc:4023
2592
"Number of seconds to wait for more data from a master/slave connection "
2593
"before aborting the read."
2596
#: drizzled/drizzled.cc:4028
2598
"Number of times the slave SQL thread will retry a transaction in case it "
2599
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2603
#: drizzled/drizzled.cc:4034
2604
msgid "Allow slave to batch requests."
2607
#: drizzled/drizzled.cc:4038
2609
"If creating the thread takes longer than this value (in seconds), the "
2610
"Slow_launch_threads counter will be incremented."
2613
#: drizzled/drizzled.cc:4043
1255
#: drizzled/drizzled.cc:2011
1256
msgid "Select scheduler to be used (by default multi-thread)."
1259
#: drizzled/drizzled.cc:2016
2614
1260
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2617
#: drizzled/drizzled.cc:4049
2619
"Synchronously flush binary log to disk after every #th event. Use 0 "
2620
"(default) to disable synchronous flushing."
2623
#: drizzled/drizzled.cc:4054
2624
msgid "Sync .frm to disk on create. Enabled by default."
2627
#: drizzled/drizzled.cc:4058
2628
msgid "Deprecated; use --table_open_cache instead."
2631
#: drizzled/drizzled.cc:4062
1263
#: drizzled/drizzled.cc:2022
2632
1264
msgid "The number of cached table definitions."
2635
#: drizzled/drizzled.cc:4066
1267
#: drizzled/drizzled.cc:2026
2636
1268
msgid "The number of cached open tables."
2639
#: drizzled/drizzled.cc:4070
1271
#: drizzled/drizzled.cc:2030
2641
1273
"Timeout in seconds to wait for a table level lock before returning an error. "
2642
1274
"Used only if the connection has active cursors."
2645
#: drizzled/drizzled.cc:4075
2646
msgid "How many threads we should keep in a cache for reuse."
2649
#: drizzled/drizzled.cc:4079
2651
"How many threads we should create to handle query requests in case of "
2652
"'thread_handling=pool-of-threads'"
2655
#: drizzled/drizzled.cc:4084
1277
#: drizzled/drizzled.cc:2035
2656
1278
msgid "The stack size for each thread."
2659
#: drizzled/drizzled.cc:4090
2660
msgid "The TIME format (for future)."
2663
#: drizzled/drizzled.cc:4095
1281
#: drizzled/drizzled.cc:2041
2665
"If an internal in-memory temporary table exceeds this size, MySQL will "
1283
"If an internal in-memory temporary table exceeds this size, Drizzle will "
2666
1284
"automatically convert it to an on-disk MyISAM table."
2669
#: drizzled/drizzled.cc:4101
1287
#: drizzled/drizzled.cc:2047
2670
1288
msgid "Allocation block size for transactions to be stored in binary log"
2673
#: drizzled/drizzled.cc:4106
1291
#: drizzled/drizzled.cc:2052
2674
1292
msgid "Persistent buffer for transactions to be stored in binary log"
2677
#: drizzled/drizzled.cc:4111
2679
"The number of seconds the server waits for activity on a connection before "
2683
#: drizzled/drizzled.cc:4359
2685
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
1295
#: drizzled/drizzled.cc:2183
1297
"Copyright (C) 2008 Sun Microsystems\n"
2686
1298
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2687
1299
"and you are welcome to modify and redistribute it under the GPL license\n"
2689
1301
"Starts the Drizzle database server\n"
2692
#: drizzled/drizzled.cc:4366
1304
#: drizzled/drizzled.cc:2190
2694
1306
msgid "Usage: %s [OPTIONS]\n"
2697
#: drizzled/drizzled.cc:4377
2700
"To see what values a running Drizzle server is using, type\n"
2701
"'drizzleadmin variables' instead of 'drizzled --help'."
2704
#: drizzled/drizzled.cc:4562
1309
#: drizzled/drizzled.cc:2322
2707
1312
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2708
1313
"command line\n"
2711
#: drizzled/drizzled.cc:4614
2713
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2716
#: drizzled/drizzled.cc:4623
2718
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2721
#: drizzled/drizzled.cc:4633
2723
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2726
#: drizzled/drizzled.cc:4662 drizzled/drizzled.cc:4671
2728
msgid "Could not add do table rule '%s'!\n"
2731
#: drizzled/drizzled.cc:4680 drizzled/drizzled.cc:4689
2733
msgid "Could not add ignore table rule '%s'!\n"
2736
#: drizzled/drizzled.cc:4736
1316
#: drizzled/drizzled.cc:2366
2737
1317
msgid "Can't start server: cannot resolve hostname!"
2740
#: drizzled/drizzled.cc:4742
1320
#: drizzled/drizzled.cc:2372
2741
1321
msgid "Can't start server: bind-address refers to multiple interfaces!"
2744
#: drizzled/drizzled.cc:4917
2746
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2747
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2750
#: drizzled/drizzled.cc:5105
2752
msgid "No option given to %s\n"
2755
#: drizzled/drizzled.cc:5107
2757
msgid "Wrong option to %s. Option(s) given: %s\n"
2760
#: drizzled/drizzled.cc:5109
2762
msgid "Alternatives are: '%s'"
2765
#: drizzled/drizzled_error_messages.h:32
2769
#: drizzled/drizzled_error_messages.h:34
2773
#: drizzled/drizzled_error_messages.h:36
1324
#: drizzled/errmsg.cc:73
1326
msgid "errmsg plugin '%s' errmsg() failed"
1329
#: drizzled/error.cc:34 drizzled/error.cc:36
1333
#: drizzled/error.cc:38
2777
#: drizzled/drizzled_error_messages.h:38
1337
#: drizzled/error.cc:40
2781
#: drizzled/drizzled_error_messages.h:40
1341
#: drizzled/error.cc:42
2783
1343
msgid "Can't create file '%-.200s' (errno: %d)"
2784
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
2786
#: drizzled/drizzled_error_messages.h:42
1346
#: drizzled/error.cc:44
2788
1348
msgid "Can't create table '%-.200s' (errno: %d)"
2789
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
2791
#: drizzled/drizzled_error_messages.h:44
1351
#: drizzled/error.cc:46
2793
1353
msgid "Can't create database '%-.192s' (errno: %d)"
2794
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
2796
#: drizzled/drizzled_error_messages.h:46
1356
#: drizzled/error.cc:48
2798
1358
msgid "Can't create database '%-.192s'; database exists"
2801
#: drizzled/drizzled_error_messages.h:48
1361
#: drizzled/error.cc:50
2803
1363
msgid "Can't drop database '%-.192s'; database doesn't exist"
2806
#: drizzled/drizzled_error_messages.h:50
1366
#: drizzled/error.cc:52
2808
1368
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2809
msgstr "刪除'%s'時發生錯誤 (錯誤碼: %d)"
2811
#: drizzled/drizzled_error_messages.h:52
1371
#: drizzled/error.cc:54
2813
1373
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2816
#: drizzled/drizzled_error_messages.h:54
1376
#: drizzled/error.cc:56
2818
1378
msgid "Error on delete of '%-.192s' (errno: %d)"
2819
msgstr "刪除'%s'時發生錯誤 (錯誤碼: %d)"
2821
#: drizzled/drizzled_error_messages.h:56
1381
#: drizzled/error.cc:58
2822
1382
msgid "Can't read record in system table"
2825
#: drizzled/drizzled_error_messages.h:58
1385
#: drizzled/error.cc:60
2827
1387
msgid "Can't get status of '%-.200s' (errno: %d)"
2828
msgstr "不能讀取資料夾'%s' (錯誤碼: %d)"
2830
#: drizzled/drizzled_error_messages.h:60
1390
#: drizzled/error.cc:62
2832
1392
msgid "Can't get working directory (errno: %d)"
2833
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
2835
#: drizzled/drizzled_error_messages.h:62
1395
#: drizzled/error.cc:64
2837
1397
msgid "Can't lock file (errno: %d)"
2838
msgstr "不能鎖定檔案(錯誤碼: %d)"
2840
#: drizzled/drizzled_error_messages.h:64
1400
#: drizzled/error.cc:66
2842
1402
msgid "Can't open file: '%-.200s' (errno: %d)"
2843
msgstr "不能鎖定檔案(錯誤碼: %d)"
2845
#: drizzled/drizzled_error_messages.h:66
1405
#: drizzled/error.cc:68
2847
1407
msgid "Can't find file: '%-.200s' (errno: %d)"
2848
msgstr "不能讀取資料夾'%s' (錯誤碼: %d)"
2850
#: drizzled/drizzled_error_messages.h:68
1410
#: drizzled/error.cc:70
2852
1412
msgid "Can't read dir of '%-.192s' (errno: %d)"
2853
msgstr "不能讀取資料夾'%s' (錯誤碼: %d)"
2855
#: drizzled/drizzled_error_messages.h:70
1415
#: drizzled/error.cc:72
2857
1417
msgid "Can't change dir to '%-.192s' (errno: %d)"
2858
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
2860
#: drizzled/drizzled_error_messages.h:72
1420
#: drizzled/error.cc:74
2862
1422
msgid "Record has changed since last read in table '%-.192s'"
2865
#: drizzled/drizzled_error_messages.h:74
1425
#: drizzled/error.cc:76
2867
1427
msgid "Disk full (%s); waiting for someone to free some space..."
2870
#: drizzled/drizzled_error_messages.h:76
1430
#: drizzled/error.cc:78
2872
1432
msgid "Can't write; duplicate key in table '%-.192s'"
2875
#: drizzled/drizzled_error_messages.h:78
1435
#: drizzled/error.cc:80
2877
1437
msgid "Error on close of '%-.192s' (errno: %d)"
2878
msgstr "刪除'%s'時發生錯誤 (錯誤碼: %d)"
2880
#: drizzled/drizzled_error_messages.h:80
1440
#: drizzled/error.cc:82
2882
1442
msgid "Error reading file '%-.200s' (errno: %d)"
2883
msgstr "讀取檔案'%s'時發生錯誤 (錯誤碼: %d)"
2885
#: drizzled/drizzled_error_messages.h:82
1445
#: drizzled/error.cc:84
2887
1447
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2888
msgstr "刪除'%s'時發生錯誤 (錯誤碼: %d)"
2890
#: drizzled/drizzled_error_messages.h:84
1450
#: drizzled/error.cc:86
2892
1452
msgid "Error writing file '%-.200s' (errno: %d)"
2893
msgstr "寫入檔案'%s'時發生錯誤 (錯誤碼: %d)"
2895
#: drizzled/drizzled_error_messages.h:86
1455
#: drizzled/error.cc:88
2897
1457
msgid "'%-.192s' is locked against change"
2900
#: drizzled/drizzled_error_messages.h:88
1460
#: drizzled/error.cc:90
2902
1461
msgid "Sort aborted"
2905
#: drizzled/drizzled_error_messages.h:90
1464
#: drizzled/error.cc:92
2907
1466
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2910
#: drizzled/drizzled_error_messages.h:92
1469
#: drizzled/error.cc:94
2912
1471
msgid "Got error %d from storage engine"
2915
#: drizzled/drizzled_error_messages.h:94
1474
#: drizzled/error.cc:96
2917
1476
msgid "Table storage engine for '%-.192s' doesn't have this option"
2920
#: drizzled/drizzled_error_messages.h:96
1479
#: drizzled/error.cc:98
2922
1481
msgid "Can't find record in '%-.192s'"
2925
#: drizzled/drizzled_error_messages.h:98
1484
#: drizzled/error.cc:100
2927
1486
msgid "Incorrect information in file: '%-.200s'"
2930
#: drizzled/drizzled_error_messages.h:100
1489
#: drizzled/error.cc:102
2932
1491
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2935
#: drizzled/drizzled_error_messages.h:102
1494
#: drizzled/error.cc:104
2937
1496
msgid "Old key file for table '%-.192s'; repair it!"
2940
#: drizzled/drizzled_error_messages.h:104
1499
#: drizzled/error.cc:106
2942
1501
msgid "Table '%-.192s' is read only"
2945
#: drizzled/drizzled_error_messages.h:106
1504
#: drizzled/error.cc:108
2947
msgid "Out of memory; restart server and try again (needed %d bytes)"
1506
msgid "Out of memory; restart server and try again (needed %lu bytes)"
2950
#: drizzled/drizzled_error_messages.h:108
1509
#: drizzled/error.cc:110
2951
1510
msgid "Out of sort memory; increase server sort buffer size"
2954
#: drizzled/drizzled_error_messages.h:110
1513
#: drizzled/error.cc:112
2956
1515
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2957
msgstr "讀取檔案'%s'時發生錯誤 (錯誤碼: %d)"
2959
#: drizzled/drizzled_error_messages.h:112
1518
#: drizzled/error.cc:114
2961
1519
msgid "Too many connections"
2964
#: drizzled/drizzled_error_messages.h:114
1522
#: drizzled/error.cc:116
2966
"Out of memory; check if mysqld or some other process uses all available "
2967
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
1524
"Out of memory; check if drizzled or some other process uses all available "
1525
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
2968
1526
"memory or you can add more swap space"
2971
#: drizzled/drizzled_error_messages.h:116
1529
#: drizzled/error.cc:118
2972
1530
msgid "Can't get hostname for your address"
2975
#: drizzled/drizzled_error_messages.h:118
1533
#: drizzled/error.cc:120
2976
1534
msgid "Bad handshake"
2979
#: drizzled/drizzled_error_messages.h:120
1537
#: drizzled/error.cc:122
2981
1539
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2984
#: drizzled/drizzled_error_messages.h:122
1542
#: drizzled/error.cc:124
2986
1544
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2989
#: drizzled/drizzled_error_messages.h:124
1547
#: drizzled/error.cc:126
2991
1548
msgid "No database selected"
2994
#: drizzled/drizzled_error_messages.h:126
1551
#: drizzled/error.cc:128
2996
1552
msgid "Unknown command"
2997
msgstr "不明白的指令: '%-.60s'"
2999
#: drizzled/drizzled_error_messages.h:128
1555
#: drizzled/error.cc:130
3001
1557
msgid "Column '%-.192s' cannot be null"
3004
#: drizzled/drizzled_error_messages.h:130
1560
#: drizzled/error.cc:132
3006
1562
msgid "Unknown database '%-.192s'"
3007
msgstr "不明白的指令: '%-.60s'"
3009
#: drizzled/drizzled_error_messages.h:132
1565
#: drizzled/error.cc:134
3011
1567
msgid "Table '%-.192s' already exists"
3014
#: drizzled/drizzled_error_messages.h:134
1570
#: drizzled/error.cc:136
3016
1572
msgid "Unknown table '%-.100s'"
3017
msgstr "不明白的指令: '%-.60s'"
3019
#: drizzled/drizzled_error_messages.h:136
1575
#: drizzled/error.cc:138
3021
1577
msgid "Column '%-.192s' in %-.192s is ambiguous"
3024
#: drizzled/drizzled_error_messages.h:138
1580
#: drizzled/error.cc:140
3025
1581
msgid "Server shutdown in progress"
3028
#: drizzled/drizzled_error_messages.h:140
1584
#: drizzled/error.cc:142
3030
1586
msgid "Unknown column '%-.192s' in '%-.192s'"
3031
msgstr "不明白的指令: '%-.60s'"
3033
#: drizzled/drizzled_error_messages.h:142
1589
#: drizzled/error.cc:144
3035
1591
msgid "'%-.192s' isn't in GROUP BY"
3038
#: drizzled/drizzled_error_messages.h:144
1594
#: drizzled/error.cc:146
3040
1596
msgid "Can't group on '%-.192s'"
3043
#: drizzled/drizzled_error_messages.h:146
1599
#: drizzled/error.cc:148
3044
1600
msgid "Statement has sum functions and columns in same statement"
3047
#: drizzled/drizzled_error_messages.h:148
1603
#: drizzled/error.cc:150
3048
1604
msgid "Column count doesn't match value count"
3051
#: drizzled/drizzled_error_messages.h:150
1607
#: drizzled/error.cc:152
3053
1609
msgid "Identifier name '%-.100s' is too long"
3056
#: drizzled/drizzled_error_messages.h:152
1612
#: drizzled/error.cc:154
3058
1614
msgid "Duplicate column name '%-.192s'"
3061
#: drizzled/drizzled_error_messages.h:154
1617
#: drizzled/error.cc:156
3063
1619
msgid "Duplicate key name '%-.192s'"
3066
#: drizzled/drizzled_error_messages.h:156
1622
#: drizzled/error.cc:158
3068
1624
msgid "Duplicate entry '%-.192s' for key %d"
3071
#: drizzled/drizzled_error_messages.h:158
1627
#: drizzled/error.cc:160
3073
1629
msgid "Incorrect column specifier for column '%-.192s'"
3076
#: drizzled/drizzled_error_messages.h:160
1632
#: drizzled/error.cc:162
3078
1634
msgid "%s near '%-.80s' at line %d"
3081
#: drizzled/drizzled_error_messages.h:162
1637
#: drizzled/error.cc:164
3082
1638
msgid "Query was empty"
3085
#: drizzled/drizzled_error_messages.h:164
1641
#: drizzled/error.cc:166
3087
1643
msgid "Not unique table/alias: '%-.192s'"
3090
#: drizzled/drizzled_error_messages.h:166
1646
#: drizzled/error.cc:168
3092
1648
msgid "Invalid default value for '%-.192s'"
3095
#: drizzled/drizzled_error_messages.h:168
1651
#: drizzled/error.cc:170
3096
1652
msgid "Multiple primary key defined"
3099
#: drizzled/drizzled_error_messages.h:170
1655
#: drizzled/error.cc:172
3101
1657
msgid "Too many keys specified; max %d keys allowed"
3104
#: drizzled/drizzled_error_messages.h:172
1660
#: drizzled/error.cc:174
3106
1662
msgid "Too many key parts specified; max %d parts allowed"
3109
#: drizzled/drizzled_error_messages.h:174
1665
#: drizzled/error.cc:176
3111
1667
msgid "Specified key was too long; max key length is %d bytes"
3114
#: drizzled/drizzled_error_messages.h:176
1670
#: drizzled/error.cc:178
3116
1672
msgid "Key column '%-.192s' doesn't exist in table"
3119
#: drizzled/drizzled_error_messages.h:178
1675
#: drizzled/error.cc:180
3122
1678
"BLOB column '%-.192s' can't be used in key specification with the used table "
3126
#: drizzled/drizzled_error_messages.h:180
1682
#: drizzled/error.cc:182
3129
1685
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
3133
#: drizzled/drizzled_error_messages.h:182
1689
#: drizzled/error.cc:184
3135
1691
"Incorrect table definition; there can be only one auto column and it must be "
3136
1692
"defined as a key"
3139
#: drizzled/drizzled_error_messages.h:184
1695
#: drizzled/error.cc:186
3142
1698
"%s: ready for connections.\n"
3143
"Version: '%s' socket: '%s' port: %d"
1699
"Version: '%s' socket: '%s' port: %u\n"
3146
#: drizzled/drizzled_error_messages.h:186
1702
#: drizzled/error.cc:188
3148
1704
msgid "%s: Normal shutdown\n"
3151
#: drizzled/drizzled_error_messages.h:188
1707
#: drizzled/error.cc:190
3153
1709
msgid "%s: Got signal %d. Aborting!\n"
3156
#: drizzled/drizzled_error_messages.h:190
1712
#: drizzled/error.cc:192
3158
1714
msgid "%s: Shutdown complete\n"
3161
#: drizzled/drizzled_error_messages.h:192
1717
#: drizzled/error.cc:194
3163
1719
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
3166
#: drizzled/drizzled_error_messages.h:194
1722
#: drizzled/error.cc:196
3167
1723
msgid "Can't create IP socket"
3170
#: drizzled/drizzled_error_messages.h:196
1726
#: drizzled/error.cc:198
3173
1729
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
3177
#: drizzled/drizzled_error_messages.h:198
3178
msgid "Field separator argument is not what is expected; check the manual"
1733
#: drizzled/error.cc:200
1736
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
3181
#: drizzled/drizzled_error_messages.h:200
1740
#: drizzled/error.cc:202
3183
1742
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
3186
#: drizzled/drizzled_error_messages.h:202
1745
#: drizzled/error.cc:204
3189
1748
"The file '%-.128s' must be in the database directory or be readable by all"
3192
#: drizzled/drizzled_error_messages.h:204
1751
#: drizzled/error.cc:206
3194
1753
msgid "File '%-.200s' already exists"
3197
#: drizzled/drizzled_error_messages.h:206
1756
#: drizzled/error.cc:208
3199
1758
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
3202
#: drizzled/drizzled_error_messages.h:208
1761
#: drizzled/error.cc:210
3204
1763
msgid "Records: %ld Duplicates: %ld"
3207
#: drizzled/drizzled_error_messages.h:210
1766
#: drizzled/error.cc:212
3209
1768
"Incorrect prefix key; the used key part isn't a string, the used length is "
3210
1769
"longer than the key part, or the storage engine doesn't support unique "
3214
#: drizzled/drizzled_error_messages.h:212
1773
#: drizzled/error.cc:214
3215
1774
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
3218
#: drizzled/drizzled_error_messages.h:214
1777
#: drizzled/error.cc:216
3220
1779
msgid "Can't DROP '%-.192s'; check that column/key exists"
3223
#: drizzled/drizzled_error_messages.h:216
1782
#: drizzled/error.cc:218
3225
1784
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
3228
#: drizzled/drizzled_error_messages.h:218
1787
#: drizzled/error.cc:220
3230
1789
msgid "You can't specify target table '%-.192s' for update in FROM clause"
3233
#: drizzled/drizzled_error_messages.h:220
1792
#: drizzled/error.cc:222
3235
1794
msgid "Unknown thread id: %lu"
3238
#: drizzled/drizzled_error_messages.h:222
1797
#: drizzled/error.cc:224
3240
1799
msgid "You are not owner of thread %lu"
3243
#: drizzled/drizzled_error_messages.h:224
1802
#: drizzled/error.cc:226
3244
1803
msgid "No tables used"
3247
#: drizzled/drizzled_error_messages.h:226
1806
#: drizzled/error.cc:228
3249
1808
msgid "Too many strings for column %-.192s and SET"
3252
#: drizzled/drizzled_error_messages.h:228
1811
#: drizzled/error.cc:230
3254
1813
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
3257
#: drizzled/drizzled_error_messages.h:230
1816
#: drizzled/error.cc:232
3259
1818
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3260
msgstr "不能讀取由不同版本的MySQL所建立的表格 '%-.64s'"
3262
#: drizzled/drizzled_error_messages.h:232
1821
#: drizzled/error.cc:234
3264
1823
msgid "Table '%-.192s' was not locked with LOCK TABLES"
3267
#: drizzled/drizzled_error_messages.h:234
1826
#: drizzled/error.cc:236
3269
1828
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
3272
#: drizzled/drizzled_error_messages.h:236
1831
#: drizzled/error.cc:238
3274
1833
msgid "Incorrect database name '%-.100s'"
3277
#: drizzled/drizzled_error_messages.h:238
1836
#: drizzled/error.cc:240
3279
1838
msgid "Incorrect table name '%-.100s'"
3282
#: drizzled/drizzled_error_messages.h:240
1841
#: drizzled/error.cc:242
3284
1843
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
3285
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
1844
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
3288
#: drizzled/drizzled_error_messages.h:242
1847
#: drizzled/error.cc:244
3290
1848
msgid "Unknown error"
3293
#: drizzled/drizzled_error_messages.h:244
1851
#: drizzled/error.cc:246
3295
1853
msgid "Unknown procedure '%-.192s'"
3296
msgstr "不明白的指令: '%-.60s'"
3298
#: drizzled/drizzled_error_messages.h:246
1856
#: drizzled/error.cc:248
3300
1858
msgid "Incorrect parameter count to procedure '%-.192s'"
3303
#: drizzled/drizzled_error_messages.h:248
1861
#: drizzled/error.cc:250
3305
1863
msgid "Incorrect parameters to procedure '%-.192s'"
3308
#: drizzled/drizzled_error_messages.h:250
1866
#: drizzled/error.cc:252
3310
1868
msgid "Unknown table '%-.192s' in %-.32s"
3313
#: drizzled/drizzled_error_messages.h:252
1871
#: drizzled/error.cc:254
3315
1873
msgid "Column '%-.192s' specified twice"
3318
#: drizzled/drizzled_error_messages.h:254
1876
#: drizzled/error.cc:256
3319
1877
msgid "Invalid use of group function"
3322
#: drizzled/drizzled_error_messages.h:256
1880
#: drizzled/error.cc:258
3325
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
1883
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
3328
#: drizzled/drizzled_error_messages.h:258
1886
#: drizzled/error.cc:260
3329
1887
msgid "A table must have at least 1 column"
3332
#: drizzled/drizzled_error_messages.h:260
1890
#: drizzled/error.cc:262
3334
1892
msgid "The table '%-.192s' is full"
3337
#: drizzled/drizzled_error_messages.h:262
1895
#: drizzled/error.cc:264
3339
1897
msgid "Unknown character set: '%-.64s'"
3340
msgstr "不明白的指令: '%-.60s'"
3342
#: drizzled/drizzled_error_messages.h:264
1900
#: drizzled/error.cc:266
3344
msgid "Too many tables; MySQL can only use %d tables in a join"
1902
msgid "Too many tables; Drizzle can only use %d tables in a join"
3347
#: drizzled/drizzled_error_messages.h:266
1905
#: drizzled/error.cc:268
3348
1906
msgid "Too many columns"
3351
#: drizzled/drizzled_error_messages.h:268
1909
#: drizzled/error.cc:270
3354
1912
"Row size too large. The maximum row size for the used table type, not "
3355
1913
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
3358
#: drizzled/drizzled_error_messages.h:270
1916
#: drizzled/error.cc:272
3361
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
1919
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
3362
1920
"thread_stack=#' to specify a bigger stack if needed"
3365
#: drizzled/drizzled_error_messages.h:272
1923
#: drizzled/error.cc:274
3366
1924
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
3369
#: drizzled/drizzled_error_messages.h:274
1927
#: drizzled/error.cc:276
3372
1930
"Table handler doesn't support NULL in given index. Please change column "
3373
1931
"'%-.192s' to be NOT NULL or use another handler"
3376
#: drizzled/drizzled_error_messages.h:276
1934
#: drizzled/error.cc:278
3378
1936
msgid "Can't load function '%-.192s'"
3381
#: drizzled/drizzled_error_messages.h:278
1939
#: drizzled/error.cc:280
3383
1941
msgid "Can't initialize function '%-.192s'; %-.80s"
3386
#: drizzled/drizzled_error_messages.h:280
1944
#: drizzled/error.cc:282
3387
1945
msgid "No paths allowed for shared library"
3390
#: drizzled/drizzled_error_messages.h:282
1948
#: drizzled/error.cc:284
3392
1950
msgid "Function '%-.192s' already exists"
3395
#: drizzled/drizzled_error_messages.h:284
1953
#: drizzled/error.cc:286
3397
1955
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3398
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
3400
#: drizzled/drizzled_error_messages.h:286
1958
#: drizzled/error.cc:288
3402
1960
msgid "Can't find symbol '%-.128s' in library"
3405
#: drizzled/drizzled_error_messages.h:288
1963
#: drizzled/error.cc:290
3407
1965
msgid "Function '%-.192s' is not defined"
3410
#: drizzled/drizzled_error_messages.h:290
1968
#: drizzled/error.cc:292
3413
1971
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3414
"'mysqladmin flush-hosts'"
1972
"'drizzleadmin flush-hosts'"
3417
#: drizzled/drizzled_error_messages.h:292
1975
#: drizzled/error.cc:294
3419
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3422
#: drizzled/drizzled_error_messages.h:294
3424
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3425
"to change passwords"
3428
#: drizzled/drizzled_error_messages.h:296
3430
"You must have privileges to update tables in the mysql database to be able "
1977
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
1980
#: drizzled/error.cc:296
1982
"You are using Drizzle as an anonymous user and anonymous users are not "
1983
"allowed to change passwords"
1986
#: drizzled/error.cc:298
1988
"You must have privileges to update tables in the drizzle database to be able "
3431
1989
"to change passwords for others"
3434
#: drizzled/drizzled_error_messages.h:298
1992
#: drizzled/error.cc:300
3435
1993
msgid "Can't find any matching row in the user table"
3438
#: drizzled/drizzled_error_messages.h:300
1996
#: drizzled/error.cc:302
3440
1998
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
3443
#: drizzled/drizzled_error_messages.h:302
2001
#: drizzled/error.cc:304
3446
2004
"Can't create a new thread (errno %d); if you are not out of available "
3447
2005
"memory, you can consult the manual for a possible OS-dependent bug"
3450
#: drizzled/drizzled_error_messages.h:304
2008
#: drizzled/error.cc:306
3452
2010
msgid "Column count doesn't match value count at row %ld"
3455
#: drizzled/drizzled_error_messages.h:306
2013
#: drizzled/error.cc:308
3457
2015
msgid "Can't reopen table: '%-.192s'"
3460
#: drizzled/drizzled_error_messages.h:308
2018
#: drizzled/error.cc:310
3461
2019
msgid "Invalid use of NULL value"
3464
#: drizzled/drizzled_error_messages.h:310
2022
#: drizzled/error.cc:312
3466
2024
msgid "Got error '%-.64s' from regexp"
3469
#: drizzled/drizzled_error_messages.h:312
2027
#: drizzled/error.cc:314
3471
2029
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3472
2030
"illegal if there is no GROUP BY clause"
3475
#: drizzled/drizzled_error_messages.h:314
2033
#: drizzled/error.cc:316
3477
2035
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3480
#: drizzled/drizzled_error_messages.h:316
2038
#: drizzled/error.cc:318
3482
2040
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3485
#: drizzled/drizzled_error_messages.h:318
2043
#: drizzled/error.cc:320
3488
2046
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3489
2047
"table '%-.192s'"
3492
#: drizzled/drizzled_error_messages.h:320
2050
#: drizzled/error.cc:322
3494
2052
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3495
2053
"privileges can be used"
3498
#: drizzled/drizzled_error_messages.h:322
2056
#: drizzled/error.cc:324
3499
2057
msgid "The host or user argument to GRANT is too long"
3502
#: drizzled/drizzled_error_messages.h:324
2060
#: drizzled/error.cc:326
3504
2062
msgid "Table '%-.192s.%-.192s' doesn't exist"
3507
#: drizzled/drizzled_error_messages.h:326
2065
#: drizzled/error.cc:328
3510
2068
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3514
#: drizzled/drizzled_error_messages.h:328
3515
msgid "The used command is not allowed with this MySQL version"
2072
#: drizzled/error.cc:330
2073
msgid "The used command is not allowed with this Drizzle version"
3518
#: drizzled/drizzled_error_messages.h:330
2076
#: drizzled/error.cc:332
3520
2078
"You have an error in your SQL syntax; check the manual that corresponds to "
3521
"your MySQL server version for the right syntax to use"
2079
"your Drizzle server version for the right syntax to use"
3524
#: drizzled/drizzled_error_messages.h:332
2082
#: drizzled/error.cc:334
3526
2084
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3529
#: drizzled/drizzled_error_messages.h:334
2087
#: drizzled/error.cc:336
3530
2088
msgid "Too many delayed threads in use"
3533
#: drizzled/drizzled_error_messages.h:336
2091
#: drizzled/error.cc:338
3535
2093
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3538
#: drizzled/drizzled_error_messages.h:338
2096
#: drizzled/error.cc:340
3539
2097
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3542
#: drizzled/drizzled_error_messages.h:340
2100
#: drizzled/error.cc:342
3543
2101
msgid "Got a read error from the connection pipe"
3546
#: drizzled/drizzled_error_messages.h:342
2104
#: drizzled/error.cc:344
3547
2105
msgid "Got an error from fcntl()"
3550
#: drizzled/drizzled_error_messages.h:344
2108
#: drizzled/error.cc:346
3551
2109
msgid "Got packets out of order"
3554
#: drizzled/drizzled_error_messages.h:346
2112
#: drizzled/error.cc:348 plugin/oldlibdrizzle/errmsg.cc:98
3555
2113
msgid "Couldn't uncompress communication packet"
3558
#: drizzled/drizzled_error_messages.h:348
2116
#: drizzled/error.cc:350 plugin/oldlibdrizzle/errmsg.cc:100
3559
2117
msgid "Got an error reading communication packets"
3562
#: drizzled/drizzled_error_messages.h:350
2120
#: drizzled/error.cc:352 plugin/oldlibdrizzle/errmsg.cc:102
3563
2121
msgid "Got timeout reading communication packets"
3566
#: drizzled/drizzled_error_messages.h:352
2124
#: drizzled/error.cc:354 plugin/oldlibdrizzle/errmsg.cc:104
3567
2125
msgid "Got an error writing communication packets"
3570
#: drizzled/drizzled_error_messages.h:354
2128
#: drizzled/error.cc:356 plugin/oldlibdrizzle/errmsg.cc:106
3571
2129
msgid "Got timeout writing communication packets"
3574
#: drizzled/drizzled_error_messages.h:356
2132
#: drizzled/error.cc:358
3575
2133
msgid "Result string is longer than 'max_allowed_packet' bytes"
3578
#: drizzled/drizzled_error_messages.h:358
2136
#: drizzled/error.cc:360
3579
2137
msgid "The used table type doesn't support BLOB/TEXT columns"
3582
#: drizzled/drizzled_error_messages.h:360
2140
#: drizzled/error.cc:362
3583
2141
msgid "The used table type doesn't support AUTO_INCREMENT columns"
3586
#: drizzled/drizzled_error_messages.h:362
2144
#: drizzled/error.cc:364
3589
2147
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3593
#: drizzled/drizzled_error_messages.h:364
2151
#: drizzled/error.cc:366
3595
2153
msgid "Incorrect column name '%-.100s'"
3598
#: drizzled/drizzled_error_messages.h:366
2156
#: drizzled/error.cc:368
3600
2158
msgid "The used storage engine can't index column '%-.192s'"
3603
#: drizzled/drizzled_error_messages.h:368
2161
#: drizzled/error.cc:370
3605
2163
"Unable to open underlying table which is differently defined or of non-"
3606
2164
"MyISAM type or doesn't exist"
3609
#: drizzled/drizzled_error_messages.h:370
2167
#: drizzled/error.cc:372
3611
2169
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3614
#: drizzled/drizzled_error_messages.h:372
2172
#: drizzled/error.cc:374
3617
2175
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3620
#: drizzled/drizzled_error_messages.h:374
2178
#: drizzled/error.cc:376
3622
2180
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3623
2181
"UNIQUE instead"
3626
#: drizzled/drizzled_error_messages.h:376
2184
#: drizzled/error.cc:378
3627
2185
msgid "Result consisted of more than one row"
3630
#: drizzled/drizzled_error_messages.h:378
2188
#: drizzled/error.cc:380
3631
2189
msgid "This table type requires a primary key"
3634
#: drizzled/drizzled_error_messages.h:380
3635
msgid "This version of MySQL is not compiled with RAID support"
2192
#: drizzled/error.cc:382
2193
msgid "This version of Drizzle is not compiled with RAID support"
3638
#: drizzled/drizzled_error_messages.h:382
2196
#: drizzled/error.cc:384
3640
2198
"You are using safe update mode and you tried to update a table without a "
3641
2199
"WHERE that uses a KEY column"
3644
#: drizzled/drizzled_error_messages.h:384
2202
#: drizzled/error.cc:386
3646
2204
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
3649
#: drizzled/drizzled_error_messages.h:386
2207
#: drizzled/error.cc:388
3650
2208
msgid "Can't open table"
3653
#: drizzled/drizzled_error_messages.h:388
2211
#: drizzled/error.cc:390
3655
2213
msgid "The storage engine for the table doesn't support %s"
3658
#: drizzled/drizzled_error_messages.h:390
2216
#: drizzled/error.cc:392
3659
2217
msgid "You are not allowed to execute this command in a transaction"
3662
#: drizzled/drizzled_error_messages.h:392
2220
#: drizzled/error.cc:394
3664
2222
msgid "Got error %d during COMMIT"
3667
#: drizzled/drizzled_error_messages.h:394
2225
#: drizzled/error.cc:396
3669
2227
msgid "Got error %d during ROLLBACK"
3672
#: drizzled/drizzled_error_messages.h:396
2230
#: drizzled/error.cc:398
3674
2232
msgid "Got error %d during FLUSH_LOGS"
3677
#: drizzled/drizzled_error_messages.h:398
2235
#: drizzled/error.cc:400
3679
2237
msgid "Got error %d during CHECKPOINT"
3682
#: drizzled/drizzled_error_messages.h:400
2240
#: drizzled/error.cc:402
3685
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
2243
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
3686
2244
"'%-.64s' (%-.64s)"
3689
#: drizzled/drizzled_error_messages.h:402
2247
#: drizzled/error.cc:404
3690
2248
msgid "The storage engine for the table does not support binary table dump"
3693
#: drizzled/drizzled_error_messages.h:404
2251
#: drizzled/error.cc:406
3694
2252
msgid "Binlog closed, cannot RESET MASTER"
3697
#: drizzled/drizzled_error_messages.h:406
2255
#: drizzled/error.cc:408
3699
2257
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3702
#: drizzled/drizzled_error_messages.h:408
2260
#: drizzled/error.cc:410
3704
2262
msgid "Error from master: '%-.64s'"
3707
#: drizzled/drizzled_error_messages.h:410
2265
#: drizzled/error.cc:412
3708
2266
msgid "Net error reading from master"
3711
#: drizzled/drizzled_error_messages.h:412
2269
#: drizzled/error.cc:414
3712
2270
msgid "Net error writing to master"
3715
#: drizzled/drizzled_error_messages.h:414
2273
#: drizzled/error.cc:416
3716
2274
msgid "Can't find FULLTEXT index matching the column list"
3719
#: drizzled/drizzled_error_messages.h:416
2277
#: drizzled/error.cc:418
3721
2279
"Can't execute the given command because you have active locked tables or an "
3722
2280
"active transaction"
3725
#: drizzled/drizzled_error_messages.h:418
2283
#: drizzled/error.cc:420
3727
2285
msgid "Unknown system variable '%-.64s'"
3728
msgstr "不明白的指令: '%-.60s'"
3730
#: drizzled/drizzled_error_messages.h:420
2288
#: drizzled/error.cc:422
3732
2290
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3735
#: drizzled/drizzled_error_messages.h:422
2293
#: drizzled/error.cc:424
3738
2296
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3741
#: drizzled/drizzled_error_messages.h:424
2299
#: drizzled/error.cc:426
3742
2300
msgid "Some non-transactional changed tables couldn't be rolled back"
3745
#: drizzled/drizzled_error_messages.h:426
2303
#: drizzled/error.cc:428
3747
2305
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3748
"of storage; increase this mysqld variable and try again"
2306
"of storage; increase this drizzled variable and try again"
3751
#: drizzled/drizzled_error_messages.h:428
2309
#: drizzled/error.cc:430
3753
2311
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3756
#: drizzled/drizzled_error_messages.h:430
2314
#: drizzled/error.cc:432
3758
2316
"This operation requires a running slave; configure slave and do START SLAVE"
3761
#: drizzled/drizzled_error_messages.h:432
2319
#: drizzled/error.cc:434
3762
2320
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3765
#: drizzled/drizzled_error_messages.h:434
2323
#: drizzled/error.cc:436
3767
2325
"Could not initialize master info structure; more error messages can be found "
3768
"in the MySQL error log"
2326
"in the Drizzle error log"
3771
#: drizzled/drizzled_error_messages.h:436
2329
#: drizzled/error.cc:438
3772
2330
msgid "Could not create slave thread; check system resources"
3775
#: drizzled/drizzled_error_messages.h:438
2333
#: drizzled/error.cc:440
3778
2336
"User %-.64s already has more than 'max_user_connections' active connections"
3781
#: drizzled/drizzled_error_messages.h:440
2339
#: drizzled/error.cc:442
3782
2340
msgid "You may only use constant expressions with SET"
3785
#: drizzled/drizzled_error_messages.h:442
2343
#: drizzled/error.cc:444
3786
2344
msgid "Lock wait timeout exceeded; try restarting transaction"
3789
#: drizzled/drizzled_error_messages.h:444
2347
#: drizzled/error.cc:446
3790
2348
msgid "The total number of locks exceeds the lock table size"
3793
#: drizzled/drizzled_error_messages.h:446
2351
#: drizzled/error.cc:448
3794
2352
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3797
#: drizzled/drizzled_error_messages.h:448
2355
#: drizzled/error.cc:450
3798
2356
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3801
#: drizzled/drizzled_error_messages.h:450
2359
#: drizzled/error.cc:452
3802
2360
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3805
#: drizzled/drizzled_error_messages.h:452
2363
#: drizzled/error.cc:454
3807
2365
msgid "Incorrect arguments to %s"
3810
#: drizzled/drizzled_error_messages.h:454
2368
#: drizzled/error.cc:456
3812
2370
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3815
#: drizzled/drizzled_error_messages.h:456
2373
#: drizzled/error.cc:458
3817
2375
"Incorrect table definition; all MERGE tables must be in the same database"
3820
#: drizzled/drizzled_error_messages.h:458
2378
#: drizzled/error.cc:460
3821
2379
msgid "Deadlock found when trying to get lock; try restarting transaction"
3824
#: drizzled/drizzled_error_messages.h:460
2382
#: drizzled/error.cc:462
3825
2383
msgid "The used table type doesn't support FULLTEXT indexes"
3828
#: drizzled/drizzled_error_messages.h:462
2386
#: drizzled/error.cc:464
3829
2387
msgid "Cannot add foreign key constraint"
3832
#: drizzled/drizzled_error_messages.h:464
2390
#: drizzled/error.cc:466
3833
2391
msgid "Cannot add or update a child row: a foreign key constraint fails"
3836
#: drizzled/drizzled_error_messages.h:466
2394
#: drizzled/error.cc:468
3837
2395
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
3840
#: drizzled/drizzled_error_messages.h:468
2398
#: drizzled/error.cc:470
3842
2400
msgid "Error connecting to master: %-.128s"
3845
#: drizzled/drizzled_error_messages.h:470
2403
#: drizzled/error.cc:472
3847
2405
msgid "Error running query on master: %-.128s"
3850
#: drizzled/drizzled_error_messages.h:472
2408
#: drizzled/error.cc:474
3852
2410
msgid "Error when executing command %s: %-.128s"
3855
#: drizzled/drizzled_error_messages.h:474
2413
#: drizzled/error.cc:476
3857
2415
msgid "Incorrect usage of %s and %s"
3860
#: drizzled/drizzled_error_messages.h:476
2418
#: drizzled/error.cc:478
3861
2419
msgid "The used SELECT statements have a different number of columns"
3864
#: drizzled/drizzled_error_messages.h:478
2422
#: drizzled/error.cc:480
3865
2423
msgid "Can't execute the query because you have a conflicting read lock"
3868
#: drizzled/drizzled_error_messages.h:480
2426
#: drizzled/error.cc:482
3869
2427
msgid "Mixing of transactional and non-transactional tables is disabled"
3872
#: drizzled/drizzled_error_messages.h:482
2430
#: drizzled/error.cc:484
3874
2432
msgid "Option '%s' used twice in statement"
3877
#: drizzled/drizzled_error_messages.h:484
2435
#: drizzled/error.cc:486
3879
2437
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3882
#: drizzled/drizzled_error_messages.h:486
2440
#: drizzled/error.cc:488
3884
2442
msgid "Access denied; you need the %-.128s privilege for this operation"
3887
#: drizzled/drizzled_error_messages.h:488
2445
#: drizzled/error.cc:490
3890
2448
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3893
#: drizzled/drizzled_error_messages.h:490
2451
#: drizzled/error.cc:492
3896
2454
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3899
#: drizzled/drizzled_error_messages.h:492
2457
#: drizzled/error.cc:494
3901
2459
msgid "Variable '%-.64s' doesn't have a default value"
3904
#: drizzled/drizzled_error_messages.h:494
2462
#: drizzled/error.cc:496
3906
2464
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
3909
#: drizzled/drizzled_error_messages.h:496
2467
#: drizzled/error.cc:498
3911
2469
msgid "Incorrect argument type to variable '%-.64s'"
3914
#: drizzled/drizzled_error_messages.h:498
2472
#: drizzled/error.cc:500
3916
2474
msgid "Variable '%-.64s' can only be set, not read"
3919
#: drizzled/drizzled_error_messages.h:500
2477
#: drizzled/error.cc:502
3921
2479
msgid "Incorrect usage/placement of '%s'"
3924
#: drizzled/drizzled_error_messages.h:502
2482
#: drizzled/error.cc:504
3926
msgid "This version of MySQL doesn't yet support '%s'"
2484
msgid "This version of Drizzle doesn't yet support '%s'"
3929
#: drizzled/drizzled_error_messages.h:504
2487
#: drizzled/error.cc:506
3932
2490
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3935
#: drizzled/drizzled_error_messages.h:506
2493
#: drizzled/error.cc:508
3936
2494
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3939
#: drizzled/drizzled_error_messages.h:508
2497
#: drizzled/error.cc:510
3941
2499
msgid "Variable '%-.192s' is a %s variable"
3944
#: drizzled/drizzled_error_messages.h:510
2502
#: drizzled/error.cc:512
3946
2504
msgid "Incorrect foreign key definition for '%-.192s': %s"
3949
#: drizzled/drizzled_error_messages.h:512
2507
#: drizzled/error.cc:514
3950
2508
msgid "Key reference and table reference don't match"
3953
#: drizzled/drizzled_error_messages.h:514
2511
#: drizzled/error.cc:516
3955
2513
msgid "Operand should contain %d column(s)"
3958
#: drizzled/drizzled_error_messages.h:516
2516
#: drizzled/error.cc:518
3959
2517
msgid "Subquery returns more than 1 row"
3962
#: drizzled/drizzled_error_messages.h:518
2520
#: drizzled/error.cc:520
3964
2522
msgid "Unknown prepared statement handler (%.*s) given to %s"
3967
#: drizzled/drizzled_error_messages.h:520
2525
#: drizzled/error.cc:522
3968
2526
msgid "Help database is corrupt or does not exist"
3971
#: drizzled/drizzled_error_messages.h:522
2529
#: drizzled/error.cc:524
3972
2530
msgid "Cyclic reference on subqueries"
3975
#: drizzled/drizzled_error_messages.h:524
2533
#: drizzled/error.cc:526
3977
2535
msgid "Converting column '%s' from %s to %s"
3980
#: drizzled/drizzled_error_messages.h:526
2538
#: drizzled/error.cc:528
3982
2540
msgid "Reference '%-.64s' not supported (%s)"
3985
#: drizzled/drizzled_error_messages.h:528
2543
#: drizzled/error.cc:530
3986
2544
msgid "Every derived table must have its own alias"
3989
#: drizzled/drizzled_error_messages.h:530
2547
#: drizzled/error.cc:532
3991
2549
msgid "Select %u was reduced during optimization"
3994
#: drizzled/drizzled_error_messages.h:532
2552
#: drizzled/error.cc:534
3996
2554
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3999
#: drizzled/drizzled_error_messages.h:534
2557
#: drizzled/error.cc:536
4001
2559
"Client does not support authentication protocol requested by server; "
4002
"consider upgrading MySQL client"
2560
"consider upgrading Drizzle client"
4005
#: drizzled/drizzled_error_messages.h:536
2563
#: drizzled/error.cc:538
4006
2564
msgid "All parts of a SPATIAL index must be NOT NULL"
4009
#: drizzled/drizzled_error_messages.h:538
2567
#: drizzled/error.cc:540
4011
2569
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
4014
#: drizzled/drizzled_error_messages.h:540
2572
#: drizzled/error.cc:542
4015
2573
msgid "Slave is already running"
4018
#: drizzled/drizzled_error_messages.h:542
2576
#: drizzled/error.cc:544
4019
2577
msgid "Slave already has been stopped"
4022
#: drizzled/drizzled_error_messages.h:544
2580
#: drizzled/error.cc:546
4025
2583
"Uncompressed data size too large; the maximum size is %d (probably, length "
4026
2584
"of uncompressed data was corrupted)"
4029
#: drizzled/drizzled_error_messages.h:546
2587
#: drizzled/error.cc:548
4030
2588
msgid "ZLIB: Not enough memory"
4033
#: drizzled/drizzled_error_messages.h:548
2591
#: drizzled/error.cc:550
4035
2593
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
4036
2594
"data was corrupted)"
4039
#: drizzled/drizzled_error_messages.h:550
2597
#: drizzled/error.cc:552
4040
2598
msgid "ZLIB: Input data corrupted"
4043
#: drizzled/drizzled_error_messages.h:552
2601
#: drizzled/error.cc:554
4045
2603
msgid "%d line(s) were cut by GROUP_CONCAT()"
4048
#: drizzled/drizzled_error_messages.h:554
2606
#: drizzled/error.cc:556
4050
2608
msgid "Row %ld doesn't contain data for all columns"
4053
#: drizzled/drizzled_error_messages.h:556
2611
#: drizzled/error.cc:558
4056
2614
"Row %ld was truncated; it contained more data than there were input columns"
4059
#: drizzled/drizzled_error_messages.h:558
2617
#: drizzled/error.cc:560
4062
2620
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
4065
#: drizzled/drizzled_error_messages.h:560
2623
#: drizzled/error.cc:562
4067
2625
msgid "Out of range value for column '%s' at row %ld"
4070
#: drizzled/drizzled_error_messages.h:562
2628
#: drizzled/error.cc:564
4072
2630
msgid "Data truncated for column '%s' at row %ld"
4075
#: drizzled/drizzled_error_messages.h:564
2633
#: drizzled/error.cc:566
4077
2635
msgid "Using storage engine %s for table '%s'"
4080
#: drizzled/drizzled_error_messages.h:566
2638
#: drizzled/error.cc:568
4082
2640
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
4085
#: drizzled/drizzled_error_messages.h:568
2643
#: drizzled/error.cc:570
4086
2644
msgid "Cannot drop one or more of the requested users"
4089
#: drizzled/drizzled_error_messages.h:570
2647
#: drizzled/error.cc:572
4090
2648
msgid "Can't revoke all privileges for one or more of the requested users"
4093
#: drizzled/drizzled_error_messages.h:572
2651
#: drizzled/error.cc:574
4095
2653
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
4098
#: drizzled/drizzled_error_messages.h:574
2656
#: drizzled/error.cc:576
4100
2658
msgid "Illegal mix of collations for operation '%s'"
4103
#: drizzled/drizzled_error_messages.h:576
2661
#: drizzled/error.cc:578
4106
2664
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
4107
2665
"variable_name)"
4110
#: drizzled/drizzled_error_messages.h:578
2668
#: drizzled/error.cc:580
4112
2670
msgid "Unknown collation: '%-.64s'"
4113
msgstr "不明白的指令: '%-.60s'"
4115
#: drizzled/drizzled_error_messages.h:580
2673
#: drizzled/error.cc:582
4117
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
4118
"compiled without SSL support; they can be used later if MySQL slave with SSL "
2675
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
2676
"compiled without SSL support; they can be used later if Drizzle slave with "
4122
#: drizzled/drizzled_error_messages.h:582
2680
#: drizzled/error.cc:584
4125
2683
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
4126
2684
"old format; please change the password to the new format"
4129
#: drizzled/drizzled_error_messages.h:584
2687
#: drizzled/error.cc:586
4132
2690
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
4136
#: drizzled/drizzled_error_messages.h:586
2694
#: drizzled/error.cc:588
4137
2695
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
4140
#: drizzled/drizzled_error_messages.h:588
2698
#: drizzled/error.cc:590
4142
2700
"It is recommended to use --skip-slave-start when doing step-by-step "
4143
2701
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
4144
"get an unexpected slave's mysqld restart"
2702
"get an unexpected slave's drizzled restart"
4147
#: drizzled/drizzled_error_messages.h:590
2705
#: drizzled/error.cc:592
4148
2706
msgid "SQL thread is not to be started so UNTIL options are ignored"
4151
#: drizzled/drizzled_error_messages.h:592
2709
#: drizzled/error.cc:594
4153
2711
msgid "Incorrect index name '%-.100s'"
4156
#: drizzled/drizzled_error_messages.h:594
2714
#: drizzled/error.cc:596
4158
2716
msgid "Incorrect catalog name '%-.100s'"
4161
#: drizzled/drizzled_error_messages.h:596
2719
#: drizzled/error.cc:598
4163
2721
msgid "Query cache failed to set size %lu; new query cache size is %lu"
4166
#: drizzled/drizzled_error_messages.h:598
2724
#: drizzled/error.cc:600
4168
2726
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
4171
#: drizzled/drizzled_error_messages.h:600
2729
#: drizzled/error.cc:602
4173
2731
msgid "Unknown key cache '%-.100s'"
4174
msgstr "不明白的指令: '%-.60s'"
4176
#: drizzled/drizzled_error_messages.h:602
2734
#: drizzled/error.cc:604
4178
"MySQL is started in --skip-name-resolve mode; you must restart it without "
2736
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
4179
2737
"this switch for this grant to work"
4182
#: drizzled/drizzled_error_messages.h:604
2740
#: drizzled/error.cc:606
4184
2742
msgid "Unknown table engine '%s'"
4185
msgstr "不明白的指令: '%-.60s'"
4187
#: drizzled/drizzled_error_messages.h:606
2745
#: drizzled/error.cc:608
4189
2747
msgid "'%s' is deprecated; use '%s' instead"
4192
#: drizzled/drizzled_error_messages.h:608
2750
#: drizzled/error.cc:610
4194
2752
msgid "The target table %-.100s of the %s is not updatable"
4197
#: drizzled/drizzled_error_messages.h:610
2755
#: drizzled/error.cc:612
4200
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
2758
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
4204
#: drizzled/drizzled_error_messages.h:612
2762
#: drizzled/error.cc:614
4207
"The MySQL server is running with the %s option so it cannot execute this "
2765
"The Drizzle server is running with the %s option so it cannot execute this "
4211
#: drizzled/drizzled_error_messages.h:614
2769
#: drizzled/error.cc:616
4213
2771
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
4216
#: drizzled/drizzled_error_messages.h:616
2774
#: drizzled/error.cc:618
4218
2776
msgid "Truncated incorrect %-.32s value: '%-.128s'"
4221
#: drizzled/drizzled_error_messages.h:618
2779
#: drizzled/error.cc:620
4223
2781
"Incorrect table definition; there can be only one TIMESTAMP column with "
4224
2782
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
4227
#: drizzled/drizzled_error_messages.h:620
2785
#: drizzled/error.cc:622
4229
2787
msgid "Invalid ON UPDATE clause for '%-.192s' column"
4232
#: drizzled/drizzled_error_messages.h:622
2790
#: drizzled/error.cc:624
4233
2791
msgid "This command is not supported in the prepared statement protocol yet"
4236
#: drizzled/drizzled_error_messages.h:624
2794
#: drizzled/error.cc:626
4238
2796
msgid "Got error %d '%-.100s' from %s"
4241
#: drizzled/drizzled_error_messages.h:626
2799
#: drizzled/error.cc:628
4243
2801
msgid "Got temporary error %d '%-.100s' from %s"
4246
#: drizzled/drizzled_error_messages.h:628
2804
#: drizzled/error.cc:630
4248
2806
msgid "Unknown or incorrect time zone: '%-.64s'"
4249
msgstr "不明白的指令: '%-.60s'"
4251
#: drizzled/drizzled_error_messages.h:630
2809
#: drizzled/error.cc:632
4253
2811
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
4256
#: drizzled/drizzled_error_messages.h:632
2814
#: drizzled/error.cc:634
4258
2816
msgid "Invalid %s character string: '%.64s'"
4261
#: drizzled/drizzled_error_messages.h:634
2819
#: drizzled/error.cc:636
4263
2821
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
4266
#: drizzled/drizzled_error_messages.h:636
2824
#: drizzled/error.cc:638
4268
2826
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4271
#: drizzled/drizzled_error_messages.h:638
2829
#: drizzled/error.cc:640
4273
2831
msgid "Can't create a %s from within another stored routine"
4276
#: drizzled/drizzled_error_messages.h:640
2834
#: drizzled/error.cc:642
4278
2836
msgid "%s %s already exists"
4281
#: drizzled/drizzled_error_messages.h:642
2839
#: drizzled/error.cc:644
4283
2841
msgid "%s %s does not exist"
4286
#: drizzled/drizzled_error_messages.h:644
2844
#: drizzled/error.cc:646
4288
2846
msgid "Failed to DROP %s %s"
4291
#: drizzled/drizzled_error_messages.h:646
2849
#: drizzled/error.cc:648
4293
2851
msgid "Failed to CREATE %s %s"
4296
#: drizzled/drizzled_error_messages.h:648
2854
#: drizzled/error.cc:650
4298
2856
msgid "%s with no matching label: %s"
4301
#: drizzled/drizzled_error_messages.h:650
2859
#: drizzled/error.cc:652
4303
2861
msgid "Redefining label %s"
4306
#: drizzled/drizzled_error_messages.h:652
2864
#: drizzled/error.cc:654
4308
2866
msgid "End-label %s without match"
4311
#: drizzled/drizzled_error_messages.h:654
2869
#: drizzled/error.cc:656
4313
2871
msgid "Referring to uninitialized variable %s"
4316
#: drizzled/drizzled_error_messages.h:656
2874
#: drizzled/error.cc:658
4318
2876
msgid "PROCEDURE %s can't return a result set in the given context"
4321
#: drizzled/drizzled_error_messages.h:658
2879
#: drizzled/error.cc:660
4322
2880
msgid "RETURN is only allowed in a FUNCTION"
4325
#: drizzled/drizzled_error_messages.h:660
2883
#: drizzled/error.cc:662
4327
2885
msgid "%s is not allowed in stored procedures"
4330
#: drizzled/drizzled_error_messages.h:662
2888
#: drizzled/error.cc:664
4332
2890
"The update log is deprecated and replaced by the binary log; SET "
4333
2891
"SQL_LOG_UPDATE has been ignored"
4336
#: drizzled/drizzled_error_messages.h:664
2894
#: drizzled/error.cc:666
4338
2896
"The update log is deprecated and replaced by the binary log; SET "
4339
2897
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4342
#: drizzled/drizzled_error_messages.h:666
2900
#: drizzled/error.cc:668
4343
2901
msgid "Query execution was interrupted"
4346
#: drizzled/drizzled_error_messages.h:668
2904
#: drizzled/error.cc:670
4348
2906
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4351
#: drizzled/drizzled_error_messages.h:670
2909
#: drizzled/error.cc:672
4353
2911
msgid "Undefined CONDITION: %s"
4356
#: drizzled/drizzled_error_messages.h:672
2914
#: drizzled/error.cc:674
4358
2916
msgid "No RETURN found in FUNCTION %s"
4361
#: drizzled/drizzled_error_messages.h:674
2919
#: drizzled/error.cc:676
4363
2921
msgid "FUNCTION %s ended without RETURN"
4366
#: drizzled/drizzled_error_messages.h:676
2924
#: drizzled/error.cc:678
4367
2925
msgid "Cursor statement must be a SELECT"
4370
#: drizzled/drizzled_error_messages.h:678
2928
#: drizzled/error.cc:680
4371
2929
msgid "Cursor SELECT must not have INTO"
4374
#: drizzled/drizzled_error_messages.h:680
2932
#: drizzled/error.cc:682
4376
2934
msgid "Undefined CURSOR: %s"
4379
#: drizzled/drizzled_error_messages.h:682
2937
#: drizzled/error.cc:684
4380
2938
msgid "Cursor is already open"
4383
#: drizzled/drizzled_error_messages.h:684
2941
#: drizzled/error.cc:686
4384
2942
msgid "Cursor is not open"
4387
#: drizzled/drizzled_error_messages.h:686
2945
#: drizzled/error.cc:688
4389
2947
msgid "Undeclared variable: %s"
4392
#: drizzled/drizzled_error_messages.h:688
2950
#: drizzled/error.cc:690
4393
2951
msgid "Incorrect number of FETCH variables"
4396
#: drizzled/drizzled_error_messages.h:690
2954
#: drizzled/error.cc:692
4397
2955
msgid "No data - zero rows fetched, selected, or processed"
4400
#: drizzled/drizzled_error_messages.h:692
2958
#: drizzled/error.cc:694
4402
2960
msgid "Duplicate parameter: %s"
4405
#: drizzled/drizzled_error_messages.h:694
2963
#: drizzled/error.cc:696
4407
2965
msgid "Duplicate variable: %s"
4410
#: drizzled/drizzled_error_messages.h:696
2968
#: drizzled/error.cc:698
4412
2970
msgid "Duplicate condition: %s"
4415
#: drizzled/drizzled_error_messages.h:698
2973
#: drizzled/error.cc:700
4417
2975
msgid "Duplicate cursor: %s"
4420
#: drizzled/drizzled_error_messages.h:700
2978
#: drizzled/error.cc:702
4422
2980
msgid "Failed to ALTER %s %s"
4425
#: drizzled/drizzled_error_messages.h:702
2983
#: drizzled/error.cc:704
4426
2984
msgid "Subquery value not supported"
4429
#: drizzled/drizzled_error_messages.h:704
2987
#: drizzled/error.cc:706
4431
2989
msgid "%s is not allowed in stored function or trigger"
4434
#: drizzled/drizzled_error_messages.h:706
2992
#: drizzled/error.cc:708
4435
2993
msgid "Variable or condition declaration after cursor or handler declaration"
4438
#: drizzled/drizzled_error_messages.h:708
2996
#: drizzled/error.cc:710
4439
2997
msgid "Cursor declaration after handler declaration"
4442
#: drizzled/drizzled_error_messages.h:710
3000
#: drizzled/error.cc:712
4443
3001
msgid "Case not found for CASE statement"
4446
#: drizzled/drizzled_error_messages.h:712
3004
#: drizzled/error.cc:714
4448
3006
msgid "Configuration file '%-.192s' is too big"
4451
#: drizzled/drizzled_error_messages.h:714
3009
#: drizzled/error.cc:716
4453
3011
msgid "Malformed file type header in file '%-.192s'"
4456
#: drizzled/drizzled_error_messages.h:716
3014
#: drizzled/error.cc:718
4458
3016
msgid "Unexpected end of file while parsing comment '%-.200s'"
4461
#: drizzled/drizzled_error_messages.h:718
3019
#: drizzled/error.cc:720
4463
3021
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4466
#: drizzled/drizzled_error_messages.h:720
3024
#: drizzled/error.cc:722
4468
3026
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4471
#: drizzled/drizzled_error_messages.h:722
3029
#: drizzled/error.cc:724
4472
3030
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4475
#: drizzled/drizzled_error_messages.h:724
3033
#: drizzled/error.cc:726
4477
3035
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4480
#: drizzled/drizzled_error_messages.h:726
3038
#: drizzled/error.cc:728
4482
3040
msgid "'%-.192s.%-.192s' is not %s"
4485
#: drizzled/drizzled_error_messages.h:728
3043
#: drizzled/error.cc:730
4487
3045
msgid "Column '%-.192s' is not updatable"
4490
#: drizzled/drizzled_error_messages.h:730
3048
#: drizzled/error.cc:732
4491
3049
msgid "View's SELECT contains a subquery in the FROM clause"
4494
#: drizzled/drizzled_error_messages.h:732
3052
#: drizzled/error.cc:734
4496
3054
msgid "View's SELECT contains a '%s' clause"
4499
#: drizzled/drizzled_error_messages.h:734
3057
#: drizzled/error.cc:736
4500
3058
msgid "View's SELECT contains a variable or parameter"
4503
#: drizzled/drizzled_error_messages.h:736
3061
#: drizzled/error.cc:738
4505
3063
msgid "View's SELECT refers to a temporary table '%-.192s'"
4508
#: drizzled/drizzled_error_messages.h:738
3066
#: drizzled/error.cc:740
4509
3067
msgid "View's SELECT and view's field list have different column counts"
4512
#: drizzled/drizzled_error_messages.h:740
3070
#: drizzled/error.cc:742
4514
3072
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4517
#: drizzled/drizzled_error_messages.h:742
3075
#: drizzled/error.cc:744
4518
3076
msgid "View being updated does not have complete key of underlying table in it"
4521
#: drizzled/drizzled_error_messages.h:744
3079
#: drizzled/error.cc:746
4524
3082
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4525
3083
"(s) or definer/invoker of view lack rights to use them"
4528
#: drizzled/drizzled_error_messages.h:746
3086
#: drizzled/error.cc:748
4530
3088
msgid "Can't drop or alter a %s from within another stored routine"
4533
#: drizzled/drizzled_error_messages.h:748
3091
#: drizzled/error.cc:750
4534
3092
msgid "GOTO is not allowed in a stored procedure handler"
4537
#: drizzled/drizzled_error_messages.h:750
3095
#: drizzled/error.cc:752
4538
3096
msgid "Trigger already exists"
4541
#: drizzled/drizzled_error_messages.h:752
3099
#: drizzled/error.cc:754
4542
3100
msgid "Trigger does not exist"
4545
#: drizzled/drizzled_error_messages.h:754
3103
#: drizzled/error.cc:756
4547
3105
msgid "Trigger's '%-.192s' is view or temporary table"
4550
#: drizzled/drizzled_error_messages.h:756
3108
#: drizzled/error.cc:758
4552
3110
msgid "Updating of %s row is not allowed in %strigger"
4555
#: drizzled/drizzled_error_messages.h:758
3113
#: drizzled/error.cc:760
4557
3115
msgid "There is no %s row in %s trigger"
4560
#: drizzled/drizzled_error_messages.h:760
3118
#: drizzled/error.cc:762
4562
3120
msgid "Field '%-.192s' doesn't have a default value"
4565
#: drizzled/drizzled_error_messages.h:762
3123
#: drizzled/error.cc:764
4566
3124
msgid "Division by 0"
4569
#: drizzled/drizzled_error_messages.h:764
3127
#: drizzled/error.cc:766
4571
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
3129
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
4574
#: drizzled/drizzled_error_messages.h:766
3132
#: drizzled/error.cc:768
4576
3134
msgid "Illegal %s '%-.192s' value found during parsing"
4579
#: drizzled/drizzled_error_messages.h:768
3137
#: drizzled/error.cc:770
4581
3139
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4584
#: drizzled/drizzled_error_messages.h:770
3142
#: drizzled/error.cc:772
4586
3144
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4589
#: drizzled/drizzled_error_messages.h:772
3147
#: drizzled/error.cc:774
4591
3149
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4594
#: drizzled/drizzled_error_messages.h:774
3152
#: drizzled/error.cc:776
4596
3154
msgid "Failed purging old relay logs: %s"
4599
#: drizzled/drizzled_error_messages.h:776
3157
#: drizzled/error.cc:778
4601
3159
msgid "Password hash should be a %d-digit hexadecimal number"
4604
#: drizzled/drizzled_error_messages.h:778
3162
#: drizzled/error.cc:780
4605
3163
msgid "Target log not found in binlog index"
4608
#: drizzled/drizzled_error_messages.h:780
3166
#: drizzled/error.cc:782
4609
3167
msgid "I/O error reading log index file"
4612
#: drizzled/drizzled_error_messages.h:782
3170
#: drizzled/error.cc:784
4613
3171
msgid "Server configuration does not permit binlog purge"
4616
#: drizzled/drizzled_error_messages.h:784
3174
#: drizzled/error.cc:786
4617
3175
msgid "Failed on fseek()"
4620
#: drizzled/drizzled_error_messages.h:786
3178
#: drizzled/error.cc:788
4621
3179
msgid "Fatal error during log purge"
4624
#: drizzled/drizzled_error_messages.h:788
3182
#: drizzled/error.cc:790
4625
3183
msgid "A purgeable log is in use, will not purge"
4628
#: drizzled/drizzled_error_messages.h:790
3186
#: drizzled/error.cc:792
4630
3187
msgid "Unknown error during log purge"
4633
#: drizzled/drizzled_error_messages.h:792
3190
#: drizzled/error.cc:794
4635
3192
msgid "Failed initializing relay log position: %s"
4638
#: drizzled/drizzled_error_messages.h:794
3195
#: drizzled/error.cc:796
4639
3196
msgid "You are not using binary logging"
4642
#: drizzled/drizzled_error_messages.h:796
3199
#: drizzled/error.cc:798
4645
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
3202
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
4648
#: drizzled/drizzled_error_messages.h:798
3205
#: drizzled/error.cc:800
4649
3206
msgid "WSAStartup Failed"
4652
#: drizzled/drizzled_error_messages.h:800
3209
#: drizzled/error.cc:802
4653
3210
msgid "Can't handle procedures with different groups yet"
4656
#: drizzled/drizzled_error_messages.h:802
3213
#: drizzled/error.cc:804
4657
3214
msgid "Select must have a group with this procedure"
4660
#: drizzled/drizzled_error_messages.h:804
3217
#: drizzled/error.cc:806
4661
3218
msgid "Can't use ORDER clause with this procedure"
4664
#: drizzled/drizzled_error_messages.h:806
3221
#: drizzled/error.cc:808
4666
3223
msgid "Binary logging and replication forbid changing the global server %s"
4669
#: drizzled/drizzled_error_messages.h:808
3226
#: drizzled/error.cc:810
4671
3228
msgid "Can't map file: %-.200s, errno: %d"
4672
msgstr "不能鎖定檔案(錯誤碼: %d)"
4674
#: drizzled/drizzled_error_messages.h:810
3231
#: drizzled/error.cc:812
4676
3233
msgid "Wrong magic in %-.64s"
4679
#: drizzled/drizzled_error_messages.h:812
3236
#: drizzled/error.cc:814
4680
3237
msgid "Prepared statement contains too many placeholders"
4683
#: drizzled/drizzled_error_messages.h:814
3240
#: drizzled/error.cc:816
4685
3242
msgid "Key part '%-.192s' length cannot be 0"
4688
#: drizzled/drizzled_error_messages.h:816
3245
#: drizzled/error.cc:818
4689
3246
msgid "View text checksum failed"
4692
#: drizzled/drizzled_error_messages.h:818
3249
#: drizzled/error.cc:820
4695
3252
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4698
#: drizzled/drizzled_error_messages.h:820
3255
#: drizzled/error.cc:822
4700
3257
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4703
#: drizzled/drizzled_error_messages.h:822
3260
#: drizzled/error.cc:824
4705
3262
msgid "Can not delete from join view '%-.192s.%-.192s'"
4708
#: drizzled/drizzled_error_messages.h:824
3265
#: drizzled/error.cc:826
4710
3267
msgid "Operation %s failed for %.256s"
4713
#: drizzled/drizzled_error_messages.h:826
3270
#: drizzled/error.cc:828
4714
3271
msgid "XAER_NOTA: Unknown XID"
4717
#: drizzled/drizzled_error_messages.h:828
3274
#: drizzled/error.cc:830
4718
3275
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4721
#: drizzled/drizzled_error_messages.h:830
3278
#: drizzled/error.cc:832
4724
3281
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4725
3282
"the %.64s state"
4728
#: drizzled/drizzled_error_messages.h:832
3285
#: drizzled/error.cc:834
4729
3286
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4732
#: drizzled/drizzled_error_messages.h:834
3289
#: drizzled/error.cc:836
4734
3291
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4735
3292
"for consistency"
4738
#: drizzled/drizzled_error_messages.h:836
3295
#: drizzled/error.cc:838
4739
3296
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4742
#: drizzled/drizzled_error_messages.h:838
3299
#: drizzled/error.cc:840
4745
3302
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4749
#: drizzled/drizzled_error_messages.h:840
3306
#: drizzled/error.cc:842
4750
3307
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4753
#: drizzled/drizzled_error_messages.h:842
3310
#: drizzled/error.cc:844
4754
3311
msgid "Failed to revoke all privileges to dropped routine"
4757
#: drizzled/drizzled_error_messages.h:844
3314
#: drizzled/error.cc:846
4759
3316
msgid "Data too long for column '%s' at row %ld"
4762
#: drizzled/drizzled_error_messages.h:846
3319
#: drizzled/error.cc:848
4764
3321
msgid "Bad SQLSTATE: '%s'"
4767
#: drizzled/drizzled_error_messages.h:848
3324
#: drizzled/error.cc:850
4770
3327
"%s: ready for connections.\n"
4771
"Version: '%s' socket: '%s' port: %d %s"
3328
"Version: '%s' %s\n"
4774
#: drizzled/drizzled_error_messages.h:850
3331
#: drizzled/error.cc:852
4775
3332
msgid "Can't load value from file with fixed size rows to variable"
4778
#: drizzled/drizzled_error_messages.h:852
3335
#: drizzled/error.cc:854
4779
3336
msgid "You are not allowed to create a user with GRANT"
4782
#: drizzled/drizzled_error_messages.h:854
3339
#: drizzled/error.cc:856
4784
3341
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4787
#: drizzled/drizzled_error_messages.h:856
3344
#: drizzled/error.cc:858
4788
3345
msgid "Table definition has changed, please retry transaction"
4791
#: drizzled/drizzled_error_messages.h:858
3348
#: drizzled/error.cc:860
4792
3349
msgid "Duplicate handler declared in the same block"
4795
#: drizzled/drizzled_error_messages.h:860
3352
#: drizzled/error.cc:862
4798
3355
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4799
3356
"variable in BEFORE trigger"
4802
#: drizzled/drizzled_error_messages.h:862
3359
#: drizzled/error.cc:864
4804
3361
msgid "Not allowed to return a result set from a %s"
4807
#: drizzled/drizzled_error_messages.h:864
3364
#: drizzled/error.cc:866
4808
3365
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
4811
#: drizzled/drizzled_error_messages.h:866
3368
#: drizzled/error.cc:868
4813
3370
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4814
3371
"declaration and binary logging is enabled; if non-transactional tables were "
4815
3372
"updated, the binary log will miss their changes"
4818
#: drizzled/drizzled_error_messages.h:868
3375
#: drizzled/error.cc:870
4820
3377
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4821
3378
"declaration and binary logging is enabled (you *might* want to use the less "
4822
3379
"safe log_bin_trust_function_creators variable)"
4825
#: drizzled/drizzled_error_messages.h:870
3382
#: drizzled/error.cc:872
4827
3384
"You do not have the SUPER privilege and binary logging is enabled (you "
4828
3385
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4831
#: drizzled/drizzled_error_messages.h:872
3388
#: drizzled/error.cc:874
4833
3390
"You can't execute a prepared statement which has an open cursor associated "
4834
3391
"with it. Reset the statement to re-execute it."
4837
#: drizzled/drizzled_error_messages.h:874
3394
#: drizzled/error.cc:876
4839
3396
msgid "The statement (%lu) has no open cursor."
4842
#: drizzled/drizzled_error_messages.h:876
3399
#: drizzled/error.cc:878
4844
3401
"Explicit or implicit commit is not allowed in stored function or trigger."
4847
#: drizzled/drizzled_error_messages.h:878
3404
#: drizzled/error.cc:880
4850
3407
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4853
#: drizzled/drizzled_error_messages.h:880
3410
#: drizzled/error.cc:882
4854
3411
msgid "Recursive stored functions and triggers are not allowed."
4857
#: drizzled/drizzled_error_messages.h:882
3414
#: drizzled/error.cc:884
4859
3416
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
4862
#: drizzled/drizzled_error_messages.h:884
3419
#: drizzled/error.cc:886
4864
3421
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
4867
#: drizzled/drizzled_error_messages.h:886
3424
#: drizzled/error.cc:888
4870
3427
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4874
#: drizzled/drizzled_error_messages.h:888
3431
#: drizzled/error.cc:890
4876
3433
"You can't combine write-locking of system tables with other tables or lock "
4880
#: drizzled/drizzled_error_messages.h:890
3437
#: drizzled/error.cc:892
4882
3439
msgid "Unable to connect to foreign data source: %.64s"
4885
#: drizzled/drizzled_error_messages.h:892
3442
#: drizzled/error.cc:894
4888
3445
"There was a problem processing the query on the foreign data source. Data "
4889
3446
"source error: %-.64s"
4892
#: drizzled/drizzled_error_messages.h:894
3449
#: drizzled/error.cc:896
4895
3452
"The foreign data source you are trying to reference does not exist. Data "
4896
3453
"source error: %-.64s"
4899
#: drizzled/drizzled_error_messages.h:896
3456
#: drizzled/error.cc:898
4902
3459
"Can't create federated table. The data source connection string '%-.64s' is "
4903
3460
"not in the correct format"
4906
#: drizzled/drizzled_error_messages.h:898
3463
#: drizzled/error.cc:900
4908
3465
msgid "The data source connection string '%-.64s' is not in the correct format"
4911
#: drizzled/drizzled_error_messages.h:900
3468
#: drizzled/error.cc:902
4913
3470
msgid "Can't create federated table. Foreign data src error: %-.64s"
4916
#: drizzled/drizzled_error_messages.h:902
3473
#: drizzled/error.cc:904
4917
3474
msgid "Trigger in wrong schema"
4920
#: drizzled/drizzled_error_messages.h:904
3477
#: drizzled/error.cc:906
4923
3480
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
4924
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
3481
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
4927
#: drizzled/drizzled_error_messages.h:906
3484
#: drizzled/error.cc:908
4929
3486
msgid "Routine body for '%-.100s' is too long"
4932
#: drizzled/drizzled_error_messages.h:908
3489
#: drizzled/error.cc:910
4933
3490
msgid "Cannot drop default keycache"
4936
#: drizzled/drizzled_error_messages.h:910
3493
#: drizzled/error.cc:912
4938
3495
msgid "Display width out of range for column '%-.192s' (max = %d)"
4941
#: drizzled/drizzled_error_messages.h:912
3498
#: drizzled/error.cc:914
4942
3499
msgid "XAER_DUPID: The XID already exists"
4945
#: drizzled/drizzled_error_messages.h:914
3502
#: drizzled/error.cc:916
4947
3504
msgid "Datetime function: %-.32s field overflow"
4950
#: drizzled/drizzled_error_messages.h:916
3507
#: drizzled/error.cc:918
4953
3510
"Can't update table '%-.192s' in stored function/trigger because it is "
4954
3511
"already used by statement which invoked this stored function/trigger."
4957
#: drizzled/drizzled_error_messages.h:918
3514
#: drizzled/error.cc:920
4960
3517
"The definition of table '%-.192s' prevents operation %.192s on table "
4964
#: drizzled/drizzled_error_messages.h:920
3521
#: drizzled/error.cc:922
4966
3523
"The prepared statement contains a stored routine call that refers to that "
4967
3524
"same statement. It's not allowed to execute a prepared statement in such a "
4968
3525
"recursive manner"
4971
#: drizzled/drizzled_error_messages.h:922
3528
#: drizzled/error.cc:924
4972
3529
msgid "Not allowed to set autocommit from a stored function or trigger"
4975
#: drizzled/drizzled_error_messages.h:924
3532
#: drizzled/error.cc:926
4976
3533
msgid "Definer is not fully qualified"
4979
#: drizzled/drizzled_error_messages.h:926
3536
#: drizzled/error.cc:928
4982
3539
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4983
3540
"Current user is used as definer. Please recreate the view!"
4986
#: drizzled/drizzled_error_messages.h:928
3543
#: drizzled/error.cc:930
4989
3546
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4993
#: drizzled/drizzled_error_messages.h:930
3550
#: drizzled/error.cc:932
4995
3552
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4998
#: drizzled/drizzled_error_messages.h:932
3555
#: drizzled/error.cc:934
5000
3557
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
5003
#: drizzled/drizzled_error_messages.h:934
3560
#: drizzled/error.cc:936
5006
3563
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
5009
#: drizzled/drizzled_error_messages.h:936
3566
#: drizzled/error.cc:938
5012
3569
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
5015
#: drizzled/drizzled_error_messages.h:938
3572
#: drizzled/error.cc:940
5017
3574
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
5020
#: drizzled/drizzled_error_messages.h:940
3577
#: drizzled/error.cc:942
5023
3580
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
5025
3582
"insufficient privileges. Please recreate the trigger."
5028
#: drizzled/drizzled_error_messages.h:942
3585
#: drizzled/error.cc:944
5030
3587
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
5033
#: drizzled/drizzled_error_messages.h:944
3590
#: drizzled/error.cc:946
5036
3593
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
5037
3594
"exceeded for routine %.192s"
5040
#: drizzled/drizzled_error_messages.h:946
3597
#: drizzled/error.cc:948
5043
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
5044
"contains bad data (internal code %d)"
3600
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
3601
"or contains bad data (internal code %d)"
5047
#: drizzled/drizzled_error_messages.h:948
3604
#: drizzled/error.cc:950
5049
3606
msgid "Incorrect routine name '%-.192s'"
5052
#: drizzled/drizzled_error_messages.h:950
3609
#: drizzled/error.cc:952
5054
3611
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
5057
#: drizzled/drizzled_error_messages.h:952
3614
#: drizzled/error.cc:954
5058
3615
msgid "AGGREGATE is not supported for stored functions"
5061
#: drizzled/drizzled_error_messages.h:954
3618
#: drizzled/error.cc:956
5064
3621
"Can't create more than max_prepared_stmt_count statements (current value: %"
5068
#: drizzled/drizzled_error_messages.h:956
3625
#: drizzled/error.cc:958
5070
3627
msgid "`%-.192s`.`%-.192s` contains view recursion"
5073
#: drizzled/drizzled_error_messages.h:958
3630
#: drizzled/error.cc:960
5075
3632
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
5078
#: drizzled/drizzled_error_messages.h:960
3635
#: drizzled/error.cc:962
5079
3636
msgid "The used table type doesn't support SPATIAL indexes"
5082
#: drizzled/drizzled_error_messages.h:962
3639
#: drizzled/error.cc:964
5083
3640
msgid "Triggers can not be created on system tables"
5086
#: drizzled/drizzled_error_messages.h:964
3643
#: drizzled/error.cc:966
5088
3645
msgid "Leading spaces are removed from name '%s'"
5091
#: drizzled/drizzled_error_messages.h:966
3648
#: drizzled/error.cc:968
5092
3649
msgid "Failed to read auto-increment value from storage engine"
5095
#: drizzled/drizzled_error_messages.h:968
3652
#: drizzled/error.cc:970
5096
3653
msgid "user name"
5099
#: drizzled/drizzled_error_messages.h:970
3656
#: drizzled/error.cc:972
5100
3657
msgid "host name"
5103
#: drizzled/drizzled_error_messages.h:972
3660
#: drizzled/error.cc:974
5105
3662
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
5108
#: drizzled/drizzled_error_messages.h:974
3665
#: drizzled/error.cc:976
5110
3667
msgid "The target table %-.100s of the %s is not insertable-into"
5113
#: drizzled/drizzled_error_messages.h:976
3670
#: drizzled/error.cc:978
5116
3673
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
5119
#: drizzled/drizzled_error_messages.h:978
3676
#: drizzled/error.cc:980
5120
3677
msgid "Too high level of nesting for select"
5123
#: drizzled/drizzled_error_messages.h:980
3680
#: drizzled/error.cc:982
5125
3682
msgid "Name '%-.64s' has become ''"
5128
#: drizzled/drizzled_error_messages.h:982
3685
#: drizzled/error.cc:984
5130
3687
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
5131
3688
"optional and non-empty FIELDS ENCLOSED BY"
5134
#: drizzled/drizzled_error_messages.h:984
3691
#: drizzled/error.cc:986
5136
3693
msgid "The foreign server, %s, you are trying to create already exists."
5139
#: drizzled/drizzled_error_messages.h:986
3696
#: drizzled/error.cc:988
5142
3699
"The foreign server name you are trying to reference does not exist. Data "
5143
3700
"source error: %-.64s"
5146
#: drizzled/drizzled_error_messages.h:988
3703
#: drizzled/error.cc:990
5149
3706
"Table storage engine '%-.64s' does not support the create option '%.64s'"
5152
#: drizzled/drizzled_error_messages.h:990
3709
#: drizzled/error.cc:992
5155
3712
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
5156
3713
"each partition"
5159
#: drizzled/drizzled_error_messages.h:992
3716
#: drizzled/error.cc:994
5161
3718
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
5164
#: drizzled/drizzled_error_messages.h:994
3721
#: drizzled/error.cc:996
5165
3722
msgid "MAXVALUE can only be used in last partition definition"
5168
#: drizzled/drizzled_error_messages.h:996
3725
#: drizzled/error.cc:998
5169
3726
msgid "Subpartitions can only be hash partitions and by key"
5172
#: drizzled/drizzled_error_messages.h:998
3729
#: drizzled/error.cc:1000
5173
3730
msgid "Must define subpartitions on all partitions if on one partition"
5176
#: drizzled/drizzled_error_messages.h:1000
3733
#: drizzled/error.cc:1002
5177
3734
msgid "Wrong number of partitions defined, mismatch with previous setting"
5180
#: drizzled/drizzled_error_messages.h:1002
3737
#: drizzled/error.cc:1004
5181
3738
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
5184
#: drizzled/drizzled_error_messages.h:1004
3741
#: drizzled/error.cc:1006
5185
3742
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
5188
#: drizzled/drizzled_error_messages.h:1006
3745
#: drizzled/error.cc:1008
5189
3746
msgid "Expression in RANGE/LIST VALUES must be constant"
5192
#: drizzled/drizzled_error_messages.h:1008
3749
#: drizzled/error.cc:1010
5193
3750
msgid "Field in list of fields for partition function not found in table"
5196
#: drizzled/drizzled_error_messages.h:1010
3753
#: drizzled/error.cc:1012
5197
3754
msgid "List of fields is only allowed in KEY partitions"
5200
#: drizzled/drizzled_error_messages.h:1012
3757
#: drizzled/error.cc:1014
5202
3759
"The partition info in the frm file is not consistent with what can be "
5203
3760
"written into the frm file"
5206
#: drizzled/drizzled_error_messages.h:1014
3763
#: drizzled/error.cc:1016
5208
3765
msgid "The %-.192s function returns the wrong type"
5211
#: drizzled/drizzled_error_messages.h:1016
3768
#: drizzled/error.cc:1018
5213
3770
msgid "For %-.64s partitions each partition must be defined"
5216
#: drizzled/drizzled_error_messages.h:1018
3773
#: drizzled/error.cc:1020
5217
3774
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
5220
#: drizzled/drizzled_error_messages.h:1020
3777
#: drizzled/error.cc:1022
5221
3778
msgid "VALUES value must be of same type as partition function"
5224
#: drizzled/drizzled_error_messages.h:1022
3781
#: drizzled/error.cc:1024
5225
3782
msgid "Multiple definition of same constant in list partitioning"
5228
#: drizzled/drizzled_error_messages.h:1024
3785
#: drizzled/error.cc:1026
5229
3786
msgid "Partitioning can not be used stand-alone in query"
5232
#: drizzled/drizzled_error_messages.h:1026
3789
#: drizzled/error.cc:1028
5234
"The mix of handlers in the partitions is not allowed in this version of MySQL"
3791
"The mix of handlers in the partitions is not allowed in this version of "
5237
#: drizzled/drizzled_error_messages.h:1028
3795
#: drizzled/error.cc:1030
5239
3797
msgid "For the partitioned engine it is necessary to define all %-.64s"
5242
#: drizzled/drizzled_error_messages.h:1030
3800
#: drizzled/error.cc:1032
5243
3801
msgid "Too many partitions (including subpartitions) were defined"
5246
#: drizzled/drizzled_error_messages.h:1032
3804
#: drizzled/error.cc:1034
5248
3806
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
5249
3807
"partitioning for subpartitioning"
5252
#: drizzled/drizzled_error_messages.h:1034
3810
#: drizzled/error.cc:1036
5253
3811
msgid "Failed to create specific handler file"
5256
#: drizzled/drizzled_error_messages.h:1036
3814
#: drizzled/error.cc:1038
5257
3815
msgid "A BLOB field is not allowed in partition function"
5260
#: drizzled/drizzled_error_messages.h:1038
3818
#: drizzled/error.cc:1040
5262
3820
msgid "A %-.192s must include all columns in the table's partitioning function"
5265
#: drizzled/drizzled_error_messages.h:1040
3823
#: drizzled/error.cc:1042
5267
3825
msgid "Number of %-.64s = 0 is not an allowed value"
5270
#: drizzled/drizzled_error_messages.h:1042
3828
#: drizzled/error.cc:1044
5271
3829
msgid "Partition management on a not partitioned table is not possible"
5274
#: drizzled/drizzled_error_messages.h:1044
3832
#: drizzled/error.cc:1046
5276
3834
"Foreign key condition is not yet supported in conjunction with partitioning"
5279
#: drizzled/drizzled_error_messages.h:1046
3837
#: drizzled/error.cc:1048
5281
3839
msgid "Error in list of partitions to %-.64s"
5284
#: drizzled/drizzled_error_messages.h:1048
3842
#: drizzled/error.cc:1050
5285
3843
msgid "Cannot remove all partitions, use DROP TABLE instead"
5288
#: drizzled/drizzled_error_messages.h:1050
3846
#: drizzled/error.cc:1052
5289
3847
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5292
#: drizzled/drizzled_error_messages.h:1052
3850
#: drizzled/error.cc:1054
5294
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
3852
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
5295
3853
"their numbers"
5298
#: drizzled/drizzled_error_messages.h:1054
3856
#: drizzled/error.cc:1056
5300
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
3858
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
5301
3859
"tables using HASH PARTITIONs"
5304
#: drizzled/drizzled_error_messages.h:1056
3862
#: drizzled/error.cc:1058
5306
3864
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5309
#: drizzled/drizzled_error_messages.h:1058
3867
#: drizzled/error.cc:1060
5310
3868
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5313
#: drizzled/drizzled_error_messages.h:1060
3871
#: drizzled/error.cc:1062
5314
3872
msgid "At least one partition must be added"
5317
#: drizzled/drizzled_error_messages.h:1062
3875
#: drizzled/error.cc:1064
5318
3876
msgid "At least one partition must be coalesced"
5321
#: drizzled/drizzled_error_messages.h:1064
5322
msgid "More partitions to reorganise than there are partitions"
3879
#: drizzled/error.cc:1066
3880
msgid "More partitions to reorganize than there are partitions"
5325
#: drizzled/drizzled_error_messages.h:1066
3883
#: drizzled/error.cc:1068
5327
3885
msgid "Duplicate partition name %-.192s"
5330
#: drizzled/drizzled_error_messages.h:1068
3888
#: drizzled/error.cc:1070
5331
3889
msgid "It is not allowed to shut off binlog on this command"
5334
#: drizzled/drizzled_error_messages.h:1070
5335
msgid "When reorganising a set of partitions they must be in consecutive order"
3892
#: drizzled/error.cc:1072
3893
msgid "When reorganizing a set of partitions they must be in consecutive order"
5338
#: drizzled/drizzled_error_messages.h:1072
3896
#: drizzled/error.cc:1074
5340
3898
"Reorganize of range partitions cannot change total ranges except for last "
5341
3899
"partition where it can extend the range"
5344
#: drizzled/drizzled_error_messages.h:1074
3902
#: drizzled/error.cc:1076
5345
3903
msgid "Partition function not supported in this version for this handler"
5348
#: drizzled/drizzled_error_messages.h:1076
3906
#: drizzled/error.cc:1078
5349
3907
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5352
#: drizzled/drizzled_error_messages.h:1078
3910
#: drizzled/error.cc:1080
5354
3912
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5357
#: drizzled/drizzled_error_messages.h:1080
3915
#: drizzled/error.cc:1082
5359
3917
msgid "Plugin '%-.192s' is not loaded"
5362
#: drizzled/drizzled_error_messages.h:1082
3920
#: drizzled/error.cc:1084
5364
3922
msgid "Incorrect %-.32s value: '%-.128s'"
5367
#: drizzled/drizzled_error_messages.h:1084
3925
#: drizzled/error.cc:1086
5369
3927
msgid "Table has no partition for value %-.64s"
5372
#: drizzled/drizzled_error_messages.h:1086
3930
#: drizzled/error.cc:1088
5374
3932
msgid "It is not allowed to specify %s more than once"
5377
#: drizzled/drizzled_error_messages.h:1088
5378
#: drizzled/drizzled_error_messages.h:1224
3935
#: drizzled/error.cc:1090 drizzled/error.cc:1226
5380
3937
msgid "Failed to create %s"
5383
#: drizzled/drizzled_error_messages.h:1090
5384
#: drizzled/drizzled_error_messages.h:1114
3940
#: drizzled/error.cc:1092 drizzled/error.cc:1116
5386
3942
msgid "Failed to drop %s"
5389
#: drizzled/drizzled_error_messages.h:1092
3945
#: drizzled/error.cc:1094
5390
3946
msgid "The handler doesn't support autoextend of tablespaces"
5393
#: drizzled/drizzled_error_messages.h:1094
3949
#: drizzled/error.cc:1096
5395
3951
"A size parameter was incorrectly specified, either number or on the form 10M"
5398
#: drizzled/drizzled_error_messages.h:1096
3954
#: drizzled/error.cc:1098
5400
3956
"The size number was correct but we don't allow the digit part to be more "
5401
3957
"than 2 billion"
5404
#: drizzled/drizzled_error_messages.h:1098
3960
#: drizzled/error.cc:1100
5406
3962
msgid "Failed to alter: %s"
5409
#: drizzled/drizzled_error_messages.h:1100
3965
#: drizzled/error.cc:1102
5410
3966
msgid "Writing one row to the row-based binary log failed"
5413
#: drizzled/drizzled_error_messages.h:1102
3969
#: drizzled/error.cc:1104
5415
3971
msgid "Table definition on master and slave does not match: %s"
5418
#: drizzled/drizzled_error_messages.h:1104
3974
#: drizzled/error.cc:1106
5420
3976
"Slave running with --log-slave-updates must use row-based binary logging to "
5421
3977
"be able to replicate row-based binary log events"
5424
#: drizzled/drizzled_error_messages.h:1106
3980
#: drizzled/error.cc:1108
5426
3982
msgid "Event '%-.192s' already exists"
5429
#: drizzled/drizzled_error_messages.h:1108
3985
#: drizzled/error.cc:1110
5431
3987
msgid "Failed to store event %s. Error code %d from storage engine."
5434
#: drizzled/drizzled_error_messages.h:1110
3990
#: drizzled/error.cc:1112
5436
3992
msgid "Unknown event '%-.192s'"
5437
msgstr "不明白的指令: '%-.60s'"
5439
#: drizzled/drizzled_error_messages.h:1112
3995
#: drizzled/error.cc:1114
5441
3997
msgid "Failed to alter event '%-.192s'"
5444
#: drizzled/drizzled_error_messages.h:1116
4000
#: drizzled/error.cc:1118
5445
4001
msgid "INTERVAL is either not positive or too big"
5448
#: drizzled/drizzled_error_messages.h:1118
4004
#: drizzled/error.cc:1120
5449
4005
msgid "ENDS is either invalid or before STARTS"
5452
#: drizzled/drizzled_error_messages.h:1120
4008
#: drizzled/error.cc:1122
5453
4009
msgid "Event execution time is in the past. Event has been disabled"
5456
#: drizzled/drizzled_error_messages.h:1122
5457
msgid "Failed to open mysql.event"
4012
#: drizzled/error.cc:1124
4013
msgid "Failed to open drizzle.event"
5460
#: drizzled/drizzled_error_messages.h:1124
4016
#: drizzled/error.cc:1126
5461
4017
msgid "No datetime expression provided"
5464
#: drizzled/drizzled_error_messages.h:1126
4020
#: drizzled/error.cc:1128
5467
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
4023
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
5468
4024
"probably corrupted"
5471
#: drizzled/drizzled_error_messages.h:1128
4027
#: drizzled/error.cc:1130
5473
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5476
#: drizzled/drizzled_error_messages.h:1130
5477
msgid "Failed to delete the event from mysql.event"
5480
#: drizzled/drizzled_error_messages.h:1132
4029
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4032
#: drizzled/error.cc:1132
4033
msgid "Failed to delete the event from drizzle.event"
4036
#: drizzled/error.cc:1134
5481
4037
msgid "Error during compilation of event's body"
5484
#: drizzled/drizzled_error_messages.h:1134
4040
#: drizzled/error.cc:1136
5485
4041
msgid "Same old and new event name"
5488
#: drizzled/drizzled_error_messages.h:1136
4044
#: drizzled/error.cc:1138
5490
4046
msgid "Data for column '%s' too long"
5493
#: drizzled/drizzled_error_messages.h:1138
4049
#: drizzled/error.cc:1140
5495
4051
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
5498
#: drizzled/drizzled_error_messages.h:1140
4054
#: drizzled/error.cc:1142
5501
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
4057
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
5505
#: drizzled/drizzled_error_messages.h:1142
4061
#: drizzled/error.cc:1144
5506
4062
msgid "You can't write-lock a log table. Only read access is possible"
5509
#: drizzled/drizzled_error_messages.h:1144
4065
#: drizzled/error.cc:1146
5510
4066
msgid "You can't use locks with log tables."
5513
#: drizzled/drizzled_error_messages.h:1146
4069
#: drizzled/error.cc:1148
5516
4072
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5517
4073
"d would lead to a duplicate entry"
5520
#: drizzled/drizzled_error_messages.h:1148
4076
#: drizzled/error.cc:1150
5523
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5524
"%d, now running %d. Please use mysql_upgrade to fix this error."
4079
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
4080
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
5527
#: drizzled/drizzled_error_messages.h:1150
4083
#: drizzled/error.cc:1152
5529
4085
"Cannot switch out of the row-based binary log format when the session has "
5530
4086
"open temporary tables"
5533
#: drizzled/drizzled_error_messages.h:1152
4089
#: drizzled/error.cc:1154
5535
4091
"Cannot change the binary logging format inside a stored function or trigger"
5538
#: drizzled/drizzled_error_messages.h:1154
4094
#: drizzled/error.cc:1156
5540
4096
"The NDB cluster engine does not support changing the binlog format on the "
5544
#: drizzled/drizzled_error_messages.h:1156
4100
#: drizzled/error.cc:1158
5545
4101
msgid "Cannot create temporary table with partitions"
5548
#: drizzled/drizzled_error_messages.h:1158
4104
#: drizzled/error.cc:1160
5549
4105
msgid "Partition constant is out of partition function domain"
5552
#: drizzled/drizzled_error_messages.h:1160
4108
#: drizzled/error.cc:1162
5553
4109
msgid "This partition function is not allowed"
5556
#: drizzled/drizzled_error_messages.h:1162
4112
#: drizzled/error.cc:1164
5557
4113
msgid "Error in DDL log"
5560
#: drizzled/drizzled_error_messages.h:1164
4116
#: drizzled/error.cc:1166
5561
4117
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5564
#: drizzled/drizzled_error_messages.h:1166
4120
#: drizzled/error.cc:1168
5565
4121
msgid "Incorrect partition name"
5568
#: drizzled/drizzled_error_messages.h:1168
4124
#: drizzled/error.cc:1170
5570
4126
"Transaction isolation level can't be changed while a transaction is in "
5574
#: drizzled/drizzled_error_messages.h:1170
4130
#: drizzled/error.cc:1172
5577
4133
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5578
4134
"'%-.192s' for key '%-.192s'"
5581
#: drizzled/drizzled_error_messages.h:1172
4137
#: drizzled/error.cc:1174
5583
4139
msgid "Internal scheduler error %d"
5586
#: drizzled/drizzled_error_messages.h:1174
4142
#: drizzled/error.cc:1176
5588
4144
msgid "Error during starting/stopping of the scheduler. Error code %u"
5591
#: drizzled/drizzled_error_messages.h:1176
4147
#: drizzled/error.cc:1178
5592
4148
msgid "Engine cannot be used in partitioned tables"
5595
#: drizzled/drizzled_error_messages.h:1178
4151
#: drizzled/error.cc:1180
5597
4153
msgid "Cannot activate '%-.64s' log"
5600
#: drizzled/drizzled_error_messages.h:1180
4156
#: drizzled/error.cc:1182
5601
4157
msgid "The server was not built with row-based replication"
5604
#: drizzled/drizzled_error_messages.h:1182
4160
#: drizzled/error.cc:1184
5605
4161
msgid "Decoding of base64 string failed"
5608
#: drizzled/drizzled_error_messages.h:1184
4164
#: drizzled/error.cc:1186
5609
4165
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5612
#: drizzled/drizzled_error_messages.h:1186
4168
#: drizzled/error.cc:1188
5614
4170
"Cannot proceed because system tables used by Event Scheduler were found "
5615
4171
"damaged at server start"
5618
#: drizzled/drizzled_error_messages.h:1188
4174
#: drizzled/error.cc:1190
5619
4175
msgid "Only integers allowed as number here"
5622
#: drizzled/drizzled_error_messages.h:1190
4178
#: drizzled/error.cc:1192
5623
4179
msgid "This storage engine cannot be used for log tables"
5626
#: drizzled/drizzled_error_messages.h:1192
4182
#: drizzled/error.cc:1194
5628
4184
msgid "You cannot '%s' a log table if logging is enabled"
5631
#: drizzled/drizzled_error_messages.h:1194
4187
#: drizzled/error.cc:1196
5634
4190
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5639
#: drizzled/drizzled_error_messages.h:1196
4195
#: drizzled/error.cc:1198
5641
4197
msgid "Incorrect parameter count in the call to native function '%-.192s'"
5644
#: drizzled/drizzled_error_messages.h:1198
4200
#: drizzled/error.cc:1200
5646
4202
msgid "Incorrect parameters in the call to native function '%-.192s'"
5649
#: drizzled/drizzled_error_messages.h:1200
4205
#: drizzled/error.cc:1202
5651
4207
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5654
#: drizzled/drizzled_error_messages.h:1202
4210
#: drizzled/error.cc:1204
5656
4212
msgid "This function '%-.192s' has the same name as a native function"
5659
#: drizzled/drizzled_error_messages.h:1204
4215
#: drizzled/error.cc:1206
5661
4217
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
5664
#: drizzled/drizzled_error_messages.h:1206
4220
#: drizzled/error.cc:1208
5665
4221
msgid "Too many files opened, please execute the command again"
5668
#: drizzled/drizzled_error_messages.h:1208
5669
#: drizzled/drizzled_error_messages.h:1210
4224
#: drizzled/error.cc:1210 drizzled/error.cc:1212
5671
4226
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5672
4227
"The event was dropped immediately after creation."
5675
#: drizzled/drizzled_error_messages.h:1212
4230
#: drizzled/error.cc:1214
5677
msgid "The incident %s occured on the master. Message: %-.64s"
4232
msgid "The incident %s occurred on the master. Message: %-.64s"
5680
#: drizzled/drizzled_error_messages.h:1214
4235
#: drizzled/error.cc:1216
5681
4236
msgid "Table has no partition for some existing values"
5684
#: drizzled/drizzled_error_messages.h:1216
4239
#: drizzled/error.cc:1218
5686
4240
msgid "Statement is not safe to log in statement format."
5689
#: drizzled/drizzled_error_messages.h:1218
4243
#: drizzled/error.cc:1220
5691
4245
msgid "Fatal error: %s"
5694
#: drizzled/drizzled_error_messages.h:1220
4248
#: drizzled/error.cc:1222
5696
4250
msgid "Relay log read failure: %s"
5699
#: drizzled/drizzled_error_messages.h:1222
4253
#: drizzled/error.cc:1224
5701
4255
msgid "Relay log write failure: %s"
5704
#: drizzled/drizzled_error_messages.h:1226
4258
#: drizzled/error.cc:1228
5706
4260
msgid "Master command %s failed: %s"
5709
#: drizzled/drizzled_error_messages.h:1228
4263
#: drizzled/error.cc:1230
5711
4265
msgid "Binary logging not possible. Message: %s"
5714
#: drizzled/drizzled_error_messages.h:1230
4268
#: drizzled/error.cc:1232
5716
4270
msgid "View `%-.64s`.`%-.64s` has no creation context"
5719
#: drizzled/drizzled_error_messages.h:1232
4273
#: drizzled/error.cc:1234
5721
4275
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5724
#: drizzled/drizzled_error_messages.h:1234
4278
#: drizzled/error.cc:1236
5726
4280
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5729
#: drizzled/drizzled_error_messages.h:1236
4283
#: drizzled/error.cc:1238
5731
4285
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5734
#: drizzled/drizzled_error_messages.h:1238
4288
#: drizzled/error.cc:1240
5736
4290
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5739
#: drizzled/drizzled_error_messages.h:1240
4293
#: drizzled/error.cc:1242
5741
4295
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5744
#: drizzled/drizzled_error_messages.h:1242
4298
#: drizzled/error.cc:1244
5746
4300
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5749
#: drizzled/drizzled_error_messages.h:1244
4303
#: drizzled/error.cc:1246
5751
4305
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5754
#: drizzled/drizzled_error_messages.h:1246
4308
#: drizzled/error.cc:1248
5756
4310
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5759
#: drizzled/drizzled_error_messages.h:1248
4313
#: drizzled/error.cc:1250
5761
4315
msgid "Ambiguous slave modes combination. %s"
5764
#: drizzled/drizzled_error_messages.h:1250
4318
#: drizzled/error.cc:1252
5767
4321
"The BINLOG statement of type `%s` was not preceded by a format description "
5768
4322
"BINLOG statement."
5771
#: drizzled/drizzled_error_messages.h:1252
4325
#: drizzled/error.cc:1254
5772
4326
msgid "Corrupted replication event was detected"
5775
#: drizzled/drizzled_error_messages.h:1254
4329
#: drizzled/error.cc:1256
5777
4331
msgid "Invalid column reference (%-.64s) in LOAD DATA"
5780
#: drizzled/drizzled_error_messages.h:1256
4334
#: drizzled/error.cc:1258
5782
4336
msgid "Being purged log %s was not found"
5785
#: drizzled/drizzled_error_messages.h:1258
4339
#: drizzled/error.cc:1260
5787
4341
msgid "Converted to non-transactional lock on '%-.64s'"
5790
#: drizzled/drizzled_error_messages.h:1260
4344
#: drizzled/error.cc:1262
5792
4346
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5795
#: drizzled/drizzled_error_messages.h:1262
4349
#: drizzled/error.cc:1264
5798
4352
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5801
#: drizzled/drizzled_error_messages.h:1264
4355
#: drizzled/error.cc:1266
5803
4357
msgid "Can't access storage engine of table %-.64s"
5806
#: drizzled/drizzled_error_messages.h:1266
4360
#: drizzled/error.cc:1268
5807
4361
msgid "Starting backup process"
5810
#: drizzled/drizzled_error_messages.h:1268
4364
#: drizzled/error.cc:1270
5811
4365
msgid "Backup completed"
5814
#: drizzled/drizzled_error_messages.h:1270
4368
#: drizzled/error.cc:1272
5815
4369
msgid "Starting restore process"
5818
#: drizzled/drizzled_error_messages.h:1272
4372
#: drizzled/error.cc:1274
5819
4373
msgid "Restore completed"
5822
#: drizzled/drizzled_error_messages.h:1274
4376
#: drizzled/error.cc:1276
5823
4377
msgid "Nothing to backup"
5826
#: drizzled/drizzled_error_messages.h:1276
4380
#: drizzled/error.cc:1278
5828
4382
msgid "Database '%-.64s' cannot be included in a backup"
5831
#: drizzled/drizzled_error_messages.h:1278
4385
#: drizzled/error.cc:1280
5833
4387
"Error during backup operation - server's error log contains more information "
5834
4388
"about the error"
5837
#: drizzled/drizzled_error_messages.h:1280
4391
#: drizzled/error.cc:1282
5839
4393
"Error during restore operation - server's error log contains more "
5840
4394
"information about the error"
5843
#: drizzled/drizzled_error_messages.h:1282
4397
#: drizzled/error.cc:1284
5845
4399
"Can't execute this command because another BACKUP/RESTORE operation is in "
5849
#: drizzled/drizzled_error_messages.h:1284
4403
#: drizzled/error.cc:1286
5850
4404
msgid "Error when preparing for backup operation"
5853
#: drizzled/drizzled_error_messages.h:1286
4407
#: drizzled/error.cc:1288
5854
4408
msgid "Error when preparing for restore operation"
5857
#: drizzled/drizzled_error_messages.h:1288
4411
#: drizzled/error.cc:1290
5859
4413
msgid "Invalid backup location '%-.64s'"
5862
#: drizzled/drizzled_error_messages.h:1290
4416
#: drizzled/error.cc:1292
5864
4418
msgid "Can't read backup location '%-.64s'"
5867
#: drizzled/drizzled_error_messages.h:1292
4421
#: drizzled/error.cc:1294
5869
4423
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5872
#: drizzled/drizzled_error_messages.h:1294
4426
#: drizzled/error.cc:1296
5873
4427
msgid "Can't enumerate server databases"
5876
#: drizzled/drizzled_error_messages.h:1296
4430
#: drizzled/error.cc:1298
5877
4431
msgid "Can't enumerate server tables"
5880
#: drizzled/drizzled_error_messages.h:1298
4434
#: drizzled/error.cc:1300
5882
4436
msgid "Can't enumerate tables in database %-.64s"
5885
#: drizzled/drizzled_error_messages.h:1300
4439
#: drizzled/error.cc:1302
5887
4441
msgid "Skipping view %-.64s in database %-.64s"
5890
#: drizzled/drizzled_error_messages.h:1302
4444
#: drizzled/error.cc:1304
5892
4446
msgid "Skipping table %-.64s since it has no valid storage engine"
5895
#: drizzled/drizzled_error_messages.h:1304
4449
#: drizzled/error.cc:1306
5897
4451
msgid "Can't open table %-.64s"
5900
#: drizzled/drizzled_error_messages.h:1306
4454
#: drizzled/error.cc:1308
5901
4455
msgid "Can't read backup archive preamble"
5904
#: drizzled/drizzled_error_messages.h:1308
4458
#: drizzled/error.cc:1310
5905
4459
msgid "Can't write backup archive preamble"
5908
#: drizzled/drizzled_error_messages.h:1310
4462
#: drizzled/error.cc:1312
5910
4464
msgid "Can't find backup driver for table %-.64s"
5913
#: drizzled/drizzled_error_messages.h:1312
4467
#: drizzled/error.cc:1314
5916
4470
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5920
#: drizzled/drizzled_error_messages.h:1314
4474
#: drizzled/error.cc:1316
5922
4476
msgid "Can't create %-.64s backup driver"
5925
#: drizzled/drizzled_error_messages.h:1316
4479
#: drizzled/error.cc:1318
5927
4481
msgid "Can't create %-.64s restore driver"
5930
#: drizzled/drizzled_error_messages.h:1318
4484
#: drizzled/error.cc:1320
5932
4486
msgid "Found %d images in backup archive but maximum %d are supported"
5935
#: drizzled/drizzled_error_messages.h:1320
4489
#: drizzled/error.cc:1322
5937
4491
msgid "Error when saving meta-data of %-.64s"
5940
#: drizzled/drizzled_error_messages.h:1322
4494
#: drizzled/error.cc:1324
5941
4495
msgid "Error when reading meta-data list"
5944
#: drizzled/drizzled_error_messages.h:1324
4498
#: drizzled/error.cc:1326
5946
4500
msgid "Can't create %-.64s"
5949
#: drizzled/drizzled_error_messages.h:1326
4503
#: drizzled/error.cc:1328
5950
4504
msgid "Can't allocate buffer for image data transfer"
5953
#: drizzled/drizzled_error_messages.h:1328
4507
#: drizzled/error.cc:1330
5955
4509
msgid "Error when writing %-.64s backup image data (for table #%d)"
5958
#: drizzled/drizzled_error_messages.h:1330
4512
#: drizzled/error.cc:1332
5959
4513
msgid "Error when reading data from backup stream"
5962
#: drizzled/drizzled_error_messages.h:1332
4516
#: drizzled/error.cc:1334
5963
4517
msgid "Can't go to the next chunk in backup stream"
5966
#: drizzled/drizzled_error_messages.h:1334
4520
#: drizzled/error.cc:1336
5968
4522
msgid "Can't initialize %-.64s backup driver"
5971
#: drizzled/drizzled_error_messages.h:1336
4525
#: drizzled/error.cc:1338
5973
4527
msgid "Can't initialize %-.64s restore driver"
5976
#: drizzled/drizzled_error_messages.h:1338
4530
#: drizzled/error.cc:1340
5978
4532
msgid "Can't shut down %-.64s backup driver"
5981
#: drizzled/drizzled_error_messages.h:1340
4535
#: drizzled/error.cc:1342
5983
4537
msgid "Can't shut down %-.64s backup driver(s)"
5986
#: drizzled/drizzled_error_messages.h:1342
4540
#: drizzled/error.cc:1344
5988
4542
msgid "%-.64s backup driver can't prepare for synchronization"
5991
#: drizzled/drizzled_error_messages.h:1344
4545
#: drizzled/error.cc:1346
5993
4547
msgid "%-.64s backup driver can't create its image validity point"
5996
#: drizzled/drizzled_error_messages.h:1346
4550
#: drizzled/error.cc:1348
5998
4552
msgid "Can't unlock %-.64s backup driver after creating the validity point"
6001
#: drizzled/drizzled_error_messages.h:1348
4555
#: drizzled/error.cc:1350
6003
4557
msgid "%-.64s backup driver can't cancel its backup operation"
6006
#: drizzled/drizzled_error_messages.h:1350
4560
#: drizzled/error.cc:1352
6008
4562
msgid "%-.64s restore driver can't cancel its restore operation"
6011
#: drizzled/drizzled_error_messages.h:1352
4565
#: drizzled/error.cc:1354
6013
4567
msgid "Error when polling %-.64s backup driver for its image data"
6016
#: drizzled/drizzled_error_messages.h:1354
4570
#: drizzled/error.cc:1356
6018
4572
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
6021
#: drizzled/drizzled_error_messages.h:1356
4575
#: drizzled/error.cc:1358
6024
4578
"After %d attempts %-.64s restore driver still can't accept next block of data"
6027
#: drizzled/drizzled_error_messages.h:1358
4581
#: drizzled/error.cc:1360
6029
4583
msgid "Open and lock tables failed in %-.64s"
6032
#: drizzled/drizzled_error_messages.h:1360
4586
#: drizzled/error.cc:1362
6033
4587
msgid "Backup driver's table locking thread can not be initialized."
6036
#: drizzled/drizzled_error_messages.h:1362
4590
#: drizzled/error.cc:1364
6038
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
6039
"and 'mysql.online_backup_progress'."
4592
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
4593
"and 'drizzle.online_backup_progress'."
6042
#: drizzled/drizzled_error_messages.h:1364
4596
#: drizzled/error.cc:1366
6044
4598
msgid "Tablespace '%-.192s' already exists"
6047
#: drizzled/drizzled_error_messages.h:1366
4601
#: drizzled/error.cc:1368
6049
4603
msgid "Tablespace '%-.192s' doesn't exist"
6052
#: drizzled/drizzled_error_messages.h:1368
4606
#: drizzled/error.cc:1370
6054
4608
msgid "Unexpected master's heartbeat data: %s"
6057
#: drizzled/drizzled_error_messages.h:1370
4611
#: drizzled/error.cc:1372
6059
4613
msgid "The requested value for the heartbeat period %s %s"
6062
#: drizzled/drizzled_error_messages.h:1372
4616
#: drizzled/error.cc:1374
6064
4618
msgid "Can't write to the online backup progress log %-.64s."
6067
#: drizzled/drizzled_error_messages.h:1374
4621
#: drizzled/error.cc:1376
6069
4623
msgid "Tablespace '%-.192s' not empty"
6072
#: drizzled/drizzled_error_messages.h:1376
4626
#: drizzled/error.cc:1378
6075
4629
"Tablespace `%-.64s` needed by tables being restored has changed on the "
6077
4631
"while the same tablespace is defined on the server as '%-.256s'"
6080
#: drizzled/rpl_mi.cc:148
6082
msgid "Failed to create a new master info file (file '%s', errno %d)"
6085
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
6087
msgid "Failed to create a cache on master info file (file '%s')"
6090
#: drizzled/rpl_mi.cc:170
6092
msgid "Failed to open the existing master info file (file '%s', errno %d)"
6095
#: drizzled/rpl_mi.cc:276
6098
"SSL information in the master info file ('%s') are ignored because this "
6099
"MySQL slave was compiled without SSL support."
6102
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2151
6103
msgid "Failed to flush master info file"
6106
#: drizzled/rpl_mi.cc:305
6107
msgid "Error reading master configuration"
6110
#: drizzled/rpl_reporting.cc:43
6112
msgid "Slave %s: %s%s Error_code: %d"
6115
#: drizzled/rpl_utility.cc:122
6117
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6120
#: drizzled/rpl_utility.cc:137
6123
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6124
"Master's column size should be <= the slave's column size."
6127
#: drizzled/slave.cc:89
6128
msgid "Waiting to reconnect after a failed registration on master"
6131
#: drizzled/slave.cc:90
6133
"Slave I/O thread killed while waitnig to reconnect after a failed "
6134
"registration on master"
6137
#: drizzled/slave.cc:92
6138
msgid "Reconnecting after a failed registration on master"
6141
#: drizzled/slave.cc:93
6144
"failed registering on master, reconnecting to try again, log '%s' at postion "
6148
#: drizzled/slave.cc:96 drizzled/slave.cc:105
6149
msgid "Slave I/O thread killed during or after reconnect"
6152
#: drizzled/slave.cc:99
6153
msgid "Waiting to reconnect after a failed binlog dump request"
6156
#: drizzled/slave.cc:100
6157
msgid "Slave I/O thread killed while retrying master dump"
6160
#: drizzled/slave.cc:101
6161
msgid "Reconnecting after a failed binlog dump request"
6164
#: drizzled/slave.cc:102
6166
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6169
#: drizzled/slave.cc:108
6170
msgid "Waiting to reconnect after a failed master event read"
6173
#: drizzled/slave.cc:109
6174
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6177
#: drizzled/slave.cc:111
6178
msgid "Reconnecting after a failed master event read"
6181
#: drizzled/slave.cc:112
6184
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6188
#: drizzled/slave.cc:115
6190
"Slave I/O thread killed during or after a reconnect done to recover from "
6194
#: drizzled/slave.cc:229
6195
msgid "Failed to allocate memory for the master info structure"
6198
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
6199
msgid "Failed to initialize the master info structure"
6202
#: drizzled/slave.cc:251
6203
msgid "Failed to create slave threads"
6206
#: drizzled/slave.cc:448
6207
msgid "Server id not set, will not start slave"
6210
#: drizzled/slave.cc:616
6212
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6213
"updates to a non-transactional table without any primary key. There is a "
6214
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6215
"check your tables' contents after restart."
6218
#: drizzled/slave.cc:777 drizzled/slave.cc:792
6219
msgid "Master reported unrecognized DRIZZLE version"
6222
#: drizzled/slave.cc:833
6223
msgid "default Format_description_log_event"
6226
#: drizzled/slave.cc:855
6229
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6230
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6233
#: drizzled/slave.cc:882
6235
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6236
"server ids; these ids must be different for replication to work (or the --"
6237
"replicate-same-server-id option must be used on slave but this doesnot "
6238
"always make sense; please check the manual before using it)."
6241
#: drizzled/slave.cc:927
6243
"The slave I/O thread stops because master and slave have different values "
6244
"for the COLLATION_SERVER global variable. The values must be equal for "
6245
"replication to work"
6248
#: drizzled/slave.cc:963
6250
"The slave I/O thread stops because master and slave have different values "
6251
"for the TIME_ZONE global variable. The values must be equal for replication "
6255
#: drizzled/slave.cc:1028
6256
msgid "Waiting for the slave SQL thread to free enough relay log space"
6259
#: drizzled/slave.cc:1074
6261
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6265
#: drizzled/slave.cc:1085
6266
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6269
#: drizzled/slave.cc:1476
6271
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6274
#: drizzled/slave.cc:1529
6276
msgid "Error reading packet from server: %s ( server_errno=%d)"
6279
#: drizzled/slave.cc:1537
6281
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6284
#: drizzled/slave.cc:1691
6287
"It was not possible to update the positions of the relay log information: "
6288
"the slave may be in an inconsistent state. Stopped in %s position %s"
6291
#: drizzled/slave.cc:1766 drizzled/slave.cc:2366
6293
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6296
#: drizzled/slave.cc:1825 drizzled/slave.cc:2315
6298
msgid "Error initializing relay log position: %s"
6301
#: drizzled/slave.cc:1841
6304
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6305
"Consider raising the value of the slave_transaction_retries variable."
6308
#: drizzled/slave.cc:1864
6310
"Could not parse relay log event entry. The possible reasons are: the "
6311
"master's binary log is corrupted (you can check this by running "
6312
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6313
"can check this by running 'mysqlbinlog' on the relay log), a network "
6314
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6315
"check the master's binary log or slave's relay log, you will be able to know "
6316
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6319
#: drizzled/slave.cc:1988
6320
msgid "Failed during slave I/O thread initialization"
6323
#: drizzled/slave.cc:2002
6324
msgid "error in drizzle_create()"
6327
#: drizzled/slave.cc:2010
6330
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6331
"'%s' at position %s"
6334
#: drizzled/slave.cc:2024
6335
msgid "Slave I/O thread killed while connecting to master"
6338
#: drizzled/slave.cc:2048
6339
msgid "Slave I/O thread couldn't register on master"
6342
#: drizzled/slave.cc:2060 drizzled/slave.cc:2084 drizzled/slave.cc:2108
6343
msgid "Forcing to reconnect slave I/O thread"
6346
#: drizzled/slave.cc:2073
6347
msgid "Failed on request_dump()"
6350
#: drizzled/slave.cc:2074
6351
msgid "Slave I/O thread killed while requesting master dump"
6354
#: drizzled/slave.cc:2100
6355
msgid "Waiting for master to send event"
6358
#: drizzled/slave.cc:2102
6359
msgid "Slave I/O thread killed while reading event"
6362
#: drizzled/slave.cc:2120
6365
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6366
"entry is correct, restart the server with a higher value of "
6367
"max_allowed_packet"
6370
#: drizzled/slave.cc:2134
6371
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6374
#: drizzled/slave.cc:2144
6375
msgid "Queueing master event to the relay log"
6378
#: drizzled/slave.cc:2171
6379
msgid "Slave I/O thread aborted while waiting for relay log space"
6382
#: drizzled/slave.cc:2181
6384
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6387
#: drizzled/slave.cc:2205
6388
msgid "Waiting for slave mutex on exit"
6391
#: drizzled/slave.cc:2271
6392
msgid "Failed during slave thread initialization"
6395
#: drizzled/slave.cc:2337
6398
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6399
"s, relay log '%s' position: %s"
6402
#: drizzled/slave.cc:2351
6403
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6406
#: drizzled/slave.cc:2377
6407
msgid "Reading event from the relay log"
6410
#: drizzled/slave.cc:2402
6412
msgid "Slave (additional info): %s Error_code: %d"
6415
#: drizzled/slave.cc:2419
6417
msgid "Slave: %s Error_code: %d"
6420
#: drizzled/slave.cc:2422
6423
"Error loading user-defined library, slave SQL thread aborted. Install the "
6424
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6425
"stopped at log '%s' position %s"
6428
#: drizzled/slave.cc:2430
6431
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6432
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6435
#: drizzled/slave.cc:2442
6438
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6441
#: drizzled/slave.cc:2538
6443
msgid "Slave I/O: failed requesting download of '%s'"
6446
#: drizzled/slave.cc:2555
6448
msgid "Network read error downloading '%s' from master"
6451
#: drizzled/slave.cc:2577
6452
msgid "error writing Exec_load event to relay log"
6455
#: drizzled/slave.cc:2591
6456
msgid "error writing Create_file event to relay log"
6459
#: drizzled/slave.cc:2606
6460
msgid "error writing Append_block event to relay log"
6463
#: drizzled/slave.cc:2702
6464
msgid "Memory allocation failed"
6467
#: drizzled/slave.cc:2727 drizzled/slave.cc:2813
6470
"Read invalid event from master: '%s', master could be corrupt but a more "
6471
"likely cause of this is a bug"
6474
#: drizzled/slave.cc:3086
6475
msgid "could not queue event from master"
6478
#: drizzled/slave.cc:3180
6480
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6483
#: drizzled/slave.cc:3182
6484
msgid "reconnecting"
6487
#: drizzled/slave.cc:3182
6491
#: drizzled/slave.cc:3208
6494
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6498
#: drizzled/slave.cc:3598
6500
msgid "next log '%s' is currently active"
6503
#: drizzled/slave.cc:3628
6505
msgid "next log '%s' is not active"
6508
#: drizzled/slave.cc:3644
6511
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6514
#: drizzled/slave.cc:3650
6515
msgid "Aborting slave SQL thread because of partial event read"
6518
#: drizzled/slave.cc:3656 drizzled/slave.cc:3663
6520
msgid "Error reading relay log event: %s"
6523
#: drizzled/slave.cc:3657
6524
msgid "slave SQL thread was killed"
6527
#: drizzled/slave.cc:3755
6530
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6531
"check error log on slave for more info"
6534
#: drizzled/slave.cc:3761
6537
"According to the master's version ('%s'), it is probable that master suffers "
6538
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6539
"current binary log event may make the slave's data become different from the "
6540
"master's data. To take no risk, slave refuses to replicate this event and "
6541
"stops. We recommend that all updates be stopped on the master and slave, "
6542
"that the data of both be manually synchronized, that master's binary logs be "
6543
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6544
"Then replication can be restarted."
6547
#: drizzled/sql_repl.cc:101
6548
msgid "Failed in send_file() while reading file name"
6551
#: drizzled/sql_repl.cc:114
6552
msgid "Failed in send_file() on open of file"
6555
#: drizzled/sql_repl.cc:122
6556
msgid "Failed in send_file() while writing data to client"
6559
#: drizzled/sql_repl.cc:131
6560
msgid "Failed in send_file() while negotiating file transfer close"
6563
#: drizzled/table.cc:494
4634
#: drizzled/error.cc:1380
4635
msgid "A virtual column cannot be based on a virtual column"
4638
#: drizzled/error.cc:1382
4640
msgid "Non-deterministic expression for virtual column '%s'."
4643
#: drizzled/error.cc:1384
4646
"Generated value for virtual column '%s' cannot be converted to type '%s'."
4649
#: drizzled/error.cc:1386
4650
msgid "Primary key cannot be defined upon a virtual column."
4653
#: drizzled/error.cc:1388
4654
msgid "Key/Index cannot be defined on a non-stored virtual column."
4657
#: drizzled/error.cc:1390
4659
msgid "Cannot define foreign key with %s clause on a virtual column."
4662
#: drizzled/error.cc:1392
4664
msgid "The value specified for virtual column '%s' in table '%s' ignored."
4667
#: drizzled/error.cc:1394
4669
msgid "'%s' is not yet supported for virtual columns."
4672
#: drizzled/error.cc:1396
4673
msgid "Constant expression in virtual column function is not allowed."
4676
#: drizzled/error.cc:1398
4677
msgid "Encountered an unknown temporal type."
4680
#: drizzled/error.cc:1400
4682
msgid "Received an invalid string format '%s' for a date value."
4685
#: drizzled/error.cc:1402
4687
msgid "Received an invalid string format '%s' for a time value."
4690
#: drizzled/error.cc:1404
4692
msgid "Received an invalid value '%s' for a UNIX timestamp."
4695
#: drizzled/error.cc:1406
4697
msgid "Received an invalid datetime value '%s'."
4700
#: drizzled/error.cc:1408
4702
msgid "Received a NULL argument for function '%s'."
4705
#: drizzled/error.cc:1410
4707
msgid "Received an invalid negative argument '%s' for function '%s'."
4710
#: drizzled/error.cc:1412
4712
msgid "Received an out-of-range argument '%s' for function '%s'."
4715
#: drizzled/error.cc:1414
4717
msgid "Received an invalid time value '%s'."
4720
#: drizzled/error.cc:1416
4722
msgid "Received an invalid enum value '%s'."
4725
#: drizzled/logging.cc:59
4727
msgid "logging '%s' pre() failed"
4730
#: drizzled/logging.cc:84
4732
msgid "logging '%s' post() failed"
4735
#: drizzled/message/command_reader.cc:55
4737
msgid "Usage: %s COMMAND_LOG\n"
4740
#: drizzled/message/command_reader.cc:64
4742
msgid "Cannot open file: %s\n"
4745
#: drizzled/message/command_reader.cc:83
4747
msgid "Failed to read initial length header\n"
4750
#: drizzled/message/command_reader.cc:90
4752
msgid "Attempted to read record bigger than SIZE_MAX\n"
4755
#: drizzled/message/command_reader.cc:110
4757
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
4760
#: drizzled/message/command_reader.cc:120
4763
"Could not read entire transaction. Read %<PRIu64> bytes instead of %<PRIu64> "
4767
#: drizzled/message/command_reader.cc:126
4769
msgid "Unable to parse command. Got error: %s.\n"
4772
#: drizzled/message/command_reader.cc:128
4774
msgid "BUFFER: %s\n"
4777
#: drizzled/message/command_reader.cc:136
4780
"Could not read entire checksum. Read %<PRIu64> bytes instead of 4 bytes.\n"
4783
#: drizzled/plugin/listen_tcp.cc:47
4785
msgid "accept() failed with errno %d"
4788
#: drizzled/plugin/listen_tcp.cc:83
4790
msgid "getaddrinfo() failed with error %s"
4793
#: drizzled/plugin/listen_tcp.cc:115
4795
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4798
#: drizzled/plugin/listen_tcp.cc:126
4800
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
4803
#: drizzled/plugin/listen_tcp.cc:135
4805
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4808
#: drizzled/plugin/listen_tcp.cc:144
4810
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4813
#: drizzled/plugin/listen_tcp.cc:153
4815
msgid "setsockopt(SO_LINGER) failed with errno %d"
4818
#: drizzled/plugin/listen_tcp.cc:162
4820
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4823
#: drizzled/plugin/listen_tcp.cc:183
4825
msgid "Retrying bind() on %u"
4828
#: drizzled/plugin/listen_tcp.cc:190
4830
msgid "bind() failed with errno: %d"
4833
#: drizzled/plugin/listen_tcp.cc:193
4834
msgid "Do you already have another drizzled running?"
4837
#: drizzled/plugin/listen_tcp.cc:200
4839
msgid "listen() failed with errno %d"
4842
#: drizzled/plugin/listen_tcp.cc:206
4844
msgid "Listening on %s:%s\n"
4847
#: drizzled/plugin/storage_engine.cc:315
4849
msgid "Found %d prepared transaction(s) in %s"
4852
#: drizzled/plugin/storage_engine.cc:389
4853
msgid "Starting crash recovery..."
4856
#: drizzled/plugin/storage_engine.cc:398
4858
msgid "Found %d prepared XA transactions"
4861
#: drizzled/plugin/storage_engine.cc:403
4864
"Found %d prepared transactions! It means that drizzled was not shut down "
4865
"properly last time and critical recovery information (last binlog or %s "
4866
"file) was manually deleted after a crash. You have to start drizzled with "
4867
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
4870
#: drizzled/plugin/storage_engine.cc:413
4871
msgid "Crash recovery finished."
4874
#: drizzled/qcache.cc:63
4876
msgid "qcache plugin '%s' try_fetch_and_send() failed"
4879
#: drizzled/qcache.cc:86
4881
msgid "qcache plugin '%s' set() failed"
4884
#: drizzled/qcache.cc:110
4886
msgid "qcache plugin '%s' invalidate_table() failed"
4889
#: drizzled/qcache.cc:137
4891
msgid "qcache plugin '%s' invalidate_db() failed"
4894
#: drizzled/qcache.cc:157
4896
msgid "qcache plugin '%s' flush() failed"
4899
#: drizzled/scheduling.cc:37
4902
"Attempted to register a scheduler %s, but a scheduler has already been "
4903
"registered with that name.\n"
4906
#: drizzled/scheduling.cc:62
4908
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
4911
#: drizzled/scheduling.cc:77
4912
msgid "Scheduler initialization failed.\n"
4915
#: drizzled/session.cc:2166
4917
msgid "Could not remove temporary table: '%s', error: %d"
4920
#: drizzled/slot/listen.cc:75 drizzled/slot/listen.cc:112
4922
msgid "realloc() failed with errno %d"
4925
#: drizzled/slot/listen.cc:94
4926
msgid "No sockets could be bound for listening"
4929
#: drizzled/slot/listen.cc:104 plugin/console/console.cc:314
4931
msgid "pipe() failed with errno %d"
4934
#: drizzled/slot/listen.cc:137
4936
msgid "poll() failed with errno %d"
4939
#: drizzled/sql_base.cc:1445
4941
msgid "Table %s had a open data handler in reopen_table"
4944
#: drizzled/sql_base.cc:2026
4946
msgid "Couldn't repair table: %s.%s"
4949
#: drizzled/sql_base.cc:2068
4952
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
4953
"s`.`%s`' to replication"
4956
#: drizzled/sql_plugin.cc:553
4958
msgid "Plugin '%s' init function returned error.\n"
4961
#: drizzled/sql_plugin.cc:713
4962
msgid "plugin-load parameter too long"
4965
#: drizzled/sql_plugin.cc:775
4967
msgid "Couldn't load plugin named '%s' with soname '%s'."
4970
#: drizzled/sql_plugin.cc:1115
4971
msgid "Out of memory."
4974
#: drizzled/sql_plugin.cc:1967 drizzled/sql_plugin.cc:2030
4976
msgid "Unknown variable type code 0x%x in plugin '%s'."
4979
#: drizzled/sql_plugin.cc:2010
4982
"Server variable %s of plugin %s was forced to be read-only: string variable "
4983
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4986
#: drizzled/sql_plugin.cc:2041
4988
msgid "Missing variable name in plugin '%s'."
4991
#: drizzled/sql_plugin.cc:2058
4993
msgid "Thread local variable '%s' not allocated in plugin '%s'."
4996
#: drizzled/sql_plugin.cc:2186
4998
msgid "Out of memory for plugin '%s'."
5001
#: drizzled/sql_plugin.cc:2193
5003
msgid "Bad options for plugin '%s'."
5006
#: drizzled/sql_plugin.cc:2202
5008
msgid "Parsing options for plugin '%s' failed."
5011
#: drizzled/sql_plugin.cc:2251
5013
msgid "Plugin '%s' has conflicting system variables"
5016
#: drizzled/sql_table.cc:231
5018
"Table name cannot be encoded and fit within filesystem name length "
5022
#: drizzled/sql_table.cc:241
5024
"Schema name cannot be encoded and fit within filesystem name length "
5028
#: drizzled/sql_table.cc:2360
5030
msgid "Unknown - internal error %d during operation"
5033
#: drizzled/statement/alter_table.cc:1136
5035
msgid "Could not open table %s.%s after rename\n"
5038
#: drizzled/statement/alter_table.cc:1299
5041
"order_st BY ignored because there is a user-defined clustered index in the "
5045
#: drizzled/table.cc:329
6566
5048
"'%s' had no or invalid character set, and default character set is multi-"
6567
5049
"byte, so character column sizes may have changed"
6570
#: drizzled/table.cc:1702
5052
#: drizzled/table.cc:1608
6572
5054
msgid "Unknown collation '%s' in table '%-.64s' definition"
6575
#: drizzled/table.cc:1709
5057
#: drizzled/table.cc:1615
6578
"Table '%-.64s' was created with a different version of MySQL and cannot be "
5060
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
6580
msgstr "不能讀取由不同版本的MySQL所建立的表格 '%-.64s'"
6582
#: drizzled/table.cc:2300
6585
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6589
#: drizzled/table.cc:2326
6592
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6593
"have type %s, found type %s."
6596
#: drizzled/table.cc:2335
6599
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6600
"position %d to have character set '%s' but the type has no character set."
6603
#: drizzled/table.cc:2345
6606
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6607
"position %d to have character set '%s' but found character set '%s'."
6610
#: drizzled/table.cc:2356
6613
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6614
"have type %s but the column is not found."
6617
#: drizzled/tztime.cc:1063
5064
#: drizzled/table.cc:3515
5066
msgid "Got error %d when reading table '%s'"
5069
#: drizzled/tztime.cc:1061
6619
5071
msgid "Fatal error: Illegal or unknown default time zone '%s'"
6622
#: drizzled/definitions.h:48
6623
msgid "Invalid error code"
5074
#: gnulib/getopt.c:529 gnulib/getopt.c:545
5076
msgid "%s: option `%s' is ambiguous\n"
5079
#: gnulib/getopt.c:578 gnulib/getopt.c:582
5081
msgid "%s: option `--%s' doesn't allow an argument\n"
5084
#: gnulib/getopt.c:591 gnulib/getopt.c:596
5086
msgid "%s: option `%c%s' doesn't allow an argument\n"
5089
#: gnulib/getopt.c:639 gnulib/getopt.c:658 gnulib/getopt.c:974
5090
#: gnulib/getopt.c:993
5092
msgid "%s: option `%s' requires an argument\n"
5095
#: gnulib/getopt.c:696 gnulib/getopt.c:699
5097
msgid "%s: unrecognized option `--%s'\n"
5100
#: gnulib/getopt.c:707 gnulib/getopt.c:710
5102
msgid "%s: unrecognized option `%c%s'\n"
5105
#: gnulib/getopt.c:762 gnulib/getopt.c:765
5107
msgid "%s: illegal option -- %c\n"
5110
#: gnulib/getopt.c:771 gnulib/getopt.c:774
5112
msgid "%s: invalid option -- %c\n"
5115
#: gnulib/getopt.c:826 gnulib/getopt.c:842 gnulib/getopt.c:1046
5116
#: gnulib/getopt.c:1064
5118
msgid "%s: option requires an argument -- %c\n"
5121
#: gnulib/getopt.c:895 gnulib/getopt.c:911
5123
msgid "%s: option `-W %s' is ambiguous\n"
5126
#: gnulib/getopt.c:935 gnulib/getopt.c:953
5128
msgid "%s: option `-W %s' doesn't allow an argument\n"
5131
#: mysys/default.cc:684
5133
msgid "error: could not open directory: %s\n"
5136
#: mysys/errors.cc:25
5138
msgid "Can't create/write to file '%s' (Errcode: %d)"
5141
#: mysys/errors.cc:26
5143
msgid "Error reading file '%s' (Errcode: %d)"
5144
msgstr "讀取檔案'%s'時發生錯誤 (錯誤碼: %d)"
5146
#: mysys/errors.cc:27
5148
msgid "Error writing file '%s' (Errcode: %d)"
5149
msgstr "寫入檔案'%s'時發生錯誤 (錯誤碼: %d)"
5151
#: mysys/errors.cc:28
5153
msgid "Error on close of '%s' (Errcode: %d)"
5156
#: mysys/errors.cc:29
5158
msgid "Out of memory (Needed %u bytes)"
5161
#: mysys/errors.cc:30
5163
msgid "Error on delete of '%s' (Errcode: %d)"
5164
msgstr "刪除'%s'時發生錯誤 (錯誤碼: %d)"
5166
#: mysys/errors.cc:31
5168
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
5171
#: mysys/errors.cc:32
5173
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
5176
#: mysys/errors.cc:33
5178
msgid "Can't lock file (Errcode: %d)"
5179
msgstr "不能鎖定檔案(錯誤碼: %d)"
5181
#: mysys/errors.cc:34
5183
msgid "Can't unlock file (Errcode: %d)"
5184
msgstr "不能解除鎖定檔案(錯誤碼: %d)"
5186
#: mysys/errors.cc:35
5188
msgid "Can't read dir of '%s' (Errcode: %d)"
5189
msgstr "不能讀取資料夾'%s' (錯誤碼: %d)"
5191
#: mysys/errors.cc:36
5193
msgid "Can't get stat of '%s' (Errcode: %d)"
5196
#: mysys/errors.cc:37
5198
msgid "Can't change size of file (Errcode: %d)"
5201
#: mysys/errors.cc:38
5203
msgid "Can't open stream from handle (Errcode: %d)"
5206
#: mysys/errors.cc:39
5208
msgid "Can't get working dirctory (Errcode: %d)"
5211
#: mysys/errors.cc:40
5213
msgid "Can't change dir to '%s' (Errcode: %d)"
5216
#: mysys/errors.cc:41
5218
msgid "Warning: '%s' had %d links"
5221
#: mysys/errors.cc:42
5223
msgid "Warning: %d files and %d streams is left open\n"
5226
#: mysys/errors.cc:43
5228
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
5231
#: mysys/errors.cc:44
5233
msgid "Can't create directory '%s' (Errcode: %d)"
5234
msgstr "不能建立資料夾'%s' (錯誤碼: %d)"
5236
#: mysys/errors.cc:45
5239
"Character set '%s' is not a compiled character set and is not specified in "
5243
#: mysys/errors.cc:46
5245
msgid "Out of resources when opening file '%s' (Errcode: %d)"
5248
#: mysys/errors.cc:47
5250
msgid "Can't read value for symlink '%s' (Error %d)"
5253
#: mysys/errors.cc:48
5255
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
5258
#: mysys/errors.cc:49
5260
msgid "Error on realpath() on '%s' (Error %d)"
5263
#: mysys/errors.cc:50
5265
msgid "Can't sync file '%s' to disk (Errcode: %d)"
5268
#: mysys/errors.cc:51
5271
"Collation '%s' is not a compiled collation and is not specified in the %s "
5275
#: mysys/errors.cc:52
5277
msgid "File '%s' not found (Errcode: %d)"
5278
msgstr "找不到檔案 '%s' (錯誤碼: %d)"
5280
#: mysys/errors.cc:53
5282
msgid "File '%s' (fileno: %d) was not closed"
5285
#: mysys/my_error.cc:85
5287
msgid "Unknown error %d"
5290
#: mysys/my_getopt.cc:90
5294
#: mysys/my_getopt.cc:92
5298
#: mysys/my_getopt.cc:356
5300
msgid "%s: %s: Option '%s' used, but is disabled\n"
5303
#: mysys/my_getopt.cc:357
5307
#: mysys/my_getopt.cc:357
5311
#: mysys/my_getopt.cc:460
5313
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
5316
#: mysys/my_getopt.cc:775
5318
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
5321
#: mysys/my_getopt.cc:968
5323
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
5326
#: mysys/my_getopt.cc:1200
5328
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
5331
#: mysys/my_getopt.cc:1220
5335
"Variables (--variable-name=value)\n"
5336
"and boolean options {false|true} Value (after reading options)\n"
5337
"--------------------------------- -----------------------------\n"
5340
#: mysys/my_getopt.cc:1236 mysys/my_getopt.cc:1252
5341
msgid "(No default value)"
5344
#: mysys/my_getopt.cc:1255
5348
#: mysys/my_getopt.cc:1255
5352
#: mysys/my_getopt.cc:1288
5354
msgid "(Disabled)\n"
5357
#: plugin/auth_http/auth_http.cc:138
5358
msgid "Enable HTTP Auth check"
5361
#: plugin/auth_http/auth_http.cc:148
5362
msgid "URL for HTTP Auth check"
5365
#: plugin/command_log/command_log.cc:116
5366
#: plugin/command_log/command_log_reader.cc:94
5368
msgid "Failed to open command log file %s. Got error: %s\n"
5371
#: plugin/command_log/command_log.cc:200
5374
"Failed to write full size of command. Tried to write %<PRId64> bytes at "
5375
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5378
#: plugin/command_log/command_log.cc:242
5381
"Failed to write full serialized command. Tried to write %<PRId64> bytes at "
5382
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5385
#: plugin/command_log/command_log.cc:294
5388
"Failed to write full checksum of command. Tried to write %<PRId64> bytes at "
5389
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5392
#: plugin/command_log/command_log.cc:390
5393
msgid "Enable command log"
5396
#: plugin/command_log/command_log.cc:398
5397
msgid "DEBUGGING - Truncate command log"
5400
#: plugin/command_log/command_log.cc:406
5401
msgid "Path to the file to use for command log."
5404
#: plugin/command_log/command_log.cc:414
5405
msgid "Enable CRC32 Checksumming"
5408
#: plugin/command_log/command_log.cc:432
5409
msgid "Command Message Log"
5412
#: plugin/command_log/command_log_reader.cc:114
5414
msgid "Failed to read length header at offset %<PRId64>. Got error: %s\n"
5417
#: plugin/command_log/command_log_reader.cc:137
5419
msgid "Failed to parse command message at offset %<PRId64>. Got error: %s\n"
5422
#: plugin/command_log/command_log_reader.cc:171
5424
msgid "Failed to read checksum trailer at offset %<PRId64>. Got error: %s\n"
5427
#: plugin/command_log/command_log_reader.cc:186
5428
msgid "Checksum FAILED!\n"
5431
#: plugin/console/console.cc:346
5432
msgid "Enable the console."
5435
#: plugin/console/console.cc:349
5436
msgid "Turn on extra debugging."
5439
#: plugin/default_replicator/default_replicator.cc:97
5440
msgid "Enable default replicator"
5443
#: plugin/default_replicator/default_replicator.cc:112
5444
msgid "Default Replicator"
5447
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5448
msgid "Error Messages to stderr"
5451
#: plugin/filtered_replicator/filtered_replicator.cc:486
5452
msgid "Enable filtered replicator"
5455
#: plugin/filtered_replicator/filtered_replicator.cc:493
5456
msgid "List of schemas to filter"
5459
#: plugin/filtered_replicator/filtered_replicator.cc:500
5460
msgid "List of tables to filter"
5463
#: plugin/filtered_replicator/filtered_replicator.cc:507
5464
msgid "Regular expression to apply to schemas to filter"
5467
#: plugin/filtered_replicator/filtered_replicator.cc:514
5468
msgid "Regular expression to apply to tables to filter"
5471
#: plugin/filtered_replicator/filtered_replicator.cc:533
5472
msgid "Filtered Replicator"
5475
#: plugin/logging_gearman/logging_gearman.cc:186
5477
msgid "fail gearman_client_create(): %s"
5480
#: plugin/logging_gearman/logging_gearman.cc:197
5482
msgid "fail gearman_client_add_server(): %s"
5485
#: plugin/logging_gearman/logging_gearman.cc:310
5486
msgid "Enable logging to a gearman server"
5489
#: plugin/logging_gearman/logging_gearman.cc:319
5490
msgid "Hostname for logging to a Gearman server"
5493
#: plugin/logging_gearman/logging_gearman.cc:328
5494
msgid "Gearman Function to send logging to"
5497
#: plugin/logging_gearman/logging_gearman.cc:345
5498
msgid "Log queries to a Gearman server"
5501
#: plugin/logging_query/logging_query.cc:188
5503
msgid "fail open() fn=%s er=%s\n"
5506
#: plugin/logging_query/logging_query.cc:344
5507
msgid "Enable logging to CSV file"
5510
#: plugin/logging_query/logging_query.cc:353
5511
msgid "File to log to"
5514
#: plugin/logging_query/logging_query.cc:362
5515
msgid "PCRE to match the query against"
5518
#: plugin/logging_query/logging_query.cc:371
5519
#: plugin/logging_syslog/logging_syslog.cc:231
5520
msgid "Threshold for logging slow queries, in microseconds"
5523
#: plugin/logging_query/logging_query.cc:383
5524
#: plugin/logging_syslog/logging_syslog.cc:243
5525
msgid "Threshold for logging big queries, for rows returned"
5528
#: plugin/logging_query/logging_query.cc:395
5529
#: plugin/logging_syslog/logging_syslog.cc:255
5530
msgid "Threshold for logging big queries, for rows examined"
5533
#: plugin/logging_query/logging_query.cc:418
5534
msgid "Log queries to a CSV file"
5537
#: plugin/logging_syslog/logging_syslog.cc:84
5539
msgid "syslog facility \"%s\" not known, using \"local0\""
5542
#: plugin/logging_syslog/logging_syslog.cc:100
5544
msgid "syslog priority \"%s\" not known, using \"info\""
5547
#: plugin/logging_syslog/logging_syslog.cc:195
5548
msgid "Enable logging to syslog"
5551
#: plugin/logging_syslog/logging_syslog.cc:204
5552
msgid "Syslog Ident"
5555
#: plugin/logging_syslog/logging_syslog.cc:213
5556
msgid "Syslog Facility"
5559
#: plugin/logging_syslog/logging_syslog.cc:222
5560
msgid "Syslog Priority"
5563
#: plugin/logging_syslog/logging_syslog.cc:279
5564
msgid "Log to syslog"
5567
#: plugin/multi_thread/multi_thread.cc:171
5568
msgid "Maximum number of user threads available."
5571
#: plugin/myisam/ha_myisam.cc:447
5573
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
5576
#: plugin/myisam/ha_myisam.cc:451
5578
msgid "Got an error from unknown thread, %s:%d"
5581
#: plugin/myisam/ha_myisam.cc:457
5582
msgid "Unknown thread accessing table"
5585
#: plugin/myisam/ha_myisam.cc:1488
5586
msgid "Block size to be used for MyISAM index pages."
5589
#: plugin/myisam/ha_myisam.cc:1494
5591
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5592
"disables parallel repair."
5595
#: plugin/myisam/ha_myisam.cc:1500
5597
"Don't use the fast sort index method to created index if the temporary file "
5598
"would get bigger than this."
5601
#: plugin/myisam/ha_myisam.cc:1505
5603
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5604
"when creating indexes with CREATE INDEX or ALTER TABLE."
5607
#: plugin/myisam/ha_myisam.cc:1511
5608
msgid "Default pointer size to be used for MyISAM tables."
5611
#: plugin/myisam/my_handler_errors.cc:34
5612
msgid "Didn't find key on read or update"
5615
#: plugin/myisam/my_handler_errors.cc:36
5616
msgid "Duplicate key on write or update"
5619
#: plugin/myisam/my_handler_errors.cc:38
5620
msgid "Internal (unspecified) error in handler"
5623
#: plugin/myisam/my_handler_errors.cc:40
5625
"Someone has changed the row since it was read (while the table was locked to "
5629
#: plugin/myisam/my_handler_errors.cc:43
5630
msgid "Wrong index given to function"
5633
#: plugin/myisam/my_handler_errors.cc:45
5634
msgid "Undefined handler error 125"
5637
#: plugin/myisam/my_handler_errors.cc:47
5638
msgid "Index file is crashed"
5641
#: plugin/myisam/my_handler_errors.cc:49
5642
msgid "Record file is crashed"
5645
#: plugin/myisam/my_handler_errors.cc:51
5646
msgid "Out of memory in engine"
5649
#: plugin/myisam/my_handler_errors.cc:53
5650
msgid "Undefined handler error 129"
5653
#: plugin/myisam/my_handler_errors.cc:55
5654
msgid "Incorrect file format"
5657
#: plugin/myisam/my_handler_errors.cc:57
5658
msgid "Command not supported by database"
5661
#: plugin/myisam/my_handler_errors.cc:59
5662
msgid "Old database file"
5665
#: plugin/myisam/my_handler_errors.cc:61
5666
msgid "No record read before update"
5669
#: plugin/myisam/my_handler_errors.cc:63
5670
msgid "Record was already deleted (or record file crashed)"
5673
#: plugin/myisam/my_handler_errors.cc:65
5674
msgid "No more room in record file"
5677
#: plugin/myisam/my_handler_errors.cc:67
5678
msgid "No more room in index file"
5681
#: plugin/myisam/my_handler_errors.cc:69
5682
msgid "No more records (read after end of file)"
5685
#: plugin/myisam/my_handler_errors.cc:71
5686
msgid "Unsupported extension used for table"
5689
#: plugin/myisam/my_handler_errors.cc:73
5693
#: plugin/myisam/my_handler_errors.cc:75
5694
msgid "Wrong create options"
5697
#: plugin/myisam/my_handler_errors.cc:77
5698
msgid "Duplicate unique key or constraint on write or update"
5701
#: plugin/myisam/my_handler_errors.cc:79
5702
msgid "Unknown character set used in table"
5705
#: plugin/myisam/my_handler_errors.cc:81
5706
msgid "Conflicting table definitions in sub-tables of MERGE table"
5709
#: plugin/myisam/my_handler_errors.cc:83
5710
msgid "Table is crashed and last repair failed"
5713
#: plugin/myisam/my_handler_errors.cc:85
5714
msgid "Table was marked as crashed and should be repaired"
5717
#: plugin/myisam/my_handler_errors.cc:87
5718
msgid "Lock timed out; Retry transaction"
5721
#: plugin/myisam/my_handler_errors.cc:89
5722
msgid "Lock table is full; Restart program with a larger locktable"
5725
#: plugin/myisam/my_handler_errors.cc:91
5726
msgid "Updates are not allowed under a read only transactions"
5729
#: plugin/myisam/my_handler_errors.cc:93
5730
msgid "Lock deadlock; Retry transaction"
5733
#: plugin/myisam/my_handler_errors.cc:95
5734
msgid "Foreign key constraint is incorrectly formed"
5737
#: plugin/myisam/my_handler_errors.cc:97
5738
msgid "Cannot add a child row"
5741
#: plugin/myisam/my_handler_errors.cc:99
5742
msgid "Cannot delete a parent row"
5745
#: plugin/myisam/my_handler_errors.cc:101
5746
msgid "No savepoint with that name"
5749
#: plugin/myisam/my_handler_errors.cc:103
5750
msgid "Non unique key block size"
5753
#: plugin/myisam/my_handler_errors.cc:105
5754
msgid "The table does not exist in engine"
5757
#: plugin/myisam/my_handler_errors.cc:107
5758
msgid "The table already existed in storage engine"
5761
#: plugin/myisam/my_handler_errors.cc:109
5762
msgid "Could not connect to storage engine"
5765
#: plugin/myisam/my_handler_errors.cc:111
5766
msgid "Unexpected null pointer found when using spatial index"
5769
#: plugin/myisam/my_handler_errors.cc:113
5770
msgid "The table changed in storage engine"
5773
#: plugin/myisam/my_handler_errors.cc:115
5774
msgid "There's no partition in table for the given value"
5777
#: plugin/myisam/my_handler_errors.cc:117
5778
msgid "Row-based binlogging of row failed"
5781
#: plugin/myisam/my_handler_errors.cc:119
5782
msgid "Index needed in foreign key constraint"
5785
#: plugin/myisam/my_handler_errors.cc:121
5786
msgid "Upholding foreign key constraints would lead to a duplicate key error"
5789
#: plugin/myisam/my_handler_errors.cc:123
5790
msgid "Table needs to be upgraded before it can be used"
5793
#: plugin/myisam/my_handler_errors.cc:125
5794
msgid "Table is read only"
5797
#: plugin/myisam/my_handler_errors.cc:127
5798
msgid "Failed to get next auto increment value"
5801
#: plugin/myisam/my_handler_errors.cc:129
5802
msgid "Failed to set row auto increment value"
5805
#: plugin/myisam/my_handler_errors.cc:131
5806
msgid "Unknown (generic) error from engine"
5809
#: plugin/myisam/my_handler_errors.cc:133
5810
msgid "Record is the same"
5813
#: plugin/myisam/my_handler_errors.cc:135
5814
msgid "It is not possible to log this statement"
5817
#: plugin/myisam/my_handler_errors.cc:137
5818
msgid "Tablespace exists"
5821
#: plugin/myisam/my_handler_errors.cc:139
5822
msgid "The event was corrupt, leading to illegal data being read"
5825
#: plugin/myisam/my_handler_errors.cc:141
5826
msgid "The table is of a new format not supported by this version"
5827
msgstr "這個表格使用新的格式,目前的版本並不支援."
5829
#: plugin/myisam/my_handler_errors.cc:143
5830
msgid "The event could not be processed no other handler error happened"
5833
#: plugin/myisam/my_handler_errors.cc:145
5834
msgid "Got a fatal error during initialzation of handler"
5837
#: plugin/myisam/my_handler_errors.cc:147
5838
msgid "File to short; Expected more data in file"
5841
#: plugin/myisam/my_handler_errors.cc:149
5842
msgid "Read page with wrong checksum"
5845
#: plugin/myisam/my_handler_errors.cc:151
5846
msgid "Lock or active transaction"
5849
#: plugin/myisam/my_handler_errors.cc:153
5850
msgid "No such table space"
5853
#: plugin/myisam/my_handler_errors.cc:155
5854
msgid "Tablespace not empty"
5857
#: plugin/oldlibdrizzle/drizzle.cc:257 plugin/oldlibdrizzle/errmsg.cc:39
5859
msgid "%-.100s via TCP/IP"
5862
#: plugin/oldlibdrizzle/errmsg.cc:28
5863
msgid "Unknown Drizzle error"
5866
#: plugin/oldlibdrizzle/errmsg.cc:29
5868
msgid "Can't create UNIX socket (%d)"
5871
#: plugin/oldlibdrizzle/errmsg.cc:30
5873
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5876
#: plugin/oldlibdrizzle/errmsg.cc:31
5878
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5881
#: plugin/oldlibdrizzle/errmsg.cc:32
5883
msgid "Can't create TCP/IP socket (%d)"
5886
#: plugin/oldlibdrizzle/errmsg.cc:33
5888
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5891
#: plugin/oldlibdrizzle/errmsg.cc:34
5892
msgid "Drizzle server has gone away"
5895
#: plugin/oldlibdrizzle/errmsg.cc:35
5897
msgid "Protocol mismatch; server version = %d, client version = %d"
5900
#: plugin/oldlibdrizzle/errmsg.cc:36
5901
msgid "Drizzle client ran out of memory"
5904
#: plugin/oldlibdrizzle/errmsg.cc:37
5905
msgid "Wrong host info"
5908
#: plugin/oldlibdrizzle/errmsg.cc:38
5909
msgid "Localhost via UNIX socket"
5912
#: plugin/oldlibdrizzle/errmsg.cc:40
5913
msgid "Error in server handshake"
5916
#: plugin/oldlibdrizzle/errmsg.cc:41
5917
msgid "Lost connection to Drizzle server during query"
5920
#: plugin/oldlibdrizzle/errmsg.cc:42
5921
msgid "Commands out of sync; you can't run this command now"
5924
#: plugin/oldlibdrizzle/errmsg.cc:43
5926
msgid "Named pipe: %-.32s"
5929
#: plugin/oldlibdrizzle/errmsg.cc:44
5931
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5934
#: plugin/oldlibdrizzle/errmsg.cc:45
5936
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5939
#: plugin/oldlibdrizzle/errmsg.cc:46
5941
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5944
#: plugin/oldlibdrizzle/errmsg.cc:47
5946
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5949
#: plugin/oldlibdrizzle/errmsg.cc:48
5950
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5953
#: plugin/oldlibdrizzle/errmsg.cc:49
5954
msgid "Embedded server"
5957
#: plugin/oldlibdrizzle/errmsg.cc:50
5958
msgid "Error on SHOW SLAVE STATUS:"
5961
#: plugin/oldlibdrizzle/errmsg.cc:51
5962
msgid "Error on SHOW SLAVE HOSTS:"
5965
#: plugin/oldlibdrizzle/errmsg.cc:52
5966
msgid "Error connecting to slave:"
5969
#: plugin/oldlibdrizzle/errmsg.cc:53
5970
msgid "Error connecting to master:"
5973
#: plugin/oldlibdrizzle/errmsg.cc:54
5974
msgid "SSL connection error"
5977
#: plugin/oldlibdrizzle/errmsg.cc:55
5978
msgid "Malformed packet"
5981
#: plugin/oldlibdrizzle/errmsg.cc:56 plugin/oldlibdrizzle/errmsg.cc:67
5982
#: plugin/oldlibdrizzle/errmsg.cc:68 plugin/oldlibdrizzle/errmsg.cc:69
5983
#: plugin/oldlibdrizzle/errmsg.cc:70 plugin/oldlibdrizzle/errmsg.cc:71
5984
#: plugin/oldlibdrizzle/errmsg.cc:72 plugin/oldlibdrizzle/errmsg.cc:73
5985
#: plugin/oldlibdrizzle/errmsg.cc:74 plugin/oldlibdrizzle/errmsg.cc:75
5986
msgid "(unused error message)"
5989
#: plugin/oldlibdrizzle/errmsg.cc:57
5990
msgid "Invalid use of null pointer"
5993
#: plugin/oldlibdrizzle/errmsg.cc:58
5994
msgid "Statement not prepared"
5997
#: plugin/oldlibdrizzle/errmsg.cc:59
5998
msgid "No data supplied for parameters in prepared statement"
6001
#: plugin/oldlibdrizzle/errmsg.cc:60
6002
msgid "Data truncated"
6005
#: plugin/oldlibdrizzle/errmsg.cc:61
6006
msgid "No parameters exist in the statement"
6009
#: plugin/oldlibdrizzle/errmsg.cc:62
6010
msgid "Invalid parameter number"
6013
#: plugin/oldlibdrizzle/errmsg.cc:63
6016
"Can't send long data for non-string/non-binary data types (parameter: %d)"
6019
#: plugin/oldlibdrizzle/errmsg.cc:65
6021
msgid "Using unsupported buffer type: %d (parameter: %d)"
6024
#: plugin/oldlibdrizzle/errmsg.cc:66
6026
msgid "Shared memory: %-.100s"
6029
#: plugin/oldlibdrizzle/errmsg.cc:76
6030
msgid "Wrong or unknown protocol"
6033
#: plugin/oldlibdrizzle/errmsg.cc:77
6034
msgid "Invalid connection handle"
6037
#: plugin/oldlibdrizzle/errmsg.cc:78
6039
"Connection using old (pre-4.1.1) authentication protocol refused (client "
6040
"option 'secure_auth' enabled)"
6043
#: plugin/oldlibdrizzle/errmsg.cc:80
6044
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
6047
#: plugin/oldlibdrizzle/errmsg.cc:81
6048
msgid "Attempt to read column without prior row fetch"
6051
#: plugin/oldlibdrizzle/errmsg.cc:82
6052
msgid "Prepared statement contains no metadata"
6055
#: plugin/oldlibdrizzle/errmsg.cc:83
6057
"Attempt to read a row while there is no result set associated with the "
6061
#: plugin/oldlibdrizzle/errmsg.cc:85
6062
msgid "This feature is not implemented yet"
6065
#: plugin/oldlibdrizzle/errmsg.cc:86
6068
"Lost connection to Drizzle server while waiting for initial communication "
6069
"packet, system error: %d"
6072
#: plugin/oldlibdrizzle/errmsg.cc:88
6075
"Lost connection to Drizzle server while reading initial communication "
6076
"packet, system error: %d"
6079
#: plugin/oldlibdrizzle/errmsg.cc:90
6082
"Lost connection to Drizzle server while sending authentication information, "
6086
#: plugin/oldlibdrizzle/errmsg.cc:92
6089
"Lost connection to Drizzle server while reading authorization information, "
6093
#: plugin/oldlibdrizzle/errmsg.cc:94
6096
"Lost connection to Drizzle server while setting initial database, system "
6100
#: plugin/oldlibdrizzle/errmsg.cc:96
6102
msgid "Statement closed indirectly because of a preceding %s() call"
6105
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:829
6106
msgid "Connect Timeout."
6109
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:832
6110
msgid "Read Timeout."
6113
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:834
6114
msgid "Write Timeout."
6117
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:836
6118
msgid "Retry Count."
6121
#: plugin/pool_of_threads/pool_of_threads.cc:237
6122
msgid "event_add error in libevent_add_session_callback\n"
6125
#: plugin/pool_of_threads/pool_of_threads.cc:403
6126
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6129
#: plugin/pool_of_threads/pool_of_threads.cc:410
6130
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6133
#: plugin/pool_of_threads/pool_of_threads.cc:422
6134
msgid "session_add_event event_add error in libevent_init\n"
6137
#: plugin/pool_of_threads/pool_of_threads.cc:435
6139
msgid "Can't create completion port thread (error %d)"
6142
#: plugin/pool_of_threads/pool_of_threads.cc:527
6143
msgid "libevent_thread_proc: my_thread_init() failed\n"
6146
#: plugin/pool_of_threads/pool_of_threads.cc:725
6147
msgid "Size of Pool."
6150
#: plugin/signal_handler/signal_handler.cc:214
6152
msgid "Can't create interrupt-thread (error %d, errno: %d)"