324
#: ../client/drizzle.cc:1355
325
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
328
#: ../client/drizzle.cc:1357
315
#: client/drizzle.cc:1351
317
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
318
"option deprecated; use --disable-pager instead."
321
#: client/drizzle.cc:1354 client/drizzleadmin.cc:78
323
"Password to use when connecting to server. If password is not given it's "
324
"asked from the tty."
327
#: client/drizzle.cc:1356
329
"Port number to use for connection or 0 for default to, in order of "
330
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
333
#: client/drizzle.cc:1357
334
msgid "built-in default"
337
#: client/drizzle.cc:1360
329
338
msgid "Set the drizzle prompt to this value."
330
msgstr "设置drizzle提示符为这个值"
332
#: ../client/drizzle.cc:1359
341
#: client/drizzle.cc:1363
342
msgid "The protocol of connection (tcp,socket,pipe,memory)."
345
#: client/drizzle.cc:1366
334
347
"Don't cache result, print it row by row. This may slow down the server if "
335
348
"the output is suspended. Doesn't use history file."
338
#: ../client/drizzle.cc:1361
351
#: client/drizzle.cc:1368
339
352
msgid "Write fields without conversion. Used with --batch."
342
#: ../client/drizzle.cc:1362
344
msgid "Do not reconnect if the connection is lost."
347
#: ../client/drizzle.cc:1364
348
msgid "Shutdown the server"
355
#: client/drizzle.cc:1371
357
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
358
"option is enabled by default."
351
#: ../client/drizzle.cc:1365
361
#: client/drizzle.cc:1373
353
363
"Be more silent. Print results with a tab as separator, each row on new line."
356
#: ../client/drizzle.cc:1367
366
#: client/drizzle.cc:1375
367
msgid "Socket file to use for connection."
370
#: client/drizzle.cc:1378
371
msgid "Output in table format."
374
#: client/drizzle.cc:1381
358
376
"Append everything into outfile. See interactive help (\\h) also. Does not "
359
377
"work in batch mode. Disable with --disable-tee. This option is disabled by "
363
#: ../client/drizzle.cc:1369
364
msgid "Disable outfile. See interactive help (\\h) also."
367
#: ../client/drizzle.cc:1371
381
#: client/drizzle.cc:1383
383
"Disable outfile. See interactive help (\\h) also. WARNING: option "
384
"deprecated; use --disable-tee instead"
387
#: client/drizzle.cc:1386 client/drizzleadmin.cc:88
388
msgid "User for login if not current user."
391
#: client/drizzle.cc:1389
392
msgid "Only allow UPDATE and DELETE that uses keys."
395
#: client/drizzle.cc:1392
396
msgid "Synonym for option --safe-updates, -U."
399
#: client/drizzle.cc:1395
400
msgid "Write more. (-v -v -v gives the table output format)."
403
#: client/drizzle.cc:1397 client/drizzleadmin.cc:93 drizzled/drizzled.cc:3471
404
msgid "Output version information and exit."
407
#: client/drizzle.cc:1399 client/drizzleadmin.cc:95
408
msgid "Wait and retry if connection is down."
411
#: client/drizzle.cc:1402
368
412
msgid "Number of seconds before connection timeout."
371
#: ../client/drizzle.cc:1373
372
msgid "Max length of input line"
375
#: ../client/drizzle.cc:1375
415
#: client/drizzle.cc:1407
416
msgid "Max packet length to send to, or receive from server"
419
#: client/drizzle.cc:1412
420
msgid "Buffer for TCP/IP and socket communication"
423
#: client/drizzle.cc:1416
376
424
msgid "Automatic limit for SELECT when using --safe-updates"
379
#: ../client/drizzle.cc:1377
427
#: client/drizzle.cc:1421
380
428
msgid "Automatic limit for rows in a join when using --safe-updates"
383
#: ../client/drizzle.cc:1380 ../client/drizzledump.cc:553
384
msgid "Options specific to the client"
387
#: ../client/drizzle.cc:1383
388
msgid "Connect to host"
391
#: ../client/drizzle.cc:1385
393
"Password to use when connecting to server. If password is not given it's "
394
"asked from the tty."
397
#: ../client/drizzle.cc:1387
399
"Port number to use for connection or 0 for default to, in order of "
400
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
403
#: ../client/drizzle.cc:1393 ../client/drizzledump.cc:562
404
#: ../plugin/transaction_log/utilities/transaction_reader.cc:583
405
msgid "User for login if not current user."
408
#: ../client/drizzle.cc:1395 ../client/drizzledump.cc:564
409
#: ../plugin/transaction_log/utilities/transaction_reader.cc:589
410
msgid "The protocol of connection (mysql or drizzle)."
413
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:576
414
msgid "Allowed Options"
417
#: ../client/drizzle.cc:1463 ../client/drizzle.cc:1470
419
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
420
msgstr "构建初始提示符时内存分配失败。正在退出。\n"
422
#: ../client/drizzle.cc:1534 ../client/drizzle.cc:3791
431
#: client/drizzle.cc:1425
432
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
435
#: client/drizzle.cc:1438
437
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
440
#: client/drizzle.cc:1445
443
"Copyright (C) 2000-2008 MySQL AB\n"
444
" This software comes with ABSOLUTELY NO "
445
"WARRANTY. This is free software,\n"
446
" and you are welcome to modify and redistribute it under the GPL license\n"
449
#: client/drizzle.cc:1449
451
msgid "Usage: %s [OPTIONS] [database]\n"
454
#: client/drizzle.cc:1482
423
455
msgid "DELIMITER cannot contain a backslash character"
426
#: ../client/drizzle.cc:1613 ../client/drizzledump.cc:675
427
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:623
428
#: ../client/drizzletest.cc:5659
429
msgid "Error: Unknown protocol"
432
#: ../client/drizzle.cc:1627
434
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
437
#: ../client/drizzle.cc:1673 ../client/drizzle.cc:4081
439
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
442
#: ../client/drizzle.cc:1679
445
"Copyright (C) 2008 Sun Microsystems\n"
446
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
447
"and you are welcome to modify and redistribute it under the GPL license\n"
448
msgstr "版权所有 (C) 2008 Sun Microsystem\n"
450
#: ../client/drizzle.cc:1684
452
msgid "Usage: drizzle [OPTIONS] [schema]\n"
455
#: ../client/drizzle.cc:1738
457
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
458
msgstr "欢迎来到Drizzle客户端。请使用;或\\g指示当前命令结束。"
460
#: ../client/drizzle.cc:1747
463
"Your Drizzle connection id is %u\n"
464
"Connection protocol: %s\n"
465
"Server version: %s\n"
467
"当前的Drizzle会话的连接ID为%u\n"
470
#: ../client/drizzle.cc:1781
472
msgid "Reading history-file %s\n"
473
msgstr "正在读取历史文件%s\n"
475
#: ../client/drizzle.cc:1785
477
msgid "Couldn't allocate memory for temp histfile!\n"
478
msgstr "无法为临时历史文件分配内存空间!\n"
480
#: ../client/drizzle.cc:1792
481
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
482
msgstr "欲获取帮助请键入‘help;’或‘\\h’。键入’\\c‘将清除缓冲。\n"
484
#: ../client/drizzle.cc:1802
488
#: ../client/drizzle.cc:1815
490
msgid "Writing history-file %s\n"
491
msgstr "正在写入历史文件%s\n"
493
#: ../client/drizzle.cc:1823
497
#: ../client/drizzle.cc:1823
501
#: ../client/drizzle.cc:1873
502
msgid "Query aborted by Ctrl+C\n"
503
msgstr "用户使用Ctrl+C放弃查询。\n"
505
#: ../client/drizzle.cc:1957
507
msgid "Processing line: %<PRIu32>\n"
508
msgstr "处理行: %<PRIu32>\n"
510
#: ../client/drizzle.cc:2175
511
msgid "Unknown command: "
514
#: ../client/drizzle.cc:2346
515
msgid "Not found a delimiter within max_input_line of input"
518
#: ../client/drizzle.cc:2592
458
#: client/drizzle.cc:1503
460
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
463
#: client/drizzle.cc:1526
465
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
468
#: client/drizzle.cc:1530
470
msgid "WARNING: --server-arg option not supported in this configuration.\n"
473
#: client/drizzle.cc:1898
475
msgid "Unknown command '\\%c'."
478
#: client/drizzle.cc:2325
520
480
"Reading table information for completion of table and column names\n"
521
"You can turn off this feature to get a quicker startup with -A\n"
481
" You can turn off this feature to get a quicker startup with -A\n"
525
#: ../client/drizzle.cc:2631
485
#: client/drizzle.cc:2422
526
486
msgid "No connection. Trying to reconnect..."
529
#: ../client/drizzle.cc:2637
489
#: client/drizzle.cc:2428
530
490
msgid "Can't connect to the server\n"
533
#: ../client/drizzle.cc:2721
493
#: client/drizzle.cc:2485
497
#: client/drizzle.cc:2485
501
#: client/drizzle.cc:2540
506
#: client/drizzle.cc:2541
513
#: client/drizzle.cc:2543
520
#: client/drizzle.cc:2556
521
msgid "Many help items for your request exist."
524
#: client/drizzle.cc:2557
526
"To make a more specific request, please type 'help <item>',\n"
527
"where <item> is one of the following"
530
#: client/drizzle.cc:2563
532
msgid "You asked for help about help category: '%s'\n"
535
#: client/drizzle.cc:2564
537
"For more information, type 'help <item>', where <item> is one of the "
541
#: client/drizzle.cc:2577
547
#: client/drizzle.cc:2578
548
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
551
#: client/drizzle.cc:2600
534
552
msgid "List of all Drizzle commands:"
537
#: ../client/drizzle.cc:2725
555
#: client/drizzle.cc:2602
556
msgid "Note that all text commands must be first on line and end with ';'"
559
#: client/drizzle.cc:2613
540
"Note that all text commands must be first on line and end with '%s' or \\g"
562
"For server side help, type 'help contents'\n"
543
#: ../client/drizzle.cc:2783
565
#: client/drizzle.cc:2656
544
566
msgid "No query specified\n"
547
#: ../client/drizzle.cc:2798
569
#: client/drizzle.cc:2671
548
570
msgid "Ignoring query to other database"
551
#: ../client/drizzle.cc:2848
573
#: client/drizzle.cc:2720
552
574
msgid "Empty set"
555
#: ../client/drizzle.cc:2861
577
#: client/drizzle.cc:2733
557
579
msgid "%ld row in set"
558
580
msgid_plural "%ld rows in set"
562
#: ../client/drizzle.cc:2870
584
#: client/drizzle.cc:2742
566
#: ../client/drizzle.cc:2872
588
#: client/drizzle.cc:2744
568
590
msgid "Query OK, %ld row affected"
569
591
msgid_plural "Query OK, %ld rows affected"
573
#: ../client/drizzle.cc:2944
574
msgid "popen() failed! defaulting PAGER to stdout!\n"
577
#: ../client/drizzle.cc:2966
579
msgid "Error logging to file '%s'\n"
582
#: ../client/drizzle.cc:2971
584
msgid "Logging to file '%s'\n"
585
msgstr "正在读取历史文件%s\n"
587
#: ../client/drizzle.cc:3055
596
"Collation: %s (%u)\n"
604
#: ../client/drizzle.cc:3522
606
msgid "No previous outfile available, you must give a filename!\n"
609
#: ../client/drizzle.cc:3527
611
msgid "Currently logging to file '%s'\n"
614
#: ../client/drizzle.cc:3547
616
msgid "No outfile specified!\n"
619
#: ../client/drizzle.cc:3560
620
msgid "Outfile disabled.\n"
623
#: ../client/drizzle.cc:3587
625
msgid "Default pager wasn't set, using stdout.\n"
626
msgstr "禁用当前指定的结果文字处理程序(pager),直接在标准输出上打印结果"
628
#: ../client/drizzle.cc:3607
630
msgid "PAGER set to '%s'\n"
633
#: ../client/drizzle.cc:3618
634
msgid "PAGER set to stdout\n"
637
#: ../client/drizzle.cc:3701
639
msgid "Connection id: %u"
642
#: ../client/drizzle.cc:3703
644
msgid "Current schema: %.128s\n"
647
#: ../client/drizzle.cc:3704
652
#: ../client/drizzle.cc:3724
653
msgid "Usage: \\. <filename> | source <filename>"
656
#: ../client/drizzle.cc:3739
658
msgid "Failed to open file '%s', error: %d"
661
#: ../client/drizzle.cc:3747
662
msgid "Can't initialize LineBuffer"
665
#: ../client/drizzle.cc:3783
666
msgid "DELIMITER must be followed by a 'delimiter' character or string"
669
#: ../client/drizzle.cc:3816
670
msgid "USE must be followed by a schema name"
673
#: ../client/drizzle.cc:3884
675
msgid "Schema changed"
678
#: ../client/drizzle.cc:3930
680
msgid "Show warnings enabled."
683
#: ../client/drizzle.cc:3938
685
msgid "Show warnings disabled."
688
#: ../client/drizzle.cc:4088
692
"Connection id:\t\t%lu\n"
695
#: ../client/drizzle.cc:4100
697
msgid "Current schema:\t%s\n"
700
#: ../client/drizzle.cc:4101
702
msgid "Current user:\t\t%s\n"
705
#: ../client/drizzle.cc:4107
706
msgid "SSL:\t\t\tNot in use"
709
#: ../client/drizzle.cc:4112
715
#: ../client/drizzle.cc:4119
718
"All updates ignored to this schema\n"
721
#: ../client/drizzle.cc:4122
723
msgid "Current pager:\t\t%s\n"
726
#: ../client/drizzle.cc:4123
728
msgid "Using outfile:\t\t'%s'\n"
731
#: ../client/drizzle.cc:4124
733
msgid "Using delimiter:\t%s\n"
736
#: ../client/drizzle.cc:4125
738
msgid "Server version:\t\t%s\n"
741
#: ../client/drizzle.cc:4126
743
msgid "Protocol:\t\t%s\n"
746
#: ../client/drizzle.cc:4127
748
msgid "Protocol version:\t%d\n"
751
#: ../client/drizzle.cc:4128
753
msgid "Connection:\t\t%s\n"
756
#: ../client/drizzle.cc:4135
758
msgid "UNIX socket:\t\t%s\n"
761
#: ../client/drizzle.cc:4137
763
msgid "TCP port:\t\t%d\n"
766
#: ../client/drizzle.cc:4142
769
"Note that you are running in safe_update_mode:\n"
772
#: ../client/drizzle.cc:4144
775
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
777
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
779
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
780
" Max number of examined row combination in a join is set to: %"
785
#: ../client/drizzle.cc:4206 ../drizzled/option.cc:339
595
#: client/drizzleadmin.cc:80 drizzled/drizzled.cc:3279
597
"Port number to use for connection or 0 for default to, in order of "
598
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
601
#: client/drizzleadmin.cc:85
602
msgid "Silently exit if one can't connect to server."
605
#: client/drizzleadmin.cc:91
606
msgid "Write more information."
609
#: client/drizzleadmin.cc:256
612
"connect to server at '%s' failed\n"
616
#: client/drizzleadmin.cc:262
618
msgid "Check that drizzled is running on %s"
621
#: client/drizzleadmin.cc:263
623
msgid " and that the port is %d.\n"
626
#: client/drizzleadmin.cc:265
628
msgid "You can check this by doing 'telnet %s %d'\n"
631
#: client/drizzleadmin.cc:276
633
msgid "Got error: %s\n"
636
#: client/drizzleadmin.cc:283
637
msgid "Waiting for Drizzle server to answer"
640
#: client/drizzleadmin.cc:316
642
msgid "shutting down drizzled...\n"
645
#: client/drizzleadmin.cc:320
647
msgid "shutdown failed; error: '%s'"
650
#: client/drizzleadmin.cc:327
655
#: client/drizzleadmin.cc:337
656
msgid "drizzled is alive"
659
#: client/drizzleadmin.cc:345
660
msgid "connection was down, but drizzled is now alive"
663
#: client/drizzleadmin.cc:349
665
msgid "drizzled doesn't answer to ping, error: '%s'"
668
#: client/drizzleadmin.cc:358
670
msgid "Unknown command: '%-.60s'"
673
#: client/drizzleadmin.cc:367
675
msgid "%s Ver %s Distrib %s, for %s on %s\n"
678
#: client/drizzleadmin.cc:374
679
msgid "Copyright (C) 2000-2008 MySQL AB"
682
#: client/drizzleadmin.cc:375
684
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
685
"and you are welcome to modify and redistribute it under the GPL license\n"
688
#: client/drizzleadmin.cc:376
689
msgid "Administration program for the drizzled daemon."
692
#: client/drizzleadmin.cc:377
694
msgid "Usage: %s [OPTIONS] command command....\n"
697
#: client/drizzleadmin.cc:379
699
" ping Check if server is down\n"
700
" shutdown Take server down\n"
703
#: libdrizzle/errmsg.c:27
704
msgid "Unknown Drizzle error"
707
#: libdrizzle/errmsg.c:28
709
msgid "Can't create UNIX socket (%d)"
712
#: libdrizzle/errmsg.c:29
714
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
717
#: libdrizzle/errmsg.c:30
719
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
722
#: libdrizzle/errmsg.c:31
724
msgid "Can't create TCP/IP socket (%d)"
727
#: libdrizzle/errmsg.c:32
729
msgid "Unknown Drizzle server host '%-.100s' (%d)"
732
#: libdrizzle/errmsg.c:33
733
msgid "Drizzle server has gone away"
736
#: libdrizzle/errmsg.c:34
738
msgid "Protocol mismatch; server version = %d, client version = %d"
741
#: libdrizzle/errmsg.c:35
742
msgid "Drizzle client ran out of memory"
745
#: libdrizzle/errmsg.c:36
746
msgid "Wrong host info"
749
#: libdrizzle/errmsg.c:37
750
msgid "Localhost via UNIX socket"
753
#: libdrizzle/errmsg.c:38
755
msgid "%-.100s via TCP/IP"
758
#: libdrizzle/errmsg.c:39
759
msgid "Error in server handshake"
762
#: libdrizzle/errmsg.c:40
763
msgid "Lost connection to Drizzle server during query"
766
#: libdrizzle/errmsg.c:41
767
msgid "Commands out of sync; you can't run this command now"
770
#: libdrizzle/errmsg.c:42
772
msgid "Named pipe: %-.32s"
775
#: libdrizzle/errmsg.c:43
777
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
780
#: libdrizzle/errmsg.c:44
782
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
785
#: libdrizzle/errmsg.c:45
787
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
790
#: libdrizzle/errmsg.c:46
792
msgid "Can't initialize character set %-.32s (path: %-.100s)"
795
#: libdrizzle/errmsg.c:47
796
msgid "Got packet bigger than 'max_allowed_packet' bytes"
799
#: libdrizzle/errmsg.c:48
800
msgid "Embedded server"
803
#: libdrizzle/errmsg.c:49
804
msgid "Error on SHOW SLAVE STATUS:"
807
#: libdrizzle/errmsg.c:50
808
msgid "Error on SHOW SLAVE HOSTS:"
811
#: libdrizzle/errmsg.c:51
812
msgid "Error connecting to slave:"
815
#: libdrizzle/errmsg.c:52
816
msgid "Error connecting to master:"
819
#: libdrizzle/errmsg.c:53
820
msgid "SSL connection error"
823
#: libdrizzle/errmsg.c:54
824
msgid "Malformed packet"
827
#: libdrizzle/errmsg.c:55 libdrizzle/errmsg.c:66 libdrizzle/errmsg.c:67
828
#: libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69 libdrizzle/errmsg.c:70
829
#: libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72 libdrizzle/errmsg.c:73
830
#: libdrizzle/errmsg.c:74
831
msgid "(unused error message)"
834
#: libdrizzle/errmsg.c:56
835
msgid "Invalid use of null pointer"
838
#: libdrizzle/errmsg.c:57
839
msgid "Statement not prepared"
842
#: libdrizzle/errmsg.c:58
843
msgid "No data supplied for parameters in prepared statement"
846
#: libdrizzle/errmsg.c:59
847
msgid "Data truncated"
850
#: libdrizzle/errmsg.c:60
851
msgid "No parameters exist in the statement"
854
#: libdrizzle/errmsg.c:61
855
msgid "Invalid parameter number"
858
#: libdrizzle/errmsg.c:62
861
"Can't send long data for non-string/non-binary data types (parameter: %d)"
864
#: libdrizzle/errmsg.c:64
866
msgid "Using unsupported buffer type: %d (parameter: %d)"
869
#: libdrizzle/errmsg.c:65
871
msgid "Shared memory: %-.100s"
874
#: libdrizzle/errmsg.c:75
875
msgid "Wrong or unknown protocol"
878
#: libdrizzle/errmsg.c:76
879
msgid "Invalid connection handle"
882
#: libdrizzle/errmsg.c:77
884
"Connection using old (pre-4.1.1) authentication protocol refused (client "
885
"option 'secure_auth' enabled)"
888
#: libdrizzle/errmsg.c:79
889
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
892
#: libdrizzle/errmsg.c:80
893
msgid "Attempt to read column without prior row fetch"
896
#: libdrizzle/errmsg.c:81
897
msgid "Prepared statement contains no metadata"
900
#: libdrizzle/errmsg.c:82
902
"Attempt to read a row while there is no result set associated with the "
906
#: libdrizzle/errmsg.c:84
907
msgid "This feature is not implemented yet"
910
#: libdrizzle/errmsg.c:85
913
"Lost connection to Drizzle server while waiting for initial communication "
914
"packet, system error: %d"
917
#: libdrizzle/errmsg.c:87
920
"Lost connection to Drizzle server while reading initial communication "
921
"packet, system error: %d"
924
#: libdrizzle/errmsg.c:89
927
"Lost connection to Drizzle server while sending authentication information, "
931
#: libdrizzle/errmsg.c:91
934
"Lost connection to Drizzle server while reading authorization information, "
938
#: libdrizzle/errmsg.c:93
941
"Lost connection to Drizzle server while setting initial database, system "
945
#: libdrizzle/errmsg.c:95
947
msgid "Statement closed indirectly because of a preceeding %s() call"
950
#: libdrizzle/errmsg.c:97 drizzled/error.cc:348
951
msgid "Couldn't uncompress communication packet"
954
#: libdrizzle/errmsg.c:99 drizzled/error.cc:350
955
msgid "Got an error reading communication packets"
958
#: libdrizzle/errmsg.c:101 drizzled/error.cc:352
959
msgid "Got timeout reading communication packets"
962
#: libdrizzle/errmsg.c:103 drizzled/error.cc:354
963
msgid "Got an error writing communication packets"
966
#: libdrizzle/errmsg.c:105 drizzled/error.cc:356
967
msgid "Got timeout writing communication packets"
970
#: libdrizzle/local_infile.c:189 mysys/errors.c:52
972
msgid "File '%s' not found (Errcode: %d)"
975
#: libdrizzle/local_infile.c:220 mysys/errors.c:26
977
msgid "Error reading file '%s' (Errcode: %d)"
982
msgid "Can't create/write to file '%s' (Errcode: %d)"
987
msgid "Error writing file '%s' (Errcode: %d)"
992
msgid "Error on close of '%s' (Errcode: %d)"
997
msgid "Out of memory (Needed %u bytes)"
1000
#: mysys/errors.c:30
1002
msgid "Error on delete of '%s' (Errcode: %d)"
1005
#: mysys/errors.c:31
1007
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1010
#: mysys/errors.c:32
1012
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1015
#: mysys/errors.c:33
1017
msgid "Can't lock file (Errcode: %d)"
1020
#: mysys/errors.c:34
1022
msgid "Can't unlock file (Errcode: %d)"
1025
#: mysys/errors.c:35
1027
msgid "Can't read dir of '%s' (Errcode: %d)"
1030
#: mysys/errors.c:36
1032
msgid "Can't get stat of '%s' (Errcode: %d)"
1035
#: mysys/errors.c:37
1037
msgid "Can't change size of file (Errcode: %d)"
1040
#: mysys/errors.c:38
1042
msgid "Can't open stream from handle (Errcode: %d)"
1045
#: mysys/errors.c:39
1047
msgid "Can't get working dirctory (Errcode: %d)"
1050
#: mysys/errors.c:40
1052
msgid "Can't change dir to '%s' (Errcode: %d)"
1055
#: mysys/errors.c:41
1057
msgid "Warning: '%s' had %d links"
1060
#: mysys/errors.c:42
1062
msgid "Warning: %d files and %d streams is left open\n"
1065
#: mysys/errors.c:43
1067
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1070
#: mysys/errors.c:44
1072
msgid "Can't create directory '%s' (Errcode: %d)"
1075
#: mysys/errors.c:45
1078
"Character set '%s' is not a compiled character set and is not specified in "
1082
#: mysys/errors.c:46
1084
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1087
#: mysys/errors.c:47
1089
msgid "Can't read value for symlink '%s' (Error %d)"
1092
#: mysys/errors.c:48
1094
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1097
#: mysys/errors.c:49
1099
msgid "Error on realpath() on '%s' (Error %d)"
1102
#: mysys/errors.c:50
1104
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1107
#: mysys/errors.c:51
1110
"Collation '%s' is not a compiled collation and is not specified in the %s "
1114
#: mysys/errors.c:53
1116
msgid "File '%s' (fileno: %d) was not closed"
1119
#: mysys/my_error.c:86
1121
msgid "Unknown error %d"
1124
#: mysys/my_getopt.c:83
1128
#: mysys/my_getopt.c:85
1132
#: mysys/my_getopt.c:350
1134
msgid "%s: %s: Option '%s' used, but is disabled\n"
1137
#: mysys/my_getopt.c:351
1141
#: mysys/my_getopt.c:351
790
#: ../client/drizzle.cc:4249
792
msgid "ERROR %d (%s): "
795
#: ../client/drizzle.cc:4251
800
#: ../client/drizzle.cc:4254
804
#: ../client/drizzle.cc:4387
808
#: ../client/drizzle.cc:4389
812
#: ../client/drizzle.cc:4395
816
#: ../client/drizzle.cc:4401
820
#: ../client/drizzle.cc:4502
824
#: ../client/drizzle.cc:4622
826
msgid "Returning to default PROMPT of %s\n"
829
#: ../client/drizzle.cc:4627
831
msgid "Memory allocation error. Not changing prompt\n"
832
msgstr "构建初始提示符时内存分配失败。正在退出。\n"
834
#: ../client/drizzle.cc:4632
836
msgid "PROMPT set to '%s'\n"
839
#: ../client/drizzledump.cc:229
840
msgid "Error inserting into destination database"
843
#: ../client/drizzledump.cc:253
845
msgid "Got errno %d on write"
848
#: ../client/drizzledump.cc:298
851
"%s: You can't use --single-transaction and --lock-all-tables at the same "
855
#: ../client/drizzledump.cc:305
857
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
860
#: ../client/drizzledump.cc:373
861
msgid "-- Retrieving database structures..."
864
#: ../client/drizzledump.cc:485
866
"Dump all the databases. This will be same as --databases with all databases "
870
#: ../client/drizzledump.cc:487
871
msgid "Dump all the tablespaces."
874
#: ../client/drizzledump.cc:489
875
msgid "Use complete insert statements."
878
#: ../client/drizzledump.cc:491
880
"Flush logs file in server before starting dump. Note that if you dump many "
881
"databases at once (using the option --databases= or --all-databases), the "
882
"logs will be flushed for each database dumped. The exception is when using --"
883
"lock-all-tables in this case the logs will be flushed only once, "
884
"corresponding to the moment all tables are locked. So if you want your dump "
885
"and the log flush to happen at the same exact moment you should use --lock-"
886
"all-tables or --flush-logs"
889
#: ../client/drizzledump.cc:493
891
msgid "Continue even if we get an sql-error."
894
#: ../client/drizzledump.cc:494
896
msgid "Display this help message and exit."
899
#: ../client/drizzledump.cc:496
901
"Locks all tables across all databases. This is achieved by taking a global "
902
"read lock for the duration of the whole dump. Automatically turns --single-"
906
#: ../client/drizzledump.cc:498
908
"Creates a consistent snapshot by dumping all tables in a single transaction. "
909
"Works ONLY for tables stored in storage engines which support "
910
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
911
"be consistent for other storage engines. While a --single-transaction dump "
912
"is in process, to ensure a valid dump file (correct table contents), no "
913
"other connection should use the following statements: ALTER TABLE, DROP "
914
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
918
#: ../client/drizzledump.cc:500
920
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
921
"extended-insert and --disable-keys."
924
#: ../client/drizzledump.cc:501
925
msgid "Overrides option --databases (-B)."
928
#: ../client/drizzledump.cc:503
929
msgid "Number of rows before each output progress report (requires --verbose)."
932
#: ../client/drizzledump.cc:505
933
msgid "Print info about the various stages."
936
#: ../client/drizzledump.cc:507
937
msgid "Turn off Comments"
940
#: ../client/drizzledump.cc:508
942
msgid "Turn off create-options"
945
#: ../client/drizzledump.cc:509
946
msgid "Turn off extended-insert"
949
#: ../client/drizzledump.cc:510
950
msgid "Turn off dump date at the end of the output"
953
#: ../client/drizzledump.cc:511
954
msgid "Do not read from the configuration files"
957
#: ../client/drizzledump.cc:517
958
msgid "Add a 'DROP DATABASE' before each create."
961
#: ../client/drizzledump.cc:518
962
msgid "Do not add a 'drop table' before each create."
965
#: ../client/drizzledump.cc:520
967
"Give less verbose output (useful for debugging). Disables structure comments "
968
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
969
"set-names --skip-disable-keys"
972
#: ../client/drizzledump.cc:522
974
"To dump several databases. Note the difference in usage; In this case no "
975
"tables are given. All name arguments are regarded as databasenames. 'USE "
976
"db_name;' will be included in the output."
979
#: ../client/drizzledump.cc:524
981
"'ALTER TABLE tb_name DISABLE KEYS;' and 'ALTER TABLE tb_name ENABLE KEYS;' "
982
"will not be put in the output."
985
#: ../client/drizzledump.cc:526
987
"Do not dump the specified table. To specify more than one table to ignore, "
988
"use the directive multiple times, once for each table. Each table must be "
989
"specified with both database and table names, e.g. --ignore-table=database."
993
#: ../client/drizzledump.cc:528
994
msgid "Insert rows with INSERT IGNORE."
997
#: ../client/drizzledump.cc:530
998
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
1001
#: ../client/drizzledump.cc:532
1003
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1004
"above line will be added otherwise, if --databases or --all-databases option "
1008
#: ../client/drizzledump.cc:534
1009
msgid "No row information."
1012
#: ../client/drizzledump.cc:536
1013
msgid "Use REPLACE INTO instead of INSERT INTO."
1016
#: ../client/drizzledump.cc:538
1017
msgid "Where to send output to (stdout|database"
1020
#: ../client/drizzledump.cc:540
1022
"Hostname for destination db server (requires --destination-type=database)"
1025
#: ../client/drizzledump.cc:542
1027
"Port number for destination db server (requires --destination-type=database)"
1030
#: ../client/drizzledump.cc:544
1032
"User name for destination db server (resquires --destination-type=database)"
1035
#: ../client/drizzledump.cc:546
1037
"Password for destination db server (requires --destination-type=database)"
1040
#: ../client/drizzledump.cc:548
1042
"The database in the destination db server (requires --destination-"
1043
"type=database, not for use with --all-databases)"
1046
#: ../client/drizzledump.cc:550
1048
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1052
#: ../client/drizzledump.cc:556
1053
msgid "Connect to host."
1056
#: ../client/drizzledump.cc:558
1058
"Password to use when connecting to server. If password is not given it's "
1059
"solicited on the tty."
1062
#: ../client/drizzledump.cc:560
1063
#: ../plugin/transaction_log/utilities/transaction_reader.cc:585
1065
msgid "Port number to use for connection."
1068
#: ../client/drizzledump.cc:567
1069
msgid "Hidden Options"
1072
#: ../client/drizzledump.cc:569
1073
msgid "Used to select the database"
1076
#: ../client/drizzledump.cc:570
1077
msgid "Used to select the tables"
1080
#: ../client/drizzledump.cc:573
1081
msgid "Allowed Options + Hidden Options"
1084
#: ../client/drizzledump.cc:637
1086
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1089
#: ../client/drizzledump.cc:642
1091
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1092
"and you are welcome to modify and redistribute it under the GPL license\n"
1095
#: ../client/drizzledump.cc:643
1096
msgid "Dumps definitions and data from a Drizzle database server"
1099
#: ../client/drizzledump.cc:644
1101
msgid "Usage: %s [OPTIONS] database [tables]\n"
1104
#: ../client/drizzledump.cc:645
1106
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1109
#: ../client/drizzledump.cc:647
1111
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1114
#: ../client/drizzledump.cc:688 ../client/drizzleimport.cc:484
1115
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5671
1117
msgid "Value supplied for port is not valid.\n"
1120
#: ../client/drizzledump.cc:743
1122
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1125
#: ../client/drizzledump_data.cc:268
1126
msgid "-- Retrieving data for "
1129
#: ../client/drizzledump_data.cc:300
1130
msgid " rows dumped for table "
1133
#: ../client/drizzledump_data.cc:547
1135
msgid "-- Connecting to "
1138
#: ../client/drizzledump_data.cc:547
1139
msgid " using protocol "
1142
#: ../client/drizzledump_data.cc:588 ../client/drizzledump_data.cc:594
1143
#: ../client/drizzledump_data.cc:625 ../client/drizzledump_data.cc:631
1144
msgid "Error executing query: "
1147
#: ../client/drizzledump_data.cc:602
1148
msgid "Could not buffer result: "
1151
#: ../client/drizzledump_data.cc:648
1152
msgid "Error: Could not set db '"
1155
#: ../client/drizzledump_data.cc:662 ../client/drizzledump_data.cc:667
1156
#: ../client/drizzledump_data.cc:673
1160
#: ../client/drizzledump_data.cc:682
1161
msgid "-- Disconnecting from "
1164
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1165
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1166
msgid "-- Retrieving table structures for "
1169
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1170
msgid "-- Retrieving fields for "
1173
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:270
1174
msgid "-- Retrieving indexes for "
1177
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:315
1178
msgid "-- Retrieving foreign keys for "
1181
#: ../client/drizzleslap.cc:2292
1183
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1186
#: ../client/drizzletest.cc:5412
1187
msgid "Error: Invalid Value for opt_max_connect_retries"
1190
#: ../client/drizzletest.cc:5422
1191
msgid "Error: Invalid Value for opt_tail_lines"
1194
#: ../client/drizzletest.cc:5432
1195
msgid "Error: Invalid Value for opt_sleep"
1198
#: ../client/drizzletest.cc:5623
1200
msgid "Could not open '%s' for reading: errno = %d"
1203
#: ../client/drizzletest.cc:5628
1205
msgid "Out of memory"
1208
#: ../drizzled/drizzled.cc:491
1145
#: mysys/my_getopt.c:454
1147
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1150
#: mysys/my_getopt.c:767
1152
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1155
#: mysys/my_getopt.c:944
1157
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1160
#: mysys/my_getopt.c:1166
1162
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1165
#: mysys/my_getopt.c:1186
1169
"Variables (--variable-name=value)\n"
1170
"and boolean options {false|true} Value (after reading options)\n"
1171
"--------------------------------- -----------------------------\n"
1174
#: mysys/my_getopt.c:1202 mysys/my_getopt.c:1218
1175
msgid "(No default value)"
1178
#: mysys/my_getopt.c:1221
1182
#: mysys/my_getopt.c:1221
1186
#: mysys/my_getopt.c:1246
1188
msgid "(Disabled)\n"
1191
#: drizzled/authentication.cc:66 drizzled/handler.cc:350
1192
#: drizzled/sql_plugin.cc:821 drizzled/sql_show.cc:4663
1194
msgid "Plugin '%s' init function returned error."
1197
#. TRANSLATORS: The leading word "configvar" is the name
1198
#. of the plugin api, and so should not be translated.
1199
#: drizzled/configvar.cc:40
1201
msgid "configvar plugin '%s' init() failed"
1204
#. TRANSLATORS: The leading word "configvar" is the name
1205
#. of the plugin api, and so should not be translated.
1206
#: drizzled/configvar.cc:62
1208
msgid "configvar plugin '%s' deinit() failed"
1211
#. TRANSLATORS: The leading word "configvar" is the name
1212
#. of the plugin api, and so should not be translated.
1213
#: drizzled/configvar.cc:98
1215
msgid "configvar plugin '%s' configvar_func1() failed"
1218
#. TRANSLATORS: The leading word "configvar" is the name
1219
#. of the plugin api, and so should not be translated.
1220
#: drizzled/configvar.cc:152
1222
msgid "configvar plugin '%s' configvar_func2() failed"
1225
#: drizzled/drizzled.cc:549
1227
msgid "Got error %d from pthread_cond_timedwait"
1230
#: drizzled/drizzled.cc:689 drizzled/drizzled.cc:1764
1231
msgid "Can't create thread to kill server"
1234
#: drizzled/drizzled.cc:756
1236
msgid "Got signal %d from thread %lud"
1239
#: drizzled/drizzled.cc:790
1209
1240
msgid "Aborting\n"
1212
#: ../drizzled/drizzled.cc:550
1243
#: drizzled/drizzled.cc:975
1213
1244
msgid "One can only use the --user switch if running as root\n"
1216
#: ../drizzled/drizzled.cc:557
1247
#: drizzled/drizzled.cc:983
1218
1249
"Fatal error: Please read \"Security\" section of the manual to find out how "
1219
"to run drizzled as root!\n"
1250
"to run mysqld as root!\n"
1222
#: ../drizzled/drizzled.cc:577
1253
#: drizzled/drizzled.cc:1007
1225
1256
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1229
#: ../drizzled/drizzled.cc:602
1230
msgid "Set process group ID failed"
1233
#: ../drizzled/drizzled.cc:607
1234
msgid "Set process user ID failed"
1237
#: ../drizzled/drizzled.cc:619
1238
msgid "Process chroot failed"
1241
#: ../drizzled/drizzled.cc:739
1243
msgid "Error: Invalid Value for auto_increment_increment"
1246
#: ../drizzled/drizzled.cc:750
1248
msgid "Error: Invalid Value for auto_increment_offset"
1251
#: ../drizzled/drizzled.cc:761
1253
msgid "Error: Invalid Value for completion_type"
1256
#: ../drizzled/drizzled.cc:773
1258
msgid "Error: Invalid Value for div-precision-increment"
1261
#: ../drizzled/drizzled.cc:784
1263
msgid "Error: Invalid Value for group_concat_max_len"
1266
#: ../drizzled/drizzled.cc:795
1268
msgid "Error: Invalid Value for join_buffer_size"
1271
#: ../drizzled/drizzled.cc:807
1273
msgid "Error: Invalid Value for max_allowed_packet"
1276
#: ../drizzled/drizzled.cc:819
1278
msgid "Error: Invalid Value for max_error_count"
1281
#: ../drizzled/drizzled.cc:830
1283
msgid "Error: Invalid Value for max_heap_table_size"
1286
#: ../drizzled/drizzled.cc:842
1288
msgid "Error: Invalid Value for min_examined_row_limit"
1291
#: ../drizzled/drizzled.cc:853
1293
msgid "Error: Invalid Value for max_join_size"
1296
#: ../drizzled/drizzled.cc:864
1298
msgid "Error: Invalid Value for max_length_for_sort_data"
1301
#: ../drizzled/drizzled.cc:875
1303
msgid "Error: Invalid Value for max_seeks_for_key"
1306
#: ../drizzled/drizzled.cc:886
1308
msgid "Error: Invalid Value for max_sort_length"
1311
#: ../drizzled/drizzled.cc:897
1313
msgid "Error: Invalid Value for optimizer_search_depth"
1316
#: ../drizzled/drizzled.cc:908
1318
msgid "Error: Invalid Value for preload_buff_size"
1321
#: ../drizzled/drizzled.cc:919
1323
msgid "Error: Invalid Value for query_alloc_block_size"
1326
#: ../drizzled/drizzled.cc:931
1328
msgid "Error: Invalid Value for query_prealloc_size"
1331
#: ../drizzled/drizzled.cc:943
1333
msgid "Error: Invalid Value for range_alloc_block_size"
1336
#: ../drizzled/drizzled.cc:955
1338
msgid "Error: Invalid Value for read_buff_size"
1341
#: ../drizzled/drizzled.cc:967
1343
msgid "Error: Invalid Value for read_rnd_buff_size"
1346
#: ../drizzled/drizzled.cc:978
1348
msgid "Error: Invalid Value for sort_buff_size"
1351
#: ../drizzled/drizzled.cc:989
1353
msgid "Error: Invalid Value for table_def_size"
1356
#: ../drizzled/drizzled.cc:1000
1358
msgid "Error: Invalid Value for table_cache_size"
1361
#: ../drizzled/drizzled.cc:1011 ../drizzled/drizzled.cc:1027
1363
msgid "Error: Invalid Value for table_lock_wait_timeout"
1366
#: ../drizzled/drizzled.cc:1038
1368
"Error: Invalid Value for transaction_message_threshold valid values are "
1369
"between 131072 - 1048576 bytes"
1372
#: ../drizzled/drizzled.cc:1096
1374
msgid "Defaults file '%s' not found\n"
1377
#: ../drizzled/drizzled.cc:1138
1260
#: drizzled/drizzled.cc:1182
1262
msgid "Retrying bind on TCP/IP port %u"
1265
#: drizzled/drizzled.cc:1188
1266
msgid "Can't start server: Bind on TCP/IP port"
1269
#: drizzled/drizzled.cc:1189
1271
msgid "Do you already have another drizzled server running on port: %d ?"
1274
#: drizzled/drizzled.cc:1195
1275
msgid "Can't start server: listen() on TCP/IP port"
1278
#: drizzled/drizzled.cc:1196
1280
msgid "listen() on TCP/IP failed with error %d"
1283
#: drizzled/drizzled.cc:1414
1288
#: drizzled/drizzled.cc:1432
1291
"We will try our best to scrape up some info that will hopefully help "
1293
"the problem, but since we have already crashed, something is definitely "
1295
"and this may fail.\n"
1299
#: drizzled/drizzled.cc:1443
1302
"It is possible that mysqld could use up to \n"
1303
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1305
"Hope that's ok; if not, decrease some variables in the equation.\n"
1309
#: drizzled/drizzled.cc:1461
1312
"Attempting backtrace. You can use the following information to find out\n"
1313
"where mysqld died. If you see no messages after this, something went\n"
1314
"terribly wrong...\n"
1317
#: drizzled/drizzled.cc:1489
1320
"Trying to get some variables.\n"
1321
"Some pointers may be invalid and cause the dump to abort...\n"
1324
#: drizzled/drizzled.cc:1501
1328
"This crash occured while the server was calling initgroups(). This is\n"
1329
"often due to the use of a drizzled that is statically linked against glibc\n"
1330
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1331
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1332
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1333
"drizzled that is not statically linked.\n"
1336
#: drizzled/drizzled.cc:1516
1340
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1341
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1342
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1343
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1344
"the documentation for your distribution on how to do that.\n"
1347
#: drizzled/drizzled.cc:1529
1351
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1352
"unreliable and unstable on some operating systems and operating-system\n"
1353
"versions (notably, some versions of Linux). This crash could be due to use\n"
1354
"of those buggy OS calls. You should consider whether you really need the\n"
1355
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1359
#: drizzled/drizzled.cc:1544
1361
msgid "Writing a core file\n"
1364
#: drizzled/drizzled.cc:1591
1366
"setrlimit could not change the size of core files to 'infinity'; We may not "
1367
"be able to generate a core file on signals"
1370
#: drizzled/drizzled.cc:1659
1372
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1375
#: drizzled/drizzled.cc:1747
1377
msgid "Got signal %d to shutdown mysqld"
1380
#: drizzled/drizzled.cc:1788
1382
msgid "Got signal: %d error: %d"
1385
#: drizzled/drizzled.cc:1918
1387
msgid "Wrong date/time format specifier: %s\n"
1390
#: drizzled/drizzled.cc:2042
1379
1392
msgid "gethostname failed, using '%s' as hostname"
1382
#: ../drizzled/drizzled.cc:1152 ../drizzled/drizzled.cc:1739
1383
msgid "Display this help and exit."
1384
msgstr "显示此帮助信息并退出。"
1386
#: ../drizzled/drizzled.cc:1156
1387
msgid "Configuration file to use"
1390
#: ../drizzled/drizzled.cc:1158
1391
msgid "Base location for config files"
1394
#: ../drizzled/drizzled.cc:1160 ../drizzled/drizzled.cc:1927
1395
msgid "Directory for plugins."
1398
#: ../drizzled/drizzled.cc:1165 ../drizzled/drizzled.cc:1931
1400
"Optional comma separated list of plugins to load at startup in addition to "
1401
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1404
#: ../drizzled/drizzled.cc:1169 ../drizzled/drizzled.cc:1937
1406
"Optional comma separated list of plugins to not load at startup. Effectively "
1407
"removes a plugin from the list of plugins to be loaded. [for example: --"
1408
"plugin_remove=crc32,logger_gearman]"
1411
#: ../drizzled/drizzled.cc:1173 ../drizzled/drizzled.cc:1943
1413
"Optional comma separated list of plugins to load at starup instead of the "
1414
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1417
#: ../drizzled/drizzled.cc:1180 ../drizzled/drizzled.cc:1743
1395
#: drizzled/drizzled.cc:2106
1398
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1401
#: drizzled/drizzled.cc:2111
1404
"Could not increase number of max_open_files to more than %u (request: %u)"
1407
#: drizzled/drizzled.cc:2192
1409
msgid "Unknown locale: '%s'"
1412
#: drizzled/drizzled.cc:2262
1413
msgid "Can't create thread-keys"
1416
#: drizzled/drizzled.cc:2302
1417
msgid "Unable to reopen stdout"
1420
#: drizzled/drizzled.cc:2305
1421
msgid "Unable to reopen stderr"
1424
#: drizzled/drizzled.cc:2311
1425
msgid "Out of memory"
1428
#: drizzled/drizzled.cc:2318
1429
msgid "You need to use --log-bin to make --binlog-format work."
1432
#: drizzled/drizzled.cc:2340
1434
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1435
"impossible, it would lead to infinite loops in this server."
1438
#: drizzled/drizzled.cc:2360
1441
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1442
"replication may break when this Drizzle server acts as a master and has his "
1443
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1446
#: drizzled/drizzled.cc:2394
1447
msgid "Failed to initialize plugins."
1450
#: drizzled/drizzled.cc:2425
1453
"%s: Too many arguments (first extra is '%s').\n"
1454
"Use --verbose --help to get a list of available options\n"
1457
#: drizzled/drizzled.cc:2435
1458
msgid "Can't init databases"
1461
#: drizzled/drizzled.cc:2455
1463
msgid "Unknown/unsupported table type: %s"
1466
#: drizzled/drizzled.cc:2461
1468
msgid "Default storage engine (%s) is not available"
1471
#: drizzled/drizzled.cc:2484
1472
msgid "Can't initialize tc_log"
1475
#: drizzled/drizzled.cc:2515
1477
msgid "Failed to lock memory. Errno: %d\n"
1480
#: drizzled/drizzled.cc:2584
1482
msgid "Asked for %u thread stack, but got %<PRIu64>"
1485
#: drizzled/drizzled.cc:2620
1487
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1488
"value: we force server id to 1; updates will be logged to the binary log, "
1489
"but connections from slaves will not be accepted."
1492
#: drizzled/drizzled.cc:2678
1493
msgid "Before Lock_thread_count"
1496
#: drizzled/drizzled.cc:2685
1497
msgid "After lock_thread_count"
1500
#: drizzled/drizzled.cc:2793
1502
msgid "drizzled: Got error %d from select"
1505
#: drizzled/drizzled.cc:3029 drizzled/drizzled.cc:3134
1506
#: drizzled/drizzled.cc:3252
1507
msgid "Option used by mysql-test for debugging and testing of replication."
1510
#: drizzled/drizzled.cc:3033
1418
1511
msgid "Auto-increment columns are incremented by this"
1421
#: ../drizzled/drizzled.cc:1182 ../drizzled/drizzled.cc:1748
1514
#: drizzled/drizzled.cc:3038
1423
1516
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1427
#: ../drizzled/drizzled.cc:1184 ../drizzled/drizzled.cc:1754
1520
#: drizzled/drizzled.cc:3044
1429
1522
"Path to installation directory. All paths are usually resolved relative to "
1433
#: ../drizzled/drizzled.cc:1187 ../drizzled/drizzled.cc:1759
1434
msgid "Chroot drizzled daemon during startup."
1437
#: ../drizzled/drizzled.cc:1189 ../drizzled/drizzled.cc:1763
1526
#: drizzled/drizzled.cc:3048
1527
msgid "IP address to bind to."
1530
#: drizzled/drizzled.cc:3052
1532
"Does not have any effect without '--log-bin'. Tell the master the form of "
1533
"binary logging to use: either 'row' for row-based binary logging, or "
1534
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1535
"statement-based binary logging except for those statements where only row-"
1536
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1537
"the UUID() function; for those, row-based binary logging is automatically "
1541
#: drizzled/drizzled.cc:3062
1543
"Tells the master it should log updates for the specified database, and "
1544
"exclude all others not explicitly mentioned."
1547
#: drizzled/drizzled.cc:3066
1549
"Tells the master that updates to the given database should not be logged "
1553
#: drizzled/drizzled.cc:3070
1555
"The maximum size of a row-based binary log event in bytes. Rows will be "
1556
"grouped into events smaller than this size if possible. The value has to be "
1557
"a multiple of 256."
1560
#: drizzled/drizzled.cc:3081
1561
msgid "Don't ignore client side character set value sent during handshake."
1564
#: drizzled/drizzled.cc:3086
1565
msgid "Set the filesystem character set."
1568
#: drizzled/drizzled.cc:3091
1569
msgid "Set the default character set."
1572
#: drizzled/drizzled.cc:3098
1573
msgid "Chroot mysqld daemon during startup."
1576
#: drizzled/drizzled.cc:3102
1438
1577
msgid "Set the default collation."
1441
#: ../drizzled/drizzled.cc:1191 ../drizzled/drizzled.cc:1767
1580
#: drizzled/drizzled.cc:3106
1442
1581
msgid "Default completion type."
1445
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1584
#: drizzled/drizzled.cc:3111
1585
msgid "Write error output on screen."
1588
#: drizzled/drizzled.cc:3115
1446
1589
msgid "Write core on errors."
1449
#: ../drizzled/drizzled.cc:1194 ../drizzled/drizzled.cc:1776
1592
#: drizzled/drizzled.cc:3119
1450
1593
msgid "Path to the database root."
1453
#: ../drizzled/drizzled.cc:1196
1455
msgid "Set the default storage engine for tables."
1596
#: drizzled/drizzled.cc:3123
1597
msgid "Set the default storage engine (table type) for tables."
1458
#: ../drizzled/drizzled.cc:1198
1600
#: drizzled/drizzled.cc:3127
1459
1601
msgid "Set the default time zone."
1462
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1780
1604
#: drizzled/drizzled.cc:3131
1605
msgid "Type of DELAY_KEY_WRITE."
1608
#: drizzled/drizzled.cc:3140
1609
msgid "Print a symbolic stack trace on failure."
1612
#: drizzled/drizzled.cc:3146
1613
msgid "Push supported query conditions to the storage engine."
1616
#: drizzled/drizzled.cc:3152
1463
1617
msgid "Used for debugging; Use at your own risk!"
1466
#: ../drizzled/drizzled.cc:1202 ../drizzled/drizzled.cc:1785
1620
#: drizzled/drizzled.cc:3155
1621
msgid "Flush tables to disk between SQL commands."
1624
#: drizzled/drizzled.cc:3160
1467
1625
msgid "Set up signals usable for debugging"
1470
#: ../drizzled/drizzled.cc:1204
1628
#: drizzled/drizzled.cc:3164
1629
msgid "Command(s) that are executed for each new connection"
1632
#: drizzled/drizzled.cc:3168
1633
msgid "Read SQL commands from this file at startup."
1636
#: drizzled/drizzled.cc:3172
1637
msgid "Command(s) that are executed when a slave connects to this master"
1640
#: drizzled/drizzled.cc:3176
1644
#: drizzled/drizzled.cc:3180
1471
1645
msgid "Set the language used for the month names and the days of the week."
1474
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1789
1648
#: drizzled/drizzled.cc:3185
1649
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1652
#: drizzled/drizzled.cc:3190
1653
msgid "Log connections and queries to file."
1656
#: drizzled/drizzled.cc:3194
1658
"Log update queries in binary format. Optional argument is the location for "
1659
"the binary log files.(Strongly recommended to avoid replication problems if "
1660
"server's hostname changes)"
1663
#: drizzled/drizzled.cc:3201
1664
msgid "File that holds the names for last binary log files."
1667
#: drizzled/drizzled.cc:3205
1668
msgid "Error log file."
1671
#: drizzled/drizzled.cc:3209
1672
msgid "Log all MyISAM changes to file."
1675
#: drizzled/drizzled.cc:3213
1677
"Tells the slave to log the updates from the slave thread to the binary log. "
1678
"You will need to turn it on if you plan to daisy-chain the slaves."
1681
#: drizzled/drizzled.cc:3220
1683
"Path to transaction coordinator log (used for transactions that affect more "
1684
"than one storage engine, when binary log is disabled)"
1687
#: drizzled/drizzled.cc:3226
1688
msgid "Size of transaction coordinator log."
1691
#: drizzled/drizzled.cc:3232
1475
1692
msgid "Log some not critical warnings to the log file."
1478
#: ../drizzled/drizzled.cc:1208 ../drizzled/drizzled.cc:1794
1479
msgid "Pid file used by drizzled."
1482
#: ../drizzled/drizzled.cc:1210
1483
msgid "Maximum time in seconds to wait for the port to become free. "
1486
#: ../drizzled/drizzled.cc:1212
1487
msgid "Include the SQL query in replicated protobuf messages."
1490
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1803
1695
#: drizzled/drizzled.cc:3237
1696
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1699
#: drizzled/drizzled.cc:3242
1701
"The location and name of the file that remembers the master and where the I/"
1702
"O replication thread is in the master's binlogs."
1705
#: drizzled/drizzled.cc:3247
1707
"The number of tries the slave will make to connect to the master before "
1711
#: drizzled/drizzled.cc:3256
1712
msgid "Lock mysqld in memory."
1715
#: drizzled/drizzled.cc:3260
1717
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1718
"BACKUP, FORCE or QUICK."
1721
#: drizzled/drizzled.cc:3265
1722
msgid "Use very new possible 'unsafe' functions."
1725
#: drizzled/drizzled.cc:3270
1726
msgid "Use old, non-optimized alter table."
1729
#: drizzled/drizzled.cc:3275
1730
msgid "Pid file used by safe_mysqld."
1733
#: drizzled/drizzled.cc:3285
1735
"Maximum time in seconds to wait for the port to become free. (Default: no "
1739
#: drizzled/drizzled.cc:3290
1740
msgid "The location and name to use for relay logs."
1743
#: drizzled/drizzled.cc:3294
1745
"The location and name to use for the file that keeps a list of the last "
1749
#: drizzled/drizzled.cc:3299
1751
"The location and name of the file that remembers where the SQL replication "
1752
"thread is in the relay logs."
1755
#: drizzled/drizzled.cc:3304
1757
"Tells the slave thread to restrict replication to the specified database. To "
1758
"specify more than one database, use the directive multiple times, once for "
1759
"each database. Note that this will only work if you do not use cross-"
1760
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
1761
"having selected a different or no database. If you need cross database "
1762
"updates to work, use replicate-wild-do-table=db_name.%."
1765
#: drizzled/drizzled.cc:3313
1767
"Tells the slave thread to restrict replication to the specified table. To "
1768
"specify more than one table, use the directive multiple times, once for each "
1769
"table. This will work for cross-database updates, in contrast to replicate-"
1773
#: drizzled/drizzled.cc:3319
1775
"Tells the slave thread to not replicate to the specified database. To "
1776
"specify more than one database to ignore, use the directive multiple times, "
1777
"once for each database. This option will not work if you use cross database "
1778
"updates. If you need cross database updates to work, use replicate-wild-"
1779
"ignore-table=db_name.%. "
1782
#: drizzled/drizzled.cc:3326
1784
"Tells the slave thread to not replicate to the specified table. To specify "
1785
"more than one table to ignore, use the directive multiple times, once for "
1786
"each table. This will work for cross-datbase updates, in contrast to "
1787
"replicate-ignore-db."
1790
#: drizzled/drizzled.cc:3332
1792
"Updates to a database with a different name than the original. Example: "
1793
"replicate-rewrite-db=master_db_name->slave_db_name."
1796
#: drizzled/drizzled.cc:3336
1798
"In replication, if set to 1, do not skip events having our server id. "
1799
"Default value is 0 (to break infinite loops in circular replication). Can't "
1800
"be set to 1 if --log-slave-updates is used."
1803
#: drizzled/drizzled.cc:3343
1805
"Tells the slave thread to restrict replication to the tables that match the "
1806
"specified wildcard pattern. To specify more than one table, use the "
1807
"directive multiple times, once for each table. This will work for cross-"
1808
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
1809
"only updates to tables in all databases that start with foo and whose table "
1810
"names start with bar."
1813
#: drizzled/drizzled.cc:3351
1815
"Tells the slave thread to not replicate to the tables that match the given "
1816
"wildcard pattern. To specify more than one table to ignore, use the "
1817
"directive multiple times, once for each table. This will work for cross-"
1818
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
1819
"updates to tables in databases that start with foo and whose table names "
1823
#: drizzled/drizzled.cc:3360
1825
"Hostname or IP of the slave to be reported to to the master during slave "
1826
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
1827
"you do not want the slave to register itself with the master. Note that it "
1828
"is not sufficient for the master to simply read the IP of the slave off the "
1829
"socket once the slave connects. Due to NAT and other routing issues, that IP "
1830
"may not be valid for connecting to the slave from the master or other hosts."
1833
#: drizzled/drizzled.cc:3373
1835
"Port for connecting to slave reported to the master during slave "
1836
"registration. Set it only if the slave is listening on a non-default port or "
1837
"if you have a special tunnel from the master or other clients to the slave. "
1838
"If not sure, leave this option unset."
1841
#: drizzled/drizzled.cc:3380
1842
msgid "Skip some optimize stages (for testing)."
1845
#: drizzled/drizzled.cc:3383
1492
1847
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1493
1848
"specified directory"
1496
#: ../drizzled/drizzled.cc:1217 ../drizzled/drizzled.cc:1808
1851
#: drizzled/drizzled.cc:3388
1498
1853
"Uniquely identifies the server instance in the community of replication "
1502
#: ../drizzled/drizzled.cc:1220 ../drizzled/drizzled.cc:1813
1857
#: drizzled/drizzled.cc:3393
1858
msgid "Don't use new, possible wrong routines."
1861
#: drizzled/drizzled.cc:3396
1862
msgid "If set, slave is not autostarted."
1865
#: drizzled/drizzled.cc:3400
1503
1866
msgid "Don't print a stack trace on failure."
1506
#: ../drizzled/drizzled.cc:1222 ../drizzled/drizzled.cc:1817
1869
#: drizzled/drizzled.cc:3404
1870
msgid "Don't give threads different priorities."
1873
#: drizzled/drizzled.cc:3408
1875
"The location where the slave should put its temporary files when replicating "
1876
"a LOAD DATA INFILE command."
1879
#: drizzled/drizzled.cc:3413
1881
"Tells the slave thread to continue replication when a query event returns an "
1882
"error from the provided list."
1885
#: drizzled/drizzled.cc:3417
1887
"Modes for how replication events should be executed. Legal values are "
1888
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
1889
"stop for operations that are idempotent. In STRICT mode, replication will "
1890
"stop on any unexpected difference between the master and the slave."
1893
#: drizzled/drizzled.cc:3425
1897
#: drizzled/drizzled.cc:3428
1507
1898
msgid "Enable symbolic link support."
1510
#: ../drizzled/drizzled.cc:1224 ../drizzled/drizzled.cc:1826
1901
#: drizzled/drizzled.cc:3437
1903
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1906
#: drizzled/drizzled.cc:3442
1908
"Decision to use in heuristic recover process. Possible values are COMMIT or "
1912
#: drizzled/drizzled.cc:3447
1914
"Using this option will cause most temporary files created to use a small set "
1915
"of names, rather than a unique name for each new file."
1918
#: drizzled/drizzled.cc:3452
1512
1920
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1515
#: ../drizzled/drizzled.cc:1227
1516
msgid "Path for temporary files."
1923
#: drizzled/drizzled.cc:3457
1925
"Path for temporary files. Several paths may be specified, separated by a "
1926
"colon (:), in this case they are used in a round-robin fashion."
1519
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1831
1929
#: drizzled/drizzled.cc:3463
1520
1930
msgid "Default transaction isolation level."
1523
#: ../drizzled/drizzled.cc:1231
1525
"Max message size written to transaction log, valid values 131072 - 1048576 "
1529
#: ../drizzled/drizzled.cc:1233 ../drizzled/drizzled.cc:1835
1530
msgid "Run drizzled daemon as user."
1533
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1839
1535
"The number of outstanding connection requests Drizzle can have. This comes "
1536
"into play when the main Drizzle thread gets very many connection requests in "
1537
"a very short time."
1540
#: ../drizzled/drizzled.cc:1242 ../drizzled/drizzled.cc:1845
1542
"Size of tree cache used in bulk insert optimization. Note that this is a "
1933
#: drizzled/drizzled.cc:3467
1934
msgid "Run mysqld daemon as user."
1937
#: drizzled/drizzled.cc:3475
1939
"The number of outstanding connection requests MySQL can have. This comes "
1940
"into play when the main MySQL thread gets very many connection requests in a "
1944
#: drizzled/drizzled.cc:3481
1946
"The size of the cache to hold the SQL statements for the binary log during a "
1947
"transaction. If you often use big, multi-statement transactions you can "
1948
"increase this to get more performance."
1951
#: drizzled/drizzled.cc:3487
1953
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1543
1954
"limit per thread!"
1546
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1851
1957
#: drizzled/drizzled.cc:3493
1959
"The number of seconds the mysqld server is waiting for a connect packet "
1960
"before responding with 'Bad handshake'."
1963
#: drizzled/drizzled.cc:3498
1964
msgid "The DATE format (For future)."
1967
#: drizzled/drizzled.cc:3503
1968
msgid "The DATETIME/TIMESTAMP format (for future)."
1971
#: drizzled/drizzled.cc:3508
1972
msgid "The default week format used by WEEK() functions."
1975
#: drizzled/drizzled.cc:3513
1548
1977
"Precision of the result of '/' operator will be increased on that value."
1551
#: ../drizzled/drizzled.cc:1248
1980
#: drizzled/drizzled.cc:3519
1982
"If non-zero, binary logs will be purged after expire_logs_days days; "
1983
"possible purges happen at startup and at binary log rotation."
1986
#: drizzled/drizzled.cc:3525
1552
1987
msgid "The maximum length of the result of function group_concat."
1555
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1857
1990
#: drizzled/drizzled.cc:3530
1992
"The number of seconds the server waits for activity on an interactive "
1993
"connection before closing it."
1996
#: drizzled/drizzled.cc:3536
1556
1997
msgid "The size of the buffer that is used for full joins."
1559
#: ../drizzled/drizzled.cc:1253
1561
"A global cap on the amount of memory that can be allocated by session join "
1562
"buffers (0 means unlimited)"
1565
#: ../drizzled/drizzled.cc:1255 ../drizzled/drizzled.cc:1863
2000
#: drizzled/drizzled.cc:3542
2001
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2004
#: drizzled/drizzled.cc:3547
2006
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2007
"this to get better index handling (for all reads and multiple writes) to as "
2008
"much as you can afford;"
2011
#: drizzled/drizzled.cc:3556
2013
"This characterizes the number of hits a hot block has to be untouched until "
2014
"it is considered aged enough to be downgraded to a warm block. This "
2015
"specifies the percentage ratio of that number of hits to the total number of "
2016
"blocks in key cache"
2019
#: drizzled/drizzled.cc:3565
2020
msgid "The default size of key cache blocks"
2023
#: drizzled/drizzled.cc:3571
2024
msgid "The minimum percentage of warm blocks in key cache"
2027
#: drizzled/drizzled.cc:3577
1566
2028
msgid "Max packetlength to send/receive from to server."
1569
#: ../drizzled/drizzled.cc:1257
2031
#: drizzled/drizzled.cc:3582
2033
"Can be used to restrict the total size used to cache a multi-transaction "
2037
#: drizzled/drizzled.cc:3587
2039
"Binary log will be rotated automatically when the size exceeds this value. "
2040
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2041
"for this variable is 4096."
2044
#: drizzled/drizzled.cc:3593
2046
"If there is more than this number of interrupted connections from a host "
2047
"this host will be blocked from further connections."
2050
#: drizzled/drizzled.cc:3600
2051
msgid "The number of simultaneous clients allowed."
2054
#: drizzled/drizzled.cc:3605
1570
2055
msgid "Max number of errors/warnings to store for a statement."
1573
#: ../drizzled/drizzled.cc:1259 ../drizzled/drizzled.cc:1868
2058
#: drizzled/drizzled.cc:3610
1574
2059
msgid "Don't allow creation of heap tables bigger than this."
1577
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1874
2062
#: drizzled/drizzled.cc:3616
1579
2064
"Joins that are probably going to read more than max_join_size records return "
1583
#: ../drizzled/drizzled.cc:1264 ../drizzled/drizzled.cc:1880
2068
#: drizzled/drizzled.cc:3622
1584
2069
msgid "Max number of bytes in sorted records."
1587
#: ../drizzled/drizzled.cc:1266 ../drizzled/drizzled.cc:1885
2072
#: drizzled/drizzled.cc:3627
2074
"If non-zero: relay log will be rotated automatically when the size exceeds "
2075
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2076
"excepted, the minimum value for this variable is 4096."
2079
#: drizzled/drizzled.cc:3634
1588
2080
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1591
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1890
2083
#: drizzled/drizzled.cc:3639
1593
2085
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1594
2086
"max_sort_length bytes of each value are used; the rest are ignored)."
1597
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1897
2089
#: drizzled/drizzled.cc:3646
2090
msgid "Maximum number of temporary tables a client can keep open at a time."
2093
#: drizzled/drizzled.cc:3651
1598
2094
msgid "After this many write locks, allow some read locks to run in between."
1601
#: ../drizzled/drizzled.cc:1274 ../drizzled/drizzled.cc:1901
2097
#: drizzled/drizzled.cc:3655
1603
2099
"Don't log queries which examine less than min_examined_row_limit rows to "
1607
#: ../drizzled/drizzled.cc:1277
1609
"Do not apply any heuristic(s) during query optimization to prune, thus "
1610
"perform an exhaustive search from the optimizer search space."
1613
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1915
2103
#: drizzled/drizzled.cc:3661
2104
msgid "Block size to be used for MyISAM index pages."
2107
#: drizzled/drizzled.cc:3667
2108
msgid "Default pointer size to be used for MyISAM tables."
2111
#: drizzled/drizzled.cc:3672
2113
"Don't use the fast sort index method to created index if the temporary file "
2114
"would get bigger than this."
2117
#: drizzled/drizzled.cc:3679
2119
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2120
"disables parallel repair."
2123
#: drizzled/drizzled.cc:3685
2125
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2126
"when creating indexes with CREATE INDEX or ALTER TABLE."
2129
#: drizzled/drizzled.cc:3691
2131
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2132
"Possible values of name are 'nulls_unequal' (default behavior), "
2133
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2136
#: drizzled/drizzled.cc:3698
2137
msgid "Buffer length for TCP/IP and socket communication."
2140
#: drizzled/drizzled.cc:3703
2142
"Number of seconds to wait for more data from a connection before aborting "
2146
#: drizzled/drizzled.cc:3709
2148
"If a read on a communication port is interrupted, retry this many times "
2152
#: drizzled/drizzled.cc:3715
2154
"Number of seconds to wait for a block to be written to a connection before "
2155
"aborting the write."
2158
#: drizzled/drizzled.cc:3721
2159
msgid "Use compatible behavior."
2162
#: drizzled/drizzled.cc:3726
2164
"If this is not 0, then mysqld will use this value to reserve file "
2165
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2166
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2167
"larger) number of files."
2170
#: drizzled/drizzled.cc:3733
2172
"Controls the heuristic(s) applied during query optimization to prune less-"
2173
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2174
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2175
"on number of retrieved rows."
2178
#: drizzled/drizzled.cc:3741
1615
2180
"Maximum depth of search performed by the query optimizer. Values larger than "
1616
2181
"the number of relations in a query result in better query plans, but take "
1621
2186
"(used for testing/comparison)."
1624
#: ../drizzled/drizzled.cc:1289 ../drizzled/drizzled.cc:1949
2189
#: drizzled/drizzled.cc:3753
2190
msgid "Directory for plugins."
2193
#: drizzled/drizzled.cc:3757
2195
"Optional comma separated list of plugins to load, where each plugin is "
2196
"identified by the name of the shared library. [for example: --"
2197
"plugin_load=libmd5udf.so]"
2200
#: drizzled/drizzled.cc:3763
1625
2201
msgid "The size of the buffer that is allocated when preloading indexes"
1628
#: ../drizzled/drizzled.cc:1292 ../drizzled/drizzled.cc:1954
2204
#: drizzled/drizzled.cc:3768
1629
2205
msgid "Allocation block size for query parsing and execution"
1632
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1959
2208
#: drizzled/drizzled.cc:3773
1633
2209
msgid "Persistent buffer for query parsing and execution"
1636
#: ../drizzled/drizzled.cc:1298 ../drizzled/drizzled.cc:1965
2212
#: drizzled/drizzled.cc:3779
1637
2213
msgid "Allocation block size for storing ranges during optimization"
1640
#: ../drizzled/drizzled.cc:1301 ../drizzled/drizzled.cc:1971
2216
#: drizzled/drizzled.cc:3785
1642
2218
"Each thread that does a sequential scan allocates a buffer of this size for "
1643
2219
"each table it scans. If you do many sequential scans, you may want to "
1644
2220
"increase this value."
1647
#: ../drizzled/drizzled.cc:1306
1648
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
2223
#: drizzled/drizzled.cc:3793
2225
"Make all non-temporary tables read-only, with the exception for replication "
2226
"(slave) threads and users with the SUPER privilege"
1651
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1979
2229
#: drizzled/drizzled.cc:3799
1653
2231
"When reading rows in sorted order after a sort, the rows are read through "
1654
2232
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1655
2233
"record_buffer."
1658
#: ../drizzled/drizzled.cc:1314
1659
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1662
#: ../drizzled/drizzled.cc:1316
1663
msgid "Select scheduler to be used (by default multi-thread)."
1666
#: ../drizzled/drizzled.cc:1319 ../drizzled/drizzled.cc:1988
2236
#: drizzled/drizzled.cc:3813
2238
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2242
#: drizzled/drizzled.cc:3819
2243
msgid "Maximum space to use for all relay logs."
2246
#: drizzled/drizzled.cc:3824
2247
msgid "Use compression on master/slave protocol."
2250
#: drizzled/drizzled.cc:3829
2252
"Number of seconds to wait for more data from a master/slave connection "
2253
"before aborting the read."
2256
#: drizzled/drizzled.cc:3834
2258
"Number of times the slave SQL thread will retry a transaction in case it "
2259
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2263
#: drizzled/drizzled.cc:3840
2264
msgid "Allow slave to batch requests."
2267
#: drizzled/drizzled.cc:3844
2269
"If creating the thread takes longer than this value (in seconds), the "
2270
"Slow_launch_threads counter will be incremented."
2273
#: drizzled/drizzled.cc:3849
1667
2274
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1670
#: ../drizzled/drizzled.cc:1322
2277
#: drizzled/drizzled.cc:3855
1672
"A global cap on the amount of memory that can be allocated by session sort "
1673
"buffers (0 means unlimited)"
2279
"Synchronously flush binary log to disk after every #th event. Use 0 "
2280
"(default) to disable synchronous flushing."
1676
#: ../drizzled/drizzled.cc:1324 ../drizzled/drizzled.cc:1994
2283
#: drizzled/drizzled.cc:3860
1677
2284
msgid "The number of cached table definitions."
1680
#: ../drizzled/drizzled.cc:1326 ../drizzled/drizzled.cc:1998
2287
#: drizzled/drizzled.cc:3864
1681
2288
msgid "The number of cached open tables."
1684
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2002
2291
#: drizzled/drizzled.cc:3868
1686
2293
"Timeout in seconds to wait for a table level lock before returning an error. "
1687
2294
"Used only if the connection has active cursors."
1690
#: ../drizzled/drizzled.cc:1331 ../drizzled/drizzled.cc:2007
2297
#: drizzled/drizzled.cc:3873
2298
msgid "How many threads we should keep in a cache for reuse."
2301
#: drizzled/drizzled.cc:3877
2303
"How many threads we should create to handle query requests in case of "
2304
"'thread_handling=pool-of-threads'"
2307
#: drizzled/drizzled.cc:3882
1691
2308
msgid "The stack size for each thread."
1694
#: ../drizzled/drizzled.cc:1334 ../drizzled/drizzled.cc:2013
2311
#: drizzled/drizzled.cc:3888
2312
msgid "The TIME format (for future)."
2315
#: drizzled/drizzled.cc:3893
1696
"If an internal in-memory temporary table exceeds this size, Drizzle will "
2317
"If an internal in-memory temporary table exceeds this size, MySQL will "
1697
2318
"automatically convert it to an on-disk MyISAM table."
1700
#: ../drizzled/drizzled.cc:1357
1701
msgid "Duplicate entry for command line option\n"
1704
#: ../drizzled/drizzled.cc:1404 ../drizzled/drizzled.cc:1422
1705
#: ../drizzled/drizzled.cc:1456 ../drizzled/drizzled.cc:1464
1706
#: ../drizzled/drizzled.cc:1484
1710
"Use --help to get a list of available options\n"
1713
#: ../drizzled/drizzled.cc:1434
1714
msgid "Failed to initialize plugins\n"
1717
#: ../drizzled/drizzled.cc:1472
1721
"Use --help to get a list of available options\n"
1724
#: ../drizzled/drizzled.cc:1521
1726
msgid "Error getting default charset"
1729
#: ../drizzled/drizzled.cc:1551
1730
msgid "Error setting collation"
1733
#: ../drizzled/drizzled.cc:1559
1735
msgid "Unknown locale: '%s'"
1738
#: ../drizzled/drizzled.cc:1579
1739
msgid "Could not initialize table cache\n"
1742
#: ../drizzled/drizzled.cc:1594
1743
msgid "XA cache initialization failed: Out of memory\n"
1746
#: ../drizzled/drizzled.cc:1624
1747
msgid "No scheduler found, cannot continue!\n"
1750
#: ../drizzled/drizzled.cc:1648
1752
msgid "Unknown/unsupported storage engine: %s\n"
1755
#: ../drizzled/drizzled.cc:1798
1757
"Maximum time in seconds to wait for the port to become free. (Default: no "
1761
#: ../drizzled/drizzled.cc:1907
1763
"Controls the heuristic(s) applied during query optimization to prune less-"
1764
"promising partial plans from the optimizer search space. Meaning: false - do "
1765
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1766
"based on number of retrieved rows."
1769
#: ../drizzled/drizzled.cc:2039
1772
"Copyright (C) 2008 Sun Microsystems\n"
2321
#: drizzled/drizzled.cc:3899
2322
msgid "Allocation block size for transactions to be stored in binary log"
2325
#: drizzled/drizzled.cc:3904
2326
msgid "Persistent buffer for transactions to be stored in binary log"
2329
#: drizzled/drizzled.cc:3909
2331
"The number of seconds the server waits for activity on a connection before "
2335
#: drizzled/drizzled.cc:4157
2337
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
1773
2338
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1774
2339
"and you are welcome to modify and redistribute it under the GPL license\n"
1776
msgstr "版权所有 (C) 2008 Sun Microsystem\n"
2341
"Starts the Drizzle database server\n"
1778
#: ../drizzled/drizzled.cc:2046
2344
#: drizzled/drizzled.cc:4164
1780
2346
msgid "Usage: %s [OPTIONS]\n"
1783
#: ../drizzled/drizzled.cc:2167
2349
#: drizzled/drizzled.cc:4175
2352
"To see what values a running Drizzle server is using, type\n"
2353
"'drizzleadmin variables' instead of 'drizzled --help'."
2356
#: drizzled/drizzled.cc:4353
1786
2359
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1787
2360
"command line\n"
1790
#: ../drizzled/drizzled.cc:2184
1791
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1794
#: ../drizzled/drizzled.cc:2197
1795
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1798
#: ../drizzled/drizzled.cc:2210
1799
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1802
#: ../drizzled/drizzled.cc:2223
1803
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1806
#: ../drizzled/drizzled.cc:2338
1809
"There was an error creating the '%s' part of the path '%s'. Please check "
1810
"the path exists and is writable.\n"
1813
#: ../drizzled/drizzled.cc:2345
1816
"There was an error opening the path '%s', please check the path exists and "
1820
#: ../drizzled/error.cc:133
1822
msgid "Unknown error %d"
1825
#: ../drizzled/error.cc:207
1829
#: ../drizzled/error.cc:208
1830
msgid "Error on first"
1833
#: ../drizzled/error.cc:209
2363
#: drizzled/drizzled.cc:4405
2365
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2368
#: drizzled/drizzled.cc:4414
2370
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2373
#: drizzled/drizzled.cc:4424
2375
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2378
#: drizzled/drizzled.cc:4453 drizzled/drizzled.cc:4462
2380
msgid "Could not add do table rule '%s'!\n"
2383
#: drizzled/drizzled.cc:4471 drizzled/drizzled.cc:4480
2385
msgid "Could not add ignore table rule '%s'!\n"
2388
#: drizzled/drizzled.cc:4504
2389
msgid "Can't start server: cannot resolve hostname!"
2392
#: drizzled/drizzled.cc:4510
2393
msgid "Can't start server: bind-address refers to multiple interfaces!"
2396
#: drizzled/drizzled.cc:4868
2398
msgid "No option given to %s\n"
2401
#: drizzled/drizzled.cc:4870
2403
msgid "Wrong option to %s. Option(s) given: %s\n"
2406
#: drizzled/drizzled.cc:4872
2408
msgid "Alternatives are: '%s'"
2411
#: drizzled/error.cc:34
2415
#: drizzled/error.cc:36
2419
#: drizzled/error.cc:38
1837
#: ../drizzled/error.cc:210
2423
#: drizzled/error.cc:40
1841
#: ../drizzled/error.cc:211
2427
#: drizzled/error.cc:42
1843
2429
msgid "Can't create file '%-.200s' (errno: %d)"
1846
#: ../drizzled/error.cc:212
2432
#: drizzled/error.cc:44
1848
2434
msgid "Can't create table '%-.200s' (errno: %d)"
1851
#: ../drizzled/error.cc:213
1853
msgid "Can't create schema '%-.192s' (errno: %d)"
1856
#: ../drizzled/error.cc:214
1858
msgid "Can't create schema '%-.192s'; schema exists"
1861
#: ../drizzled/error.cc:215
1863
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1866
#: ../drizzled/error.cc:216
2437
#: drizzled/error.cc:46
2439
msgid "Can't create database '%-.192s' (errno: %d)"
2442
#: drizzled/error.cc:48
2444
msgid "Can't create database '%-.192s'; database exists"
2447
#: drizzled/error.cc:50
2449
msgid "Can't drop database '%-.192s'; database doesn't exist"
2452
#: drizzled/error.cc:52
2454
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2457
#: drizzled/error.cc:54
2459
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2462
#: drizzled/error.cc:56
1868
2464
msgid "Error on delete of '%-.192s' (errno: %d)"
1871
#: ../drizzled/error.cc:217
2467
#: drizzled/error.cc:58
2468
msgid "Can't read record in system table"
2471
#: drizzled/error.cc:60
1873
2473
msgid "Can't get status of '%-.200s' (errno: %d)"
1876
#: ../drizzled/error.cc:218
2476
#: drizzled/error.cc:62
2478
msgid "Can't get working directory (errno: %d)"
2481
#: drizzled/error.cc:64
1878
2483
msgid "Can't lock file (errno: %d)"
1881
#: ../drizzled/error.cc:219
2486
#: drizzled/error.cc:66
1883
2488
msgid "Can't open file: '%-.200s' (errno: %d)"
1886
#: ../drizzled/error.cc:220
2491
#: drizzled/error.cc:68
1888
2493
msgid "Can't find file: '%-.200s' (errno: %d)"
1891
#: ../drizzled/error.cc:221
2496
#: drizzled/error.cc:70
1893
2498
msgid "Can't read dir of '%-.192s' (errno: %d)"
1896
#: ../drizzled/error.cc:222
2501
#: drizzled/error.cc:72
2503
msgid "Can't change dir to '%-.192s' (errno: %d)"
2506
#: drizzled/error.cc:74
1898
2508
msgid "Record has changed since last read in table '%-.192s'"
1901
#: ../drizzled/error.cc:223
2511
#: drizzled/error.cc:76
1903
2513
msgid "Disk full (%s); waiting for someone to free some space..."
1906
#: ../drizzled/error.cc:224
2516
#: drizzled/error.cc:78
1908
2518
msgid "Can't write; duplicate key in table '%-.192s'"
1911
#: ../drizzled/error.cc:225
2521
#: drizzled/error.cc:80
1913
2523
msgid "Error on close of '%-.192s' (errno: %d)"
1916
#: ../drizzled/error.cc:226
2526
#: drizzled/error.cc:82
1918
2528
msgid "Error reading file '%-.200s' (errno: %d)"
1921
#: ../drizzled/error.cc:227
2531
#: drizzled/error.cc:84
1923
2533
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1926
#: ../drizzled/error.cc:228
2536
#: drizzled/error.cc:86
1928
2538
msgid "Error writing file '%-.200s' (errno: %d)"
1931
#: ../drizzled/error.cc:229
2541
#: drizzled/error.cc:88
1933
2543
msgid "'%-.192s' is locked against change"
1936
#: ../drizzled/error.cc:230
2546
#: drizzled/error.cc:90
1937
2547
msgid "Sort aborted"
1940
#: ../drizzled/error.cc:231
2550
#: drizzled/error.cc:92
2552
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2555
#: drizzled/error.cc:94
1942
2557
msgid "Got error %d from storage engine"
1945
#: ../drizzled/error.cc:232
2560
#: drizzled/error.cc:96
1947
2562
msgid "Table storage engine for '%-.192s' doesn't have this option"
1950
#: ../drizzled/error.cc:233
2565
#: drizzled/error.cc:98
1952
2567
msgid "Can't find record in '%-.192s'"
1955
#: ../drizzled/error.cc:234
2570
#: drizzled/error.cc:100
1957
2572
msgid "Incorrect information in file: '%-.200s'"
1960
#: ../drizzled/error.cc:235
2575
#: drizzled/error.cc:102
1962
2577
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1965
#: ../drizzled/error.cc:236
2580
#: drizzled/error.cc:104
1967
2582
msgid "Old key file for table '%-.192s'; repair it!"
1970
#: ../drizzled/error.cc:237
2585
#: drizzled/error.cc:106
1972
2587
msgid "Table '%-.192s' is read only"
1975
#: ../drizzled/error.cc:238
2590
#: drizzled/error.cc:108
1977
msgid "Out of memory; restart server and try again (needed %lu bytes)"
2592
msgid "Out of memory; restart server and try again (needed %d bytes)"
1980
#: ../drizzled/error.cc:239
2595
#: drizzled/error.cc:110
1981
2596
msgid "Out of sort memory; increase server sort buffer size"
1984
#: ../drizzled/error.cc:240
1985
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
1988
#: ../drizzled/error.cc:241
1989
msgid "Global join memory constraint hit; increase join-heap-threshold"
1992
#: ../drizzled/error.cc:242
1993
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
1996
#: ../drizzled/error.cc:243
1997
msgid "Global read memory constraint hit; increase read-buffer-threshold"
2000
#: ../drizzled/error.cc:244
2599
#: drizzled/error.cc:112
2002
2601
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2005
#: ../drizzled/error.cc:245
2604
#: drizzled/error.cc:114
2006
2605
msgid "Too many connections"
2009
#: ../drizzled/error.cc:246
2608
#: drizzled/error.cc:116
2011
"Out of memory; check if drizzled or some other process uses all available "
2012
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
2610
"Out of memory; check if mysqld or some other process uses all available "
2611
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
2013
2612
"memory or you can add more swap space"
2016
#: ../drizzled/error.cc:247
2615
#: drizzled/error.cc:118
2017
2616
msgid "Can't get hostname for your address"
2020
#: ../drizzled/error.cc:248
2619
#: drizzled/error.cc:120
2021
2620
msgid "Bad handshake"
2024
#: ../drizzled/error.cc:249
2623
#: drizzled/error.cc:122
2026
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
2625
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2029
#: ../drizzled/error.cc:250
2628
#: drizzled/error.cc:124
2031
2630
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2034
#: ../drizzled/error.cc:251
2035
msgid "No schema selected"
2633
#: drizzled/error.cc:126
2634
msgid "No database selected"
2038
#: ../drizzled/error.cc:252
2637
#: drizzled/error.cc:128
2039
2638
msgid "Unknown command"
2042
#: ../drizzled/error.cc:253
2641
#: drizzled/error.cc:130
2044
2643
msgid "Column '%-.192s' cannot be null"
2047
#: ../drizzled/error.cc:254
2646
#: drizzled/error.cc:132
2049
msgid "Unknown schema '%-.192s'"
2648
msgid "Unknown database '%-.192s'"
2052
#: ../drizzled/error.cc:255
2651
#: drizzled/error.cc:134
2054
2653
msgid "Table '%-.192s' already exists"
2057
#: ../drizzled/error.cc:256
2656
#: drizzled/error.cc:136
2059
2658
msgid "Unknown table '%-.100s'"
2062
#: ../drizzled/error.cc:257
2661
#: drizzled/error.cc:138
2064
2663
msgid "Column '%-.192s' in %-.192s is ambiguous"
2067
#: ../drizzled/error.cc:258
2666
#: drizzled/error.cc:140
2068
2667
msgid "Server shutdown in progress"
2071
#: ../drizzled/error.cc:259
2670
#: drizzled/error.cc:142
2073
2672
msgid "Unknown column '%-.192s' in '%-.192s'"
2076
#: ../drizzled/error.cc:260
2675
#: drizzled/error.cc:144
2078
2677
msgid "'%-.192s' isn't in GROUP BY"
2081
#: ../drizzled/error.cc:261
2680
#: drizzled/error.cc:146
2083
2682
msgid "Can't group on '%-.192s'"
2086
#: ../drizzled/error.cc:262
2685
#: drizzled/error.cc:148
2087
2686
msgid "Statement has sum functions and columns in same statement"
2090
#: ../drizzled/error.cc:263
2689
#: drizzled/error.cc:150
2091
2690
msgid "Column count doesn't match value count"
2094
#: ../drizzled/error.cc:264
2693
#: drizzled/error.cc:152
2096
2695
msgid "Identifier name '%-.100s' is too long"
2099
#: ../drizzled/error.cc:265
2698
#: drizzled/error.cc:154
2101
2700
msgid "Duplicate column name '%-.192s'"
2104
#: ../drizzled/error.cc:266
2703
#: drizzled/error.cc:156
2106
2705
msgid "Duplicate key name '%-.192s'"
2109
#: ../drizzled/error.cc:267
2708
#: drizzled/error.cc:158
2111
2710
msgid "Duplicate entry '%-.192s' for key %d"
2114
#: ../drizzled/error.cc:268
2713
#: drizzled/error.cc:160
2116
2715
msgid "Incorrect column specifier for column '%-.192s'"
2119
#: ../drizzled/error.cc:269
2718
#: drizzled/error.cc:162
2121
2720
msgid "%s near '%-.80s' at line %d"
2124
#: ../drizzled/error.cc:270
2126
msgid "Parsing error near '%s'"
2129
#: ../drizzled/error.cc:271
2723
#: drizzled/error.cc:164
2130
2724
msgid "Query was empty"
2133
#: ../drizzled/error.cc:272
2727
#: drizzled/error.cc:166
2135
2729
msgid "Not unique table/alias: '%-.192s'"
2138
#: ../drizzled/error.cc:273
2732
#: drizzled/error.cc:168
2140
2734
msgid "Invalid default value for '%-.192s'"
2143
#: ../drizzled/error.cc:274
2737
#: drizzled/error.cc:170
2144
2738
msgid "Multiple primary key defined"
2147
#: ../drizzled/error.cc:275
2741
#: drizzled/error.cc:172
2149
2743
msgid "Too many keys specified; max %d keys allowed"
2152
#: ../drizzled/error.cc:276
2746
#: drizzled/error.cc:174
2154
2748
msgid "Too many key parts specified; max %d parts allowed"
2157
#: ../drizzled/error.cc:277
2751
#: drizzled/error.cc:176
2159
2753
msgid "Specified key was too long; max key length is %d bytes"
2162
#: ../drizzled/error.cc:278
2756
#: drizzled/error.cc:178
2164
2758
msgid "Key column '%-.192s' doesn't exist in table"
2167
#: ../drizzled/error.cc:279
2761
#: drizzled/error.cc:180
2170
2764
"BLOB column '%-.192s' can't be used in key specification with the used table "
2174
#: ../drizzled/error.cc:280
2768
#: drizzled/error.cc:182
2177
2771
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2181
#: ../drizzled/error.cc:281
2775
#: drizzled/error.cc:184
2183
2777
"Incorrect table definition; there can be only one auto column and it must be "
2184
2778
"defined as a key"
2187
#: ../drizzled/error.cc:282
2781
#: drizzled/error.cc:186
2784
"%s: ready for connections.\n"
2785
"Version: '%s' socket: '%s' port: %d"
2788
#: drizzled/error.cc:188
2189
2790
msgid "%s: Normal shutdown\n"
2192
#: ../drizzled/error.cc:283
2793
#: drizzled/error.cc:190
2194
2795
msgid "%s: Got signal %d. Aborting!\n"
2197
#: ../drizzled/error.cc:284
2798
#: drizzled/error.cc:192
2199
2800
msgid "%s: Shutdown complete\n"
2202
#: ../drizzled/error.cc:285
2803
#: drizzled/error.cc:194
2204
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2805
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2207
#: ../drizzled/error.cc:286
2808
#: drizzled/error.cc:196
2208
2809
msgid "Can't create IP socket"
2211
#: ../drizzled/error.cc:287
2812
#: drizzled/error.cc:198
2214
2815
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2218
#: ../drizzled/error.cc:288
2221
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2819
#: drizzled/error.cc:200
2820
msgid "Field separator argument is not what is expected; check the manual"
2225
#: ../drizzled/error.cc:289
2823
#: drizzled/error.cc:202
2227
2825
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2230
#: ../drizzled/error.cc:290
2828
#: drizzled/error.cc:204
2233
"The file '%-.128s' must be in the schema directory or be readable by all"
2831
"The file '%-.128s' must be in the database directory or be readable by all"
2236
#: ../drizzled/error.cc:291
2834
#: drizzled/error.cc:206
2238
2836
msgid "File '%-.200s' already exists"
2241
#: ../drizzled/error.cc:292
2839
#: drizzled/error.cc:208
2243
2841
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2246
#: ../drizzled/error.cc:293
2844
#: drizzled/error.cc:210
2846
msgid "Records: %ld Duplicates: %ld"
2849
#: drizzled/error.cc:212
2248
2851
"Incorrect prefix key; the used key part isn't a string, the used length is "
2249
2852
"longer than the key part, or the storage engine doesn't support unique "
2253
#: ../drizzled/error.cc:294
2856
#: drizzled/error.cc:214
2254
2857
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2257
#: ../drizzled/error.cc:295
2860
#: drizzled/error.cc:216
2259
2862
msgid "Can't DROP '%-.192s'; check that column/key exists"
2262
#: ../drizzled/error.cc:296
2865
#: drizzled/error.cc:218
2264
2867
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2267
#: ../drizzled/error.cc:297
2870
#: drizzled/error.cc:220
2269
2872
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2272
#. KILL session errors
2273
#: ../drizzled/error.cc:300
2275
msgid "Unknown session id: %lu"
2278
#: ../drizzled/error.cc:301
2280
msgid "You are not the owner of session %lu"
2283
#: ../drizzled/error.cc:302
2284
msgid "You cannot kill the session you are connected from."
2287
#: ../drizzled/error.cc:305
2875
#: drizzled/error.cc:222
2877
msgid "Unknown thread id: %lu"
2880
#: drizzled/error.cc:224
2882
msgid "You are not owner of thread %lu"
2885
#: drizzled/error.cc:226
2288
2886
msgid "No tables used"
2291
#: ../drizzled/error.cc:306
2889
#: drizzled/error.cc:228
2891
msgid "Too many strings for column %-.192s and SET"
2894
#: drizzled/error.cc:230
2896
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2899
#: drizzled/error.cc:232
2901
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2904
#: drizzled/error.cc:234
2906
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2909
#: drizzled/error.cc:236
2293
2911
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2296
#: ../drizzled/error.cc:307
2914
#: drizzled/error.cc:238
2298
msgid "Incorrect schema name '%-.100s'"
2916
msgid "Incorrect database name '%-.100s'"
2301
#: ../drizzled/error.cc:308
2919
#: drizzled/error.cc:240
2303
2921
msgid "Incorrect table name '%-.100s'"
2306
#: ../drizzled/error.cc:309
2924
#: drizzled/error.cc:242
2308
2926
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2309
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2927
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
2312
#: ../drizzled/error.cc:310
2930
#: drizzled/error.cc:244
2313
2931
msgid "Unknown error"
2316
#: ../drizzled/error.cc:311
2934
#: drizzled/error.cc:246
2318
2936
msgid "Unknown procedure '%-.192s'"
2321
#: ../drizzled/error.cc:312
2939
#: drizzled/error.cc:248
2323
2941
msgid "Incorrect parameter count to procedure '%-.192s'"
2326
#: ../drizzled/error.cc:313
2944
#: drizzled/error.cc:250
2946
msgid "Incorrect parameters to procedure '%-.192s'"
2949
#: drizzled/error.cc:252
2328
2951
msgid "Unknown table '%-.192s' in %-.32s"
2331
#: ../drizzled/error.cc:314
2954
#: drizzled/error.cc:254
2333
2956
msgid "Column '%-.192s' specified twice"
2336
#: ../drizzled/error.cc:315
2959
#: drizzled/error.cc:256
2337
2960
msgid "Invalid use of group function"
2340
#: ../drizzled/error.cc:316
2963
#: drizzled/error.cc:258
2343
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2966
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
2346
#: ../drizzled/error.cc:317
2969
#: drizzled/error.cc:260
2347
2970
msgid "A table must have at least 1 column"
2350
#: ../drizzled/error.cc:318
2973
#: drizzled/error.cc:262
2352
2975
msgid "The table '%-.192s' is full"
2355
#: ../drizzled/error.cc:319
2357
msgid "Too many tables; Drizzle can only use %d tables in a join"
2360
#: ../drizzled/error.cc:320
2978
#: drizzled/error.cc:264
2980
msgid "Unknown character set: '%-.64s'"
2983
#: drizzled/error.cc:266
2985
msgid "Too many tables; MySQL can only use %d tables in a join"
2988
#: drizzled/error.cc:268
2361
2989
msgid "Too many columns"
2364
#: ../drizzled/error.cc:321
2992
#: drizzled/error.cc:270
2367
2995
"Row size too large. The maximum row size for the used table type, not "
2368
2996
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2371
#: ../drizzled/error.cc:322
2999
#: drizzled/error.cc:272
3002
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
3003
"thread_stack=#' to specify a bigger stack if needed"
3006
#: drizzled/error.cc:274
2372
3007
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2375
#: ../drizzled/error.cc:323
3010
#: drizzled/error.cc:276
2378
3013
"Table handler doesn't support NULL in given index. Please change column "
2379
3014
"'%-.192s' to be NOT NULL or use another handler"
2382
#: ../drizzled/error.cc:324
2383
msgid "No paths allowed for plugin library"
2386
#: ../drizzled/error.cc:325
2388
msgid "Plugin '%-.192s' already exists"
2391
#: ../drizzled/error.cc:326
2393
msgid "Can't open shared library '%-.192s' (errno: %d %s)"
2396
#: ../drizzled/error.cc:327
2398
msgid "Can't find symbol '%-.128s' in library '%s'"
2401
#: ../drizzled/error.cc:328
3017
#: drizzled/error.cc:278
3019
msgid "Can't load function '%-.192s'"
3022
#: drizzled/error.cc:280
3024
msgid "Can't initialize function '%-.192s'; %-.80s"
3027
#: drizzled/error.cc:282
3028
msgid "No paths allowed for shared library"
3031
#: drizzled/error.cc:284
3033
msgid "Function '%-.192s' already exists"
3036
#: drizzled/error.cc:286
3038
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3041
#: drizzled/error.cc:288
3043
msgid "Can't find symbol '%-.128s' in library"
3046
#: drizzled/error.cc:290
3048
msgid "Function '%-.192s' is not defined"
3051
#: drizzled/error.cc:292
3054
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3055
"'mysqladmin flush-hosts'"
3058
#: drizzled/error.cc:294
3060
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3063
#: drizzled/error.cc:296
3065
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3066
"to change passwords"
3069
#: drizzled/error.cc:298
3071
"You must have privileges to update tables in the mysql database to be able "
3072
"to change passwords for others"
3075
#: drizzled/error.cc:300
3076
msgid "Can't find any matching row in the user table"
3079
#: drizzled/error.cc:302
2403
3081
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2406
#: ../drizzled/error.cc:329
3084
#: drizzled/error.cc:304
2409
3087
"Can't create a new thread (errno %d); if you are not out of available "
2410
3088
"memory, you can consult the manual for a possible OS-dependent bug"
2413
#: ../drizzled/error.cc:330
3091
#: drizzled/error.cc:306
2415
3093
msgid "Column count doesn't match value count at row %ld"
2418
#: ../drizzled/error.cc:331
3096
#: drizzled/error.cc:308
2420
3098
msgid "Can't reopen table: '%-.192s'"
2423
#: ../drizzled/error.cc:332
3101
#: drizzled/error.cc:310
3102
msgid "Invalid use of NULL value"
3105
#: drizzled/error.cc:312
3107
msgid "Got error '%-.64s' from regexp"
3110
#: drizzled/error.cc:314
2425
3112
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2426
3113
"illegal if there is no GROUP BY clause"
2429
#: ../drizzled/error.cc:333
3116
#: drizzled/error.cc:316
3118
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3121
#: drizzled/error.cc:318
3123
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3126
#: drizzled/error.cc:320
3129
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3133
#: drizzled/error.cc:322
3135
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3136
"privileges can be used"
3139
#: drizzled/error.cc:324
3140
msgid "The host or user argument to GRANT is too long"
3143
#: drizzled/error.cc:326
2431
3145
msgid "Table '%-.192s.%-.192s' doesn't exist"
2434
#: ../drizzled/error.cc:334
3148
#: drizzled/error.cc:328
3151
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3155
#: drizzled/error.cc:330
3156
msgid "The used command is not allowed with this MySQL version"
3159
#: drizzled/error.cc:332
2436
3161
"You have an error in your SQL syntax; check the manual that corresponds to "
2437
"your Drizzle server version for the right syntax to use"
2440
#: ../drizzled/error.cc:335
3162
"your MySQL server version for the right syntax to use"
3165
#: drizzled/error.cc:334
3167
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3170
#: drizzled/error.cc:336
3171
msgid "Too many delayed threads in use"
3174
#: drizzled/error.cc:338
3176
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3179
#: drizzled/error.cc:340
2441
3180
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2444
#: ../drizzled/error.cc:336
3183
#: drizzled/error.cc:342
3184
msgid "Got a read error from the connection pipe"
3187
#: drizzled/error.cc:344
3188
msgid "Got an error from fcntl()"
3191
#: drizzled/error.cc:346
2445
3192
msgid "Got packets out of order"
2448
#: ../drizzled/error.cc:337
3195
#: drizzled/error.cc:358
3196
msgid "Result string is longer than 'max_allowed_packet' bytes"
3199
#: drizzled/error.cc:360
2449
3200
msgid "The used table type doesn't support BLOB/TEXT columns"
2452
#: ../drizzled/error.cc:338
3203
#: drizzled/error.cc:362
2453
3204
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2456
#: ../drizzled/error.cc:339
3207
#: drizzled/error.cc:364
3210
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3214
#: drizzled/error.cc:366
2458
3216
msgid "Incorrect column name '%-.100s'"
2461
#: ../drizzled/error.cc:340
3219
#: drizzled/error.cc:368
2463
3221
msgid "The used storage engine can't index column '%-.192s'"
2466
#: ../drizzled/error.cc:341
3224
#: drizzled/error.cc:370
2468
3226
"Unable to open underlying table which is differently defined or of non-"
2469
3227
"MyISAM type or doesn't exist"
2472
#: ../drizzled/error.cc:342
3230
#: drizzled/error.cc:372
2474
3232
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2477
#: ../drizzled/error.cc:343
3235
#: drizzled/error.cc:374
2480
3238
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2483
#: ../drizzled/error.cc:344
3241
#: drizzled/error.cc:376
2485
3243
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2486
3244
"UNIQUE instead"
2489
#: ../drizzled/error.cc:345
3247
#: drizzled/error.cc:378
2490
3248
msgid "Result consisted of more than one row"
2493
#: ../drizzled/error.cc:346
3251
#: drizzled/error.cc:380
2494
3252
msgid "This table type requires a primary key"
2497
#: ../drizzled/error.cc:347
3255
#: drizzled/error.cc:382
3256
msgid "This version of MySQL is not compiled with RAID support"
3259
#: drizzled/error.cc:384
3261
"You are using safe update mode and you tried to update a table without a "
3262
"WHERE that uses a KEY column"
3265
#: drizzled/error.cc:386
2499
3267
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2502
#: ../drizzled/error.cc:348
3270
#: drizzled/error.cc:388
2503
3271
msgid "Can't open table"
2506
#: ../drizzled/error.cc:349
3274
#: drizzled/error.cc:390
2508
3276
msgid "The storage engine for the table doesn't support %s"
2511
#: ../drizzled/error.cc:350
3279
#: drizzled/error.cc:392
3280
msgid "You are not allowed to execute this command in a transaction"
3283
#: drizzled/error.cc:394
2513
3285
msgid "Got error %d during COMMIT"
2516
#: ../drizzled/error.cc:351
3288
#: drizzled/error.cc:396
2518
3290
msgid "Got error %d during ROLLBACK"
2521
#. This is a very incorrect place to use the PRIi64 macro as the
2522
#. program that looks over the source for the N_() macros does not
2523
#. (obviously) do macro expansion, so the string is entirely wrong for
2524
#. what it is trying to output for every language except english.
2525
#: ../drizzled/error.cc:356
3293
#: drizzled/error.cc:398
3295
msgid "Got error %d during FLUSH_LOGS"
3298
#: drizzled/error.cc:400
3300
msgid "Got error %d during CHECKPOINT"
3303
#: drizzled/error.cc:402
2528
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
3306
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
2529
3307
"'%-.64s' (%-.64s)"
2532
#: ../drizzled/error.cc:357
3310
#: drizzled/error.cc:404
3311
msgid "The storage engine for the table does not support binary table dump"
3314
#: drizzled/error.cc:406
3315
msgid "Binlog closed, cannot RESET MASTER"
3318
#: drizzled/error.cc:408
3320
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3323
#: drizzled/error.cc:410
3325
msgid "Error from master: '%-.64s'"
3328
#: drizzled/error.cc:412
3329
msgid "Net error reading from master"
3332
#: drizzled/error.cc:414
3333
msgid "Net error writing to master"
3336
#: drizzled/error.cc:416
3337
msgid "Can't find FULLTEXT index matching the column list"
3340
#: drizzled/error.cc:418
2534
3342
"Can't execute the given command because you have active locked tables or an "
2535
3343
"active transaction"
2538
#: ../drizzled/error.cc:358
3346
#: drizzled/error.cc:420
2540
3348
msgid "Unknown system variable '%-.64s'"
2543
#: ../drizzled/error.cc:359
3351
#: drizzled/error.cc:422
2545
3353
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2548
#: ../drizzled/error.cc:360
3356
#: drizzled/error.cc:424
2551
3359
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2554
#: ../drizzled/error.cc:361
3362
#: drizzled/error.cc:426
2555
3363
msgid "Some non-transactional changed tables couldn't be rolled back"
2558
#: ../drizzled/error.cc:362
3366
#: drizzled/error.cc:428
3368
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3369
"of storage; increase this mysqld variable and try again"
3372
#: drizzled/error.cc:430
3374
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3377
#: drizzled/error.cc:432
3379
"This operation requires a running slave; configure slave and do START SLAVE"
3382
#: drizzled/error.cc:434
3383
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3386
#: drizzled/error.cc:436
3388
"Could not initialize master info structure; more error messages can be found "
3389
"in the MySQL error log"
3392
#: drizzled/error.cc:438
3393
msgid "Could not create slave thread; check system resources"
3396
#: drizzled/error.cc:440
3399
"User %-.64s already has more than 'max_user_connections' active connections"
3402
#: drizzled/error.cc:442
2559
3403
msgid "You may only use constant expressions with SET"
2562
#: ../drizzled/error.cc:363
3406
#: drizzled/error.cc:444
2563
3407
msgid "Lock wait timeout exceeded; try restarting transaction"
2566
#: ../drizzled/error.cc:364
3410
#: drizzled/error.cc:446
2567
3411
msgid "The total number of locks exceeds the lock table size"
2570
#: ../drizzled/error.cc:365
3414
#: drizzled/error.cc:448
2571
3415
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2574
#: ../drizzled/error.cc:366
3418
#: drizzled/error.cc:450
2575
3419
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2578
#: ../drizzled/error.cc:367
3422
#: drizzled/error.cc:452
3423
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3426
#: drizzled/error.cc:454
2580
3428
msgid "Incorrect arguments to %s"
2583
#: ../drizzled/error.cc:368
3431
#: drizzled/error.cc:456
3433
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3436
#: drizzled/error.cc:458
3438
"Incorrect table definition; all MERGE tables must be in the same database"
3441
#: drizzled/error.cc:460
2584
3442
msgid "Deadlock found when trying to get lock; try restarting transaction"
2587
#: ../drizzled/error.cc:369
3445
#: drizzled/error.cc:462
2588
3446
msgid "The used table type doesn't support FULLTEXT indexes"
2591
#: ../drizzled/error.cc:370
3449
#: drizzled/error.cc:464
2592
3450
msgid "Cannot add foreign key constraint"
2595
#: ../drizzled/error.cc:371
3453
#: drizzled/error.cc:466
2596
3454
msgid "Cannot add or update a child row: a foreign key constraint fails"
2599
#: ../drizzled/error.cc:372
3457
#: drizzled/error.cc:468
2600
3458
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2603
#: ../drizzled/error.cc:373
3461
#: drizzled/error.cc:470
3463
msgid "Error connecting to master: %-.128s"
3466
#: drizzled/error.cc:472
3468
msgid "Error running query on master: %-.128s"
3471
#: drizzled/error.cc:474
3473
msgid "Error when executing command %s: %-.128s"
3476
#: drizzled/error.cc:476
2605
3478
msgid "Incorrect usage of %s and %s"
2608
#: ../drizzled/error.cc:374
3481
#: drizzled/error.cc:478
2609
3482
msgid "The used SELECT statements have a different number of columns"
2612
#: ../drizzled/error.cc:375
3485
#: drizzled/error.cc:480
2613
3486
msgid "Can't execute the query because you have a conflicting read lock"
2616
#: ../drizzled/error.cc:376
3489
#: drizzled/error.cc:482
3490
msgid "Mixing of transactional and non-transactional tables is disabled"
3493
#: drizzled/error.cc:484
3495
msgid "Option '%s' used twice in statement"
3498
#: drizzled/error.cc:486
3500
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3503
#: drizzled/error.cc:488
3505
msgid "Access denied; you need the %-.128s privilege for this operation"
3508
#: drizzled/error.cc:490
2619
3511
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2622
#: ../drizzled/error.cc:377
3514
#: drizzled/error.cc:492
2625
3517
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2628
#: ../drizzled/error.cc:378
3520
#: drizzled/error.cc:494
2630
3522
msgid "Variable '%-.64s' doesn't have a default value"
2633
#: ../drizzled/error.cc:379
3525
#: drizzled/error.cc:496
2635
3527
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2638
#: ../drizzled/error.cc:380
3530
#: drizzled/error.cc:498
2640
3532
msgid "Incorrect argument type to variable '%-.64s'"
2643
#: ../drizzled/error.cc:381
3535
#: drizzled/error.cc:500
2645
3537
msgid "Variable '%-.64s' can only be set, not read"
2648
#: ../drizzled/error.cc:382
3540
#: drizzled/error.cc:502
2650
3542
msgid "Incorrect usage/placement of '%s'"
2653
#: ../drizzled/error.cc:383
2655
msgid "This version of Drizzle doesn't yet support '%s'"
2658
#: ../drizzled/error.cc:384
3545
#: drizzled/error.cc:504
3547
msgid "This version of MySQL doesn't yet support '%s'"
3550
#: drizzled/error.cc:506
3553
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3556
#: drizzled/error.cc:508
3557
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3560
#: drizzled/error.cc:510
2660
3562
msgid "Variable '%-.192s' is a %s variable"
2663
#: ../drizzled/error.cc:385
3565
#: drizzled/error.cc:512
2665
3567
msgid "Incorrect foreign key definition for '%-.192s': %s"
2668
#: ../drizzled/error.cc:386
3570
#: drizzled/error.cc:514
2669
3571
msgid "Key reference and table reference don't match"
2672
#: ../drizzled/error.cc:387
3574
#: drizzled/error.cc:516
2674
3576
msgid "Operand should contain %d column(s)"
2677
#: ../drizzled/error.cc:388
3579
#: drizzled/error.cc:518
2678
3580
msgid "Subquery returns more than 1 row"
2681
#: ../drizzled/error.cc:389
3583
#: drizzled/error.cc:520
3585
msgid "Unknown prepared statement handler (%.*s) given to %s"
3588
#: drizzled/error.cc:522
3589
msgid "Help database is corrupt or does not exist"
3592
#: drizzled/error.cc:524
3593
msgid "Cyclic reference on subqueries"
3596
#: drizzled/error.cc:526
2683
3598
msgid "Converting column '%s' from %s to %s"
2686
#: ../drizzled/error.cc:390
3601
#: drizzled/error.cc:528
2688
3603
msgid "Reference '%-.64s' not supported (%s)"
2691
#: ../drizzled/error.cc:391
3606
#: drizzled/error.cc:530
2692
3607
msgid "Every derived table must have its own alias"
2695
#: ../drizzled/error.cc:392
3610
#: drizzled/error.cc:532
2697
3612
msgid "Select %u was reduced during optimization"
2700
#: ../drizzled/error.cc:393
3615
#: drizzled/error.cc:534
2702
3617
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2705
#: ../drizzled/error.cc:394
3620
#: drizzled/error.cc:536
3622
"Client does not support authentication protocol requested by server; "
3623
"consider upgrading MySQL client"
3626
#: drizzled/error.cc:538
2706
3627
msgid "All parts of a SPATIAL index must be NOT NULL"
2709
#: ../drizzled/error.cc:395
3630
#: drizzled/error.cc:540
2711
3632
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2714
#: ../drizzled/error.cc:396
3635
#: drizzled/error.cc:542
3636
msgid "Slave is already running"
3639
#: drizzled/error.cc:544
3640
msgid "Slave already has been stopped"
3643
#: drizzled/error.cc:546
2717
"Uncompressed data size too large; the maximum size is %d (based on "
2718
"max_allowed_packet). The length of uncompressed data may also be corrupted."
3646
"Uncompressed data size too large; the maximum size is %d (probably, length "
3647
"of uncompressed data was corrupted)"
2721
#: ../drizzled/error.cc:397
3650
#: drizzled/error.cc:548
2722
3651
msgid "ZLIB: Not enough memory"
2725
#: ../drizzled/error.cc:398
3654
#: drizzled/error.cc:550
2727
3656
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2728
3657
"data was corrupted)"
2731
#: ../drizzled/error.cc:399
3660
#: drizzled/error.cc:552
2732
3661
msgid "ZLIB: Input data corrupted"
2735
#: ../drizzled/error.cc:400
3664
#: drizzled/error.cc:554
2737
3666
msgid "%d line(s) were cut by GROUP_CONCAT()"
2740
#: ../drizzled/error.cc:401
3669
#: drizzled/error.cc:556
2742
3671
msgid "Row %ld doesn't contain data for all columns"
2745
#: ../drizzled/error.cc:402
3674
#: drizzled/error.cc:558
2748
3677
"Row %ld was truncated; it contained more data than there were input columns"
2751
#: ../drizzled/error.cc:403
3680
#: drizzled/error.cc:560
2754
3683
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2757
#: ../drizzled/error.cc:404
3686
#: drizzled/error.cc:562
2759
3688
msgid "Out of range value for column '%s' at row %ld"
2762
#: ../drizzled/error.cc:405
3691
#: drizzled/error.cc:564
2764
3693
msgid "Data truncated for column '%s' at row %ld"
2767
#: ../drizzled/error.cc:406
3696
#: drizzled/error.cc:566
3698
msgid "Using storage engine %s for table '%s'"
3701
#: drizzled/error.cc:568
2769
3703
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2772
#: ../drizzled/error.cc:407
3706
#: drizzled/error.cc:570
3707
msgid "Cannot drop one or more of the requested users"
3710
#: drizzled/error.cc:572
3711
msgid "Can't revoke all privileges for one or more of the requested users"
3714
#: drizzled/error.cc:574
2774
3716
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2777
#: ../drizzled/error.cc:408
3719
#: drizzled/error.cc:576
2779
3721
msgid "Illegal mix of collations for operation '%s'"
2782
#: ../drizzled/error.cc:409
3724
#: drizzled/error.cc:578
2785
3727
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2786
3728
"variable_name)"
2789
#: ../drizzled/error.cc:410
3731
#: drizzled/error.cc:580
2791
3733
msgid "Unknown collation: '%-.64s'"
2794
#: ../drizzled/error.cc:411
3736
#: drizzled/error.cc:582
3738
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
3739
"compiled without SSL support; they can be used later if MySQL slave with SSL "
3743
#: drizzled/error.cc:584
3746
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3747
"old format; please change the password to the new format"
3750
#: drizzled/error.cc:586
2797
3753
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2801
#: ../drizzled/error.cc:412
3757
#: drizzled/error.cc:588
3758
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3761
#: drizzled/error.cc:590
3763
"It is recommended to use --skip-slave-start when doing step-by-step "
3764
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3765
"get an unexpected slave's mysqld restart"
3768
#: drizzled/error.cc:592
3769
msgid "SQL thread is not to be started so UNTIL options are ignored"
3772
#: drizzled/error.cc:594
2803
3774
msgid "Incorrect index name '%-.100s'"
2806
#: ../drizzled/error.cc:413
3777
#: drizzled/error.cc:596
2808
3779
msgid "Incorrect catalog name '%-.100s'"
2811
#: ../drizzled/error.cc:414
3782
#: drizzled/error.cc:598
3784
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3787
#: drizzled/error.cc:600
2813
3789
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2816
#: ../drizzled/error.cc:415
3792
#: drizzled/error.cc:602
3794
msgid "Unknown key cache '%-.100s'"
3797
#: drizzled/error.cc:604
3799
"MySQL is started in --skip-name-resolve mode; you must restart it without "
3800
"this switch for this grant to work"
3803
#: drizzled/error.cc:606
2818
3805
msgid "Unknown table engine '%s'"
2821
#: ../drizzled/error.cc:416
3808
#: drizzled/error.cc:608
3810
msgid "'%s' is deprecated; use '%s' instead"
3813
#: drizzled/error.cc:610
2823
3815
msgid "The target table %-.100s of the %s is not updatable"
2826
#: ../drizzled/error.cc:417
3818
#: drizzled/error.cc:612
2829
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3821
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
2833
#: ../drizzled/error.cc:418
3825
#: drizzled/error.cc:614
2836
"The Drizzle server is running with the %s option so it cannot execute this "
3828
"The MySQL server is running with the %s option so it cannot execute this "
2840
#: ../drizzled/error.cc:419
3832
#: drizzled/error.cc:616
2842
3834
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2845
#: ../drizzled/error.cc:420
3837
#: drizzled/error.cc:618
2847
3839
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2850
#: ../drizzled/error.cc:421
3842
#: drizzled/error.cc:620
2852
3844
"Incorrect table definition; there can be only one TIMESTAMP column with "
2853
3845
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2856
#: ../drizzled/error.cc:422
3848
#: drizzled/error.cc:622
2858
3850
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2861
#: ../drizzled/error.cc:423
3853
#: drizzled/error.cc:624
3854
msgid "This command is not supported in the prepared statement protocol yet"
3857
#: drizzled/error.cc:626
2863
3859
msgid "Got error %d '%-.100s' from %s"
2866
#: ../drizzled/error.cc:424
3862
#: drizzled/error.cc:628
2868
3864
msgid "Got temporary error %d '%-.100s' from %s"
2871
#: ../drizzled/error.cc:425
3867
#: drizzled/error.cc:630
2873
3869
msgid "Unknown or incorrect time zone: '%-.64s'"
2876
#: ../drizzled/error.cc:426
3872
#: drizzled/error.cc:632
3874
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3877
#: drizzled/error.cc:634
2878
3879
msgid "Invalid %s character string: '%.64s'"
2881
#: ../drizzled/error.cc:427
3882
#: drizzled/error.cc:636
2883
3884
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2886
#: ../drizzled/error.cc:428
3887
#: drizzled/error.cc:638
3889
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3892
#: drizzled/error.cc:640
3894
msgid "Can't create a %s from within another stored routine"
3897
#: drizzled/error.cc:642
3899
msgid "%s %s already exists"
3902
#: drizzled/error.cc:644
2888
3904
msgid "%s %s does not exist"
2891
#: ../drizzled/error.cc:429
3907
#: drizzled/error.cc:646
3909
msgid "Failed to DROP %s %s"
3912
#: drizzled/error.cc:648
3914
msgid "Failed to CREATE %s %s"
3917
#: drizzled/error.cc:650
3919
msgid "%s with no matching label: %s"
3922
#: drizzled/error.cc:652
3924
msgid "Redefining label %s"
3927
#: drizzled/error.cc:654
3929
msgid "End-label %s without match"
3932
#: drizzled/error.cc:656
3934
msgid "Referring to uninitialized variable %s"
3937
#: drizzled/error.cc:658
3939
msgid "PROCEDURE %s can't return a result set in the given context"
3942
#: drizzled/error.cc:660
3943
msgid "RETURN is only allowed in a FUNCTION"
3946
#: drizzled/error.cc:662
3948
msgid "%s is not allowed in stored procedures"
3951
#: drizzled/error.cc:664
3953
"The update log is deprecated and replaced by the binary log; SET "
3954
"SQL_LOG_UPDATE has been ignored"
3957
#: drizzled/error.cc:666
3959
"The update log is deprecated and replaced by the binary log; SET "
3960
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3963
#: drizzled/error.cc:668
2892
3964
msgid "Query execution was interrupted"
2895
#: ../drizzled/error.cc:430
3967
#: drizzled/error.cc:670
3969
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3972
#: drizzled/error.cc:672
3974
msgid "Undefined CONDITION: %s"
3977
#: drizzled/error.cc:674
3979
msgid "No RETURN found in FUNCTION %s"
3982
#: drizzled/error.cc:676
3984
msgid "FUNCTION %s ended without RETURN"
3987
#: drizzled/error.cc:678
3988
msgid "Cursor statement must be a SELECT"
3991
#: drizzled/error.cc:680
3992
msgid "Cursor SELECT must not have INTO"
3995
#: drizzled/error.cc:682
3997
msgid "Undefined CURSOR: %s"
4000
#: drizzled/error.cc:684
4001
msgid "Cursor is already open"
4004
#: drizzled/error.cc:686
4005
msgid "Cursor is not open"
4008
#: drizzled/error.cc:688
4010
msgid "Undeclared variable: %s"
4013
#: drizzled/error.cc:690
4014
msgid "Incorrect number of FETCH variables"
4017
#: drizzled/error.cc:692
4018
msgid "No data - zero rows fetched, selected, or processed"
4021
#: drizzled/error.cc:694
4023
msgid "Duplicate parameter: %s"
4026
#: drizzled/error.cc:696
4028
msgid "Duplicate variable: %s"
4031
#: drizzled/error.cc:698
4033
msgid "Duplicate condition: %s"
4036
#: drizzled/error.cc:700
4038
msgid "Duplicate cursor: %s"
4041
#: drizzled/error.cc:702
4043
msgid "Failed to ALTER %s %s"
4046
#: drizzled/error.cc:704
4047
msgid "Subquery value not supported"
4050
#: drizzled/error.cc:706
4052
msgid "%s is not allowed in stored function or trigger"
4055
#: drizzled/error.cc:708
4056
msgid "Variable or condition declaration after cursor or handler declaration"
4059
#: drizzled/error.cc:710
4060
msgid "Cursor declaration after handler declaration"
4063
#: drizzled/error.cc:712
4064
msgid "Case not found for CASE statement"
4067
#: drizzled/error.cc:714
4069
msgid "Configuration file '%-.192s' is too big"
4072
#: drizzled/error.cc:716
4074
msgid "Malformed file type header in file '%-.192s'"
4077
#: drizzled/error.cc:718
4079
msgid "Unexpected end of file while parsing comment '%-.200s'"
4082
#: drizzled/error.cc:720
4084
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4087
#: drizzled/error.cc:722
4089
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4092
#: drizzled/error.cc:724
4093
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4096
#: drizzled/error.cc:726
4098
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4101
#: drizzled/error.cc:728
4103
msgid "'%-.192s.%-.192s' is not %s"
4106
#: drizzled/error.cc:730
4108
msgid "Column '%-.192s' is not updatable"
4111
#: drizzled/error.cc:732
4112
msgid "View's SELECT contains a subquery in the FROM clause"
4115
#: drizzled/error.cc:734
4117
msgid "View's SELECT contains a '%s' clause"
4120
#: drizzled/error.cc:736
4121
msgid "View's SELECT contains a variable or parameter"
4124
#: drizzled/error.cc:738
4126
msgid "View's SELECT refers to a temporary table '%-.192s'"
4129
#: drizzled/error.cc:740
4130
msgid "View's SELECT and view's field list have different column counts"
4133
#: drizzled/error.cc:742
4135
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4138
#: drizzled/error.cc:744
4139
msgid "View being updated does not have complete key of underlying table in it"
4142
#: drizzled/error.cc:746
2898
4145
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2899
4146
"(s) or definer/invoker of view lack rights to use them"
2902
#: ../drizzled/error.cc:431
4149
#: drizzled/error.cc:748
4151
msgid "Can't drop or alter a %s from within another stored routine"
4154
#: drizzled/error.cc:750
4155
msgid "GOTO is not allowed in a stored procedure handler"
4158
#: drizzled/error.cc:752
4159
msgid "Trigger already exists"
4162
#: drizzled/error.cc:754
4163
msgid "Trigger does not exist"
4166
#: drizzled/error.cc:756
4168
msgid "Trigger's '%-.192s' is view or temporary table"
4171
#: drizzled/error.cc:758
4173
msgid "Updating of %s row is not allowed in %strigger"
4176
#: drizzled/error.cc:760
4178
msgid "There is no %s row in %s trigger"
4181
#: drizzled/error.cc:762
2904
4183
msgid "Field '%-.192s' doesn't have a default value"
2907
#: ../drizzled/error.cc:432
4186
#: drizzled/error.cc:764
2908
4187
msgid "Division by 0"
2911
#: ../drizzled/error.cc:433
4190
#: drizzled/error.cc:766
2913
4192
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2916
#: ../drizzled/error.cc:434
4195
#: drizzled/error.cc:768
2918
4197
msgid "Illegal %s '%-.192s' value found during parsing"
2921
#: ../drizzled/error.cc:435
4200
#: drizzled/error.cc:770
4202
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4205
#: drizzled/error.cc:772
4207
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4210
#: drizzled/error.cc:774
4212
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4215
#: drizzled/error.cc:776
4217
msgid "Failed purging old relay logs: %s"
4220
#: drizzled/error.cc:778
4222
msgid "Password hash should be a %d-digit hexadecimal number"
4225
#: drizzled/error.cc:780
4226
msgid "Target log not found in binlog index"
4229
#: drizzled/error.cc:782
4230
msgid "I/O error reading log index file"
4233
#: drizzled/error.cc:784
4234
msgid "Server configuration does not permit binlog purge"
4237
#: drizzled/error.cc:786
4238
msgid "Failed on fseek()"
4241
#: drizzled/error.cc:788
4242
msgid "Fatal error during log purge"
4245
#: drizzled/error.cc:790
4246
msgid "A purgeable log is in use, will not purge"
4249
#: drizzled/error.cc:792
4250
msgid "Unknown error during log purge"
4253
#: drizzled/error.cc:794
4255
msgid "Failed initializing relay log position: %s"
4258
#: drizzled/error.cc:796
4259
msgid "You are not using binary logging"
4262
#: drizzled/error.cc:798
4265
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4268
#: drizzled/error.cc:800
4269
msgid "WSAStartup Failed"
4272
#: drizzled/error.cc:802
4273
msgid "Can't handle procedures with different groups yet"
4276
#: drizzled/error.cc:804
4277
msgid "Select must have a group with this procedure"
4280
#: drizzled/error.cc:806
4281
msgid "Can't use ORDER clause with this procedure"
4284
#: drizzled/error.cc:808
4286
msgid "Binary logging and replication forbid changing the global server %s"
4289
#: drizzled/error.cc:810
4291
msgid "Can't map file: %-.200s, errno: %d"
4294
#: drizzled/error.cc:812
4296
msgid "Wrong magic in %-.64s"
4299
#: drizzled/error.cc:814
4300
msgid "Prepared statement contains too many placeholders"
4303
#: drizzled/error.cc:816
2923
4305
msgid "Key part '%-.192s' length cannot be 0"
2926
#: ../drizzled/error.cc:436
4308
#: drizzled/error.cc:818
4309
msgid "View text checksum failed"
4312
#: drizzled/error.cc:820
4315
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4318
#: drizzled/error.cc:822
4320
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4323
#: drizzled/error.cc:824
4325
msgid "Can not delete from join view '%-.192s.%-.192s'"
4328
#: drizzled/error.cc:826
4330
msgid "Operation %s failed for %.256s"
4333
#: drizzled/error.cc:828
4334
msgid "XAER_NOTA: Unknown XID"
4337
#: drizzled/error.cc:830
4338
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4341
#: drizzled/error.cc:832
2929
4344
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2930
4345
"the %.64s state"
2933
#: ../drizzled/error.cc:437
4348
#: drizzled/error.cc:834
4349
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4352
#: drizzled/error.cc:836
4354
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4358
#: drizzled/error.cc:838
4359
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4362
#: drizzled/error.cc:840
4365
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4369
#: drizzled/error.cc:842
4370
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4373
#: drizzled/error.cc:844
4374
msgid "Failed to revoke all privileges to dropped routine"
4377
#: drizzled/error.cc:846
2935
4379
msgid "Data too long for column '%s' at row %ld"
2938
#: ../drizzled/error.cc:438
4382
#: drizzled/error.cc:848
4384
msgid "Bad SQLSTATE: '%s'"
4387
#: drizzled/error.cc:850
2941
4390
"%s: ready for connections.\n"
2942
"Version: '%s' %s\n"
4391
"Version: '%s' socket: '%s' port: %d %s"
2945
#: ../drizzled/error.cc:439
4394
#: drizzled/error.cc:852
2946
4395
msgid "Can't load value from file with fixed size rows to variable"
2949
#: ../drizzled/error.cc:440
4398
#: drizzled/error.cc:854
4399
msgid "You are not allowed to create a user with GRANT"
4402
#: drizzled/error.cc:856
2951
4404
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2954
#: ../drizzled/error.cc:441
4407
#: drizzled/error.cc:858
2955
4408
msgid "Table definition has changed, please retry transaction"
2958
#: ../drizzled/error.cc:442
4411
#: drizzled/error.cc:860
4412
msgid "Duplicate handler declared in the same block"
4415
#: drizzled/error.cc:862
4418
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4419
"variable in BEFORE trigger"
4422
#: drizzled/error.cc:864
2960
4424
msgid "Not allowed to return a result set from a %s"
2963
#: ../drizzled/error.cc:443
4427
#: drizzled/error.cc:866
2964
4428
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2967
#: ../drizzled/error.cc:444
4431
#: drizzled/error.cc:868
4433
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4434
"declaration and binary logging is enabled; if non-transactional tables were "
4435
"updated, the binary log will miss their changes"
4438
#: drizzled/error.cc:870
4440
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4441
"declaration and binary logging is enabled (you *might* want to use the less "
4442
"safe log_bin_trust_function_creators variable)"
4445
#: drizzled/error.cc:872
4447
"You do not have the SUPER privilege and binary logging is enabled (you "
4448
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4451
#: drizzled/error.cc:874
4453
"You can't execute a prepared statement which has an open cursor associated "
4454
"with it. Reset the statement to re-execute it."
4457
#: drizzled/error.cc:876
4459
msgid "The statement (%lu) has no open cursor."
4462
#: drizzled/error.cc:878
2969
4464
"Explicit or implicit commit is not allowed in stored function or trigger."
2972
#: ../drizzled/error.cc:445
4467
#: drizzled/error.cc:880
4470
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4473
#: drizzled/error.cc:882
4474
msgid "Recursive stored functions and triggers are not allowed."
4477
#: drizzled/error.cc:884
2974
4479
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2977
#: ../drizzled/error.cc:446
4482
#: drizzled/error.cc:886
2979
4484
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2982
#: ../drizzled/error.cc:447
4487
#: drizzled/error.cc:888
2985
4490
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2989
#: ../drizzled/error.cc:448
4494
#: drizzled/error.cc:890
4496
"You can't combine write-locking of system tables with other tables or lock "
4500
#: drizzled/error.cc:892
4502
msgid "Unable to connect to foreign data source: %.64s"
4505
#: drizzled/error.cc:894
4508
"There was a problem processing the query on the foreign data source. Data "
4509
"source error: %-.64s"
4512
#: drizzled/error.cc:896
4515
"The foreign data source you are trying to reference does not exist. Data "
4516
"source error: %-.64s"
4519
#: drizzled/error.cc:898
4522
"Can't create federated table. The data source connection string '%-.64s' is "
4523
"not in the correct format"
4526
#: drizzled/error.cc:900
4528
msgid "The data source connection string '%-.64s' is not in the correct format"
4531
#: drizzled/error.cc:902
4533
msgid "Can't create federated table. Foreign data src error: %-.64s"
4536
#: drizzled/error.cc:904
2990
4537
msgid "Trigger in wrong schema"
2993
#: ../drizzled/error.cc:449
4540
#: drizzled/error.cc:906
2996
4543
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2997
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3000
#: ../drizzled/error.cc:450
4544
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
4547
#: drizzled/error.cc:908
4549
msgid "Routine body for '%-.100s' is too long"
4552
#: drizzled/error.cc:910
4553
msgid "Cannot drop default keycache"
4556
#: drizzled/error.cc:912
3002
4558
msgid "Display width out of range for column '%-.192s' (max = %d)"
3005
#: ../drizzled/error.cc:451
4561
#: drizzled/error.cc:914
4562
msgid "XAER_DUPID: The XID already exists"
4565
#: drizzled/error.cc:916
3007
4567
msgid "Datetime function: %-.32s field overflow"
3010
#: ../drizzled/error.cc:452
4570
#: drizzled/error.cc:918
4573
"Can't update table '%-.192s' in stored function/trigger because it is "
4574
"already used by statement which invoked this stored function/trigger."
4577
#: drizzled/error.cc:920
4580
"The definition of table '%-.192s' prevents operation %.192s on table "
4584
#: drizzled/error.cc:922
4586
"The prepared statement contains a stored routine call that refers to that "
4587
"same statement. It's not allowed to execute a prepared statement in such a "
4591
#: drizzled/error.cc:924
4592
msgid "Not allowed to set autocommit from a stored function or trigger"
4595
#: drizzled/error.cc:926
4596
msgid "Definer is not fully qualified"
4599
#: drizzled/error.cc:928
4602
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4603
"Current user is used as definer. Please recreate the view!"
4606
#: drizzled/error.cc:930
4609
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4613
#: drizzled/error.cc:932
4615
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4618
#: drizzled/error.cc:934
4620
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4623
#: drizzled/error.cc:936
3013
4626
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3016
#: ../drizzled/error.cc:453
4629
#: drizzled/error.cc:938
3019
4632
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3022
#: ../drizzled/error.cc:454
3023
msgid "No data - zero rows fetched, selected, or processed"
3026
#: ../drizzled/error.cc:455
4635
#: drizzled/error.cc:940
4637
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4640
#: drizzled/error.cc:942
4643
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4644
"activated under the authorization of the invoker, which may have "
4645
"insufficient privileges. Please recreate the trigger."
4648
#: drizzled/error.cc:944
4650
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4653
#: drizzled/error.cc:946
4656
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4657
"exceeded for routine %.192s"
4660
#: drizzled/error.cc:948
4663
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
4664
"contains bad data (internal code %d)"
4667
#: drizzled/error.cc:950
4669
msgid "Incorrect routine name '%-.192s'"
4672
#: drizzled/error.cc:952
3028
4674
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3031
#: ../drizzled/error.cc:456
4677
#: drizzled/error.cc:954
4678
msgid "AGGREGATE is not supported for stored functions"
4681
#: drizzled/error.cc:956
4684
"Can't create more than max_prepared_stmt_count statements (current value: %"
4688
#: drizzled/error.cc:958
4690
msgid "`%-.192s`.`%-.192s` contains view recursion"
4693
#: drizzled/error.cc:960
3033
4695
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
3036
#: ../drizzled/error.cc:457
4698
#: drizzled/error.cc:962
3037
4699
msgid "The used table type doesn't support SPATIAL indexes"
3040
#: ../drizzled/error.cc:458
4702
#: drizzled/error.cc:964
4703
msgid "Triggers can not be created on system tables"
4706
#: drizzled/error.cc:966
3042
4708
msgid "Leading spaces are removed from name '%s'"
3045
#: ../drizzled/error.cc:459
4711
#: drizzled/error.cc:968
3046
4712
msgid "Failed to read auto-increment value from storage engine"
3049
#: ../drizzled/error.cc:460
4715
#: drizzled/error.cc:970
4719
#: drizzled/error.cc:972
4723
#: drizzled/error.cc:974
3051
4725
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3054
#: ../drizzled/error.cc:461
4728
#: drizzled/error.cc:976
4730
msgid "The target table %-.100s of the %s is not insertable-into"
4733
#: drizzled/error.cc:978
4736
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4739
#: drizzled/error.cc:980
3055
4740
msgid "Too high level of nesting for select"
3058
#: ../drizzled/error.cc:462
4743
#: drizzled/error.cc:982
3060
4745
msgid "Name '%-.64s' has become ''"
3063
#: ../drizzled/error.cc:463
4748
#: drizzled/error.cc:984
3065
4750
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3066
4751
"optional and non-empty FIELDS ENCLOSED BY"
3069
#: ../drizzled/error.cc:464
4754
#: drizzled/error.cc:986
4756
msgid "The foreign server, %s, you are trying to create already exists."
4759
#: drizzled/error.cc:988
4762
"The foreign server name you are trying to reference does not exist. Data "
4763
"source error: %-.64s"
4766
#: drizzled/error.cc:990
3072
4769
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3075
#: ../drizzled/error.cc:465
3077
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3080
#: ../drizzled/error.cc:466
4772
#: drizzled/error.cc:992
4775
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4779
#: drizzled/error.cc:994
4781
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4784
#: drizzled/error.cc:996
4785
msgid "MAXVALUE can only be used in last partition definition"
4788
#: drizzled/error.cc:998
4789
msgid "Subpartitions can only be hash partitions and by key"
4792
#: drizzled/error.cc:1000
4793
msgid "Must define subpartitions on all partitions if on one partition"
4796
#: drizzled/error.cc:1002
4797
msgid "Wrong number of partitions defined, mismatch with previous setting"
4800
#: drizzled/error.cc:1004
4801
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4804
#: drizzled/error.cc:1006
4805
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4808
#: drizzled/error.cc:1008
4809
msgid "Expression in RANGE/LIST VALUES must be constant"
4812
#: drizzled/error.cc:1010
4813
msgid "Field in list of fields for partition function not found in table"
4816
#: drizzled/error.cc:1012
4817
msgid "List of fields is only allowed in KEY partitions"
4820
#: drizzled/error.cc:1014
4822
"The partition info in the frm file is not consistent with what can be "
4823
"written into the frm file"
4826
#: drizzled/error.cc:1016
4828
msgid "The %-.192s function returns the wrong type"
4831
#: drizzled/error.cc:1018
4833
msgid "For %-.64s partitions each partition must be defined"
4836
#: drizzled/error.cc:1020
4837
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4840
#: drizzled/error.cc:1022
4841
msgid "VALUES value must be of same type as partition function"
4844
#: drizzled/error.cc:1024
4845
msgid "Multiple definition of same constant in list partitioning"
4848
#: drizzled/error.cc:1026
4849
msgid "Partitioning can not be used stand-alone in query"
4852
#: drizzled/error.cc:1028
4854
"The mix of handlers in the partitions is not allowed in this version of MySQL"
4857
#: drizzled/error.cc:1030
4859
msgid "For the partitioned engine it is necessary to define all %-.64s"
4862
#: drizzled/error.cc:1032
4863
msgid "Too many partitions (including subpartitions) were defined"
4866
#: drizzled/error.cc:1034
4868
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4869
"partitioning for subpartitioning"
4872
#: drizzled/error.cc:1036
4873
msgid "Failed to create specific handler file"
4876
#: drizzled/error.cc:1038
4877
msgid "A BLOB field is not allowed in partition function"
4880
#: drizzled/error.cc:1040
4882
msgid "A %-.192s must include all columns in the table's partitioning function"
4885
#: drizzled/error.cc:1042
4887
msgid "Number of %-.64s = 0 is not an allowed value"
4890
#: drizzled/error.cc:1044
4891
msgid "Partition management on a not partitioned table is not possible"
4894
#: drizzled/error.cc:1046
4896
"Foreign key condition is not yet supported in conjunction with partitioning"
4899
#: drizzled/error.cc:1048
4901
msgid "Error in list of partitions to %-.64s"
4904
#: drizzled/error.cc:1050
4905
msgid "Cannot remove all partitions, use DROP TABLE instead"
4908
#: drizzled/error.cc:1052
4909
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4912
#: drizzled/error.cc:1054
4914
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
4918
#: drizzled/error.cc:1056
4920
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
4921
"tables using HASH PARTITIONs"
4924
#: drizzled/error.cc:1058
4926
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4929
#: drizzled/error.cc:1060
4930
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4933
#: drizzled/error.cc:1062
4934
msgid "At least one partition must be added"
4937
#: drizzled/error.cc:1064
4938
msgid "At least one partition must be coalesced"
4941
#: drizzled/error.cc:1066
4942
msgid "More partitions to reorganise than there are partitions"
4945
#: drizzled/error.cc:1068
4947
msgid "Duplicate partition name %-.192s"
4950
#: drizzled/error.cc:1070
4951
msgid "It is not allowed to shut off binlog on this command"
4954
#: drizzled/error.cc:1072
4955
msgid "When reorganising a set of partitions they must be in consecutive order"
4958
#: drizzled/error.cc:1074
4960
"Reorganize of range partitions cannot change total ranges except for last "
4961
"partition where it can extend the range"
4964
#: drizzled/error.cc:1076
4965
msgid "Partition function not supported in this version for this handler"
4968
#: drizzled/error.cc:1078
4969
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4972
#: drizzled/error.cc:1080
4974
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4977
#: drizzled/error.cc:1082
4979
msgid "Plugin '%-.192s' is not loaded"
4982
#: drizzled/error.cc:1084
3082
4984
msgid "Incorrect %-.32s value: '%-.128s'"
3085
#: ../drizzled/error.cc:467
4987
#: drizzled/error.cc:1086
3087
4989
msgid "Table has no partition for value %-.64s"
3090
#: ../drizzled/error.cc:468
4992
#: drizzled/error.cc:1088
4994
msgid "It is not allowed to specify %s more than once"
4997
#: drizzled/error.cc:1090 drizzled/error.cc:1226
4999
msgid "Failed to create %s"
5002
#: drizzled/error.cc:1092 drizzled/error.cc:1116
5004
msgid "Failed to drop %s"
5007
#: drizzled/error.cc:1094
5008
msgid "The handler doesn't support autoextend of tablespaces"
5011
#: drizzled/error.cc:1096
5013
"A size parameter was incorrectly specified, either number or on the form 10M"
5016
#: drizzled/error.cc:1098
5018
"The size number was correct but we don't allow the digit part to be more "
5022
#: drizzled/error.cc:1100
5024
msgid "Failed to alter: %s"
5027
#: drizzled/error.cc:1102
3091
5028
msgid "Writing one row to the row-based binary log failed"
3094
#: ../drizzled/error.cc:469
5031
#: drizzled/error.cc:1104
5033
msgid "Table definition on master and slave does not match: %s"
5036
#: drizzled/error.cc:1106
5038
"Slave running with --log-slave-updates must use row-based binary logging to "
5039
"be able to replicate row-based binary log events"
5042
#: drizzled/error.cc:1108
5044
msgid "Event '%-.192s' already exists"
5047
#: drizzled/error.cc:1110
5049
msgid "Failed to store event %s. Error code %d from storage engine."
5052
#: drizzled/error.cc:1112
5054
msgid "Unknown event '%-.192s'"
5057
#: drizzled/error.cc:1114
5059
msgid "Failed to alter event '%-.192s'"
5062
#: drizzled/error.cc:1118
5063
msgid "INTERVAL is either not positive or too big"
5066
#: drizzled/error.cc:1120
5067
msgid "ENDS is either invalid or before STARTS"
5070
#: drizzled/error.cc:1122
5071
msgid "Event execution time is in the past. Event has been disabled"
5074
#: drizzled/error.cc:1124
5075
msgid "Failed to open mysql.event"
5078
#: drizzled/error.cc:1126
5079
msgid "No datetime expression provided"
5082
#: drizzled/error.cc:1128
5085
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5086
"probably corrupted"
5089
#: drizzled/error.cc:1130
5091
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5094
#: drizzled/error.cc:1132
5095
msgid "Failed to delete the event from mysql.event"
5098
#: drizzled/error.cc:1134
5099
msgid "Error during compilation of event's body"
5102
#: drizzled/error.cc:1136
5103
msgid "Same old and new event name"
5106
#: drizzled/error.cc:1138
5108
msgid "Data for column '%s' too long"
5111
#: drizzled/error.cc:1140
3096
5113
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3099
#: ../drizzled/error.cc:470
5116
#: drizzled/error.cc:1142
5119
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5123
#: drizzled/error.cc:1144
5124
msgid "You can't write-lock a log table. Only read access is possible"
5127
#: drizzled/error.cc:1146
5128
msgid "You can't use locks with log tables."
5131
#: drizzled/error.cc:1148
3102
5134
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3103
5135
"d would lead to a duplicate entry"
3106
#: ../drizzled/error.cc:471
5138
#: drizzled/error.cc:1150
5141
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5142
"%d, now running %d. Please use mysql_upgrade to fix this error."
5145
#: drizzled/error.cc:1152
5147
"Cannot switch out of the row-based binary log format when the session has "
5148
"open temporary tables"
5151
#: drizzled/error.cc:1154
5153
"Cannot change the binary logging format inside a stored function or trigger"
5156
#: drizzled/error.cc:1156
5158
"The NDB cluster engine does not support changing the binlog format on the "
5162
#: drizzled/error.cc:1158
5163
msgid "Cannot create temporary table with partitions"
5166
#: drizzled/error.cc:1160
5167
msgid "Partition constant is out of partition function domain"
5170
#: drizzled/error.cc:1162
5171
msgid "This partition function is not allowed"
5174
#: drizzled/error.cc:1164
5175
msgid "Error in DDL log"
5178
#: drizzled/error.cc:1166
5179
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5182
#: drizzled/error.cc:1168
5183
msgid "Incorrect partition name"
5186
#: drizzled/error.cc:1170
3108
5188
"Transaction isolation level can't be changed while a transaction is in "
3112
#: ../drizzled/error.cc:472
5192
#: drizzled/error.cc:1172
5195
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5196
"'%-.192s' for key '%-.192s'"
5199
#: drizzled/error.cc:1174
5201
msgid "Internal scheduler error %d"
5204
#: drizzled/error.cc:1176
5206
msgid "Error during starting/stopping of the scheduler. Error code %u"
5209
#: drizzled/error.cc:1178
5210
msgid "Engine cannot be used in partitioned tables"
5213
#: drizzled/error.cc:1180
5215
msgid "Cannot activate '%-.64s' log"
5218
#: drizzled/error.cc:1182
5219
msgid "The server was not built with row-based replication"
5222
#: drizzled/error.cc:1184
5223
msgid "Decoding of base64 string failed"
5226
#: drizzled/error.cc:1186
5227
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5230
#: drizzled/error.cc:1188
5232
"Cannot proceed because system tables used by Event Scheduler were found "
5233
"damaged at server start"
5236
#: drizzled/error.cc:1190
5237
msgid "Only integers allowed as number here"
5240
#: drizzled/error.cc:1192
5241
msgid "This storage engine cannot be used for log tables"
5244
#: drizzled/error.cc:1194
5246
msgid "You cannot '%s' a log table if logging is enabled"
5249
#: drizzled/error.cc:1196
5252
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5253
"rename two tables: the log table to an archive table and another table back "
5257
#: drizzled/error.cc:1198
3114
5259
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3117
#: ../drizzled/error.cc:473
5262
#: drizzled/error.cc:1200
3119
5264
msgid "Incorrect parameters in the call to native function '%-.192s'"
3122
#: ../drizzled/error.cc:474
5267
#: drizzled/error.cc:1202
5269
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5272
#: drizzled/error.cc:1204
5274
msgid "This function '%-.192s' has the same name as a native function"
5277
#: drizzled/error.cc:1206
3124
5279
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3127
#: ../drizzled/error.cc:475
5282
#: drizzled/error.cc:1208
5283
msgid "Too many files opened, please execute the command again"
5286
#: drizzled/error.cc:1210 drizzled/error.cc:1212
5288
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5289
"The event was dropped immediately after creation."
5292
#: drizzled/error.cc:1214
5294
msgid "The incident %s occured on the master. Message: %-.64s"
5297
#: drizzled/error.cc:1216
5298
msgid "Table has no partition for some existing values"
5301
#: drizzled/error.cc:1218
5302
msgid "Statement is not safe to log in statement format."
5305
#: drizzled/error.cc:1220
5307
msgid "Fatal error: %s"
5310
#: drizzled/error.cc:1222
5312
msgid "Relay log read failure: %s"
5315
#: drizzled/error.cc:1224
5317
msgid "Relay log write failure: %s"
5320
#: drizzled/error.cc:1228
5322
msgid "Master command %s failed: %s"
5325
#: drizzled/error.cc:1230
5327
msgid "Binary logging not possible. Message: %s"
5330
#: drizzled/error.cc:1232
5332
msgid "View `%-.64s`.`%-.64s` has no creation context"
5335
#: drizzled/error.cc:1234
5337
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5340
#: drizzled/error.cc:1236
5342
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5345
#: drizzled/error.cc:1238
5347
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5350
#: drizzled/error.cc:1240
5352
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5355
#: drizzled/error.cc:1242
5357
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5360
#: drizzled/error.cc:1244
5362
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5365
#: drizzled/error.cc:1246
5367
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5370
#: drizzled/error.cc:1248
5372
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5375
#: drizzled/error.cc:1250
5377
msgid "Ambiguous slave modes combination. %s"
5380
#: drizzled/error.cc:1252
5383
"The BINLOG statement of type `%s` was not preceded by a format description "
5387
#: drizzled/error.cc:1254
5388
msgid "Corrupted replication event was detected"
5391
#: drizzled/error.cc:1256
3129
5393
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3132
#: ../drizzled/error.cc:477
3134
msgid "Received an invalid datetime value '%s'."
3137
#: ../drizzled/error.cc:478
3139
msgid "Received an invalid DATE value '%s'."
3142
#: ../drizzled/error.cc:479
3144
msgid "Received a NULL argument for function '%s'."
3147
#: ../drizzled/error.cc:480
3149
msgid "Received an invalid timestamp value '%s'."
3152
#: ../drizzled/error.cc:481
3154
msgid "Received an invalid TIME value '%s'."
3157
#: ../drizzled/error.cc:482
3159
msgid "Received an invalid value '%s' for a UNIX timestamp."
3162
#: ../drizzled/error.cc:484
3164
msgid "Received an out-of-range argument '%s' for function '%s'."
3167
#: ../drizzled/error.cc:485
3169
msgid "Received an invalid enum value '%s'."
3172
#: ../drizzled/error.cc:486
3173
msgid "Tables which are replicated require a primary key."
3176
#: ../drizzled/error.cc:488
3178
msgid "Corrupt or invalid schema definition for '%s' : %s"
3181
#: ../drizzled/error.cc:489
3183
msgid "Corrupt or invalid table definition for '%s': %s"
3186
#: ../drizzled/error.cc:490
3188
msgid "The number of enum that were required was too high for table '%s'"
3191
#: ../drizzled/error.cc:491
3193
msgid "Corrupt or invalid table definition for '%s'"
3196
#: ../drizzled/error.cc:492
3198
msgid "Collation '%s' for table %s is invalid/unknown"
3201
#: ../drizzled/error.cc:494
3203
msgid "Cannot drop table '%s'"
3206
#: ../drizzled/error.cc:495
3208
msgid "Error occurred while dropping table '%s'"
3211
#: ../drizzled/error.cc:496
3213
msgid "Permission denied to create '%s'"
3216
#: ../drizzled/error.cc:497
3218
msgid "Unknown table '%s'"
3221
#: ../drizzled/error.cc:499
3223
msgid "Cannot create schema '%s'"
3226
#: ../drizzled/error.cc:500
3228
msgid "Schema does not exist: %s"
3231
#: ../drizzled/error.cc:501
3233
msgid "Error altering schema: %s"
3236
#: ../drizzled/error.cc:502
3238
msgid "Error droppping Schema : %s"
3241
#: ../drizzled/error.cc:504
3242
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3245
#: ../drizzled/error.cc:505
3247
msgid "Unknown table engine option key/pair %s = %s."
3250
#: ../drizzled/error.cc:506
3252
msgid "Unknown schema engine option key/pair %s = %s."
3255
#: ../drizzled/error.cc:508
3256
msgid "Admin access not allowed from this username/IP address."
3259
#. User lock/barrier error messages
3260
#: ../drizzled/error.cc:511
3261
msgid "wait() can not be called on session owning user defined barrier."
3264
#: ../drizzled/error.cc:512
3265
msgid "Unknown user defined barrier requested."
3268
#: ../drizzled/error.cc:513
3269
msgid "Session does not own user defined barrier."
3272
#: ../drizzled/error.cc:514
3273
msgid "Session can not wait on a user defined lock owned by the session."
3276
#: ../drizzled/error.cc:515
3277
msgid "Session does not own user defined lock."
3280
#: ../drizzled/error.cc:517
3281
msgid "Invalid name for user defined barrier."
3284
#: ../drizzled/error.cc:518
3285
msgid "Invalid name for user defined lock."
3288
#: ../drizzled/error.cc:520
3290
"Either a DEFAULt value or NULL NULL description is required for a new column "
3291
"if table is not empty"
3295
#: ../drizzled/error.cc:523
3298
"Cast to unsigned converted negative integer to it's positive complement: %s"
3301
#: ../drizzled/error.cc:524
3303
msgid "Invalid cast to signed integer: %s"
3306
#: ../drizzled/error.cc:526
3308
msgid "Identifier '%.*s' is a SQL keyword."
3311
#: ../drizzled/error.cc:529
3313
msgid "Can't unlock file (Errcode: %d)"
3316
#: ../drizzled/error.cc:530
3318
msgid "Can't change size of file (Errcode: %d)"
3321
#: ../drizzled/error.cc:531
3323
msgid "Can't open stream from handle (Errcode: %d)"
3326
#: ../drizzled/error.cc:532
3328
msgid "Warning: '%s' had %d links"
3331
#: ../drizzled/error.cc:533
3333
msgid "Warning: %d files and %d streams is left open\n"
3336
#: ../drizzled/error.cc:534
3338
msgid "Can't create directory '%s' (Errcode: %d)"
3341
#: ../drizzled/error.cc:535
3344
"Character set '%s' is not a compiled character set and is not specified in "
3348
#: ../drizzled/error.cc:536
3350
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3353
#: ../drizzled/error.cc:537
3355
msgid "Can't read value for symlink '%s' (Error %d)"
3358
#: ../drizzled/error.cc:538
3360
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3363
#: ../drizzled/error.cc:539
3365
msgid "Error on realpath() on '%s' (Error %d)"
3368
#: ../drizzled/error.cc:540
3370
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3373
#: ../drizzled/error.cc:541
3376
"Collation '%s' is not a compiled collation and is not specified in the %s "
3380
#: ../drizzled/error.cc:542
3382
msgid "File '%s' (fileno: %d) was not closed"
3386
#: ../drizzled/error.cc:545
3387
msgid "Received an invalid UUID value"
3390
#: ../drizzled/error.cc:546
3391
msgid "The UUID was not created with a valid time"
3395
#: ../drizzled/error.cc:549
3397
msgid "Received an invalid BOOLEAN value '%s'."
3400
#: ../drizzled/error.cc:550
3402
msgid "Invalid cast to BOOLEAN: '%s'."
3405
#. Transactional DDL
3406
#: ../drizzled/error.cc:553
3407
msgid "Transactional DDL not supported"
3411
#: ../drizzled/error.cc:555
3413
msgid "Assertion '%s' failed."
3416
#: ../drizzled/error.cc:556
3418
msgid "Assertion '%s' failed, the result was NULL."
3421
#. Catalog related errors
3422
#: ../drizzled/error.cc:574
3424
msgid "Cannot create catalog '%s'."
3427
#: ../drizzled/error.cc:575
3429
msgid "Permission is denied to create '%s' catalog."
3432
#: ../drizzled/error.cc:576
3434
msgid "Cannot drop catalog '%s'."
3437
#: ../drizzled/error.cc:577
3439
msgid "Permission is denied to drop '%s' catalog."
3442
#: ../drizzled/error.cc:578
3444
msgid "Catalog '%s' does not exist."
3447
#: ../drizzled/error.cc:579
3448
msgid "You cannot drop the 'local' catalog."
3451
#: ../drizzled/error.cc:580
3453
msgid "Could not gain lock on '%s'."
3456
#: ../drizzled/error.cc:581
3458
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3461
#: ../drizzled/error.cc:582
3462
msgid "Invalid catalog name."
3465
#: ../drizzled/error.cc:583
3467
"Engine status is now stored in the data_dictionary tables, please use these "
3471
#: ../drizzled/identifier/catalog.cc:56
3473
"Catalog name cannot be encoded and fit within filesystem name length "
3477
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:221
3479
"Schema name cannot be encoded and fit within filesystem name length "
3483
#: ../drizzled/identifier/table.cc:238
3485
"Table name cannot be encoded and fit within filesystem name length "
3491
#. * Since clients still use this code, we use fprintf here.
3492
#. * This fprintf needs to be turned into errmsg_printf
3493
#. * as soon as the client programs no longer use mysys
3494
#. * and can use the pluggable error message system.
3496
#: ../drizzled/internal/default.cc:687
3498
msgid "error: could not open directory: %s\n"
3501
#: ../drizzled/main.cc:169
3503
"setrlimit could not change the size of core files to 'infinity'; We may not "
3504
"be able to generate a core file on signals"
3507
#: ../drizzled/main.cc:269
3509
msgid "Data directory %s does not exist\n"
3512
#: ../drizzled/main.cc:280
3514
msgid "Local catalog %s/local does not exist\n"
3517
#: ../drizzled/main.cc:303 ../plugin/multi_thread/multi_thread.cc:84
3518
msgid "Drizzle has receieved an abort event."
3521
#: ../drizzled/main.cc:304 ../plugin/multi_thread/multi_thread.cc:85
3522
msgid "In Function: "
3525
#: ../drizzled/main.cc:305 ../plugin/multi_thread/multi_thread.cc:86
3529
#: ../drizzled/main.cc:306 ../plugin/multi_thread/multi_thread.cc:87
3533
#: ../drizzled/message/transaction_writer.cc:365
3535
msgid "Usage: %s TRANSACTION_LOG\n"
3538
#: ../drizzled/message/transaction_writer.cc:371
3540
msgid "Cannot open file: %s\n"
3543
#: ../drizzled/module/library.cc:149
3546
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3547
"the current running version of Drizzle: %<PRIu64>."
3550
#: ../drizzled/module/loader.cc:177
3553
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3557
#: ../drizzled/module/loader.cc:224
3559
msgid "Plugin '%s' init function returned error.\n"
3562
#: ../drizzled/module/loader.cc:463
3564
msgid "Couldn't load plugin library named '%s'.\n"
3567
#: ../drizzled/module/loader.cc:473
3569
msgid "Couldn't load plugin named '%s'.\n"
3572
#: ../drizzled/module/registry.cc:176
3575
"Couldn't process plugin module dependencies. %s depends on %s but %s is not "
3579
#: ../drizzled/module/registry.h:117
3581
msgid "Loading plugin %s failed: a %s plugin by that name already exists.\n"
3584
#: ../drizzled/module/registry.h:131
3586
msgid "Fatal error: Failed initializing %s::%s plugin.\n"
3589
#: ../drizzled/option.cc:84
3593
#: ../drizzled/option.cc:86
3597
#: ../drizzled/option.cc:337
3599
msgid "%s: %s: Option '%s' used, but is disabled\n"
3602
#: ../drizzled/option.cc:339
3606
#: ../drizzled/option.cc:441
3608
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3611
#: ../drizzled/option.cc:769
3613
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3616
#: ../drizzled/option.cc:962
3618
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3621
#: ../drizzled/option.cc:1194
3623
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3626
#: ../drizzled/option.cc:1214
3630
"Variables (--variable-name=value)\n"
3631
"and boolean options {false|true} Value (after reading options)\n"
3632
"--------------------------------- -----------------------------\n"
3635
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3636
msgid "(No default value)"
3639
#: ../drizzled/option.cc:1249
3643
#: ../drizzled/option.cc:1249
3647
#: ../drizzled/option.cc:1282
3649
msgid "(Disabled)\n"
3652
#: ../drizzled/plugin/error_message.cc:81
3654
msgid "errmsg plugin '%s' errmsg() failed"
3657
#: ../drizzled/plugin/event_observer.cc:133
3660
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3661
"'%s' from EventObserver plugin '%s'"
3664
#: ../drizzled/plugin/event_observer.cc:200
3666
"EventObserver::registerTableEvents(): Table already has events registered on "
3667
"it: probable programming error."
3670
#: ../drizzled/plugin/event_observer.cc:335
3672
"EventObserver::registerSessionEvents(): Session already has events "
3673
"registered on it: probable programming error."
3676
#: ../drizzled/plugin/event_observer.cc:387
3678
msgid "EventIterate event handler '%s' failed for event '%s'"
3681
#: ../drizzled/plugin/function.cc:47 ../drizzled/plugin/function.cc:55
3683
msgid "A function named %s already exists!\n"
3686
#: ../drizzled/plugin/function.cc:65
3687
msgid "Could not add Function!\n"
3690
#: ../drizzled/plugin/listen.cc:67
3691
msgid "Error getting file descriptors"
3694
#: ../drizzled/plugin/listen.cc:85
3695
msgid "No sockets could be bound for listening"
3698
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:343
3700
msgid "pipe() failed with errno %d"
3703
#: ../drizzled/plugin/listen.cc:120
3705
msgid "poll() failed with errno %d"
3708
#: ../drizzled/plugin/listen_tcp.cc:59
3710
msgid "accept() failed with errno %d"
3713
#: ../drizzled/plugin/listen_tcp.cc:95
3715
msgid "getaddrinfo() failed with error %s"
3718
#: ../drizzled/plugin/listen_tcp.cc:127
3720
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3723
#: ../drizzled/plugin/listen_tcp.cc:138
3725
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3728
#: ../drizzled/plugin/listen_tcp.cc:147
3730
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3733
#: ../drizzled/plugin/listen_tcp.cc:156
3735
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3738
#: ../drizzled/plugin/listen_tcp.cc:165
3740
msgid "setsockopt(SO_LINGER) failed with errno %d"
3743
#: ../drizzled/plugin/listen_tcp.cc:174
3745
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3748
#: ../drizzled/plugin/listen_tcp.cc:195
3750
msgid "Retrying bind() on %u\n"
3753
#: ../drizzled/plugin/listen_tcp.cc:202
3755
msgid "bind() failed with errno: %d\n"
3758
#: ../drizzled/plugin/listen_tcp.cc:205
3759
msgid "Do you already have another drizzled running?\n"
3762
#: ../drizzled/plugin/listen_tcp.cc:212
3764
msgid "listen() failed with errno %d\n"
3767
#: ../drizzled/plugin/listen_tcp.cc:218
3769
msgid "Listening on %s:%s\n"
3772
#: ../drizzled/plugin/logging.cc:65
3774
msgid "logging '%s' pre() failed"
3777
#: ../drizzled/plugin/logging.cc:90
3779
msgid "logging '%s' post() failed"
3782
#: ../drizzled/plugin/logging.cc:114
3784
msgid "logging '%s' postEnd() failed"
3787
#: ../drizzled/plugin/logging.cc:137
3789
msgid "logging '%s' resetCurrentScoreboard() failed"
3792
#: ../drizzled/plugin/scheduler.cc:62
3795
"Attempted to register a scheduler %s, but a scheduler has already been "
3796
"registered with that name.\n"
3799
#: ../drizzled/plugin/scheduler.cc:99
3801
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3804
#: ../drizzled/plugin/schema_engine.cc:131
3806
msgid "Error while loading database options: '%s':"
3809
#: ../drizzled/plugin/xa_resource_manager.cc:115
3811
msgid "Found %d prepared transaction(s) in resource manager."
3814
#: ../drizzled/plugin/xa_resource_manager.cc:182
5396
#: drizzled/error.cc:1258
5398
msgid "Being purged log %s was not found"
5401
#: drizzled/error.cc:1260
5403
msgid "Converted to non-transactional lock on '%-.64s'"
5406
#: drizzled/error.cc:1262
5408
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5411
#: drizzled/error.cc:1264
5414
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5417
#: drizzled/error.cc:1266
5419
msgid "Can't access storage engine of table %-.64s"
5422
#: drizzled/error.cc:1268
5423
msgid "Starting backup process"
5426
#: drizzled/error.cc:1270
5427
msgid "Backup completed"
5430
#: drizzled/error.cc:1272
5431
msgid "Starting restore process"
5434
#: drizzled/error.cc:1274
5435
msgid "Restore completed"
5438
#: drizzled/error.cc:1276
5439
msgid "Nothing to backup"
5442
#: drizzled/error.cc:1278
5444
msgid "Database '%-.64s' cannot be included in a backup"
5447
#: drizzled/error.cc:1280
5449
"Error during backup operation - server's error log contains more information "
5453
#: drizzled/error.cc:1282
5455
"Error during restore operation - server's error log contains more "
5456
"information about the error"
5459
#: drizzled/error.cc:1284
5461
"Can't execute this command because another BACKUP/RESTORE operation is in "
5465
#: drizzled/error.cc:1286
5466
msgid "Error when preparing for backup operation"
5469
#: drizzled/error.cc:1288
5470
msgid "Error when preparing for restore operation"
5473
#: drizzled/error.cc:1290
5475
msgid "Invalid backup location '%-.64s'"
5478
#: drizzled/error.cc:1292
5480
msgid "Can't read backup location '%-.64s'"
5483
#: drizzled/error.cc:1294
5485
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5488
#: drizzled/error.cc:1296
5489
msgid "Can't enumerate server databases"
5492
#: drizzled/error.cc:1298
5493
msgid "Can't enumerate server tables"
5496
#: drizzled/error.cc:1300
5498
msgid "Can't enumerate tables in database %-.64s"
5501
#: drizzled/error.cc:1302
5503
msgid "Skipping view %-.64s in database %-.64s"
5506
#: drizzled/error.cc:1304
5508
msgid "Skipping table %-.64s since it has no valid storage engine"
5511
#: drizzled/error.cc:1306
5513
msgid "Can't open table %-.64s"
5516
#: drizzled/error.cc:1308
5517
msgid "Can't read backup archive preamble"
5520
#: drizzled/error.cc:1310
5521
msgid "Can't write backup archive preamble"
5524
#: drizzled/error.cc:1312
5526
msgid "Can't find backup driver for table %-.64s"
5529
#: drizzled/error.cc:1314
5532
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5536
#: drizzled/error.cc:1316
5538
msgid "Can't create %-.64s backup driver"
5541
#: drizzled/error.cc:1318
5543
msgid "Can't create %-.64s restore driver"
5546
#: drizzled/error.cc:1320
5548
msgid "Found %d images in backup archive but maximum %d are supported"
5551
#: drizzled/error.cc:1322
5553
msgid "Error when saving meta-data of %-.64s"
5556
#: drizzled/error.cc:1324
5557
msgid "Error when reading meta-data list"
5560
#: drizzled/error.cc:1326
5562
msgid "Can't create %-.64s"
5565
#: drizzled/error.cc:1328
5566
msgid "Can't allocate buffer for image data transfer"
5569
#: drizzled/error.cc:1330
5571
msgid "Error when writing %-.64s backup image data (for table #%d)"
5574
#: drizzled/error.cc:1332
5575
msgid "Error when reading data from backup stream"
5578
#: drizzled/error.cc:1334
5579
msgid "Can't go to the next chunk in backup stream"
5582
#: drizzled/error.cc:1336
5584
msgid "Can't initialize %-.64s backup driver"
5587
#: drizzled/error.cc:1338
5589
msgid "Can't initialize %-.64s restore driver"
5592
#: drizzled/error.cc:1340
5594
msgid "Can't shut down %-.64s backup driver"
5597
#: drizzled/error.cc:1342
5599
msgid "Can't shut down %-.64s backup driver(s)"
5602
#: drizzled/error.cc:1344
5604
msgid "%-.64s backup driver can't prepare for synchronization"
5607
#: drizzled/error.cc:1346
5609
msgid "%-.64s backup driver can't create its image validity point"
5612
#: drizzled/error.cc:1348
5614
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5617
#: drizzled/error.cc:1350
5619
msgid "%-.64s backup driver can't cancel its backup operation"
5622
#: drizzled/error.cc:1352
5624
msgid "%-.64s restore driver can't cancel its restore operation"
5627
#: drizzled/error.cc:1354
5629
msgid "Error when polling %-.64s backup driver for its image data"
5632
#: drizzled/error.cc:1356
5634
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5637
#: drizzled/error.cc:1358
5640
"After %d attempts %-.64s restore driver still can't accept next block of data"
5643
#: drizzled/error.cc:1360
5645
msgid "Open and lock tables failed in %-.64s"
5648
#: drizzled/error.cc:1362
5649
msgid "Backup driver's table locking thread can not be initialized."
5652
#: drizzled/error.cc:1364
5654
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
5655
"and 'mysql.online_backup_progress'."
5658
#: drizzled/error.cc:1366
5660
msgid "Tablespace '%-.192s' already exists"
5663
#: drizzled/error.cc:1368
5665
msgid "Tablespace '%-.192s' doesn't exist"
5668
#: drizzled/error.cc:1370
5670
msgid "Unexpected master's heartbeat data: %s"
5673
#: drizzled/error.cc:1372
5675
msgid "The requested value for the heartbeat period %s %s"
5678
#: drizzled/error.cc:1374
5680
msgid "Can't write to the online backup progress log %-.64s."
5683
#: drizzled/error.cc:1376
5685
msgid "Tablespace '%-.192s' not empty"
5688
#: drizzled/error.cc:1378
5691
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5692
"server. The original definition of the required tablespace is '%-.256s' "
5693
"while the same tablespace is defined on the server as '%-.256s'"
5696
#: drizzled/error.cc:1380
5697
msgid "A virtual column cannot be based on a virtual column"
5700
#: drizzled/error.cc:1382
5702
msgid "Non-deterministic expression for virtual column '%s'."
5705
#: drizzled/error.cc:1384
5708
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5711
#: drizzled/error.cc:1386
5712
msgid "Primary key cannot be defined upon a virtual column."
5715
#: drizzled/error.cc:1388
5716
msgid "Key/Index cannot be defined on a non-stored virtual column."
5719
#: drizzled/error.cc:1390
5721
msgid "Cannot define foreign key with %s clause on a virtual column."
5724
#: drizzled/error.cc:1392
5726
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5729
#: drizzled/error.cc:1394
5731
msgid "'%s' is not yet supported for virtual columns."
5734
#: drizzled/error.cc:1396
5735
msgid "Constant expression in virtual column function is not allowed."
5738
#: drizzled/errmsg.cc:44
5740
msgid "errmsg plugin '%s' init() failed."
5743
#: drizzled/errmsg.cc:70
5745
msgid "errmsg plugin '%s' deinit() failed."
5748
#: drizzled/errmsg.cc:111
5750
msgid "errmsg plugin '%s' errmsg_func() failed"
5753
#: drizzled/handler.cc:378
5754
msgid "Too many storage engines!"
5757
#: drizzled/handler.cc:382
5759
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
5762
#: drizzled/handler.cc:1228
5764
msgid "Found %d prepared transaction(s) in %s"
5767
#: drizzled/handler.cc:1280
3815
5768
msgid "Starting crash recovery..."
3818
#: ../drizzled/plugin/xa_resource_manager.cc:192
5771
#: drizzled/handler.cc:1312
3820
5773
msgid "Found %d prepared XA transactions"
3823
#: ../drizzled/plugin/xa_resource_manager.cc:197
5776
#: drizzled/handler.cc:1316
3826
5779
"Found %d prepared transactions! It means that drizzled was not shut down "
3829
5782
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3832
#: ../drizzled/plugin/xa_resource_manager.cc:207
5785
#: drizzled/handler.cc:1326
3833
5786
msgid "Crash recovery finished."
3836
#: ../drizzled/replication_services.cc:94
3838
"You registered a TransactionApplier plugin but no TransactionReplicator "
3839
"plugins were registered.\n"
3842
#: ../drizzled/replication_services.cc:125
3845
"You registered a TransactionApplier plugin but no TransactionReplicator "
3846
"plugins were registered that match the requested replicator name of '%s'.\n"
3847
"We have deactivated the TransactionApplier '%s'.\n"
3850
#: ../drizzled/session.cc:1990 ../drizzled/session.cc:2009
5789
#: drizzled/log.cc:723
5790
msgid "I/O error reading the header from the binary log"
5793
#: drizzled/log.cc:730
5795
"Binlog has bad magic number; It's not a binary log file that can be used by "
5796
"this version of Drizzle"
5799
#: drizzled/log.cc:745
5801
msgid "Failed to open log (file '%s', errno %d)"
5804
#: drizzled/log.cc:747 drizzled/log.cc:755
5805
msgid "Could not open log file"
5808
#: drizzled/log.cc:753
5810
msgid "Failed to create a cache on log (file '%s')"
5813
#: drizzled/log.cc:907 drizzled/log.cc:1271
5816
"Could not use %s for logging (error %d). Turning logging off for the whole "
5817
"duration of the Drizzle server process. To turn it on again: fix the cause, "
5818
"shutdown the Drizzle server and restart it."
5821
#: drizzled/log.cc:1539 drizzled/log.cc:1570 drizzled/log.cc:1819
5822
#: drizzled/log.cc:1941
5824
msgid "Failed to delete file '%s'"
5827
#: drizzled/log.cc:1548 drizzled/log.cc:1827 drizzled/log.cc:1949
5830
"a problem with deleting %s; consider examining correspondence of your binlog "
5831
"index file to the actual binlog files"
5834
#: drizzled/log.cc:1675
5836
msgid "next log error: %d offset: %s log: %s included: %d"
5839
#: drizzled/log.cc:1785 drizzled/log.cc:1909
5841
msgid "Failed to execute stat() on file '%s'"
5844
#: drizzled/log.cc:1796 drizzled/log.cc:1920
5847
"a problem with getting info on being purged %s; consider examining "
5848
"correspondence of your binlog index file to the actual binlog files"
5851
#: drizzled/log.cc:3358 drizzled/log.cc:3851
5853
msgid "Recovering after a crash using %s"
5856
#: drizzled/log.cc:3361
5858
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
5861
#: drizzled/log.cc:3698
5862
msgid "Bad magic header in tc log"
5865
#: drizzled/log.cc:3708
5868
"Recovery failed! You must enable exactly %d storage engines that support two-"
5869
"phase commit protocol"
5872
#: drizzled/log.cc:3736
5874
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5875
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
5876
"heuristic-recover={commit|rollback}"
5879
#: drizzled/log.cc:3766
5880
msgid "Heuristic crash recovery mode"
5883
#: drizzled/log.cc:3768
5884
msgid "Heuristic crash recovery failed"
5887
#: drizzled/log.cc:3769
5888
msgid "Please restart mysqld without --tc-heuristic-recover"
5891
#: drizzled/log.cc:3813 drizzled/log.cc:3837
5893
msgid "find_log_pos() failed (error: %d)"
5896
#: drizzled/log.cc:3950
5898
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5899
"of memory error) and restart, or delete (or rename) binary log and start "
5900
"mysqld with --tc-heuristic-recover={commit|rollback}"
5903
#: drizzled/log_event.cc:126
5905
msgid " %s, Error_code: %d;"
5908
#: drizzled/log_event.cc:130
5911
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
5912
"master log %s, end_log_pos %lu"
5915
#: drizzled/log_event.cc:136
5919
#: drizzled/log_event.cc:878
5922
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
5925
#: drizzled/log_event.cc:1768
5928
"Query partially completed on the master (error on master: %d) and was "
5929
"aborted. There is a chance that your master is inconsistent at this point. "
5930
"If you are sure that your master is ok, run this query manually on the slave "
5931
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
5932
"SLAVE; . Query: '%s'"
5935
#: drizzled/log_event.cc:1794
5938
"Query caused differenxt errors on master and slave.\n"
5939
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
5940
"Default database: '%s'. Query: '%s'"
5943
#: drizzled/log_event.cc:1799
5947
#: drizzled/log_event.cc:1819
5949
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
5952
#: drizzled/log_event.cc:1821 drizzled/log_event.cc:5002
5953
#: drizzled/log_event.cc:5047 drizzled/log_event.cc:5818
5954
msgid "unexpected success or fatal error"
5957
#: drizzled/log_event.cc:2337
5959
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
5960
"probable cause is that the master died while writing the transaction to its "
5961
"binary log, thus rolled back too."
5964
#: drizzled/log_event.cc:3003
5967
"Slave: load data infile on table '%s' at log position %s in log '%s' "
5968
"produced %ld warning(s). Default database: '%s'"
5971
#: drizzled/log_event.cc:3053
5974
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
5977
#: drizzled/log_event.cc:3065
5979
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
5982
#: drizzled/log_event.cc:3780
5983
msgid "Out of memory while recording slave event"
5986
#: drizzled/log_event.cc:4029 drizzled/log_event.cc:4055
5988
msgid "Error in Create_file event: could not open file '%s'"
5991
#: drizzled/log_event.cc:4041
5993
msgid "Error in Create_file event: could not write to file '%s'"
5996
#: drizzled/log_event.cc:4062
5998
msgid "Error in Create_file event: write to '%s' failed"
6001
#: drizzled/log_event.cc:4176
6003
msgid "Error in %s event: could not create file '%s'"
6006
#: drizzled/log_event.cc:4185
6008
msgid "Error in %s event: could not open file '%s'"
6011
#: drizzled/log_event.cc:4192
6013
msgid "Error in %s event: write to '%s' failed"
6016
#: drizzled/log_event.cc:4354
6018
msgid "Error in Exec_load event: could not open file '%s'"
6021
#: drizzled/log_event.cc:4364
6023
msgid "Error in Exec_load event: file '%s' appears corrupted"
6026
#: drizzled/log_event.cc:4394
6028
msgid "%s. Failed executing load from '%s'"
6031
#: drizzled/log_event.cc:4567
6032
msgid "Not enough memory"
6035
#: drizzled/log_event.cc:4999
6037
msgid "Error '%s' in %s event: when locking tables"
6040
#: drizzled/log_event.cc:5009
6042
msgid "Error in %s event: when locking tables"
6045
#: drizzled/log_event.cc:5044
6047
msgid "Error '%s' on reopening tables"
6050
#: drizzled/log_event.cc:5400
6052
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6055
#: drizzled/log_event.cc:5815
6057
msgid "Error '%s' on opening table `%s`.`%s`"
6060
#. TRANSLATORS: The leading word "logging" is the name
6061
#. of the plugin api, and so should not be translated.
6062
#: drizzled/logging.cc:62
6064
msgid "logging plugin '%s' deinit() failed"
6067
#. TRANSLATORS: The leading word "logging" is the name
6068
#. of the plugin api, and so should not be translated.
6069
#: drizzled/logging.cc:85
6071
msgid "logging plugin '%s' logging_pre() failed"
6074
#. TRANSLATORS: The leading word "logging" is the name
6075
#. of the plugin api, and so should not be translated.
6076
#: drizzled/logging.cc:118
6078
msgid "logging plugin '%s' logging_post() failed"
6081
#. TRANSLATORS: The leading word "parser" is the name
6082
#. of the plugin api, and so should not be translated.
6083
#: drizzled/parser.cc:40
6085
msgid "parser plugin '%s' init() failed"
6088
#. TRANSLATORS: The leading word "parser" is the name
6089
#. of the plugin api, and so should not be translated.
6090
#: drizzled/parser.cc:62
6092
msgid "parser plugin '%s' deinit() failed"
6095
#. TRANSLATORS: The leading word "parser" is the name
6096
#. of the plugin api, and so should not be translated.
6097
#: drizzled/parser.cc:98
6099
msgid "parser plugin '%s' parser_func1() failed"
6102
#. TRANSLATORS: The leading word "parser" is the name
6103
#. of the plugin api, and so should not be translated.
6104
#: drizzled/parser.cc:152
6106
msgid "parser plugin '%s' parser_func2() failed"
6109
#. TRANSLATORS: The leading word "qcache" is the name
6110
#. of the plugin api, and so should not be translated.
6111
#: drizzled/qcache.cc:40
6113
msgid "qcache plugin '%s' init() failed"
6116
#. TRANSLATORS: The leading word "qcache" is the name
6117
#. of the plugin api, and so should not be translated.
6118
#: drizzled/qcache.cc:62
6120
msgid "qcache plugin '%s' deinit() failed"
6123
#. TRANSLATORS: The leading word "qcache" is the name
6124
#. of the plugin api, and so should not be translated.
6125
#: drizzled/qcache.cc:98
6127
msgid "qcache plugin '%s' do1() failed"
6130
#. TRANSLATORS: The leading word "qcache" is the name
6131
#. of the plugin api, and so should not be translated.
6132
#: drizzled/qcache.cc:152
6134
msgid "qcache plugin '%s' qcache_func2() failed"
6137
#: drizzled/rpl_mi.cc:251 drizzled/slave.cc:1085 drizzled/slave.cc:2112
6138
msgid "Failed to flush master info file"
6141
#: drizzled/rpl_reporting.cc:44
6143
msgid "Slave %s: %s%s Error_code: %d"
6146
#: drizzled/rpl_rli.cc:145
6149
"Neither --relay-log nor --relay-log-index were used; so replication may "
6150
"break when this MySQL server acts as a slave and has his hostname changed!! "
6151
"Please use '--relay-log=%s' to avoid this problem."
6154
#: drizzled/rpl_rli.cc:162
6155
msgid "Failed in open_log() called from init_relay_log_info()"
6158
#: drizzled/rpl_rli.cc:184
6159
msgid "Failed to flush relay log info file"
6162
#: drizzled/rpl_rli.cc:187
6163
msgid "Error counting relay log space"
6166
#: drizzled/rpl_rli.cc:211
6168
msgid "log %s listed in the index, but failed to stat"
6171
#: drizzled/rpl_rli.cc:226
6172
msgid "Could not find first log while counting relay log space"
6175
#: drizzled/rpl_rli.cc:880
6176
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6179
#: drizzled/rpl_utility.cc:117
6181
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6184
#: drizzled/rpl_utility.cc:132
6187
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6188
"Master's column size should be <= the slave's column size."
6191
#: drizzled/scheduler.cc:129
6192
msgid "Memory allocation error in session_scheduler::init\n"
6195
#: drizzled/scheduler.cc:206
6196
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6199
#: drizzled/scheduler.cc:212
6200
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6203
#: drizzled/scheduler.cc:224
6204
msgid "session_add_event event_add error in libevent_init\n"
6207
#: drizzled/scheduler.cc:240
6209
msgid "Can't create completion port thread (error %d)"
6212
#: drizzled/scheduler.cc:353
6213
msgid "event_add error in libevent_add_session_callback\n"
6216
#: drizzled/scheduler.cc:379
6217
msgid "Scheduler init error in libevent_add_new_connection\n"
6220
#: drizzled/scheduler.cc:460
6221
msgid "libevent_thread_proc: my_thread_init() failed\n"
6224
#. TRANSLATORS: The leading word "scheduling" is the name
6225
#. of the plugin api, and so should not be translated.
6226
#: drizzled/scheduling.cc:40
6228
msgid "scheduling plugin '%s' init() failed"
6231
#. TRANSLATORS: The leading word "scheduling" is the name
6232
#. of the plugin api, and so should not be translated.
6233
#: drizzled/scheduling.cc:62
6235
msgid "scheduling plugin '%s' deinit() failed"
6238
#. TRANSLATORS: The leading word "scheduling" is the name
6239
#. of the plugin api, and so should not be translated.
6240
#: drizzled/scheduling.cc:98
6242
msgid "scheduling plugin '%s' scheduling_func1() failed"
6245
#. TRANSLATORS: The leading word "scheduling" is the name
6246
#. of the plugin api, and so should not be translated.
6247
#: drizzled/scheduling.cc:152
6249
msgid "scheduling plugin '%s' scheduling_func2() failed"
6252
#: drizzled/set_var.cc:802
6253
msgid "Ambiguous slave modes combination. STRICT will be used"
6256
#: drizzled/slave.cc:96
6257
msgid "Waiting to reconnect after a failed registration on master"
6260
#: drizzled/slave.cc:97
6262
"Slave I/O thread killed while waitnig to reconnect after a failed "
6263
"registration on master"
6266
#: drizzled/slave.cc:99
6267
msgid "Reconnecting after a failed registration on master"
6270
#: drizzled/slave.cc:100
6273
"failed registering on master, reconnecting to try again, log '%s' at postion "
6277
#: drizzled/slave.cc:103 drizzled/slave.cc:112
6278
msgid "Slave I/O thread killed during or after reconnect"
6281
#: drizzled/slave.cc:106
6282
msgid "Waiting to reconnect after a failed binlog dump request"
6285
#: drizzled/slave.cc:107
6286
msgid "Slave I/O thread killed while retrying master dump"
6289
#: drizzled/slave.cc:108
6290
msgid "Reconnecting after a failed binlog dump request"
6293
#: drizzled/slave.cc:109
6295
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6298
#: drizzled/slave.cc:115
6299
msgid "Waiting to reconnect after a failed master event read"
6302
#: drizzled/slave.cc:116
6303
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6306
#: drizzled/slave.cc:118
6307
msgid "Reconnecting after a failed master event read"
6310
#: drizzled/slave.cc:119
6313
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6317
#: drizzled/slave.cc:122
6319
"Slave I/O thread killed during or after a reconnect done to recover from "
6323
#: drizzled/slave.cc:236
6324
msgid "Failed to allocate memory for the master info structure"
6327
#: drizzled/slave.cc:242 drizzled/slave.cc:1784
6328
msgid "Failed to initialize the master info structure"
6331
#: drizzled/slave.cc:257
6332
msgid "Failed to create slave threads"
6335
#: drizzled/slave.cc:454
6336
msgid "Server id not set, will not start slave"
6339
#: drizzled/slave.cc:622
6341
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6342
"updates to a non-transactional table without any primary key. There is a "
6343
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6344
"check your tables' contents after restart."
6347
#: drizzled/slave.cc:783 drizzled/slave.cc:798
6348
msgid "Master reported unrecognized DRIZZLE version"
6351
#: drizzled/slave.cc:839
6352
msgid "default Format_description_log_event"
6355
#: drizzled/slave.cc:861
6358
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6359
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6362
#: drizzled/slave.cc:888
6364
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6365
"server ids; these ids must be different for replication to work (or the --"
6366
"replicate-same-server-id option must be used on slave but this doesnot "
6367
"always make sense; please check the manual before using it)."
6370
#: drizzled/slave.cc:933
6372
"The slave I/O thread stops because master and slave have different values "
6373
"for the COLLATION_SERVER global variable. The values must be equal for "
6374
"replication to work"
6377
#: drizzled/slave.cc:969
6379
"The slave I/O thread stops because master and slave have different values "
6380
"for the TIME_ZONE global variable. The values must be equal for replication "
6384
#: drizzled/slave.cc:1034
6385
msgid "Waiting for the slave SQL thread to free enough relay log space"
6388
#: drizzled/slave.cc:1080
6390
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6394
#: drizzled/slave.cc:1091
6395
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6398
#: drizzled/slave.cc:1440
6400
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6403
#: drizzled/slave.cc:1493
6405
msgid "Error reading packet from server: %s ( server_errno=%d)"
6408
#: drizzled/slave.cc:1501
6410
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6413
#: drizzled/slave.cc:1655
6416
"It was not possible to update the positions of the relay log information: "
6417
"the slave may be in an inconsistent state. Stopped in %s position %s"
6420
#: drizzled/slave.cc:1730 drizzled/slave.cc:2322
6422
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6425
#: drizzled/slave.cc:1789 drizzled/slave.cc:2271
6427
msgid "Error initializing relay log position: %s"
6430
#: drizzled/slave.cc:1805
6433
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6434
"Consider raising the value of the slave_transaction_retries variable."
6437
#: drizzled/slave.cc:1828
6439
"Could not parse relay log event entry. The possible reasons are: the "
6440
"master's binary log is corrupted (you can check this by running "
6441
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6442
"can check this by running 'mysqlbinlog' on the relay log), a network "
6443
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6444
"check the master's binary log or slave's relay log, you will be able to know "
6445
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6448
#: drizzled/slave.cc:1949
6449
msgid "Failed during slave I/O thread initialization"
6452
#: drizzled/slave.cc:1963
6453
msgid "error in drizzle_create()"
6456
#: drizzled/slave.cc:1971
6459
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6460
"'%s' at position %s"
6463
#: drizzled/slave.cc:1985
6464
msgid "Slave I/O thread killed while connecting to master"
6467
#: drizzled/slave.cc:2009
6468
msgid "Slave I/O thread couldn't register on master"
6471
#: drizzled/slave.cc:2021 drizzled/slave.cc:2045 drizzled/slave.cc:2069
6472
msgid "Forcing to reconnect slave I/O thread"
6475
#: drizzled/slave.cc:2034
6476
msgid "Failed on request_dump()"
6479
#: drizzled/slave.cc:2035
6480
msgid "Slave I/O thread killed while requesting master dump"
6483
#: drizzled/slave.cc:2061
6484
msgid "Waiting for master to send event"
6487
#: drizzled/slave.cc:2063
6488
msgid "Slave I/O thread killed while reading event"
6491
#: drizzled/slave.cc:2081
6494
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6495
"entry is correct, restart the server with a higher value of "
6496
"max_allowed_packet"
6499
#: drizzled/slave.cc:2095
6500
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6503
#: drizzled/slave.cc:2105
6504
msgid "Queueing master event to the relay log"
6507
#: drizzled/slave.cc:2132
6508
msgid "Slave I/O thread aborted while waiting for relay log space"
6511
#: drizzled/slave.cc:2142
6513
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6516
#: drizzled/slave.cc:2163
6517
msgid "Waiting for slave mutex on exit"
6520
#: drizzled/slave.cc:2227
6521
msgid "Failed during slave thread initialization"
6524
#: drizzled/slave.cc:2293
6527
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6528
"s, relay log '%s' position: %s"
6531
#: drizzled/slave.cc:2307
6532
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6535
#: drizzled/slave.cc:2333
6536
msgid "Reading event from the relay log"
6539
#: drizzled/slave.cc:2358
6541
msgid "Slave (additional info): %s Error_code: %d"
6544
#: drizzled/slave.cc:2375
6546
msgid "Slave: %s Error_code: %d"
6549
#: drizzled/slave.cc:2378
6552
"Error loading user-defined library, slave SQL thread aborted. Install the "
6553
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6554
"stopped at log '%s' position %s"
6557
#: drizzled/slave.cc:2386
6560
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6561
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6564
#: drizzled/slave.cc:2398
6567
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6570
#: drizzled/slave.cc:2492
6572
msgid "Slave I/O: failed requesting download of '%s'"
6575
#: drizzled/slave.cc:2509
6577
msgid "Network read error downloading '%s' from master"
6580
#: drizzled/slave.cc:2531
6581
msgid "error writing Exec_load event to relay log"
6584
#: drizzled/slave.cc:2545
6585
msgid "error writing Create_file event to relay log"
6588
#: drizzled/slave.cc:2560
6589
msgid "error writing Append_block event to relay log"
6592
#: drizzled/slave.cc:2656
6593
msgid "Memory allocation failed"
6596
#: drizzled/slave.cc:2681 drizzled/slave.cc:2767
6599
"Read invalid event from master: '%s', master could be corrupt but a more "
6600
"likely cause of this is a bug"
6603
#: drizzled/slave.cc:3039
6604
msgid "could not queue event from master"
6607
#: drizzled/slave.cc:3129
6609
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6612
#: drizzled/slave.cc:3131
6613
msgid "reconnecting"
6616
#: drizzled/slave.cc:3131
6620
#: drizzled/slave.cc:3155
6623
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6627
#: drizzled/slave.cc:3516
6629
msgid "next log '%s' is currently active"
6632
#: drizzled/slave.cc:3546
6634
msgid "next log '%s' is not active"
6637
#: drizzled/slave.cc:3562
6640
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6643
#: drizzled/slave.cc:3568
6644
msgid "Aborting slave SQL thread because of partial event read"
6647
#: drizzled/slave.cc:3574 drizzled/slave.cc:3581
6649
msgid "Error reading relay log event: %s"
6652
#: drizzled/slave.cc:3575
6653
msgid "slave SQL thread was killed"
6656
#: drizzled/slave.cc:3673
6659
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6660
"check error log on slave for more info"
6663
#: drizzled/slave.cc:3679
6666
"According to the master's version ('%s'), it is probable that master suffers "
6667
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6668
"current binary log event may make the slave's data become different from the "
6669
"master's data. To take no risk, slave refuses to replicate this event and "
6670
"stops. We recommend that all updates be stopped on the master and slave, "
6671
"that the data of both be manually synchronized, that master's binary logs be "
6672
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6673
"Then replication can be restarted."
6676
#: drizzled/sql_base.cc:2546
6678
msgid "Table %s had a open data handler in reopen_table"
6681
#: drizzled/sql_base.cc:3197
6683
msgid "Couldn't repair table: %s.%s"
6686
#: drizzled/sql_base.cc:3240
6689
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6690
"s`.`%s`' to the binary log"
6693
#: drizzled/sql_base.cc:3953
3852
6695
msgid "Could not remove temporary table: '%s', error: %d"
3855
#: ../drizzled/signal_handler.cc:52
3857
msgid "Got signal %d from thread %<PRIu32>"
3860
#: ../drizzled/signal_handler.cc:118
3862
msgid "Fatal signal %d while backtracing\n"
3865
#: ../drizzled/signal_handler.cc:127
3867
msgid "Fatal: time() call failed\n"
3870
#: ../drizzled/signal_handler.cc:133
3873
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3874
"This could be because you hit a bug. It is also possible that this binary\n"
3875
" or one of the libraries it was linked against is corrupt, improperly "
3877
" or misconfigured. This error can also be caused by malfunctioning "
3881
#: ../drizzled/signal_handler.cc:141
3884
"We will try our best to scrape up some info that will hopefully help "
3886
"the problem, but since we have already crashed, something is definitely "
3888
"and this may fail.\n"
3892
#: ../drizzled/signal_handler.cc:148
3895
"It is possible that drizzled could use up to \n"
3896
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3898
"Hope that's ok; if not, decrease some variables in the equation.\n"
3902
#: ../drizzled/sql_table.cc:1933
6698
#: drizzled/sql_db.cc:399 drizzled/sql_db.cc:407
6700
msgid "Error while loading database options: '%s':"
6703
#: drizzled/sql_plugin.cc:678
6705
msgid "Plugin '%s' of type %s failed deinitialization"
6708
#: drizzled/sql_plugin.cc:692
6710
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6713
#: drizzled/sql_plugin.cc:812
6715
msgid "Plugin '%s' registration as a %s failed."
6718
#: drizzled/sql_plugin.cc:1066
6719
msgid "plugin-load parameter too long"
6722
#: drizzled/sql_plugin.cc:1126
6724
msgid "Couldn't load plugin named '%s' with soname '%s'."
6727
#: drizzled/sql_plugin.cc:1177
6729
msgid "Forcing shutdown of %d plugins"
6732
#: drizzled/sql_plugin.cc:1199
6734
msgid "Plugin '%s' will be forced to shutdown"
6737
#: drizzled/sql_plugin.cc:1215
6739
msgid "Plugin '%s' has ref_count=%d after shutdown."
6742
#: drizzled/sql_plugin.cc:2464 drizzled/sql_plugin.cc:2527
6744
msgid "Unknown variable type code 0x%x in plugin '%s'."
6747
#: drizzled/sql_plugin.cc:2507
6750
"Server variable %s of plugin %s was forced to be read-only: string variable "
6751
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6754
#: drizzled/sql_plugin.cc:2538
6756
msgid "Missing variable name in plugin '%s'."
6759
#: drizzled/sql_plugin.cc:2555
6761
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6764
#: drizzled/sql_plugin.cc:2674
6766
msgid "Out of memory for plugin '%s'."
6769
#: drizzled/sql_plugin.cc:2681
6771
msgid "Bad options for plugin '%s'."
6774
#: drizzled/sql_plugin.cc:2690
6776
msgid "Parsing options for plugin '%s' failed."
6779
#: drizzled/sql_plugin.cc:2733
6781
msgid "Plugin '%s' has conflicting system variables"
6784
#: drizzled/sql_plugin.cc:2743
6786
msgid "Plugin '%s' disabled by command line option"
6789
#: drizzled/sql_repl.cc:101
6790
msgid "Failed in send_file() while reading file name"
6793
#: drizzled/sql_repl.cc:114
6794
msgid "Failed in send_file() on open of file"
6797
#: drizzled/sql_repl.cc:122
6798
msgid "Failed in send_file() while writing data to client"
6801
#: drizzled/sql_repl.cc:131
6802
msgid "Failed in send_file() while negotiating file transfer close"
6805
#: drizzled/sql_table.cc:82
6807
msgid "Invalid (old?) table or database name '%s'"
6810
#: drizzled/sql_table.cc:2716
3904
6812
msgid "Unknown - internal error %d during operation"
3907
#: ../drizzled/statement/alter_table.cc:1514
6815
#: drizzled/sql_table.cc:5011
6817
msgid "Could not open table %s.%s after rename\n"
6820
#: drizzled/sql_table.cc:5178
3910
6823
"order_st BY ignored because there is a user-defined clustered index in the "
3911
6824
"table '%-.192s'"
3914
#: ../drizzled/sys_var.cc:1526
3916
msgid "Variable named %s already exists!\n"
3919
#: ../drizzled/sys_var.cc:1535
3921
msgid "Could not add Variable: %s\n"
3924
#: ../drizzled/sys_var.cc:1633
3925
msgid "Failed to initialize system variables"
3928
#: ../drizzled/table.cc:1690
3930
msgid "Got error %d when reading table '%s'"
3933
#: ../drizzled/table/instance/base.cc:1883
6827
#: drizzled/sql_udf.cc:39
6828
msgid "Can't allocate memory for udf structures"
6831
#: drizzled/table.cc:507
6834
"'%s' had no or invalid character set, and default character set is multi-"
6835
"byte, so character column sizes may have changed"
6838
#: drizzled/table.cc:2082
3935
6840
msgid "Unknown collation '%s' in table '%-.64s' definition"
3938
#: ../drizzled/table/instance/base.cc:1890
6843
#: drizzled/table.cc:2089
3941
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
6846
"Table '%-.64s' was created with a different version of MySQL and cannot be "
3945
#: ../drizzled/tztime.cc:170
6850
#: drizzled/table.cc:2700
6853
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6857
#: drizzled/table.cc:2726
6860
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6861
"have type %s, found type %s."
6864
#: drizzled/table.cc:2735
6867
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6868
"position %d to have character set '%s' but the type has no character set."
6871
#: drizzled/table.cc:2745
6874
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6875
"position %d to have character set '%s' but found character set '%s'."
6878
#: drizzled/table.cc:2756
6881
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6882
"have type %s but the column is not found."
6885
#: drizzled/table.cc:5182
6887
msgid "Got error %d when reading table '%s'"
6890
#: drizzled/tztime.cc:1054
3947
6892
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3950
#: ../plugin/auth_file/auth_file.cc:227
3952
msgid "Could not load auth file: %s\n"
3955
#: ../plugin/auth_file/auth_file.cc:243
3956
msgid "File to load for usernames and passwords"
3959
#: ../plugin/auth_http/auth_http.cc:135
3961
"auth_http plugin loaded but required option url not specified. Against which "
3962
"URL are you intending on authenticating?\n"
3965
#: ../plugin/auth_http/auth_http.cc:151
3966
msgid "URL for HTTP Auth check"
3969
#: ../plugin/auth_ldap/auth_ldap.cc:291
3971
msgid "Reconnect failed: %s\n"
3974
#: ../plugin/auth_ldap/auth_ldap.cc:310
3976
msgid "ldap_search_ext_s failed: %s\n"
3979
#: ../plugin/auth_ldap/auth_ldap.cc:416
3981
msgid "Could not load auth ldap: %s\n"
3984
#: ../plugin/auth_ldap/auth_ldap.cc:437
3985
msgid "URI of the LDAP server to contact"
3988
#: ../plugin/auth_ldap/auth_ldap.cc:439
3989
msgid "DN to use when binding to the LDAP server"
3992
#: ../plugin/auth_ldap/auth_ldap.cc:441
3993
msgid "Password to use when binding the DN"
3996
#: ../plugin/auth_ldap/auth_ldap.cc:443
3997
msgid "DN to use when searching"
4000
#: ../plugin/auth_ldap/auth_ldap.cc:445
4001
msgid "Attribute in LDAP with plain text password"
4004
#: ../plugin/auth_ldap/auth_ldap.cc:447
4005
msgid "Attribute in LDAP with MySQL hashed password"
4008
#: ../plugin/auth_ldap/auth_ldap.cc:449
4009
msgid "How often to empty the users cache, 0 to disable"
4012
#: ../plugin/blitzdb/ha_blitz.cc:1507
4013
msgid "Estimated number of rows that a BlitzDB table will store."
4016
#: ../plugin/console/console.cc:379
4017
msgid "Enable the console."
4020
#: ../plugin/console/console.cc:382
4021
msgid "Turn on extra debugging."
4024
#: ../plugin/console/console.cc:385
4025
msgid "User to use for auth."
4028
#: ../plugin/console/console.cc:388
4029
msgid "Password to use for auth."
4032
#: ../plugin/console/console.cc:391
4034
msgid "Default catalog to use."
4037
#: ../plugin/console/console.cc:394
4039
msgid "Default schema to use."
4042
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
4045
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
4047
msgstr "用以连接的端口号或者设置0使用MySQL协议"
4049
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
4050
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
4051
msgid "Connect Timeout."
4054
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
4055
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
4056
msgid "Read Timeout."
4059
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
4060
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
4061
msgid "Write Timeout."
4064
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
4065
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
4066
msgid "Retry Count."
4069
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
4070
#: ../plugin/mysql_protocol/mysql_protocol.cc:1030
4071
msgid "Buffer length."
4074
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
4075
#: ../plugin/mysql_protocol/mysql_protocol.cc:1033
4076
msgid "Address to bind to."
4079
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
4080
#: ../plugin/mysql_protocol/mysql_protocol.cc:1036
4081
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
4082
msgid "Maximum simultaneous connections."
4085
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
4086
#: ../plugin/mysql_protocol/mysql_protocol.cc:1039
4087
msgid "A restrictive IP address list for incoming admin connections."
4090
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4091
msgid "Failed to send error message to libnotify\n"
4094
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
6895
#: plugin/errmsg_stderr/errmsg_stderr.cc:76
4095
6896
msgid "Error Messages to stderr"
4098
#: ../plugin/filtered_replicator/filtered_replicator.cc:578
4099
msgid "Comma-separated list of schemas to exclude"
4102
#: ../plugin/filtered_replicator/filtered_replicator.cc:581
4103
msgid "Comma-separated list of tables to exclude"
4106
#: ../plugin/filtered_replicator/filtered_replicator.cc:584
4107
msgid "Regular expression to apply to schemas to exclude"
4110
#: ../plugin/filtered_replicator/filtered_replicator.cc:587
4111
msgid "Regular expression to apply to tables to exclude"
4114
#: ../plugin/haildb/haildb_engine.cc:1080
4115
#: ../plugin/haildb/haildb_engine.cc:1218
4116
#: ../plugin/haildb/haildb_engine.cc:1248
4118
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4121
#: ../plugin/haildb/haildb_engine.cc:1099
4123
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4126
#: ../plugin/haildb/haildb_engine.cc:1197
4127
#: ../plugin/haildb/haildb_engine.cc:1310
4128
#: ../plugin/haildb/haildb_engine.cc:1491
4129
#: ../plugin/haildb/haildb_engine.cc:2157
4131
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4134
#: ../plugin/haildb/haildb_engine.cc:1349
4135
#: ../plugin/haildb/haildb_engine.cc:1365
4137
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4140
#: ../plugin/haildb/haildb_engine.cc:3403
4142
msgid "Error starting HailDB %d (%s)\n"
4145
#: ../plugin/haildb/haildb_engine.cc:3432
4146
msgid "Disable HailDB adaptive hash index (enabled by default)."
4149
#: ../plugin/haildb/haildb_engine.cc:3434
4150
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4153
#: ../plugin/haildb/haildb_engine.cc:3437
4155
"Size of a memory pool HailDB uses to store data dictionary information and "
4156
"other internal data structures."
4159
#: ../plugin/haildb/haildb_engine.cc:3440
4160
msgid "Data file autoextend increment in megabytes"
4163
#: ../plugin/haildb/haildb_engine.cc:3443
4165
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4169
#: ../plugin/haildb/haildb_engine.cc:3446
4170
msgid "The common part for HailDB table spaces."
4173
#: ../plugin/haildb/haildb_engine.cc:3448
4174
msgid "Disable HailDB checksums validation (enabled by default)."
4177
#: ../plugin/haildb/haildb_engine.cc:3450
4178
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4181
#: ../plugin/haildb/haildb_engine.cc:3453
4182
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4185
#: ../plugin/haildb/haildb_engine.cc:3456
4187
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4188
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4191
#: ../plugin/haildb/haildb_engine.cc:3459
4192
msgid "Stores each HailDB table to an .ibd file in the database dir."
4195
#: ../plugin/haildb/haildb_engine.cc:3462
4196
msgid "File format to use for new tables in .ibd files."
4199
#: ../plugin/haildb/haildb_engine.cc:3465
4201
"Set to 0 (write and flush once per second),1 (write and flush at each "
4202
"commit) or 2 (write at commit, flush once per second)."
4205
#: ../plugin/haildb/haildb_engine.cc:3468
4206
msgid "With which method to flush data."
4209
#: ../plugin/haildb/haildb_engine.cc:3471
4211
"Helps to save your data in case the disk image of the database becomes "
4215
#: ../plugin/haildb/haildb_engine.cc:3474
4216
msgid "Path to individual files and their sizes."
4219
#: ../plugin/haildb/haildb_engine.cc:3477
4220
msgid "Path to HailDB log files."
4223
#: ../plugin/haildb/haildb_engine.cc:3480
4224
msgid "Size of each log file in a log group."
4227
#: ../plugin/haildb/haildb_engine.cc:3483
4229
"Number of log files in the log group. HailDB writes to the files in a "
4230
"circular fashion. Value 3 is recommended here."
4233
#: ../plugin/haildb/haildb_engine.cc:3486
4235
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4236
"rolled back. Values above 100000000 disable the timeout."
4239
#: ../plugin/haildb/haildb_engine.cc:3489
4241
"The size of the buffer which HailDB uses to write log to the log files on "
4245
#: ../plugin/haildb/haildb_engine.cc:3492
4247
"Sets the point in the LRU list from where all pages are classified as old "
4251
#: ../plugin/haildb/haildb_engine.cc:3495
4253
"Milliseconds between accesses to a block at which it is made young. "
4254
"0=disabled (Advanced users)"
4257
#: ../plugin/haildb/haildb_engine.cc:3498
4258
msgid "Percentage of dirty pages allowed in bufferpool."
4261
#: ../plugin/haildb/haildb_engine.cc:3501
4262
msgid "Desired maximum length of the purge queue (0 = no limit)"
4265
#: ../plugin/haildb/haildb_engine.cc:3504
4267
"Roll back the complete transaction on lock wait timeout, for 4.x "
4268
"compatibility (disabled by default)"
4271
#: ../plugin/haildb/haildb_engine.cc:3507
4272
msgid "How many files at the maximum HailDB keeps open at the same time."
4275
#: ../plugin/haildb/haildb_engine.cc:3510
4276
msgid "Number of background read I/O threads in HailDB."
4279
#: ../plugin/haildb/haildb_engine.cc:3513
4280
msgid "Number of background write I/O threads in HailDB."
4283
#: ../plugin/haildb/haildb_engine.cc:3515
4285
"Disable if you want to reduce the number of messages written to the log "
4286
"(default: enabled)."
4289
#: ../plugin/haildb/haildb_engine.cc:3518
4290
msgid "Enable SHOW HAILDB STATUS output in the log"
4293
#: ../plugin/haildb/haildb_engine.cc:3521
4294
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4297
#: ../plugin/haildb/haildb_engine.cc:3523
4299
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4302
#: ../plugin/hello_events/hello_events.cc:401
4303
msgid "Enable Example Events Plugin"
4306
#: ../plugin/hello_events/hello_events.cc:404
4307
#: ../plugin/hello_events/hello_events.cc:407
4308
msgid "A comma delimited list of databases to watch"
4311
#: ../plugin/hello_events/hello_events.cc:410
4312
msgid "Before write row event observer call position"
4315
#: ../plugin/hello_events/hello_events.cc:413
4316
#: ../plugin/pbms/src/parameters_ms.cc:461
4317
msgid "Before update row event observer call position"
4320
#: ../plugin/hello_events/hello_events.cc:416
4321
msgid "After drop database event observer call position"
4324
#: ../plugin/hello_events/hello_events.cc:427
4325
msgid "An example events Plugin"
4328
#: ../plugin/innobase/handler/data_dictionary.cc:760
4330
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4333
#: ../plugin/innobase/handler/ha_innodb.cc:1914
4335
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4339
#: ../plugin/innobase/handler/ha_innodb.cc:2179
4341
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4345
#: ../plugin/innobase/handler/ha_innodb.cc:2223
4348
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4349
"or its equivalent numeric id"
4352
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4353
msgid "Do not use Native AIO library for IO, even if available"
4356
#: ../plugin/innobase/handler/ha_innodb.cc:9375
4357
msgid "Enable internal replication log."
4360
#: ../plugin/innobase/handler/ha_innodb.cc:9378
4362
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4363
"rolled back. Values above 100000000 disable the timeout."
4366
#: ../plugin/innobase/handler/ha_innodb.cc:9381
4367
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4370
#: ../plugin/innobase/handler/ha_innodb.cc:9384
4372
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4373
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4376
#: ../plugin/innobase/handler/replication_dictionary.cc:109
4377
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4378
#: ../plugin/transaction_log/print_transaction_message.cc:177
4379
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4381
msgid "Unable to parse transaction. Got error: %s.\n"
4384
#: ../plugin/innobase/srv/srv0start.cc:1034
4385
msgid "InnoDB: cannot determine Mac OS X version!\n"
4388
#: ../plugin/innobase/srv/srv0start.cc:1039
4390
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4391
"InnoDB: making transactions unsafe!\n"
4394
#: ../plugin/innobase/srv/srv0start.cc:1048
4397
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu.\n"
4398
"InnoDB: The sizes should be the same so that on a 64-bit platform you can\n"
4399
"InnoDB: allocate more than 4 GB of memory."
4402
#: ../plugin/innobase/srv/srv0start.cc:1063
4404
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4407
#: ../plugin/innobase/srv/srv0start.cc:1068
4410
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4411
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4412
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4415
#: ../plugin/innobase/srv/srv0start.cc:1078
4417
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4420
#: ../plugin/innobase/srv/srv0start.cc:1083
4422
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4425
#: ../plugin/innobase/srv/srv0start.cc:1088
4427
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4430
#: ../plugin/innobase/srv/srv0start.cc:1092
4432
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4435
#: ../plugin/innobase/srv/srv0start.cc:1097
4437
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4440
#: ../plugin/innobase/srv/srv0start.cc:1167
4442
msgid " InnoDB: Using Linux native AIO\n"
4445
#: ../plugin/logging_gearman/logging_gearman.cc:186
4447
msgid "fail gearman_client_create(): %s"
4450
#: ../plugin/logging_gearman/logging_gearman.cc:197
4452
msgid "fail gearman_client_add_server(): %s"
4455
#: ../plugin/logging_gearman/logging_gearman.cc:302
4456
msgid "Hostname for logging to a Gearman server"
4459
#: ../plugin/logging_gearman/logging_gearman.cc:305
4460
msgid "Gearman Function to send logging to"
4463
#: ../plugin/logging_gearman/logging_gearman.cc:316
4464
msgid "Log queries to a Gearman server"
4467
#: ../plugin/logging_query/logging_query.cc:178
6899
#: plugin/logging_query/logging_query.cc:120
6902
"thread_id=%ld query_id=%ld t_connect=%lld t_start=%lld t_lock=%lld command=%."
6903
"*s rows_sent=%ld rows_examined=%u\n"
6904
" db=\"%.*s\" query=\"%.*s\"\n"
6907
#: plugin/logging_query/logging_query.cc:161
4469
6909
msgid "fail open() fn=%s er=%s\n"
4472
#: ../plugin/logging_query/logging_query.cc:319
4473
msgid "Enable logging to CSV file"
4476
#: ../plugin/logging_query/logging_query.cc:322
6912
#: plugin/logging_query/logging_query.cc:201
4477
6913
msgid "File to log to"
4480
#: ../plugin/logging_query/logging_query.cc:325
4481
msgid "PCRE to match the query against"
4484
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
6916
#: plugin/logging_query/logging_query.cc:210
6917
msgid "Enable logging"
6920
#: plugin/logging_query/logging_query.cc:219
6921
msgid "Disable after this many seconds. Zero for forever"
6924
#: plugin/logging_query/logging_query.cc:232
4485
6925
msgid "Threshold for logging slow queries, in microseconds"
4488
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
6928
#: plugin/logging_query/logging_query.cc:245
4489
6929
msgid "Threshold for logging big queries, for rows returned"
4492
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
6932
#: plugin/logging_query/logging_query.cc:258
4493
6933
msgid "Threshold for logging big queries, for rows examined"
4496
#: ../plugin/logging_query/logging_query.cc:345
4497
msgid "Log queries to a CSV file"
4500
#: ../plugin/logging_stats/logging_stats.cc:373
4501
msgid "Max number of users that will be logged"
4504
#: ../plugin/logging_stats/logging_stats.cc:376
4505
msgid "Max number of range locks to use for Scoreboard"
4508
#: ../plugin/logging_stats/logging_stats.cc:379
4509
msgid "Max number of concurrent sessions that will be logged"
4512
#: ../plugin/logging_stats/logging_stats.cc:380
4513
msgid "Enable Logging Statistics Collection"
4516
#: ../plugin/logging_stats/logging_stats.cc:389
4517
msgid "User Statistics as DATA_DICTIONARY tables"
4520
#: ../plugin/md5/md5.cc:99
4521
msgid "libgcrypt library version mismatch\n"
4524
#: ../plugin/memcached_query_cache/memcached_qc.cc:388
4525
#: ../plugin/memcached_stats/memcached_stats.cc:87
4526
msgid "List of memcached servers."
4529
#: ../plugin/memcached_query_cache/memcached_qc.cc:391
4530
msgid "Expiry time of memcached entries"
4533
#: ../plugin/memcached_query_cache/memcached_qc.cc:394
4534
msgid "Enable Memcached Query Cache"
4537
#: ../plugin/memcached_stats/analysis_table.cc:78
4538
#: ../plugin/memcached_stats/stats_table.cc:144
4539
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4542
#: ../plugin/memcached_stats/memcached_stats.cc:98
4543
msgid "Memcached Stats as I_S tables"
4546
#: ../plugin/memcached_stats/stats_table.cc:74
4549
"Unable get stats from memcached server %s. Got error from "
4550
"memcached_stat_servername()."
4553
#: ../plugin/memcached_stats/stats_table.cc:151
4554
msgid "Unable to create memcached struct. Got error from memcached_create()."
4557
#: ../plugin/memcached_stats/stats_table.cc:159
4560
"Unable to create memcached server list. Got error from "
4561
"memcached_servers_parse(%s)."
4564
#: ../plugin/multi_thread/multi_thread.cc:62
4565
msgid "Session killed before thread could execute"
4568
#: ../plugin/multi_thread/multi_thread.cc:109
4569
msgid "Unable to get thread stack size\n"
4572
#: ../plugin/multi_thread/multi_thread.cc:211
4573
msgid "Maximum number of user threads available."
4576
#: ../plugin/myisam/ha_myisam.cc:532
4578
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4581
#: ../plugin/myisam/ha_myisam.cc:536
6936
#: plugin/logging_query/logging_query.cc:281
6937
msgid "Log queries to a file"
6940
#: storage/myisam/ha_myisam.cc:448
6942
msgid "Got an error from thread_id=%lu, %s:%d"
6945
#: storage/myisam/ha_myisam.cc:451
4583
6947
msgid "Got an error from unknown thread, %s:%d"
4586
#: ../plugin/myisam/ha_myisam.cc:542
6950
#: storage/myisam/ha_myisam.cc:456
4587
6951
msgid "Unknown thread accessing table"
4590
#: ../plugin/myisam/ha_myisam.cc:1506
4592
"Don't use the fast sort index method to created index if the temporary file "
4593
"would get bigger than this."
4596
#: ../plugin/myisam/ha_myisam.cc:1509
4598
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4599
"when creating indexes with CREATE INDEX or ALTER TABLE."
4602
#: ../plugin/myisam/my_handler_errors.cc:42
6954
#: storage/myisam/my_handler_errors.c:32
4603
6955
msgid "Didn't find key on read or update"
4606
#: ../plugin/myisam/my_handler_errors.cc:43
6958
#: storage/myisam/my_handler_errors.c:34
4607
6959
msgid "Duplicate key on write or update"
4610
#: ../plugin/myisam/my_handler_errors.cc:44
6962
#: storage/myisam/my_handler_errors.c:36
4611
6963
msgid "Internal (unspecified) error in handler"
4614
#: ../plugin/myisam/my_handler_errors.cc:46
6966
#: storage/myisam/my_handler_errors.c:38
4616
6968
"Someone has changed the row since it was read (while the table was locked to "
4620
#: ../plugin/myisam/my_handler_errors.cc:48
6972
#: storage/myisam/my_handler_errors.c:41
4621
6973
msgid "Wrong index given to function"
4624
#: ../plugin/myisam/my_handler_errors.cc:49
6976
#: storage/myisam/my_handler_errors.c:43
6977
msgid "Undefined handler error 125"
6980
#: storage/myisam/my_handler_errors.c:45
4625
6981
msgid "Index file is crashed"
4628
#: ../plugin/myisam/my_handler_errors.cc:50
6984
#: storage/myisam/my_handler_errors.c:47
4629
6985
msgid "Record file is crashed"
4632
#: ../plugin/myisam/my_handler_errors.cc:51
6988
#: storage/myisam/my_handler_errors.c:49
4633
6989
msgid "Out of memory in engine"
4636
#: ../plugin/myisam/my_handler_errors.cc:52
6992
#: storage/myisam/my_handler_errors.c:51
6993
msgid "Undefined handler error 129"
6996
#: storage/myisam/my_handler_errors.c:53
4637
6997
msgid "Incorrect file format"
4640
#: ../plugin/myisam/my_handler_errors.cc:53
7000
#: storage/myisam/my_handler_errors.c:55
4641
7001
msgid "Command not supported by database"
4644
#: ../plugin/myisam/my_handler_errors.cc:54
7004
#: storage/myisam/my_handler_errors.c:57
4645
7005
msgid "Old database file"
4648
#: ../plugin/myisam/my_handler_errors.cc:55
7008
#: storage/myisam/my_handler_errors.c:59
4649
7009
msgid "No record read before update"
4652
#: ../plugin/myisam/my_handler_errors.cc:56
7012
#: storage/myisam/my_handler_errors.c:61
4653
7013
msgid "Record was already deleted (or record file crashed)"
4656
#: ../plugin/myisam/my_handler_errors.cc:57
7016
#: storage/myisam/my_handler_errors.c:63
4657
7017
msgid "No more room in record file"
4660
#: ../plugin/myisam/my_handler_errors.cc:58
7020
#: storage/myisam/my_handler_errors.c:65
4661
7021
msgid "No more room in index file"
4664
#: ../plugin/myisam/my_handler_errors.cc:59
7024
#: storage/myisam/my_handler_errors.c:67
4665
7025
msgid "No more records (read after end of file)"
4668
#: ../plugin/myisam/my_handler_errors.cc:60
7028
#: storage/myisam/my_handler_errors.c:69
4669
7029
msgid "Unsupported extension used for table"
4672
#: ../plugin/myisam/my_handler_errors.cc:61
7032
#: storage/myisam/my_handler_errors.c:71
4673
7033
msgid "Too big row"
4676
#: ../plugin/myisam/my_handler_errors.cc:62
7036
#: storage/myisam/my_handler_errors.c:73
4677
7037
msgid "Wrong create options"
4680
#: ../plugin/myisam/my_handler_errors.cc:63
7040
#: storage/myisam/my_handler_errors.c:75
4681
7041
msgid "Duplicate unique key or constraint on write or update"
4684
#: ../plugin/myisam/my_handler_errors.cc:64
7044
#: storage/myisam/my_handler_errors.c:77
4685
7045
msgid "Unknown character set used in table"
4688
#: ../plugin/myisam/my_handler_errors.cc:65
7048
#: storage/myisam/my_handler_errors.c:79
4689
7049
msgid "Conflicting table definitions in sub-tables of MERGE table"
4692
#: ../plugin/myisam/my_handler_errors.cc:66
7052
#: storage/myisam/my_handler_errors.c:81
4693
7053
msgid "Table is crashed and last repair failed"
4696
#: ../plugin/myisam/my_handler_errors.cc:67
7056
#: storage/myisam/my_handler_errors.c:83
4697
7057
msgid "Table was marked as crashed and should be repaired"
4700
#: ../plugin/myisam/my_handler_errors.cc:68
7060
#: storage/myisam/my_handler_errors.c:85
4701
7061
msgid "Lock timed out; Retry transaction"
4704
#: ../plugin/myisam/my_handler_errors.cc:69
7064
#: storage/myisam/my_handler_errors.c:87
4705
7065
msgid "Lock table is full; Restart program with a larger locktable"
4708
#: ../plugin/myisam/my_handler_errors.cc:70
7068
#: storage/myisam/my_handler_errors.c:89
4709
7069
msgid "Updates are not allowed under a read only transactions"
4712
#: ../plugin/myisam/my_handler_errors.cc:71
7072
#: storage/myisam/my_handler_errors.c:91
4713
7073
msgid "Lock deadlock; Retry transaction"
4716
#: ../plugin/myisam/my_handler_errors.cc:72
7076
#: storage/myisam/my_handler_errors.c:93
4717
7077
msgid "Foreign key constraint is incorrectly formed"
4720
#: ../plugin/myisam/my_handler_errors.cc:73
7080
#: storage/myisam/my_handler_errors.c:95
4721
7081
msgid "Cannot add a child row"
4724
#: ../plugin/myisam/my_handler_errors.cc:74
7084
#: storage/myisam/my_handler_errors.c:97
4725
7085
msgid "Cannot delete a parent row"
4728
#: ../plugin/myisam/my_handler_errors.cc:75
7088
#: storage/myisam/my_handler_errors.c:99
4729
7089
msgid "No savepoint with that name"
4732
#: ../plugin/myisam/my_handler_errors.cc:76
7092
#: storage/myisam/my_handler_errors.c:101
4733
7093
msgid "Non unique key block size"
4736
#: ../plugin/myisam/my_handler_errors.cc:77
7096
#: storage/myisam/my_handler_errors.c:103
4737
7097
msgid "The table does not exist in engine"
4740
#: ../plugin/myisam/my_handler_errors.cc:78
7100
#: storage/myisam/my_handler_errors.c:105
4741
7101
msgid "The table already existed in storage engine"
4744
#: ../plugin/myisam/my_handler_errors.cc:79
7104
#: storage/myisam/my_handler_errors.c:107
4745
7105
msgid "Could not connect to storage engine"
4748
#: ../plugin/myisam/my_handler_errors.cc:80
7108
#: storage/myisam/my_handler_errors.c:109
4749
7109
msgid "Unexpected null pointer found when using spatial index"
4752
#: ../plugin/myisam/my_handler_errors.cc:81
7112
#: storage/myisam/my_handler_errors.c:111
4753
7113
msgid "The table changed in storage engine"
4756
#: ../plugin/myisam/my_handler_errors.cc:82
7116
#: storage/myisam/my_handler_errors.c:113
4757
7117
msgid "There's no partition in table for the given value"
4760
#: ../plugin/myisam/my_handler_errors.cc:83
7120
#: storage/myisam/my_handler_errors.c:115
4761
7121
msgid "Row-based binlogging of row failed"
4764
#: ../plugin/myisam/my_handler_errors.cc:84
7124
#: storage/myisam/my_handler_errors.c:117
4765
7125
msgid "Index needed in foreign key constraint"
4768
#: ../plugin/myisam/my_handler_errors.cc:85
7128
#: storage/myisam/my_handler_errors.c:119
4769
7129
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4772
#: ../plugin/myisam/my_handler_errors.cc:86
7132
#: storage/myisam/my_handler_errors.c:121
4773
7133
msgid "Table needs to be upgraded before it can be used"
4776
#: ../plugin/myisam/my_handler_errors.cc:87
7136
#: storage/myisam/my_handler_errors.c:123
4777
7137
msgid "Table is read only"
4780
#: ../plugin/myisam/my_handler_errors.cc:88
7140
#: storage/myisam/my_handler_errors.c:125
4781
7141
msgid "Failed to get next auto increment value"
4784
#: ../plugin/myisam/my_handler_errors.cc:89
7144
#: storage/myisam/my_handler_errors.c:127
4785
7145
msgid "Failed to set row auto increment value"
4788
#: ../plugin/myisam/my_handler_errors.cc:90
7148
#: storage/myisam/my_handler_errors.c:129
4789
7149
msgid "Unknown (generic) error from engine"
4790
msgstr "引擎产生未知(一般)错误。"
4792
#: ../plugin/myisam/my_handler_errors.cc:91
7152
#: storage/myisam/my_handler_errors.c:131
4793
7153
msgid "Record is the same"
4796
#: ../plugin/myisam/my_handler_errors.cc:92
7156
#: storage/myisam/my_handler_errors.c:133
4797
7157
msgid "It is not possible to log this statement"
4800
#: ../plugin/myisam/my_handler_errors.cc:93
7160
#: storage/myisam/my_handler_errors.c:135
4801
7161
msgid "Tablespace exists"
4804
#: ../plugin/myisam/my_handler_errors.cc:94
7164
#: storage/myisam/my_handler_errors.c:137
4805
7165
msgid "The event was corrupt, leading to illegal data being read"
4808
#: ../plugin/myisam/my_handler_errors.cc:95
7168
#: storage/myisam/my_handler_errors.c:139
4809
7169
msgid "The table is of a new format not supported by this version"
4810
msgstr "当前版本无法支持这种表的格式"
4812
#: ../plugin/myisam/my_handler_errors.cc:96
4813
msgid "The event could not be processed no other handler error happened"
4816
#: ../plugin/myisam/my_handler_errors.cc:97
4817
msgid "Got a fatal error during initialzation of handler"
4820
#: ../plugin/myisam/my_handler_errors.cc:98
7172
#: storage/myisam/my_handler_errors.c:141
7173
msgid "The event could not be processed no other hanlder error happened"
7176
#: storage/myisam/my_handler_errors.c:143
7177
msgid "Got a fatal error during initialzaction of handler"
7180
#: storage/myisam/my_handler_errors.c:145
4821
7181
msgid "File to short; Expected more data in file"
4824
#: ../plugin/myisam/my_handler_errors.cc:99
7184
#: storage/myisam/my_handler_errors.c:147
4825
7185
msgid "Read page with wrong checksum"
4828
#. TODO: get a better message for these
4829
#: ../plugin/myisam/my_handler_errors.cc:101
7188
#: storage/myisam/my_handler_errors.c:149
4830
7189
msgid "Lock or active transaction"
4833
#: ../plugin/myisam/my_handler_errors.cc:102
7192
#: storage/myisam/my_handler_errors.c:151
4834
7193
msgid "No such table space"
4837
#: ../plugin/myisam/my_handler_errors.cc:103
7196
#: storage/myisam/my_handler_errors.c:153
4838
7197
msgid "Tablespace not empty"
4841
#: ../plugin/mysql_protocol/mysql_protocol.cc:1014
4843
"Port number to use for connection or 0 for default to with MySQL protocol."
4844
msgstr "用以连接的端口号或者设置0使用MySQL协议"
4846
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:83
4848
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4849
"the file is stale and should be removed?"
4852
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:168
4854
msgid "Path used for MySQL UNIX Socket Protocol."
4855
msgstr "使用 MySQL 协议"
4857
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:170
4858
msgid "Clobber socket file if one is there already."
4861
#: ../plugin/pbms/src/parameters_ms.cc:426
4863
msgid "Port number to use for connection or 0 for default PBMS port "
4864
msgstr "用以连接的端口号或者设置0使用MySQL协议"
4866
#: ../plugin/pbms/src/parameters_ms.cc:429
4867
msgid "The maximum size of a BLOB repository file."
4870
#: ../plugin/pbms/src/parameters_ms.cc:432
4871
msgid "The maximum size of a temorary BLOB log file."
4874
#: ../plugin/pbms/src/parameters_ms.cc:435
4876
"A ':' delimited list of metadata header names to be used to initialize the "
4877
"pbms_metadata_header table when a database is created."
4880
#: ../plugin/pbms/src/parameters_ms.cc:439
4881
msgid "The percentage of garbage in a repository file before it is compacted."
4884
#: ../plugin/pbms/src/parameters_ms.cc:442
4886
"The timeout, in seconds, for temporary BLOBs. Uploaded blob data is removed "
4887
"after this time, unless committed to the database."
4890
#: ../plugin/pbms/src/parameters_ms.cc:445
4892
"The timeout, in milli-seconds, before the HTTP server will close an inactive "
4896
#: ../plugin/pbms/src/parameters_ms.cc:448
4897
msgid "The next backup ID to use when backing up a PBMS database."
4900
#: ../plugin/pbms/src/parameters_ms.cc:451
4902
"A comma delimited list of tables to watch of the format: <database>."
4906
#: ../plugin/pbms/src/parameters_ms.cc:453
4907
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
4910
#: ../plugin/pbms/src/parameters_ms.cc:457
4911
msgid "Before insert row event observer call position"
4914
#: ../plugin/rabbitmq/rabbitmq_handler.cc:53
4915
msgid "Could not open socket, is rabbitmq running?"
4918
#: ../plugin/rabbitmq/rabbitmq_log.cc:72
4919
msgid "Failed to allocate enough memory to transaction message\n"
4922
#: ../plugin/rabbitmq/rabbitmq_log.cc:117
4924
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
4927
#: ../plugin/rabbitmq/rabbitmq_log.cc:130
4929
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
4932
#: ../plugin/rabbitmq/rabbitmq_log.cc:155
4933
msgid "Host name to connect to"
4936
#: ../plugin/rabbitmq/rabbitmq_log.cc:158
4938
msgid "Port to connect to"
4941
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
4942
msgid "RabbitMQ virtualhost"
4945
#: ../plugin/rabbitmq/rabbitmq_log.cc:164
4946
msgid "RabbitMQ username"
4949
#: ../plugin/rabbitmq/rabbitmq_log.cc:167
4950
msgid "RabbitMQ password"
4953
#: ../plugin/rabbitmq/rabbitmq_log.cc:170
4954
#: ../plugin/transaction_log/module.cc:270
4955
msgid "Name of the replicator plugin to use (default='default_replicator')"
4958
#: ../plugin/rabbitmq/rabbitmq_log.cc:173
4959
msgid "Name of RabbitMQ exchange to publish to"
4962
#: ../plugin/rabbitmq/rabbitmq_log.cc:176
4963
msgid "Name of RabbitMQ routing key to use"
4966
#: ../plugin/session_dictionary/processlist.cc:78
4971
#: ../plugin/syslog/errmsg.cc:42 ../plugin/syslog/logging.cc:55
4973
msgid "syslog facility \"%s\" not known, using \"local0\""
4976
#: ../plugin/syslog/errmsg.cc:50
4978
msgid "syslog priority \"%s\" not known, using \"warn\""
4981
#: ../plugin/syslog/logging.cc:63
4983
msgid "syslog priority \"%s\" not known, using \"info\""
4986
#: ../plugin/syslog/module.cc:95
4987
msgid "Syslog Ident"
4990
#: ../plugin/syslog/module.cc:98
4991
msgid "Syslog Facility"
4994
#: ../plugin/syslog/module.cc:101
4995
msgid "Enable logging to syslog of the query log"
4998
#: ../plugin/syslog/module.cc:104
4999
msgid "Syslog Priority of query logging"
5002
#: ../plugin/syslog/module.cc:116
5003
msgid "Enable logging to syslog of the error messages"
5006
#: ../plugin/syslog/module.cc:119
5007
msgid "Syslog Priority of error messages"
5010
#: ../plugin/transaction_log/background_worker.cc:77
5012
msgid "Unable to create background worker thread. Got error %s.\n"
5013
msgstr "无法创建后台进程。获得错误:%s。\n"
5015
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
5016
#: ../plugin/transaction_log/print_transaction_message.cc:106
5017
#: ../plugin/transaction_log/transaction_log_reader.cc:97
5019
msgid "Failed to open transaction log file %s. Got error: %s\n"
5022
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
5023
#: ../plugin/transaction_log/print_transaction_message.cc:169
5024
#: ../plugin/transaction_log/transaction_log_reader.cc:152
5025
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:155
5027
msgid "Could not read transaction message.\n"
5030
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
5031
#: ../plugin/transaction_log/print_transaction_message.cc:170
5032
#: ../plugin/transaction_log/transaction_log_reader.cc:153
5034
msgid "GPB ERROR: %s.\n"
5037
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
5038
#: ../plugin/transaction_log/print_transaction_message.cc:171
5039
#: ../plugin/transaction_log/transaction_log_reader.cc:154
5041
msgid "Raw buffer read: %s.\n"
5044
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
5045
#: ../plugin/transaction_log/print_transaction_message.cc:179
5046
#: ../plugin/transaction_log/transaction_log_reader.cc:163
5048
msgid "BUFFER: %s\n"
5051
#: ../plugin/transaction_log/module.cc:171
5053
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5056
#: ../plugin/transaction_log/module.cc:180
5058
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5061
#: ../plugin/transaction_log/module.cc:192
5063
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5066
#: ../plugin/transaction_log/module.cc:201
5068
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5071
#: ../plugin/transaction_log/module.cc:216
5073
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5076
#: ../plugin/transaction_log/module.cc:258
5077
msgid "DEBUGGING - Truncate transaction log"
5080
#: ../plugin/transaction_log/module.cc:261
5081
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5084
#: ../plugin/transaction_log/module.cc:264
5085
msgid "Enable transaction log"
5088
#: ../plugin/transaction_log/module.cc:267
5089
msgid "Path to the file to use for transaction log"
5092
#: ../plugin/transaction_log/module.cc:273
5094
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5095
"each transaction write, 2 == sync log file once per second"
5098
#: ../plugin/transaction_log/module.cc:276
5099
msgid "Number of slots for in-memory write buffers (default=8)."
5102
#: ../plugin/transaction_log/print_transaction_message.cc:135
5104
msgid "GPB message is not a valid type.\n"
5107
#: ../plugin/transaction_log/print_transaction_message.cc:155
5109
msgid "GPB message is not a valid size.\n"
5112
#: ../plugin/transaction_log/transaction_log.cc:114
5113
msgid "Failed to open transaction log file "
5116
#: ../plugin/transaction_log/transaction_log.cc:215
5119
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5120
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5123
#: ../plugin/transaction_log/transaction_log.cc:236
5125
msgid "Failed to sync log file. Got error: %s\n"
5128
#: ../plugin/transaction_log/transaction_log_reader.cc:119
5129
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:120
5131
msgid "Attempted to read record bigger than INT_MAX\n"
5134
#: ../plugin/transaction_log/transaction_log_reader.cc:139
5136
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
5139
#: ../plugin/transaction_log/transaction_log_reader.cc:174
5141
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
5144
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:67
5145
msgid "Cannot open file: "
5148
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:77
5149
msgid "Could not skip to position "
5152
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:114
5153
msgid "Found a non-transaction message in log. Currently, not supported.\n"
5156
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:140
5157
msgid "Memory allocation failure trying to allocate "
5160
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:142
5164
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:156
5168
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:162
5174
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:170
5176
msgid "Unable to parse command. Got error: "
5177
msgstr "无法创建后台进程。获得错误:%s。\n"
5179
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:179
5186
#: ../plugin/transaction_log/utilities/transaction_reader.cc:580
5188
msgid "Display help and exit"
5189
msgstr "显示此帮助信息并退出。"
5191
#: ../plugin/transaction_log/utilities/transaction_reader.cc:581
5193
msgid "Read from the innodb transaction log"
5196
#: ../plugin/transaction_log/utilities/transaction_reader.cc:587
5197
msgid "Password to use when connecting to server"
5200
#: ../plugin/transaction_log/utilities/transaction_reader.cc:590
5201
msgid "Perform checksum"
5204
#: ../plugin/transaction_log/utilities/transaction_reader.cc:591
5205
msgid "Ignore event messages"
5208
#: ../plugin/transaction_log/utilities/transaction_reader.cc:592
5209
msgid "Transaction log file"
5212
#: ../plugin/transaction_log/utilities/transaction_reader.cc:593
5213
msgid "Print raw Protobuf messages instead of SQL"
5216
#: ../plugin/transaction_log/utilities/transaction_reader.cc:596
5217
msgid "Start reading from the given file position"
5220
#: ../plugin/transaction_log/utilities/transaction_reader.cc:599
5222
msgid "Only output for the given transaction ID and later"
5225
#: ../plugin/transaction_log/utilities/transaction_reader.cc:602
5227
msgid "Only output for the given transaction ID"
5230
#: ../plugin/transaction_log/utilities/transaction_reader.cc:603
5231
msgid "Summarize message contents"
5234
#: ../plugin/transaction_log/utilities/transaction_reader.cc:637
5235
msgid "Cannot use --start-pos and --transaction-id together\n"
5238
#: ../plugin/transaction_log/utilities/transaction_reader.cc:643
5239
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
5242
#: ../plugin/transaction_log/utilities/transaction_reader.cc:753
5243
msgid "Checksum failed. Wanted "
5246
#: ../plugin/transaction_log/utilities/transaction_reader.cc:755
5251
#~ msgid "Error: Invalid Value for max_connect_errors"
5255
#~ msgid "Invalid value for io-capacity\n"
5259
#~ msgid "Invalid value for autoextend-increment\n"
5263
#~ msgid "Invalid value for buffer-pool-instances\n"
5267
#~ msgid "Invalid value for concurrency-tickets\n"
5271
#~ msgid "Invalid value for open-files\n"
5275
#~ msgid "Invalid value of lock-wait-timeout"
5279
#~ msgid "Invalid value for lock-wait-timeout\n"
5283
#~ msgid "Invalid value for max-user-count\n"
5286
#~ msgid "Use compression in server/client protocol."
5287
#~ msgstr "在服务器/客户端通讯协议中启用压缩。"
5289
#~ msgid "Ignore space after function names."
5290
#~ msgstr "忽略函数名字后的空格。"
5293
#~ "Don't write line number for errors. WARNING: -L is deprecated, use long "
5294
#~ "version of this option instead."
5295
#~ msgstr "不显示发生错误的行号。警告:-L 不建议使用,请在long版中使用该选项。"
5298
#~ "No automatic rehashing. One has to use 'rehash' to get table and field "
5299
#~ "completion. This gives a quicker start of drizzle_st and disables "
5300
#~ "rehashing on reconnect. WARNING: options deprecated; use --disable-auto-"
5301
#~ "rehash instead."
5303
#~ "不提供自动更新。请使用rehash命令来开启键入表和字段时的自动补全功能。开启此"
5304
#~ "选项可以加速Drizzle客户端的启动和重连过程。警告:此选项已过时;请使用--"
5305
#~ "disable-auto-rehash选项。"
5308
#~ "Reconnect if the connection is lost. Disable with --disable-reconnect. "
5309
#~ "This option is enabled by default."
5311
#~ "当连接断开时自动重新连接。可以通过 --disable-reconnect 来禁止该功能。该功"
5314
#~ msgid "Print some debug info at exit."
5315
#~ msgstr "退出时打印部份调试信息。"
7201
#~ "Switch to another charset. Might be needed for processing binlog with "
7202
#~ "multi-byte charsets."
7203
#~ msgstr "更改字符集。在用到多字节字符(multi-byte charsets)处理binlog时用到。"