316
#: ../client/drizzle.cc:1355
318
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
319
msgstr "호출을 끄고, 표준 출력 합니다."
321
#: ../client/drizzle.cc:1357
320
#: client/drizzle.cc:1351
322
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
323
"option deprecated; use --disable-pager instead."
326
#: client/drizzle.cc:1354 client/drizzleadmin.cc:78
328
"Password to use when connecting to server. If password is not given it's "
329
"asked from the tty."
332
#: client/drizzle.cc:1356
334
"Port number to use for connection or 0 for default to, in order of "
335
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
338
#: client/drizzle.cc:1357
339
msgid "built-in default"
342
#: client/drizzle.cc:1360
322
343
msgid "Set the drizzle prompt to this value."
323
msgstr "Drizzle 프롬프트를 이 값으로 설정"
325
#: ../client/drizzle.cc:1359
346
#: client/drizzle.cc:1363
347
msgid "The protocol of connection (tcp,socket,pipe,memory)."
350
#: client/drizzle.cc:1366
327
352
"Don't cache result, print it row by row. This may slow down the server if "
328
353
"the output is suspended. Doesn't use history file."
331
#: ../client/drizzle.cc:1361
356
#: client/drizzle.cc:1368
332
357
msgid "Write fields without conversion. Used with --batch."
335
#: ../client/drizzle.cc:1362
336
msgid "Do not reconnect if the connection is lost."
339
#: ../client/drizzle.cc:1364
340
msgid "Shutdown the server"
343
#: ../client/drizzle.cc:1365
360
#: client/drizzle.cc:1371
362
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
363
"option is enabled by default."
366
#: client/drizzle.cc:1373
345
368
"Be more silent. Print results with a tab as separator, each row on new line."
348
#: ../client/drizzle.cc:1367
371
#: client/drizzle.cc:1375
372
msgid "Socket file to use for connection."
375
#: client/drizzle.cc:1378
376
msgid "Output in table format."
379
#: client/drizzle.cc:1381
350
381
"Append everything into outfile. See interactive help (\\h) also. Does not "
351
382
"work in batch mode. Disable with --disable-tee. This option is disabled by "
355
#: ../client/drizzle.cc:1369
356
msgid "Disable outfile. See interactive help (\\h) also."
359
#: ../client/drizzle.cc:1371
386
#: client/drizzle.cc:1383
388
"Disable outfile. See interactive help (\\h) also. WARNING: option "
389
"deprecated; use --disable-tee instead"
392
#: client/drizzle.cc:1386 client/drizzleadmin.cc:88
393
msgid "User for login if not current user."
396
#: client/drizzle.cc:1389
397
msgid "Only allow UPDATE and DELETE that uses keys."
400
#: client/drizzle.cc:1392
401
msgid "Synonym for option --safe-updates, -U."
404
#: client/drizzle.cc:1395
405
msgid "Write more. (-v -v -v gives the table output format)."
408
#: client/drizzle.cc:1397 client/drizzleadmin.cc:93 drizzled/drizzled.cc:3471
409
msgid "Output version information and exit."
412
#: client/drizzle.cc:1399 client/drizzleadmin.cc:95
413
msgid "Wait and retry if connection is down."
416
#: client/drizzle.cc:1402
360
417
msgid "Number of seconds before connection timeout."
363
#: ../client/drizzle.cc:1373
364
msgid "Max length of input line"
367
#: ../client/drizzle.cc:1375
420
#: client/drizzle.cc:1407
421
msgid "Max packet length to send to, or receive from server"
424
#: client/drizzle.cc:1412
425
msgid "Buffer for TCP/IP and socket communication"
428
#: client/drizzle.cc:1416
368
429
msgid "Automatic limit for SELECT when using --safe-updates"
371
#: ../client/drizzle.cc:1377
432
#: client/drizzle.cc:1421
372
433
msgid "Automatic limit for rows in a join when using --safe-updates"
375
#: ../client/drizzle.cc:1380 ../client/drizzledump.cc:553
376
msgid "Options specific to the client"
379
#: ../client/drizzle.cc:1383
381
msgid "Connect to host"
384
#: ../client/drizzle.cc:1385
386
"Password to use when connecting to server. If password is not given it's "
387
"asked from the tty."
390
#: ../client/drizzle.cc:1387
392
"Port number to use for connection or 0 for default to, in order of "
393
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
396
#: ../client/drizzle.cc:1393 ../client/drizzledump.cc:562
397
#: ../plugin/transaction_log/utilities/transaction_reader.cc:583
398
msgid "User for login if not current user."
401
#: ../client/drizzle.cc:1395 ../client/drizzledump.cc:564
402
#: ../plugin/transaction_log/utilities/transaction_reader.cc:589
403
msgid "The protocol of connection (mysql or drizzle)."
406
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:576
407
msgid "Allowed Options"
410
#: ../client/drizzle.cc:1463 ../client/drizzle.cc:1470
412
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
415
#: ../client/drizzle.cc:1534 ../client/drizzle.cc:3791
436
#: client/drizzle.cc:1425
437
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
440
#: client/drizzle.cc:1438
442
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
445
#: client/drizzle.cc:1445
448
"Copyright (C) 2000-2008 MySQL AB\n"
449
" This software comes with ABSOLUTELY NO "
450
"WARRANTY. This is free software,\n"
451
" and you are welcome to modify and redistribute it under the GPL license\n"
454
#: client/drizzle.cc:1449
456
msgid "Usage: %s [OPTIONS] [database]\n"
459
#: client/drizzle.cc:1482
416
460
msgid "DELIMITER cannot contain a backslash character"
419
#: ../client/drizzle.cc:1613 ../client/drizzledump.cc:675
420
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:623
421
#: ../client/drizzletest.cc:5659
422
msgid "Error: Unknown protocol"
425
#: ../client/drizzle.cc:1627
427
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
430
#: ../client/drizzle.cc:1673 ../client/drizzle.cc:4081
432
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
435
#: ../client/drizzle.cc:1679
438
"Copyright (C) 2008 Sun Microsystems\n"
439
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
440
"and you are welcome to modify and redistribute it under the GPL license\n"
443
#: ../client/drizzle.cc:1684
445
msgid "Usage: drizzle [OPTIONS] [schema]\n"
448
#: ../client/drizzle.cc:1738
450
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
453
#: ../client/drizzle.cc:1747
456
"Your Drizzle connection id is %u\n"
457
"Connection protocol: %s\n"
458
"Server version: %s\n"
461
#: ../client/drizzle.cc:1781
463
msgid "Reading history-file %s\n"
466
#: ../client/drizzle.cc:1785
468
msgid "Couldn't allocate memory for temp histfile!\n"
471
#: ../client/drizzle.cc:1792
472
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
475
#: ../client/drizzle.cc:1802
479
#: ../client/drizzle.cc:1815
481
msgid "Writing history-file %s\n"
484
#: ../client/drizzle.cc:1823
488
#: ../client/drizzle.cc:1823
492
#: ../client/drizzle.cc:1873
493
msgid "Query aborted by Ctrl+C\n"
496
#: ../client/drizzle.cc:1957
498
msgid "Processing line: %<PRIu32>\n"
501
#: ../client/drizzle.cc:2175
502
msgid "Unknown command: "
505
#: ../client/drizzle.cc:2346
506
msgid "Not found a delimiter within max_input_line of input"
509
#: ../client/drizzle.cc:2592
463
#: client/drizzle.cc:1503
465
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
468
#: client/drizzle.cc:1526
470
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
473
#: client/drizzle.cc:1530
475
msgid "WARNING: --server-arg option not supported in this configuration.\n"
478
#: client/drizzle.cc:1898
480
msgid "Unknown command '\\%c'."
483
#: client/drizzle.cc:2325
511
485
"Reading table information for completion of table and column names\n"
512
"You can turn off this feature to get a quicker startup with -A\n"
486
" You can turn off this feature to get a quicker startup with -A\n"
516
#: ../client/drizzle.cc:2631
490
#: client/drizzle.cc:2422
517
491
msgid "No connection. Trying to reconnect..."
520
#: ../client/drizzle.cc:2637
494
#: client/drizzle.cc:2428
521
495
msgid "Can't connect to the server\n"
524
#: ../client/drizzle.cc:2721
498
#: client/drizzle.cc:2485
502
#: client/drizzle.cc:2485
506
#: client/drizzle.cc:2540
511
#: client/drizzle.cc:2541
518
#: client/drizzle.cc:2543
525
#: client/drizzle.cc:2556
526
msgid "Many help items for your request exist."
529
#: client/drizzle.cc:2557
531
"To make a more specific request, please type 'help <item>',\n"
532
"where <item> is one of the following"
535
#: client/drizzle.cc:2563
537
msgid "You asked for help about help category: '%s'\n"
540
#: client/drizzle.cc:2564
542
"For more information, type 'help <item>', where <item> is one of the "
546
#: client/drizzle.cc:2577
552
#: client/drizzle.cc:2578
553
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
556
#: client/drizzle.cc:2600
525
557
msgid "List of all Drizzle commands:"
528
#: ../client/drizzle.cc:2725
560
#: client/drizzle.cc:2602
561
msgid "Note that all text commands must be first on line and end with ';'"
564
#: client/drizzle.cc:2613
531
"Note that all text commands must be first on line and end with '%s' or \\g"
567
"For server side help, type 'help contents'\n"
534
#: ../client/drizzle.cc:2783
570
#: client/drizzle.cc:2656
535
571
msgid "No query specified\n"
538
#: ../client/drizzle.cc:2798
574
#: client/drizzle.cc:2671
539
575
msgid "Ignoring query to other database"
542
#: ../client/drizzle.cc:2848
578
#: client/drizzle.cc:2720
543
579
msgid "Empty set"
546
#: ../client/drizzle.cc:2861
582
#: client/drizzle.cc:2733
548
584
msgid "%ld row in set"
549
585
msgid_plural "%ld rows in set"
553
#: ../client/drizzle.cc:2870
589
#: client/drizzle.cc:2742
557
#: ../client/drizzle.cc:2872
593
#: client/drizzle.cc:2744
559
595
msgid "Query OK, %ld row affected"
560
596
msgid_plural "Query OK, %ld rows affected"
564
#: ../client/drizzle.cc:2944
565
msgid "popen() failed! defaulting PAGER to stdout!\n"
568
#: ../client/drizzle.cc:2966
570
msgid "Error logging to file '%s'\n"
573
#: ../client/drizzle.cc:2971
575
msgid "Logging to file '%s'\n"
578
#: ../client/drizzle.cc:3055
587
"Collation: %s (%u)\n"
595
#: ../client/drizzle.cc:3522
597
msgid "No previous outfile available, you must give a filename!\n"
600
#: ../client/drizzle.cc:3527
602
msgid "Currently logging to file '%s'\n"
605
#: ../client/drizzle.cc:3547
607
msgid "No outfile specified!\n"
610
#: ../client/drizzle.cc:3560
611
msgid "Outfile disabled.\n"
614
#: ../client/drizzle.cc:3587
616
msgid "Default pager wasn't set, using stdout.\n"
617
msgstr "호출을 끄고, 표준 출력 합니다."
619
#: ../client/drizzle.cc:3607
621
msgid "PAGER set to '%s'\n"
624
#: ../client/drizzle.cc:3618
625
msgid "PAGER set to stdout\n"
628
#: ../client/drizzle.cc:3701
630
msgid "Connection id: %u"
633
#: ../client/drizzle.cc:3703
635
msgid "Current schema: %.128s\n"
638
#: ../client/drizzle.cc:3704
643
#: ../client/drizzle.cc:3724
644
msgid "Usage: \\. <filename> | source <filename>"
647
#: ../client/drizzle.cc:3739
649
msgid "Failed to open file '%s', error: %d"
652
#: ../client/drizzle.cc:3747
653
msgid "Can't initialize LineBuffer"
656
#: ../client/drizzle.cc:3783
657
msgid "DELIMITER must be followed by a 'delimiter' character or string"
660
#: ../client/drizzle.cc:3816
661
msgid "USE must be followed by a schema name"
664
#: ../client/drizzle.cc:3884
666
msgid "Schema changed"
669
#: ../client/drizzle.cc:3930
670
msgid "Show warnings enabled."
673
#: ../client/drizzle.cc:3938
674
msgid "Show warnings disabled."
677
#: ../client/drizzle.cc:4088
681
"Connection id:\t\t%lu\n"
684
#: ../client/drizzle.cc:4100
686
msgid "Current schema:\t%s\n"
689
#: ../client/drizzle.cc:4101
691
msgid "Current user:\t\t%s\n"
694
#: ../client/drizzle.cc:4107
695
msgid "SSL:\t\t\tNot in use"
698
#: ../client/drizzle.cc:4112
704
#: ../client/drizzle.cc:4119
707
"All updates ignored to this schema\n"
710
#: ../client/drizzle.cc:4122
712
msgid "Current pager:\t\t%s\n"
715
#: ../client/drizzle.cc:4123
717
msgid "Using outfile:\t\t'%s'\n"
720
#: ../client/drizzle.cc:4124
722
msgid "Using delimiter:\t%s\n"
725
#: ../client/drizzle.cc:4125
727
msgid "Server version:\t\t%s\n"
730
#: ../client/drizzle.cc:4126
732
msgid "Protocol:\t\t%s\n"
735
#: ../client/drizzle.cc:4127
737
msgid "Protocol version:\t%d\n"
740
#: ../client/drizzle.cc:4128
742
msgid "Connection:\t\t%s\n"
745
#: ../client/drizzle.cc:4135
747
msgid "UNIX socket:\t\t%s\n"
750
#: ../client/drizzle.cc:4137
752
msgid "TCP port:\t\t%d\n"
755
#: ../client/drizzle.cc:4142
758
"Note that you are running in safe_update_mode:\n"
761
#: ../client/drizzle.cc:4144
764
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
766
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
768
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
769
" Max number of examined row combination in a join is set to: %"
774
#: ../client/drizzle.cc:4206 ../drizzled/option.cc:339
600
#: client/drizzleadmin.cc:80 drizzled/drizzled.cc:3279
602
"Port number to use for connection or 0 for default to, in order of "
603
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
606
#: client/drizzleadmin.cc:85
607
msgid "Silently exit if one can't connect to server."
610
#: client/drizzleadmin.cc:91
611
msgid "Write more information."
614
#: client/drizzleadmin.cc:256
617
"connect to server at '%s' failed\n"
621
#: client/drizzleadmin.cc:262
623
msgid "Check that drizzled is running on %s"
626
#: client/drizzleadmin.cc:263
628
msgid " and that the port is %d.\n"
631
#: client/drizzleadmin.cc:265
633
msgid "You can check this by doing 'telnet %s %d'\n"
636
#: client/drizzleadmin.cc:276
638
msgid "Got error: %s\n"
641
#: client/drizzleadmin.cc:283
642
msgid "Waiting for Drizzle server to answer"
645
#: client/drizzleadmin.cc:316
647
msgid "shutting down drizzled...\n"
650
#: client/drizzleadmin.cc:320
652
msgid "shutdown failed; error: '%s'"
655
#: client/drizzleadmin.cc:327
660
#: client/drizzleadmin.cc:337
661
msgid "drizzled is alive"
664
#: client/drizzleadmin.cc:345
665
msgid "connection was down, but drizzled is now alive"
668
#: client/drizzleadmin.cc:349
670
msgid "drizzled doesn't answer to ping, error: '%s'"
673
#: client/drizzleadmin.cc:358
675
msgid "Unknown command: '%-.60s'"
678
#: client/drizzleadmin.cc:367
680
msgid "%s Ver %s Distrib %s, for %s on %s\n"
683
#: client/drizzleadmin.cc:374
684
msgid "Copyright (C) 2000-2008 MySQL AB"
687
#: client/drizzleadmin.cc:375
689
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
690
"and you are welcome to modify and redistribute it under the GPL license\n"
693
#: client/drizzleadmin.cc:376
694
msgid "Administration program for the drizzled daemon."
697
#: client/drizzleadmin.cc:377
699
msgid "Usage: %s [OPTIONS] command command....\n"
702
#: client/drizzleadmin.cc:379
704
" ping Check if server is down\n"
705
" shutdown Take server down\n"
708
#: libdrizzle/errmsg.c:27
709
msgid "Unknown Drizzle error"
712
#: libdrizzle/errmsg.c:28
714
msgid "Can't create UNIX socket (%d)"
717
#: libdrizzle/errmsg.c:29
719
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
722
#: libdrizzle/errmsg.c:30
724
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
727
#: libdrizzle/errmsg.c:31
729
msgid "Can't create TCP/IP socket (%d)"
732
#: libdrizzle/errmsg.c:32
734
msgid "Unknown Drizzle server host '%-.100s' (%d)"
737
#: libdrizzle/errmsg.c:33
738
msgid "Drizzle server has gone away"
741
#: libdrizzle/errmsg.c:34
743
msgid "Protocol mismatch; server version = %d, client version = %d"
746
#: libdrizzle/errmsg.c:35
747
msgid "Drizzle client ran out of memory"
750
#: libdrizzle/errmsg.c:36
751
msgid "Wrong host info"
754
#: libdrizzle/errmsg.c:37
755
msgid "Localhost via UNIX socket"
758
#: libdrizzle/errmsg.c:38
760
msgid "%-.100s via TCP/IP"
763
#: libdrizzle/errmsg.c:39
764
msgid "Error in server handshake"
767
#: libdrizzle/errmsg.c:40
768
msgid "Lost connection to Drizzle server during query"
771
#: libdrizzle/errmsg.c:41
772
msgid "Commands out of sync; you can't run this command now"
775
#: libdrizzle/errmsg.c:42
777
msgid "Named pipe: %-.32s"
780
#: libdrizzle/errmsg.c:43
782
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
785
#: libdrizzle/errmsg.c:44
787
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
790
#: libdrizzle/errmsg.c:45
792
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
795
#: libdrizzle/errmsg.c:46
797
msgid "Can't initialize character set %-.32s (path: %-.100s)"
800
#: libdrizzle/errmsg.c:47
801
msgid "Got packet bigger than 'max_allowed_packet' bytes"
804
#: libdrizzle/errmsg.c:48
805
msgid "Embedded server"
808
#: libdrizzle/errmsg.c:49
809
msgid "Error on SHOW SLAVE STATUS:"
812
#: libdrizzle/errmsg.c:50
813
msgid "Error on SHOW SLAVE HOSTS:"
816
#: libdrizzle/errmsg.c:51
817
msgid "Error connecting to slave:"
820
#: libdrizzle/errmsg.c:52
821
msgid "Error connecting to master:"
824
#: libdrizzle/errmsg.c:53
825
msgid "SSL connection error"
828
#: libdrizzle/errmsg.c:54
829
msgid "Malformed packet"
832
#: libdrizzle/errmsg.c:55 libdrizzle/errmsg.c:66 libdrizzle/errmsg.c:67
833
#: libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69 libdrizzle/errmsg.c:70
834
#: libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72 libdrizzle/errmsg.c:73
835
#: libdrizzle/errmsg.c:74
836
msgid "(unused error message)"
839
#: libdrizzle/errmsg.c:56
840
msgid "Invalid use of null pointer"
843
#: libdrizzle/errmsg.c:57
844
msgid "Statement not prepared"
847
#: libdrizzle/errmsg.c:58
848
msgid "No data supplied for parameters in prepared statement"
851
#: libdrizzle/errmsg.c:59
852
msgid "Data truncated"
855
#: libdrizzle/errmsg.c:60
856
msgid "No parameters exist in the statement"
859
#: libdrizzle/errmsg.c:61
860
msgid "Invalid parameter number"
863
#: libdrizzle/errmsg.c:62
866
"Can't send long data for non-string/non-binary data types (parameter: %d)"
869
#: libdrizzle/errmsg.c:64
871
msgid "Using unsupported buffer type: %d (parameter: %d)"
874
#: libdrizzle/errmsg.c:65
876
msgid "Shared memory: %-.100s"
879
#: libdrizzle/errmsg.c:75
880
msgid "Wrong or unknown protocol"
883
#: libdrizzle/errmsg.c:76
884
msgid "Invalid connection handle"
887
#: libdrizzle/errmsg.c:77
889
"Connection using old (pre-4.1.1) authentication protocol refused (client "
890
"option 'secure_auth' enabled)"
893
#: libdrizzle/errmsg.c:79
894
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
897
#: libdrizzle/errmsg.c:80
898
msgid "Attempt to read column without prior row fetch"
901
#: libdrizzle/errmsg.c:81
902
msgid "Prepared statement contains no metadata"
905
#: libdrizzle/errmsg.c:82
907
"Attempt to read a row while there is no result set associated with the "
911
#: libdrizzle/errmsg.c:84
912
msgid "This feature is not implemented yet"
915
#: libdrizzle/errmsg.c:85
918
"Lost connection to Drizzle server while waiting for initial communication "
919
"packet, system error: %d"
922
#: libdrizzle/errmsg.c:87
925
"Lost connection to Drizzle server while reading initial communication "
926
"packet, system error: %d"
929
#: libdrizzle/errmsg.c:89
932
"Lost connection to Drizzle server while sending authentication information, "
936
#: libdrizzle/errmsg.c:91
939
"Lost connection to Drizzle server while reading authorization information, "
943
#: libdrizzle/errmsg.c:93
946
"Lost connection to Drizzle server while setting initial database, system "
950
#: libdrizzle/errmsg.c:95
952
msgid "Statement closed indirectly because of a preceeding %s() call"
955
#: libdrizzle/errmsg.c:97 drizzled/error.cc:348
956
msgid "Couldn't uncompress communication packet"
959
#: libdrizzle/errmsg.c:99 drizzled/error.cc:350
960
msgid "Got an error reading communication packets"
963
#: libdrizzle/errmsg.c:101 drizzled/error.cc:352
964
msgid "Got timeout reading communication packets"
967
#: libdrizzle/errmsg.c:103 drizzled/error.cc:354
968
msgid "Got an error writing communication packets"
971
#: libdrizzle/errmsg.c:105 drizzled/error.cc:356
972
msgid "Got timeout writing communication packets"
975
#: libdrizzle/local_infile.c:189 mysys/errors.c:52
977
msgid "File '%s' not found (Errcode: %d)"
980
#: libdrizzle/local_infile.c:220 mysys/errors.c:26
982
msgid "Error reading file '%s' (Errcode: %d)"
987
msgid "Can't create/write to file '%s' (Errcode: %d)"
992
msgid "Error writing file '%s' (Errcode: %d)"
997
msgid "Error on close of '%s' (Errcode: %d)"
1000
#: mysys/errors.c:29
1002
msgid "Out of memory (Needed %u bytes)"
1005
#: mysys/errors.c:30
1007
msgid "Error on delete of '%s' (Errcode: %d)"
1010
#: mysys/errors.c:31
1012
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1015
#: mysys/errors.c:32
1017
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1020
#: mysys/errors.c:33
1022
msgid "Can't lock file (Errcode: %d)"
1025
#: mysys/errors.c:34
1027
msgid "Can't unlock file (Errcode: %d)"
1030
#: mysys/errors.c:35
1032
msgid "Can't read dir of '%s' (Errcode: %d)"
1035
#: mysys/errors.c:36
1037
msgid "Can't get stat of '%s' (Errcode: %d)"
1040
#: mysys/errors.c:37
1042
msgid "Can't change size of file (Errcode: %d)"
1045
#: mysys/errors.c:38
1047
msgid "Can't open stream from handle (Errcode: %d)"
1050
#: mysys/errors.c:39
1052
msgid "Can't get working dirctory (Errcode: %d)"
1055
#: mysys/errors.c:40
1057
msgid "Can't change dir to '%s' (Errcode: %d)"
1060
#: mysys/errors.c:41
1062
msgid "Warning: '%s' had %d links"
1065
#: mysys/errors.c:42
1067
msgid "Warning: %d files and %d streams is left open\n"
1070
#: mysys/errors.c:43
1072
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1075
#: mysys/errors.c:44
1077
msgid "Can't create directory '%s' (Errcode: %d)"
1080
#: mysys/errors.c:45
1083
"Character set '%s' is not a compiled character set and is not specified in "
1087
#: mysys/errors.c:46
1089
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1092
#: mysys/errors.c:47
1094
msgid "Can't read value for symlink '%s' (Error %d)"
1097
#: mysys/errors.c:48
1099
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1102
#: mysys/errors.c:49
1104
msgid "Error on realpath() on '%s' (Error %d)"
1107
#: mysys/errors.c:50
1109
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1112
#: mysys/errors.c:51
1115
"Collation '%s' is not a compiled collation and is not specified in the %s "
1119
#: mysys/errors.c:53
1121
msgid "File '%s' (fileno: %d) was not closed"
1124
#: mysys/my_error.c:86
1126
msgid "Unknown error %d"
1129
#: mysys/my_getopt.c:83
1133
#: mysys/my_getopt.c:85
1137
#: mysys/my_getopt.c:350
1139
msgid "%s: %s: Option '%s' used, but is disabled\n"
1142
#: mysys/my_getopt.c:351
1146
#: mysys/my_getopt.c:351
779
#: ../client/drizzle.cc:4249
781
msgid "ERROR %d (%s): "
784
#: ../client/drizzle.cc:4251
789
#: ../client/drizzle.cc:4254
793
#: ../client/drizzle.cc:4387
797
#: ../client/drizzle.cc:4389
801
#: ../client/drizzle.cc:4395
805
#: ../client/drizzle.cc:4401
809
#: ../client/drizzle.cc:4502
813
#: ../client/drizzle.cc:4622
815
msgid "Returning to default PROMPT of %s\n"
818
#: ../client/drizzle.cc:4627
819
msgid "Memory allocation error. Not changing prompt\n"
822
#: ../client/drizzle.cc:4632
824
msgid "PROMPT set to '%s'\n"
827
#: ../client/drizzledump.cc:229
828
msgid "Error inserting into destination database"
831
#: ../client/drizzledump.cc:253
833
msgid "Got errno %d on write"
836
#: ../client/drizzledump.cc:298
839
"%s: You can't use --single-transaction and --lock-all-tables at the same "
843
#: ../client/drizzledump.cc:305
845
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
848
#: ../client/drizzledump.cc:373
849
msgid "-- Retrieving database structures..."
852
#: ../client/drizzledump.cc:485
854
"Dump all the databases. This will be same as --databases with all databases "
858
#: ../client/drizzledump.cc:487
859
msgid "Dump all the tablespaces."
862
#: ../client/drizzledump.cc:489
863
msgid "Use complete insert statements."
866
#: ../client/drizzledump.cc:491
868
"Flush logs file in server before starting dump. Note that if you dump many "
869
"databases at once (using the option --databases= or --all-databases), the "
870
"logs will be flushed for each database dumped. The exception is when using --"
871
"lock-all-tables in this case the logs will be flushed only once, "
872
"corresponding to the moment all tables are locked. So if you want your dump "
873
"and the log flush to happen at the same exact moment you should use --lock-"
874
"all-tables or --flush-logs"
877
#: ../client/drizzledump.cc:493
878
msgid "Continue even if we get an sql-error."
881
#: ../client/drizzledump.cc:494
883
msgid "Display this help message and exit."
884
msgstr "이 도움말을 표시합니다."
886
#: ../client/drizzledump.cc:496
888
"Locks all tables across all databases. This is achieved by taking a global "
889
"read lock for the duration of the whole dump. Automatically turns --single-"
893
#: ../client/drizzledump.cc:498
895
"Creates a consistent snapshot by dumping all tables in a single transaction. "
896
"Works ONLY for tables stored in storage engines which support "
897
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
898
"be consistent for other storage engines. While a --single-transaction dump "
899
"is in process, to ensure a valid dump file (correct table contents), no "
900
"other connection should use the following statements: ALTER TABLE, DROP "
901
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
905
#: ../client/drizzledump.cc:500
907
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
908
"extended-insert and --disable-keys."
911
#: ../client/drizzledump.cc:501
912
msgid "Overrides option --databases (-B)."
915
#: ../client/drizzledump.cc:503
916
msgid "Number of rows before each output progress report (requires --verbose)."
919
#: ../client/drizzledump.cc:505
920
msgid "Print info about the various stages."
923
#: ../client/drizzledump.cc:507
924
msgid "Turn off Comments"
927
#: ../client/drizzledump.cc:508
928
msgid "Turn off create-options"
931
#: ../client/drizzledump.cc:509
932
msgid "Turn off extended-insert"
935
#: ../client/drizzledump.cc:510
936
msgid "Turn off dump date at the end of the output"
939
#: ../client/drizzledump.cc:511
940
msgid "Do not read from the configuration files"
943
#: ../client/drizzledump.cc:517
944
msgid "Add a 'DROP DATABASE' before each create."
947
#: ../client/drizzledump.cc:518
948
msgid "Do not add a 'drop table' before each create."
951
#: ../client/drizzledump.cc:520
953
"Give less verbose output (useful for debugging). Disables structure comments "
954
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
955
"set-names --skip-disable-keys"
958
#: ../client/drizzledump.cc:522
960
"To dump several databases. Note the difference in usage; In this case no "
961
"tables are given. All name arguments are regarded as databasenames. 'USE "
962
"db_name;' will be included in the output."
965
#: ../client/drizzledump.cc:524
967
"'ALTER TABLE tb_name DISABLE KEYS;' and 'ALTER TABLE tb_name ENABLE KEYS;' "
968
"will not be put in the output."
971
#: ../client/drizzledump.cc:526
973
"Do not dump the specified table. To specify more than one table to ignore, "
974
"use the directive multiple times, once for each table. Each table must be "
975
"specified with both database and table names, e.g. --ignore-table=database."
979
#: ../client/drizzledump.cc:528
980
msgid "Insert rows with INSERT IGNORE."
983
#: ../client/drizzledump.cc:530
984
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
987
#: ../client/drizzledump.cc:532
989
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
990
"above line will be added otherwise, if --databases or --all-databases option "
994
#: ../client/drizzledump.cc:534
995
msgid "No row information."
998
#: ../client/drizzledump.cc:536
999
msgid "Use REPLACE INTO instead of INSERT INTO."
1002
#: ../client/drizzledump.cc:538
1003
msgid "Where to send output to (stdout|database"
1006
#: ../client/drizzledump.cc:540
1008
"Hostname for destination db server (requires --destination-type=database)"
1011
#: ../client/drizzledump.cc:542
1013
"Port number for destination db server (requires --destination-type=database)"
1016
#: ../client/drizzledump.cc:544
1018
"User name for destination db server (resquires --destination-type=database)"
1021
#: ../client/drizzledump.cc:546
1023
"Password for destination db server (requires --destination-type=database)"
1026
#: ../client/drizzledump.cc:548
1028
"The database in the destination db server (requires --destination-"
1029
"type=database, not for use with --all-databases)"
1032
#: ../client/drizzledump.cc:550
1034
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1038
#: ../client/drizzledump.cc:556
1040
msgid "Connect to host."
1043
#: ../client/drizzledump.cc:558
1045
"Password to use when connecting to server. If password is not given it's "
1046
"solicited on the tty."
1049
#: ../client/drizzledump.cc:560
1050
#: ../plugin/transaction_log/utilities/transaction_reader.cc:585
1051
msgid "Port number to use for connection."
1054
#: ../client/drizzledump.cc:567
1055
msgid "Hidden Options"
1058
#: ../client/drizzledump.cc:569
1059
msgid "Used to select the database"
1062
#: ../client/drizzledump.cc:570
1063
msgid "Used to select the tables"
1066
#: ../client/drizzledump.cc:573
1067
msgid "Allowed Options + Hidden Options"
1070
#: ../client/drizzledump.cc:637
1072
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1075
#: ../client/drizzledump.cc:642
1077
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1078
"and you are welcome to modify and redistribute it under the GPL license\n"
1081
#: ../client/drizzledump.cc:643
1082
msgid "Dumps definitions and data from a Drizzle database server"
1085
#: ../client/drizzledump.cc:644
1087
msgid "Usage: %s [OPTIONS] database [tables]\n"
1090
#: ../client/drizzledump.cc:645
1092
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1095
#: ../client/drizzledump.cc:647
1097
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1100
#: ../client/drizzledump.cc:688 ../client/drizzleimport.cc:484
1101
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5671
1103
msgid "Value supplied for port is not valid.\n"
1106
#: ../client/drizzledump.cc:743
1108
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1111
#: ../client/drizzledump_data.cc:268
1112
msgid "-- Retrieving data for "
1115
#: ../client/drizzledump_data.cc:300
1116
msgid " rows dumped for table "
1119
#: ../client/drizzledump_data.cc:547
1121
msgid "-- Connecting to "
1124
#: ../client/drizzledump_data.cc:547
1125
msgid " using protocol "
1128
#: ../client/drizzledump_data.cc:588 ../client/drizzledump_data.cc:594
1129
#: ../client/drizzledump_data.cc:625 ../client/drizzledump_data.cc:631
1130
msgid "Error executing query: "
1133
#: ../client/drizzledump_data.cc:602
1134
msgid "Could not buffer result: "
1137
#: ../client/drizzledump_data.cc:648
1138
msgid "Error: Could not set db '"
1141
#: ../client/drizzledump_data.cc:662 ../client/drizzledump_data.cc:667
1142
#: ../client/drizzledump_data.cc:673
1146
#: ../client/drizzledump_data.cc:682
1147
msgid "-- Disconnecting from "
1150
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1151
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1152
msgid "-- Retrieving table structures for "
1155
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1156
msgid "-- Retrieving fields for "
1159
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:270
1160
msgid "-- Retrieving indexes for "
1163
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:315
1164
msgid "-- Retrieving foreign keys for "
1167
#: ../client/drizzleslap.cc:2292
1169
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1172
#: ../client/drizzletest.cc:5412
1173
msgid "Error: Invalid Value for opt_max_connect_retries"
1176
#: ../client/drizzletest.cc:5422
1177
msgid "Error: Invalid Value for opt_tail_lines"
1180
#: ../client/drizzletest.cc:5432
1181
msgid "Error: Invalid Value for opt_sleep"
1184
#: ../client/drizzletest.cc:5623
1186
msgid "Could not open '%s' for reading: errno = %d"
1189
#: ../client/drizzletest.cc:5628
1191
msgid "Out of memory"
1194
#: ../drizzled/drizzled.cc:491
1150
#: mysys/my_getopt.c:454
1152
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1155
#: mysys/my_getopt.c:767
1157
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1160
#: mysys/my_getopt.c:944
1162
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1165
#: mysys/my_getopt.c:1166
1167
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1170
#: mysys/my_getopt.c:1186
1174
"Variables (--variable-name=value)\n"
1175
"and boolean options {false|true} Value (after reading options)\n"
1176
"--------------------------------- -----------------------------\n"
1179
#: mysys/my_getopt.c:1202 mysys/my_getopt.c:1218
1180
msgid "(No default value)"
1183
#: mysys/my_getopt.c:1221
1187
#: mysys/my_getopt.c:1221
1191
#: mysys/my_getopt.c:1246
1193
msgid "(Disabled)\n"
1196
#: drizzled/authentication.cc:66 drizzled/handler.cc:350
1197
#: drizzled/sql_plugin.cc:821 drizzled/sql_show.cc:4663
1199
msgid "Plugin '%s' init function returned error."
1202
#. TRANSLATORS: The leading word "configvar" is the name
1203
#. of the plugin api, and so should not be translated.
1204
#: drizzled/configvar.cc:40
1206
msgid "configvar plugin '%s' init() failed"
1209
#. TRANSLATORS: The leading word "configvar" is the name
1210
#. of the plugin api, and so should not be translated.
1211
#: drizzled/configvar.cc:62
1213
msgid "configvar plugin '%s' deinit() failed"
1216
#. TRANSLATORS: The leading word "configvar" is the name
1217
#. of the plugin api, and so should not be translated.
1218
#: drizzled/configvar.cc:98
1220
msgid "configvar plugin '%s' configvar_func1() failed"
1223
#. TRANSLATORS: The leading word "configvar" is the name
1224
#. of the plugin api, and so should not be translated.
1225
#: drizzled/configvar.cc:152
1227
msgid "configvar plugin '%s' configvar_func2() failed"
1230
#: drizzled/drizzled.cc:549
1232
msgid "Got error %d from pthread_cond_timedwait"
1235
#: drizzled/drizzled.cc:689 drizzled/drizzled.cc:1764
1236
msgid "Can't create thread to kill server"
1239
#: drizzled/drizzled.cc:756
1241
msgid "Got signal %d from thread %lud"
1244
#: drizzled/drizzled.cc:790
1195
1245
msgid "Aborting\n"
1198
#: ../drizzled/drizzled.cc:550
1248
#: drizzled/drizzled.cc:975
1199
1249
msgid "One can only use the --user switch if running as root\n"
1202
#: ../drizzled/drizzled.cc:557
1252
#: drizzled/drizzled.cc:983
1204
1254
"Fatal error: Please read \"Security\" section of the manual to find out how "
1205
"to run drizzled as root!\n"
1255
"to run mysqld as root!\n"
1208
#: ../drizzled/drizzled.cc:577
1258
#: drizzled/drizzled.cc:1007
1211
1261
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1215
#: ../drizzled/drizzled.cc:602
1216
msgid "Set process group ID failed"
1219
#: ../drizzled/drizzled.cc:607
1220
msgid "Set process user ID failed"
1223
#: ../drizzled/drizzled.cc:619
1224
msgid "Process chroot failed"
1227
#: ../drizzled/drizzled.cc:739
1228
msgid "Error: Invalid Value for auto_increment_increment"
1231
#: ../drizzled/drizzled.cc:750
1232
msgid "Error: Invalid Value for auto_increment_offset"
1235
#: ../drizzled/drizzled.cc:761
1236
msgid "Error: Invalid Value for completion_type"
1239
#: ../drizzled/drizzled.cc:773
1240
msgid "Error: Invalid Value for div-precision-increment"
1243
#: ../drizzled/drizzled.cc:784
1244
msgid "Error: Invalid Value for group_concat_max_len"
1247
#: ../drizzled/drizzled.cc:795
1248
msgid "Error: Invalid Value for join_buffer_size"
1251
#: ../drizzled/drizzled.cc:807
1252
msgid "Error: Invalid Value for max_allowed_packet"
1255
#: ../drizzled/drizzled.cc:819
1256
msgid "Error: Invalid Value for max_error_count"
1259
#: ../drizzled/drizzled.cc:830
1260
msgid "Error: Invalid Value for max_heap_table_size"
1263
#: ../drizzled/drizzled.cc:842
1264
msgid "Error: Invalid Value for min_examined_row_limit"
1267
#: ../drizzled/drizzled.cc:853
1268
msgid "Error: Invalid Value for max_join_size"
1271
#: ../drizzled/drizzled.cc:864
1272
msgid "Error: Invalid Value for max_length_for_sort_data"
1275
#: ../drizzled/drizzled.cc:875
1276
msgid "Error: Invalid Value for max_seeks_for_key"
1279
#: ../drizzled/drizzled.cc:886
1280
msgid "Error: Invalid Value for max_sort_length"
1283
#: ../drizzled/drizzled.cc:897
1284
msgid "Error: Invalid Value for optimizer_search_depth"
1287
#: ../drizzled/drizzled.cc:908
1288
msgid "Error: Invalid Value for preload_buff_size"
1291
#: ../drizzled/drizzled.cc:919
1292
msgid "Error: Invalid Value for query_alloc_block_size"
1295
#: ../drizzled/drizzled.cc:931
1296
msgid "Error: Invalid Value for query_prealloc_size"
1299
#: ../drizzled/drizzled.cc:943
1300
msgid "Error: Invalid Value for range_alloc_block_size"
1303
#: ../drizzled/drizzled.cc:955
1304
msgid "Error: Invalid Value for read_buff_size"
1307
#: ../drizzled/drizzled.cc:967
1308
msgid "Error: Invalid Value for read_rnd_buff_size"
1311
#: ../drizzled/drizzled.cc:978
1312
msgid "Error: Invalid Value for sort_buff_size"
1315
#: ../drizzled/drizzled.cc:989
1316
msgid "Error: Invalid Value for table_def_size"
1319
#: ../drizzled/drizzled.cc:1000
1320
msgid "Error: Invalid Value for table_cache_size"
1323
#: ../drizzled/drizzled.cc:1011 ../drizzled/drizzled.cc:1027
1324
msgid "Error: Invalid Value for table_lock_wait_timeout"
1327
#: ../drizzled/drizzled.cc:1038
1329
"Error: Invalid Value for transaction_message_threshold valid values are "
1330
"between 131072 - 1048576 bytes"
1333
#: ../drizzled/drizzled.cc:1096
1335
msgid "Defaults file '%s' not found\n"
1338
#: ../drizzled/drizzled.cc:1138
1265
#: drizzled/drizzled.cc:1182
1267
msgid "Retrying bind on TCP/IP port %u"
1270
#: drizzled/drizzled.cc:1188
1271
msgid "Can't start server: Bind on TCP/IP port"
1274
#: drizzled/drizzled.cc:1189
1276
msgid "Do you already have another drizzled server running on port: %d ?"
1279
#: drizzled/drizzled.cc:1195
1280
msgid "Can't start server: listen() on TCP/IP port"
1283
#: drizzled/drizzled.cc:1196
1285
msgid "listen() on TCP/IP failed with error %d"
1288
#: drizzled/drizzled.cc:1414
1293
#: drizzled/drizzled.cc:1432
1296
"We will try our best to scrape up some info that will hopefully help "
1298
"the problem, but since we have already crashed, something is definitely "
1300
"and this may fail.\n"
1304
#: drizzled/drizzled.cc:1443
1307
"It is possible that mysqld could use up to \n"
1308
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1310
"Hope that's ok; if not, decrease some variables in the equation.\n"
1314
#: drizzled/drizzled.cc:1461
1317
"Attempting backtrace. You can use the following information to find out\n"
1318
"where mysqld died. If you see no messages after this, something went\n"
1319
"terribly wrong...\n"
1322
#: drizzled/drizzled.cc:1489
1325
"Trying to get some variables.\n"
1326
"Some pointers may be invalid and cause the dump to abort...\n"
1329
#: drizzled/drizzled.cc:1501
1333
"This crash occured while the server was calling initgroups(). This is\n"
1334
"often due to the use of a drizzled that is statically linked against glibc\n"
1335
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1336
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1337
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1338
"drizzled that is not statically linked.\n"
1341
#: drizzled/drizzled.cc:1516
1345
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1346
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1347
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1348
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1349
"the documentation for your distribution on how to do that.\n"
1352
#: drizzled/drizzled.cc:1529
1356
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1357
"unreliable and unstable on some operating systems and operating-system\n"
1358
"versions (notably, some versions of Linux). This crash could be due to use\n"
1359
"of those buggy OS calls. You should consider whether you really need the\n"
1360
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1364
#: drizzled/drizzled.cc:1544
1366
msgid "Writing a core file\n"
1369
#: drizzled/drizzled.cc:1591
1371
"setrlimit could not change the size of core files to 'infinity'; We may not "
1372
"be able to generate a core file on signals"
1375
#: drizzled/drizzled.cc:1659
1377
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1380
#: drizzled/drizzled.cc:1747
1382
msgid "Got signal %d to shutdown mysqld"
1385
#: drizzled/drizzled.cc:1788
1387
msgid "Got signal: %d error: %d"
1390
#: drizzled/drizzled.cc:1918
1392
msgid "Wrong date/time format specifier: %s\n"
1395
#: drizzled/drizzled.cc:2042
1340
1397
msgid "gethostname failed, using '%s' as hostname"
1343
#: ../drizzled/drizzled.cc:1152 ../drizzled/drizzled.cc:1739
1344
msgid "Display this help and exit."
1347
#: ../drizzled/drizzled.cc:1156
1348
msgid "Configuration file to use"
1351
#: ../drizzled/drizzled.cc:1158
1352
msgid "Base location for config files"
1355
#: ../drizzled/drizzled.cc:1160 ../drizzled/drizzled.cc:1927
1356
msgid "Directory for plugins."
1359
#: ../drizzled/drizzled.cc:1165 ../drizzled/drizzled.cc:1931
1361
"Optional comma separated list of plugins to load at startup in addition to "
1362
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1365
#: ../drizzled/drizzled.cc:1169 ../drizzled/drizzled.cc:1937
1367
"Optional comma separated list of plugins to not load at startup. Effectively "
1368
"removes a plugin from the list of plugins to be loaded. [for example: --"
1369
"plugin_remove=crc32,logger_gearman]"
1372
#: ../drizzled/drizzled.cc:1173 ../drizzled/drizzled.cc:1943
1374
"Optional comma separated list of plugins to load at starup instead of the "
1375
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1378
#: ../drizzled/drizzled.cc:1180 ../drizzled/drizzled.cc:1743
1400
#: drizzled/drizzled.cc:2106
1403
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1406
#: drizzled/drizzled.cc:2111
1409
"Could not increase number of max_open_files to more than %u (request: %u)"
1412
#: drizzled/drizzled.cc:2192
1414
msgid "Unknown locale: '%s'"
1417
#: drizzled/drizzled.cc:2262
1418
msgid "Can't create thread-keys"
1421
#: drizzled/drizzled.cc:2302
1422
msgid "Unable to reopen stdout"
1425
#: drizzled/drizzled.cc:2305
1426
msgid "Unable to reopen stderr"
1429
#: drizzled/drizzled.cc:2311
1430
msgid "Out of memory"
1433
#: drizzled/drizzled.cc:2318
1434
msgid "You need to use --log-bin to make --binlog-format work."
1437
#: drizzled/drizzled.cc:2340
1439
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1440
"impossible, it would lead to infinite loops in this server."
1443
#: drizzled/drizzled.cc:2360
1446
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1447
"replication may break when this Drizzle server acts as a master and has his "
1448
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1451
#: drizzled/drizzled.cc:2394
1452
msgid "Failed to initialize plugins."
1455
#: drizzled/drizzled.cc:2425
1458
"%s: Too many arguments (first extra is '%s').\n"
1459
"Use --verbose --help to get a list of available options\n"
1462
#: drizzled/drizzled.cc:2435
1463
msgid "Can't init databases"
1466
#: drizzled/drizzled.cc:2455
1468
msgid "Unknown/unsupported table type: %s"
1471
#: drizzled/drizzled.cc:2461
1473
msgid "Default storage engine (%s) is not available"
1476
#: drizzled/drizzled.cc:2484
1477
msgid "Can't initialize tc_log"
1480
#: drizzled/drizzled.cc:2515
1482
msgid "Failed to lock memory. Errno: %d\n"
1485
#: drizzled/drizzled.cc:2584
1487
msgid "Asked for %u thread stack, but got %<PRIu64>"
1490
#: drizzled/drizzled.cc:2620
1492
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1493
"value: we force server id to 1; updates will be logged to the binary log, "
1494
"but connections from slaves will not be accepted."
1497
#: drizzled/drizzled.cc:2678
1498
msgid "Before Lock_thread_count"
1501
#: drizzled/drizzled.cc:2685
1502
msgid "After lock_thread_count"
1505
#: drizzled/drizzled.cc:2793
1507
msgid "drizzled: Got error %d from select"
1510
#: drizzled/drizzled.cc:3029 drizzled/drizzled.cc:3134
1511
#: drizzled/drizzled.cc:3252
1512
msgid "Option used by mysql-test for debugging and testing of replication."
1515
#: drizzled/drizzled.cc:3033
1379
1516
msgid "Auto-increment columns are incremented by this"
1382
#: ../drizzled/drizzled.cc:1182 ../drizzled/drizzled.cc:1748
1519
#: drizzled/drizzled.cc:3038
1384
1521
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1388
#: ../drizzled/drizzled.cc:1184 ../drizzled/drizzled.cc:1754
1525
#: drizzled/drizzled.cc:3044
1390
1527
"Path to installation directory. All paths are usually resolved relative to "
1394
#: ../drizzled/drizzled.cc:1187 ../drizzled/drizzled.cc:1759
1395
msgid "Chroot drizzled daemon during startup."
1398
#: ../drizzled/drizzled.cc:1189 ../drizzled/drizzled.cc:1763
1531
#: drizzled/drizzled.cc:3048
1532
msgid "IP address to bind to."
1535
#: drizzled/drizzled.cc:3052
1537
"Does not have any effect without '--log-bin'. Tell the master the form of "
1538
"binary logging to use: either 'row' for row-based binary logging, or "
1539
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1540
"statement-based binary logging except for those statements where only row-"
1541
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1542
"the UUID() function; for those, row-based binary logging is automatically "
1546
#: drizzled/drizzled.cc:3062
1548
"Tells the master it should log updates for the specified database, and "
1549
"exclude all others not explicitly mentioned."
1552
#: drizzled/drizzled.cc:3066
1554
"Tells the master that updates to the given database should not be logged "
1558
#: drizzled/drizzled.cc:3070
1560
"The maximum size of a row-based binary log event in bytes. Rows will be "
1561
"grouped into events smaller than this size if possible. The value has to be "
1562
"a multiple of 256."
1565
#: drizzled/drizzled.cc:3081
1566
msgid "Don't ignore client side character set value sent during handshake."
1569
#: drizzled/drizzled.cc:3086
1570
msgid "Set the filesystem character set."
1573
#: drizzled/drizzled.cc:3091
1574
msgid "Set the default character set."
1577
#: drizzled/drizzled.cc:3098
1578
msgid "Chroot mysqld daemon during startup."
1581
#: drizzled/drizzled.cc:3102
1399
1582
msgid "Set the default collation."
1402
#: ../drizzled/drizzled.cc:1191 ../drizzled/drizzled.cc:1767
1585
#: drizzled/drizzled.cc:3106
1403
1586
msgid "Default completion type."
1406
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1589
#: drizzled/drizzled.cc:3111
1590
msgid "Write error output on screen."
1593
#: drizzled/drizzled.cc:3115
1407
1594
msgid "Write core on errors."
1410
#: ../drizzled/drizzled.cc:1194 ../drizzled/drizzled.cc:1776
1597
#: drizzled/drizzled.cc:3119
1411
1598
msgid "Path to the database root."
1414
#: ../drizzled/drizzled.cc:1196
1415
msgid "Set the default storage engine for tables."
1601
#: drizzled/drizzled.cc:3123
1602
msgid "Set the default storage engine (table type) for tables."
1418
#: ../drizzled/drizzled.cc:1198
1605
#: drizzled/drizzled.cc:3127
1419
1606
msgid "Set the default time zone."
1422
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1780
1609
#: drizzled/drizzled.cc:3131
1610
msgid "Type of DELAY_KEY_WRITE."
1613
#: drizzled/drizzled.cc:3140
1614
msgid "Print a symbolic stack trace on failure."
1617
#: drizzled/drizzled.cc:3146
1618
msgid "Push supported query conditions to the storage engine."
1621
#: drizzled/drizzled.cc:3152
1423
1622
msgid "Used for debugging; Use at your own risk!"
1426
#: ../drizzled/drizzled.cc:1202 ../drizzled/drizzled.cc:1785
1625
#: drizzled/drizzled.cc:3155
1626
msgid "Flush tables to disk between SQL commands."
1629
#: drizzled/drizzled.cc:3160
1427
1630
msgid "Set up signals usable for debugging"
1430
#: ../drizzled/drizzled.cc:1204
1633
#: drizzled/drizzled.cc:3164
1634
msgid "Command(s) that are executed for each new connection"
1637
#: drizzled/drizzled.cc:3168
1638
msgid "Read SQL commands from this file at startup."
1641
#: drizzled/drizzled.cc:3172
1642
msgid "Command(s) that are executed when a slave connects to this master"
1645
#: drizzled/drizzled.cc:3176
1649
#: drizzled/drizzled.cc:3180
1431
1650
msgid "Set the language used for the month names and the days of the week."
1434
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1789
1653
#: drizzled/drizzled.cc:3185
1654
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1657
#: drizzled/drizzled.cc:3190
1658
msgid "Log connections and queries to file."
1661
#: drizzled/drizzled.cc:3194
1663
"Log update queries in binary format. Optional argument is the location for "
1664
"the binary log files.(Strongly recommended to avoid replication problems if "
1665
"server's hostname changes)"
1668
#: drizzled/drizzled.cc:3201
1669
msgid "File that holds the names for last binary log files."
1672
#: drizzled/drizzled.cc:3205
1673
msgid "Error log file."
1676
#: drizzled/drizzled.cc:3209
1677
msgid "Log all MyISAM changes to file."
1680
#: drizzled/drizzled.cc:3213
1682
"Tells the slave to log the updates from the slave thread to the binary log. "
1683
"You will need to turn it on if you plan to daisy-chain the slaves."
1686
#: drizzled/drizzled.cc:3220
1688
"Path to transaction coordinator log (used for transactions that affect more "
1689
"than one storage engine, when binary log is disabled)"
1692
#: drizzled/drizzled.cc:3226
1693
msgid "Size of transaction coordinator log."
1696
#: drizzled/drizzled.cc:3232
1435
1697
msgid "Log some not critical warnings to the log file."
1438
#: ../drizzled/drizzled.cc:1208 ../drizzled/drizzled.cc:1794
1439
msgid "Pid file used by drizzled."
1442
#: ../drizzled/drizzled.cc:1210
1443
msgid "Maximum time in seconds to wait for the port to become free. "
1446
#: ../drizzled/drizzled.cc:1212
1447
msgid "Include the SQL query in replicated protobuf messages."
1450
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1803
1700
#: drizzled/drizzled.cc:3237
1701
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1704
#: drizzled/drizzled.cc:3242
1706
"The location and name of the file that remembers the master and where the I/"
1707
"O replication thread is in the master's binlogs."
1710
#: drizzled/drizzled.cc:3247
1712
"The number of tries the slave will make to connect to the master before "
1716
#: drizzled/drizzled.cc:3256
1717
msgid "Lock mysqld in memory."
1720
#: drizzled/drizzled.cc:3260
1722
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1723
"BACKUP, FORCE or QUICK."
1726
#: drizzled/drizzled.cc:3265
1727
msgid "Use very new possible 'unsafe' functions."
1730
#: drizzled/drizzled.cc:3270
1731
msgid "Use old, non-optimized alter table."
1734
#: drizzled/drizzled.cc:3275
1735
msgid "Pid file used by safe_mysqld."
1738
#: drizzled/drizzled.cc:3285
1740
"Maximum time in seconds to wait for the port to become free. (Default: no "
1744
#: drizzled/drizzled.cc:3290
1745
msgid "The location and name to use for relay logs."
1748
#: drizzled/drizzled.cc:3294
1750
"The location and name to use for the file that keeps a list of the last "
1754
#: drizzled/drizzled.cc:3299
1756
"The location and name of the file that remembers where the SQL replication "
1757
"thread is in the relay logs."
1760
#: drizzled/drizzled.cc:3304
1762
"Tells the slave thread to restrict replication to the specified database. To "
1763
"specify more than one database, use the directive multiple times, once for "
1764
"each database. Note that this will only work if you do not use cross-"
1765
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
1766
"having selected a different or no database. If you need cross database "
1767
"updates to work, use replicate-wild-do-table=db_name.%."
1770
#: drizzled/drizzled.cc:3313
1772
"Tells the slave thread to restrict replication to the specified table. To "
1773
"specify more than one table, use the directive multiple times, once for each "
1774
"table. This will work for cross-database updates, in contrast to replicate-"
1778
#: drizzled/drizzled.cc:3319
1780
"Tells the slave thread to not replicate to the specified database. To "
1781
"specify more than one database to ignore, use the directive multiple times, "
1782
"once for each database. This option will not work if you use cross database "
1783
"updates. If you need cross database updates to work, use replicate-wild-"
1784
"ignore-table=db_name.%. "
1787
#: drizzled/drizzled.cc:3326
1789
"Tells the slave thread to not replicate to the specified table. To specify "
1790
"more than one table to ignore, use the directive multiple times, once for "
1791
"each table. This will work for cross-datbase updates, in contrast to "
1792
"replicate-ignore-db."
1795
#: drizzled/drizzled.cc:3332
1797
"Updates to a database with a different name than the original. Example: "
1798
"replicate-rewrite-db=master_db_name->slave_db_name."
1801
#: drizzled/drizzled.cc:3336
1803
"In replication, if set to 1, do not skip events having our server id. "
1804
"Default value is 0 (to break infinite loops in circular replication). Can't "
1805
"be set to 1 if --log-slave-updates is used."
1808
#: drizzled/drizzled.cc:3343
1810
"Tells the slave thread to restrict replication to the tables that match the "
1811
"specified wildcard pattern. To specify more than one table, use the "
1812
"directive multiple times, once for each table. This will work for cross-"
1813
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
1814
"only updates to tables in all databases that start with foo and whose table "
1815
"names start with bar."
1818
#: drizzled/drizzled.cc:3351
1820
"Tells the slave thread to not replicate to the tables that match the given "
1821
"wildcard pattern. To specify more than one table to ignore, use the "
1822
"directive multiple times, once for each table. This will work for cross-"
1823
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
1824
"updates to tables in databases that start with foo and whose table names "
1828
#: drizzled/drizzled.cc:3360
1830
"Hostname or IP of the slave to be reported to to the master during slave "
1831
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
1832
"you do not want the slave to register itself with the master. Note that it "
1833
"is not sufficient for the master to simply read the IP of the slave off the "
1834
"socket once the slave connects. Due to NAT and other routing issues, that IP "
1835
"may not be valid for connecting to the slave from the master or other hosts."
1838
#: drizzled/drizzled.cc:3373
1840
"Port for connecting to slave reported to the master during slave "
1841
"registration. Set it only if the slave is listening on a non-default port or "
1842
"if you have a special tunnel from the master or other clients to the slave. "
1843
"If not sure, leave this option unset."
1846
#: drizzled/drizzled.cc:3380
1847
msgid "Skip some optimize stages (for testing)."
1850
#: drizzled/drizzled.cc:3383
1452
1852
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1453
1853
"specified directory"
1456
#: ../drizzled/drizzled.cc:1217 ../drizzled/drizzled.cc:1808
1856
#: drizzled/drizzled.cc:3388
1458
1858
"Uniquely identifies the server instance in the community of replication "
1462
#: ../drizzled/drizzled.cc:1220 ../drizzled/drizzled.cc:1813
1862
#: drizzled/drizzled.cc:3393
1863
msgid "Don't use new, possible wrong routines."
1866
#: drizzled/drizzled.cc:3396
1867
msgid "If set, slave is not autostarted."
1870
#: drizzled/drizzled.cc:3400
1463
1871
msgid "Don't print a stack trace on failure."
1466
#: ../drizzled/drizzled.cc:1222 ../drizzled/drizzled.cc:1817
1874
#: drizzled/drizzled.cc:3404
1875
msgid "Don't give threads different priorities."
1878
#: drizzled/drizzled.cc:3408
1880
"The location where the slave should put its temporary files when replicating "
1881
"a LOAD DATA INFILE command."
1884
#: drizzled/drizzled.cc:3413
1886
"Tells the slave thread to continue replication when a query event returns an "
1887
"error from the provided list."
1890
#: drizzled/drizzled.cc:3417
1892
"Modes for how replication events should be executed. Legal values are "
1893
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
1894
"stop for operations that are idempotent. In STRICT mode, replication will "
1895
"stop on any unexpected difference between the master and the slave."
1898
#: drizzled/drizzled.cc:3425
1902
#: drizzled/drizzled.cc:3428
1467
1903
msgid "Enable symbolic link support."
1470
#: ../drizzled/drizzled.cc:1224 ../drizzled/drizzled.cc:1826
1906
#: drizzled/drizzled.cc:3437
1908
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1911
#: drizzled/drizzled.cc:3442
1913
"Decision to use in heuristic recover process. Possible values are COMMIT or "
1917
#: drizzled/drizzled.cc:3447
1919
"Using this option will cause most temporary files created to use a small set "
1920
"of names, rather than a unique name for each new file."
1923
#: drizzled/drizzled.cc:3452
1472
1925
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1475
#: ../drizzled/drizzled.cc:1227
1476
msgid "Path for temporary files."
1928
#: drizzled/drizzled.cc:3457
1930
"Path for temporary files. Several paths may be specified, separated by a "
1931
"colon (:), in this case they are used in a round-robin fashion."
1479
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1831
1934
#: drizzled/drizzled.cc:3463
1480
1935
msgid "Default transaction isolation level."
1483
#: ../drizzled/drizzled.cc:1231
1485
"Max message size written to transaction log, valid values 131072 - 1048576 "
1489
#: ../drizzled/drizzled.cc:1233 ../drizzled/drizzled.cc:1835
1490
msgid "Run drizzled daemon as user."
1493
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1839
1495
"The number of outstanding connection requests Drizzle can have. This comes "
1496
"into play when the main Drizzle thread gets very many connection requests in "
1497
"a very short time."
1500
#: ../drizzled/drizzled.cc:1242 ../drizzled/drizzled.cc:1845
1502
"Size of tree cache used in bulk insert optimization. Note that this is a "
1938
#: drizzled/drizzled.cc:3467
1939
msgid "Run mysqld daemon as user."
1942
#: drizzled/drizzled.cc:3475
1944
"The number of outstanding connection requests MySQL can have. This comes "
1945
"into play when the main MySQL thread gets very many connection requests in a "
1949
#: drizzled/drizzled.cc:3481
1951
"The size of the cache to hold the SQL statements for the binary log during a "
1952
"transaction. If you often use big, multi-statement transactions you can "
1953
"increase this to get more performance."
1956
#: drizzled/drizzled.cc:3487
1958
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1503
1959
"limit per thread!"
1506
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1851
1962
#: drizzled/drizzled.cc:3493
1964
"The number of seconds the mysqld server is waiting for a connect packet "
1965
"before responding with 'Bad handshake'."
1968
#: drizzled/drizzled.cc:3498
1969
msgid "The DATE format (For future)."
1972
#: drizzled/drizzled.cc:3503
1973
msgid "The DATETIME/TIMESTAMP format (for future)."
1976
#: drizzled/drizzled.cc:3508
1977
msgid "The default week format used by WEEK() functions."
1980
#: drizzled/drizzled.cc:3513
1508
1982
"Precision of the result of '/' operator will be increased on that value."
1511
#: ../drizzled/drizzled.cc:1248
1985
#: drizzled/drizzled.cc:3519
1987
"If non-zero, binary logs will be purged after expire_logs_days days; "
1988
"possible purges happen at startup and at binary log rotation."
1991
#: drizzled/drizzled.cc:3525
1512
1992
msgid "The maximum length of the result of function group_concat."
1515
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1857
1995
#: drizzled/drizzled.cc:3530
1997
"The number of seconds the server waits for activity on an interactive "
1998
"connection before closing it."
2001
#: drizzled/drizzled.cc:3536
1516
2002
msgid "The size of the buffer that is used for full joins."
1519
#: ../drizzled/drizzled.cc:1253
1521
"A global cap on the amount of memory that can be allocated by session join "
1522
"buffers (0 means unlimited)"
1525
#: ../drizzled/drizzled.cc:1255 ../drizzled/drizzled.cc:1863
2005
#: drizzled/drizzled.cc:3542
2006
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2009
#: drizzled/drizzled.cc:3547
2011
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2012
"this to get better index handling (for all reads and multiple writes) to as "
2013
"much as you can afford;"
2016
#: drizzled/drizzled.cc:3556
2018
"This characterizes the number of hits a hot block has to be untouched until "
2019
"it is considered aged enough to be downgraded to a warm block. This "
2020
"specifies the percentage ratio of that number of hits to the total number of "
2021
"blocks in key cache"
2024
#: drizzled/drizzled.cc:3565
2025
msgid "The default size of key cache blocks"
2028
#: drizzled/drizzled.cc:3571
2029
msgid "The minimum percentage of warm blocks in key cache"
2032
#: drizzled/drizzled.cc:3577
1526
2033
msgid "Max packetlength to send/receive from to server."
1529
#: ../drizzled/drizzled.cc:1257
2036
#: drizzled/drizzled.cc:3582
2038
"Can be used to restrict the total size used to cache a multi-transaction "
2042
#: drizzled/drizzled.cc:3587
2044
"Binary log will be rotated automatically when the size exceeds this value. "
2045
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2046
"for this variable is 4096."
2049
#: drizzled/drizzled.cc:3593
2051
"If there is more than this number of interrupted connections from a host "
2052
"this host will be blocked from further connections."
2055
#: drizzled/drizzled.cc:3600
2056
msgid "The number of simultaneous clients allowed."
2059
#: drizzled/drizzled.cc:3605
1530
2060
msgid "Max number of errors/warnings to store for a statement."
1533
#: ../drizzled/drizzled.cc:1259 ../drizzled/drizzled.cc:1868
2063
#: drizzled/drizzled.cc:3610
1534
2064
msgid "Don't allow creation of heap tables bigger than this."
1537
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1874
2067
#: drizzled/drizzled.cc:3616
1539
2069
"Joins that are probably going to read more than max_join_size records return "
1543
#: ../drizzled/drizzled.cc:1264 ../drizzled/drizzled.cc:1880
2073
#: drizzled/drizzled.cc:3622
1544
2074
msgid "Max number of bytes in sorted records."
1547
#: ../drizzled/drizzled.cc:1266 ../drizzled/drizzled.cc:1885
2077
#: drizzled/drizzled.cc:3627
2079
"If non-zero: relay log will be rotated automatically when the size exceeds "
2080
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2081
"excepted, the minimum value for this variable is 4096."
2084
#: drizzled/drizzled.cc:3634
1548
2085
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1551
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1890
2088
#: drizzled/drizzled.cc:3639
1553
2090
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1554
2091
"max_sort_length bytes of each value are used; the rest are ignored)."
1557
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1897
2094
#: drizzled/drizzled.cc:3646
2095
msgid "Maximum number of temporary tables a client can keep open at a time."
2098
#: drizzled/drizzled.cc:3651
1558
2099
msgid "After this many write locks, allow some read locks to run in between."
1561
#: ../drizzled/drizzled.cc:1274 ../drizzled/drizzled.cc:1901
2102
#: drizzled/drizzled.cc:3655
1563
2104
"Don't log queries which examine less than min_examined_row_limit rows to "
1567
#: ../drizzled/drizzled.cc:1277
1569
"Do not apply any heuristic(s) during query optimization to prune, thus "
1570
"perform an exhaustive search from the optimizer search space."
1573
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1915
2108
#: drizzled/drizzled.cc:3661
2109
msgid "Block size to be used for MyISAM index pages."
2112
#: drizzled/drizzled.cc:3667
2113
msgid "Default pointer size to be used for MyISAM tables."
2116
#: drizzled/drizzled.cc:3672
2118
"Don't use the fast sort index method to created index if the temporary file "
2119
"would get bigger than this."
2122
#: drizzled/drizzled.cc:3679
2124
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2125
"disables parallel repair."
2128
#: drizzled/drizzled.cc:3685
2130
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2131
"when creating indexes with CREATE INDEX or ALTER TABLE."
2134
#: drizzled/drizzled.cc:3691
2136
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2137
"Possible values of name are 'nulls_unequal' (default behavior), "
2138
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2141
#: drizzled/drizzled.cc:3698
2142
msgid "Buffer length for TCP/IP and socket communication."
2145
#: drizzled/drizzled.cc:3703
2147
"Number of seconds to wait for more data from a connection before aborting "
2151
#: drizzled/drizzled.cc:3709
2153
"If a read on a communication port is interrupted, retry this many times "
2157
#: drizzled/drizzled.cc:3715
2159
"Number of seconds to wait for a block to be written to a connection before "
2160
"aborting the write."
2163
#: drizzled/drizzled.cc:3721
2164
msgid "Use compatible behavior."
2167
#: drizzled/drizzled.cc:3726
2169
"If this is not 0, then mysqld will use this value to reserve file "
2170
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2171
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2172
"larger) number of files."
2175
#: drizzled/drizzled.cc:3733
2177
"Controls the heuristic(s) applied during query optimization to prune less-"
2178
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2179
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2180
"on number of retrieved rows."
2183
#: drizzled/drizzled.cc:3741
1575
2185
"Maximum depth of search performed by the query optimizer. Values larger than "
1576
2186
"the number of relations in a query result in better query plans, but take "
1581
2191
"(used for testing/comparison)."
1584
#: ../drizzled/drizzled.cc:1289 ../drizzled/drizzled.cc:1949
2194
#: drizzled/drizzled.cc:3753
2195
msgid "Directory for plugins."
2198
#: drizzled/drizzled.cc:3757
2200
"Optional comma separated list of plugins to load, where each plugin is "
2201
"identified by the name of the shared library. [for example: --"
2202
"plugin_load=libmd5udf.so]"
2205
#: drizzled/drizzled.cc:3763
1585
2206
msgid "The size of the buffer that is allocated when preloading indexes"
1588
#: ../drizzled/drizzled.cc:1292 ../drizzled/drizzled.cc:1954
2209
#: drizzled/drizzled.cc:3768
1589
2210
msgid "Allocation block size for query parsing and execution"
1592
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1959
2213
#: drizzled/drizzled.cc:3773
1593
2214
msgid "Persistent buffer for query parsing and execution"
1596
#: ../drizzled/drizzled.cc:1298 ../drizzled/drizzled.cc:1965
2217
#: drizzled/drizzled.cc:3779
1597
2218
msgid "Allocation block size for storing ranges during optimization"
1600
#: ../drizzled/drizzled.cc:1301 ../drizzled/drizzled.cc:1971
2221
#: drizzled/drizzled.cc:3785
1602
2223
"Each thread that does a sequential scan allocates a buffer of this size for "
1603
2224
"each table it scans. If you do many sequential scans, you may want to "
1604
2225
"increase this value."
1607
#: ../drizzled/drizzled.cc:1306
1608
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
2228
#: drizzled/drizzled.cc:3793
2230
"Make all non-temporary tables read-only, with the exception for replication "
2231
"(slave) threads and users with the SUPER privilege"
1611
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1979
2234
#: drizzled/drizzled.cc:3799
1613
2236
"When reading rows in sorted order after a sort, the rows are read through "
1614
2237
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1615
2238
"record_buffer."
1618
#: ../drizzled/drizzled.cc:1314
1619
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1622
#: ../drizzled/drizzled.cc:1316
1623
msgid "Select scheduler to be used (by default multi-thread)."
1626
#: ../drizzled/drizzled.cc:1319 ../drizzled/drizzled.cc:1988
2241
#: drizzled/drizzled.cc:3813
2243
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2247
#: drizzled/drizzled.cc:3819
2248
msgid "Maximum space to use for all relay logs."
2251
#: drizzled/drizzled.cc:3824
2253
msgid "Use compression on master/slave protocol."
2254
msgstr "서버/클라이언트 프로토콜에서 압축 사용"
2256
#: drizzled/drizzled.cc:3829
2258
"Number of seconds to wait for more data from a master/slave connection "
2259
"before aborting the read."
2262
#: drizzled/drizzled.cc:3834
2264
"Number of times the slave SQL thread will retry a transaction in case it "
2265
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2269
#: drizzled/drizzled.cc:3840
2270
msgid "Allow slave to batch requests."
2273
#: drizzled/drizzled.cc:3844
2275
"If creating the thread takes longer than this value (in seconds), the "
2276
"Slow_launch_threads counter will be incremented."
2279
#: drizzled/drizzled.cc:3849
1627
2280
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1630
#: ../drizzled/drizzled.cc:1322
2283
#: drizzled/drizzled.cc:3855
1632
"A global cap on the amount of memory that can be allocated by session sort "
1633
"buffers (0 means unlimited)"
2285
"Synchronously flush binary log to disk after every #th event. Use 0 "
2286
"(default) to disable synchronous flushing."
1636
#: ../drizzled/drizzled.cc:1324 ../drizzled/drizzled.cc:1994
2289
#: drizzled/drizzled.cc:3860
1637
2290
msgid "The number of cached table definitions."
1640
#: ../drizzled/drizzled.cc:1326 ../drizzled/drizzled.cc:1998
2293
#: drizzled/drizzled.cc:3864
1641
2294
msgid "The number of cached open tables."
1644
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2002
2297
#: drizzled/drizzled.cc:3868
1646
2299
"Timeout in seconds to wait for a table level lock before returning an error. "
1647
2300
"Used only if the connection has active cursors."
1650
#: ../drizzled/drizzled.cc:1331 ../drizzled/drizzled.cc:2007
2303
#: drizzled/drizzled.cc:3873
2304
msgid "How many threads we should keep in a cache for reuse."
2307
#: drizzled/drizzled.cc:3877
2309
"How many threads we should create to handle query requests in case of "
2310
"'thread_handling=pool-of-threads'"
2313
#: drizzled/drizzled.cc:3882
1651
2314
msgid "The stack size for each thread."
1654
#: ../drizzled/drizzled.cc:1334 ../drizzled/drizzled.cc:2013
2317
#: drizzled/drizzled.cc:3888
2318
msgid "The TIME format (for future)."
2321
#: drizzled/drizzled.cc:3893
1656
"If an internal in-memory temporary table exceeds this size, Drizzle will "
2323
"If an internal in-memory temporary table exceeds this size, MySQL will "
1657
2324
"automatically convert it to an on-disk MyISAM table."
1660
#: ../drizzled/drizzled.cc:1357
1661
msgid "Duplicate entry for command line option\n"
1664
#: ../drizzled/drizzled.cc:1404 ../drizzled/drizzled.cc:1422
1665
#: ../drizzled/drizzled.cc:1456 ../drizzled/drizzled.cc:1464
1666
#: ../drizzled/drizzled.cc:1484
1670
"Use --help to get a list of available options\n"
1673
#: ../drizzled/drizzled.cc:1434
1674
msgid "Failed to initialize plugins\n"
1677
#: ../drizzled/drizzled.cc:1472
1681
"Use --help to get a list of available options\n"
1684
#: ../drizzled/drizzled.cc:1521
1686
msgid "Error getting default charset"
1689
#: ../drizzled/drizzled.cc:1551
1690
msgid "Error setting collation"
1693
#: ../drizzled/drizzled.cc:1559
1695
msgid "Unknown locale: '%s'"
1698
#: ../drizzled/drizzled.cc:1579
1699
msgid "Could not initialize table cache\n"
1702
#: ../drizzled/drizzled.cc:1594
1703
msgid "XA cache initialization failed: Out of memory\n"
1706
#: ../drizzled/drizzled.cc:1624
1707
msgid "No scheduler found, cannot continue!\n"
1710
#: ../drizzled/drizzled.cc:1648
1712
msgid "Unknown/unsupported storage engine: %s\n"
1715
#: ../drizzled/drizzled.cc:1798
1717
"Maximum time in seconds to wait for the port to become free. (Default: no "
1721
#: ../drizzled/drizzled.cc:1907
1723
"Controls the heuristic(s) applied during query optimization to prune less-"
1724
"promising partial plans from the optimizer search space. Meaning: false - do "
1725
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1726
"based on number of retrieved rows."
1729
#: ../drizzled/drizzled.cc:2039
1731
"Copyright (C) 2008 Sun Microsystems\n"
2327
#: drizzled/drizzled.cc:3899
2328
msgid "Allocation block size for transactions to be stored in binary log"
2331
#: drizzled/drizzled.cc:3904
2332
msgid "Persistent buffer for transactions to be stored in binary log"
2335
#: drizzled/drizzled.cc:3909
2337
"The number of seconds the server waits for activity on a connection before "
2341
#: drizzled/drizzled.cc:4157
2343
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
1732
2344
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1733
2345
"and you are welcome to modify and redistribute it under the GPL license\n"
2347
"Starts the Drizzle database server\n"
1737
#: ../drizzled/drizzled.cc:2046
2350
#: drizzled/drizzled.cc:4164
1739
2352
msgid "Usage: %s [OPTIONS]\n"
1742
#: ../drizzled/drizzled.cc:2167
2355
#: drizzled/drizzled.cc:4175
2358
"To see what values a running Drizzle server is using, type\n"
2359
"'drizzleadmin variables' instead of 'drizzled --help'."
2362
#: drizzled/drizzled.cc:4353
1745
2365
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1746
2366
"command line\n"
1749
#: ../drizzled/drizzled.cc:2184
1750
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1753
#: ../drizzled/drizzled.cc:2197
1754
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1757
#: ../drizzled/drizzled.cc:2210
1758
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1761
#: ../drizzled/drizzled.cc:2223
1762
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1765
#: ../drizzled/drizzled.cc:2338
1768
"There was an error creating the '%s' part of the path '%s'. Please check "
1769
"the path exists and is writable.\n"
1772
#: ../drizzled/drizzled.cc:2345
1775
"There was an error opening the path '%s', please check the path exists and "
1779
#: ../drizzled/error.cc:133
1781
msgid "Unknown error %d"
1784
#: ../drizzled/error.cc:207
1788
#: ../drizzled/error.cc:208
1789
msgid "Error on first"
1792
#: ../drizzled/error.cc:209
2369
#: drizzled/drizzled.cc:4405
2371
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2374
#: drizzled/drizzled.cc:4414
2376
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2379
#: drizzled/drizzled.cc:4424
2381
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2384
#: drizzled/drizzled.cc:4453 drizzled/drizzled.cc:4462
2386
msgid "Could not add do table rule '%s'!\n"
2389
#: drizzled/drizzled.cc:4471 drizzled/drizzled.cc:4480
2391
msgid "Could not add ignore table rule '%s'!\n"
2394
#: drizzled/drizzled.cc:4504
2395
msgid "Can't start server: cannot resolve hostname!"
2398
#: drizzled/drizzled.cc:4510
2399
msgid "Can't start server: bind-address refers to multiple interfaces!"
2402
#: drizzled/drizzled.cc:4868
2404
msgid "No option given to %s\n"
2407
#: drizzled/drizzled.cc:4870
2409
msgid "Wrong option to %s. Option(s) given: %s\n"
2412
#: drizzled/drizzled.cc:4872
2414
msgid "Alternatives are: '%s'"
2417
#: drizzled/error.cc:34
2421
#: drizzled/error.cc:36
2425
#: drizzled/error.cc:38
1796
#: ../drizzled/error.cc:210
2429
#: drizzled/error.cc:40
1800
#: ../drizzled/error.cc:211
2433
#: drizzled/error.cc:42
1802
2435
msgid "Can't create file '%-.200s' (errno: %d)"
1805
#: ../drizzled/error.cc:212
2438
#: drizzled/error.cc:44
1807
2440
msgid "Can't create table '%-.200s' (errno: %d)"
1810
#: ../drizzled/error.cc:213
1812
msgid "Can't create schema '%-.192s' (errno: %d)"
1815
#: ../drizzled/error.cc:214
1817
msgid "Can't create schema '%-.192s'; schema exists"
1820
#: ../drizzled/error.cc:215
1822
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1825
#: ../drizzled/error.cc:216
2443
#: drizzled/error.cc:46
2445
msgid "Can't create database '%-.192s' (errno: %d)"
2448
#: drizzled/error.cc:48
2450
msgid "Can't create database '%-.192s'; database exists"
2453
#: drizzled/error.cc:50
2455
msgid "Can't drop database '%-.192s'; database doesn't exist"
2458
#: drizzled/error.cc:52
2460
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2463
#: drizzled/error.cc:54
2465
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2468
#: drizzled/error.cc:56
1827
2470
msgid "Error on delete of '%-.192s' (errno: %d)"
1830
#: ../drizzled/error.cc:217
2473
#: drizzled/error.cc:58
2474
msgid "Can't read record in system table"
2477
#: drizzled/error.cc:60
1832
2479
msgid "Can't get status of '%-.200s' (errno: %d)"
1835
#: ../drizzled/error.cc:218
2482
#: drizzled/error.cc:62
2484
msgid "Can't get working directory (errno: %d)"
2487
#: drizzled/error.cc:64
1837
2489
msgid "Can't lock file (errno: %d)"
1840
#: ../drizzled/error.cc:219
2492
#: drizzled/error.cc:66
1842
2494
msgid "Can't open file: '%-.200s' (errno: %d)"
1845
#: ../drizzled/error.cc:220
2497
#: drizzled/error.cc:68
1847
2499
msgid "Can't find file: '%-.200s' (errno: %d)"
1850
#: ../drizzled/error.cc:221
2502
#: drizzled/error.cc:70
1852
2504
msgid "Can't read dir of '%-.192s' (errno: %d)"
1855
#: ../drizzled/error.cc:222
2507
#: drizzled/error.cc:72
2509
msgid "Can't change dir to '%-.192s' (errno: %d)"
2512
#: drizzled/error.cc:74
1857
2514
msgid "Record has changed since last read in table '%-.192s'"
1860
#: ../drizzled/error.cc:223
2517
#: drizzled/error.cc:76
1862
2519
msgid "Disk full (%s); waiting for someone to free some space..."
1865
#: ../drizzled/error.cc:224
2522
#: drizzled/error.cc:78
1867
2524
msgid "Can't write; duplicate key in table '%-.192s'"
1870
#: ../drizzled/error.cc:225
2527
#: drizzled/error.cc:80
1872
2529
msgid "Error on close of '%-.192s' (errno: %d)"
1875
#: ../drizzled/error.cc:226
2532
#: drizzled/error.cc:82
1877
2534
msgid "Error reading file '%-.200s' (errno: %d)"
1880
#: ../drizzled/error.cc:227
2537
#: drizzled/error.cc:84
1882
2539
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1885
#: ../drizzled/error.cc:228
2542
#: drizzled/error.cc:86
1887
2544
msgid "Error writing file '%-.200s' (errno: %d)"
1890
#: ../drizzled/error.cc:229
2547
#: drizzled/error.cc:88
1892
2549
msgid "'%-.192s' is locked against change"
1895
#: ../drizzled/error.cc:230
2552
#: drizzled/error.cc:90
1896
2553
msgid "Sort aborted"
1899
#: ../drizzled/error.cc:231
2556
#: drizzled/error.cc:92
2558
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2561
#: drizzled/error.cc:94
1901
2563
msgid "Got error %d from storage engine"
1904
#: ../drizzled/error.cc:232
2566
#: drizzled/error.cc:96
1906
2568
msgid "Table storage engine for '%-.192s' doesn't have this option"
1909
#: ../drizzled/error.cc:233
2571
#: drizzled/error.cc:98
1911
2573
msgid "Can't find record in '%-.192s'"
1914
#: ../drizzled/error.cc:234
2576
#: drizzled/error.cc:100
1916
2578
msgid "Incorrect information in file: '%-.200s'"
1919
#: ../drizzled/error.cc:235
2581
#: drizzled/error.cc:102
1921
2583
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1924
#: ../drizzled/error.cc:236
2586
#: drizzled/error.cc:104
1926
2588
msgid "Old key file for table '%-.192s'; repair it!"
1929
#: ../drizzled/error.cc:237
2591
#: drizzled/error.cc:106
1931
2593
msgid "Table '%-.192s' is read only"
1934
#: ../drizzled/error.cc:238
2596
#: drizzled/error.cc:108
1936
msgid "Out of memory; restart server and try again (needed %lu bytes)"
2598
msgid "Out of memory; restart server and try again (needed %d bytes)"
1939
#: ../drizzled/error.cc:239
2601
#: drizzled/error.cc:110
1940
2602
msgid "Out of sort memory; increase server sort buffer size"
1943
#: ../drizzled/error.cc:240
1944
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
1947
#: ../drizzled/error.cc:241
1948
msgid "Global join memory constraint hit; increase join-heap-threshold"
1951
#: ../drizzled/error.cc:242
1952
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
1955
#: ../drizzled/error.cc:243
1956
msgid "Global read memory constraint hit; increase read-buffer-threshold"
1959
#: ../drizzled/error.cc:244
2605
#: drizzled/error.cc:112
1961
2607
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1964
#: ../drizzled/error.cc:245
2610
#: drizzled/error.cc:114
1965
2611
msgid "Too many connections"
1968
#: ../drizzled/error.cc:246
2614
#: drizzled/error.cc:116
1970
"Out of memory; check if drizzled or some other process uses all available "
1971
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
2616
"Out of memory; check if mysqld or some other process uses all available "
2617
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
1972
2618
"memory or you can add more swap space"
1975
#: ../drizzled/error.cc:247
2621
#: drizzled/error.cc:118
1976
2622
msgid "Can't get hostname for your address"
1979
#: ../drizzled/error.cc:248
2625
#: drizzled/error.cc:120
1980
2626
msgid "Bad handshake"
1983
#: ../drizzled/error.cc:249
2629
#: drizzled/error.cc:122
1985
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
2631
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1988
#: ../drizzled/error.cc:250
2634
#: drizzled/error.cc:124
1990
2636
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1993
#: ../drizzled/error.cc:251
1994
msgid "No schema selected"
2639
#: drizzled/error.cc:126
2640
msgid "No database selected"
1997
#: ../drizzled/error.cc:252
2643
#: drizzled/error.cc:128
1998
2644
msgid "Unknown command"
2001
#: ../drizzled/error.cc:253
2647
#: drizzled/error.cc:130
2003
2649
msgid "Column '%-.192s' cannot be null"
2006
#: ../drizzled/error.cc:254
2652
#: drizzled/error.cc:132
2008
msgid "Unknown schema '%-.192s'"
2654
msgid "Unknown database '%-.192s'"
2011
#: ../drizzled/error.cc:255
2657
#: drizzled/error.cc:134
2013
2659
msgid "Table '%-.192s' already exists"
2016
#: ../drizzled/error.cc:256
2662
#: drizzled/error.cc:136
2018
2664
msgid "Unknown table '%-.100s'"
2021
#: ../drizzled/error.cc:257
2667
#: drizzled/error.cc:138
2023
2669
msgid "Column '%-.192s' in %-.192s is ambiguous"
2026
#: ../drizzled/error.cc:258
2672
#: drizzled/error.cc:140
2027
2673
msgid "Server shutdown in progress"
2030
#: ../drizzled/error.cc:259
2676
#: drizzled/error.cc:142
2032
2678
msgid "Unknown column '%-.192s' in '%-.192s'"
2035
#: ../drizzled/error.cc:260
2681
#: drizzled/error.cc:144
2037
2683
msgid "'%-.192s' isn't in GROUP BY"
2040
#: ../drizzled/error.cc:261
2686
#: drizzled/error.cc:146
2042
2688
msgid "Can't group on '%-.192s'"
2045
#: ../drizzled/error.cc:262
2691
#: drizzled/error.cc:148
2046
2692
msgid "Statement has sum functions and columns in same statement"
2049
#: ../drizzled/error.cc:263
2695
#: drizzled/error.cc:150
2050
2696
msgid "Column count doesn't match value count"
2053
#: ../drizzled/error.cc:264
2699
#: drizzled/error.cc:152
2055
2701
msgid "Identifier name '%-.100s' is too long"
2058
#: ../drizzled/error.cc:265
2704
#: drizzled/error.cc:154
2060
2706
msgid "Duplicate column name '%-.192s'"
2063
#: ../drizzled/error.cc:266
2709
#: drizzled/error.cc:156
2065
2711
msgid "Duplicate key name '%-.192s'"
2068
#: ../drizzled/error.cc:267
2714
#: drizzled/error.cc:158
2070
2716
msgid "Duplicate entry '%-.192s' for key %d"
2073
#: ../drizzled/error.cc:268
2719
#: drizzled/error.cc:160
2075
2721
msgid "Incorrect column specifier for column '%-.192s'"
2078
#: ../drizzled/error.cc:269
2724
#: drizzled/error.cc:162
2080
2726
msgid "%s near '%-.80s' at line %d"
2083
#: ../drizzled/error.cc:270
2085
msgid "Parsing error near '%s'"
2088
#: ../drizzled/error.cc:271
2729
#: drizzled/error.cc:164
2089
2730
msgid "Query was empty"
2092
#: ../drizzled/error.cc:272
2733
#: drizzled/error.cc:166
2094
2735
msgid "Not unique table/alias: '%-.192s'"
2097
#: ../drizzled/error.cc:273
2738
#: drizzled/error.cc:168
2099
2740
msgid "Invalid default value for '%-.192s'"
2102
#: ../drizzled/error.cc:274
2743
#: drizzled/error.cc:170
2103
2744
msgid "Multiple primary key defined"
2106
#: ../drizzled/error.cc:275
2747
#: drizzled/error.cc:172
2108
2749
msgid "Too many keys specified; max %d keys allowed"
2111
#: ../drizzled/error.cc:276
2752
#: drizzled/error.cc:174
2113
2754
msgid "Too many key parts specified; max %d parts allowed"
2116
#: ../drizzled/error.cc:277
2757
#: drizzled/error.cc:176
2118
2759
msgid "Specified key was too long; max key length is %d bytes"
2121
#: ../drizzled/error.cc:278
2762
#: drizzled/error.cc:178
2123
2764
msgid "Key column '%-.192s' doesn't exist in table"
2126
#: ../drizzled/error.cc:279
2767
#: drizzled/error.cc:180
2129
2770
"BLOB column '%-.192s' can't be used in key specification with the used table "
2133
#: ../drizzled/error.cc:280
2774
#: drizzled/error.cc:182
2136
2777
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2140
#: ../drizzled/error.cc:281
2781
#: drizzled/error.cc:184
2142
2783
"Incorrect table definition; there can be only one auto column and it must be "
2143
2784
"defined as a key"
2146
#: ../drizzled/error.cc:282
2787
#: drizzled/error.cc:186
2790
"%s: ready for connections.\n"
2791
"Version: '%s' socket: '%s' port: %d"
2794
#: drizzled/error.cc:188
2148
2796
msgid "%s: Normal shutdown\n"
2151
#: ../drizzled/error.cc:283
2799
#: drizzled/error.cc:190
2153
2801
msgid "%s: Got signal %d. Aborting!\n"
2156
#: ../drizzled/error.cc:284
2804
#: drizzled/error.cc:192
2158
2806
msgid "%s: Shutdown complete\n"
2161
#: ../drizzled/error.cc:285
2809
#: drizzled/error.cc:194
2163
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2811
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2166
#: ../drizzled/error.cc:286
2814
#: drizzled/error.cc:196
2167
2815
msgid "Can't create IP socket"
2170
#: ../drizzled/error.cc:287
2818
#: drizzled/error.cc:198
2173
2821
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2177
#: ../drizzled/error.cc:288
2180
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2825
#: drizzled/error.cc:200
2826
msgid "Field separator argument is not what is expected; check the manual"
2184
#: ../drizzled/error.cc:289
2829
#: drizzled/error.cc:202
2186
2831
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2189
#: ../drizzled/error.cc:290
2834
#: drizzled/error.cc:204
2192
"The file '%-.128s' must be in the schema directory or be readable by all"
2837
"The file '%-.128s' must be in the database directory or be readable by all"
2195
#: ../drizzled/error.cc:291
2840
#: drizzled/error.cc:206
2197
2842
msgid "File '%-.200s' already exists"
2200
#: ../drizzled/error.cc:292
2845
#: drizzled/error.cc:208
2202
2847
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2205
#: ../drizzled/error.cc:293
2850
#: drizzled/error.cc:210
2852
msgid "Records: %ld Duplicates: %ld"
2855
#: drizzled/error.cc:212
2207
2857
"Incorrect prefix key; the used key part isn't a string, the used length is "
2208
2858
"longer than the key part, or the storage engine doesn't support unique "
2212
#: ../drizzled/error.cc:294
2862
#: drizzled/error.cc:214
2213
2863
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2216
#: ../drizzled/error.cc:295
2866
#: drizzled/error.cc:216
2218
2868
msgid "Can't DROP '%-.192s'; check that column/key exists"
2221
#: ../drizzled/error.cc:296
2871
#: drizzled/error.cc:218
2223
2873
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2226
#: ../drizzled/error.cc:297
2876
#: drizzled/error.cc:220
2228
2878
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2231
#. KILL session errors
2232
#: ../drizzled/error.cc:300
2234
msgid "Unknown session id: %lu"
2237
#: ../drizzled/error.cc:301
2239
msgid "You are not the owner of session %lu"
2242
#: ../drizzled/error.cc:302
2243
msgid "You cannot kill the session you are connected from."
2246
#: ../drizzled/error.cc:305
2881
#: drizzled/error.cc:222
2883
msgid "Unknown thread id: %lu"
2886
#: drizzled/error.cc:224
2888
msgid "You are not owner of thread %lu"
2891
#: drizzled/error.cc:226
2247
2892
msgid "No tables used"
2250
#: ../drizzled/error.cc:306
2895
#: drizzled/error.cc:228
2897
msgid "Too many strings for column %-.192s and SET"
2900
#: drizzled/error.cc:230
2902
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2905
#: drizzled/error.cc:232
2907
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2910
#: drizzled/error.cc:234
2912
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2915
#: drizzled/error.cc:236
2252
2917
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2255
#: ../drizzled/error.cc:307
2920
#: drizzled/error.cc:238
2257
msgid "Incorrect schema name '%-.100s'"
2922
msgid "Incorrect database name '%-.100s'"
2260
#: ../drizzled/error.cc:308
2925
#: drizzled/error.cc:240
2262
2927
msgid "Incorrect table name '%-.100s'"
2265
#: ../drizzled/error.cc:309
2930
#: drizzled/error.cc:242
2267
2932
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2268
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2933
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
2271
#: ../drizzled/error.cc:310
2936
#: drizzled/error.cc:244
2272
2937
msgid "Unknown error"
2275
#: ../drizzled/error.cc:311
2940
#: drizzled/error.cc:246
2277
2942
msgid "Unknown procedure '%-.192s'"
2280
#: ../drizzled/error.cc:312
2945
#: drizzled/error.cc:248
2282
2947
msgid "Incorrect parameter count to procedure '%-.192s'"
2285
#: ../drizzled/error.cc:313
2950
#: drizzled/error.cc:250
2952
msgid "Incorrect parameters to procedure '%-.192s'"
2955
#: drizzled/error.cc:252
2287
2957
msgid "Unknown table '%-.192s' in %-.32s"
2290
#: ../drizzled/error.cc:314
2960
#: drizzled/error.cc:254
2292
2962
msgid "Column '%-.192s' specified twice"
2295
#: ../drizzled/error.cc:315
2965
#: drizzled/error.cc:256
2296
2966
msgid "Invalid use of group function"
2299
#: ../drizzled/error.cc:316
2969
#: drizzled/error.cc:258
2302
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2972
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
2305
#: ../drizzled/error.cc:317
2975
#: drizzled/error.cc:260
2306
2976
msgid "A table must have at least 1 column"
2309
#: ../drizzled/error.cc:318
2979
#: drizzled/error.cc:262
2311
2981
msgid "The table '%-.192s' is full"
2314
#: ../drizzled/error.cc:319
2316
msgid "Too many tables; Drizzle can only use %d tables in a join"
2319
#: ../drizzled/error.cc:320
2984
#: drizzled/error.cc:264
2986
msgid "Unknown character set: '%-.64s'"
2989
#: drizzled/error.cc:266
2991
msgid "Too many tables; MySQL can only use %d tables in a join"
2994
#: drizzled/error.cc:268
2320
2995
msgid "Too many columns"
2323
#: ../drizzled/error.cc:321
2998
#: drizzled/error.cc:270
2326
3001
"Row size too large. The maximum row size for the used table type, not "
2327
3002
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2330
#: ../drizzled/error.cc:322
3005
#: drizzled/error.cc:272
3008
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
3009
"thread_stack=#' to specify a bigger stack if needed"
3012
#: drizzled/error.cc:274
2331
3013
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2334
#: ../drizzled/error.cc:323
3016
#: drizzled/error.cc:276
2337
3019
"Table handler doesn't support NULL in given index. Please change column "
2338
3020
"'%-.192s' to be NOT NULL or use another handler"
2341
#: ../drizzled/error.cc:324
2342
msgid "No paths allowed for plugin library"
2345
#: ../drizzled/error.cc:325
2347
msgid "Plugin '%-.192s' already exists"
2350
#: ../drizzled/error.cc:326
2352
msgid "Can't open shared library '%-.192s' (errno: %d %s)"
2355
#: ../drizzled/error.cc:327
2357
msgid "Can't find symbol '%-.128s' in library '%s'"
2360
#: ../drizzled/error.cc:328
3023
#: drizzled/error.cc:278
3025
msgid "Can't load function '%-.192s'"
3028
#: drizzled/error.cc:280
3030
msgid "Can't initialize function '%-.192s'; %-.80s"
3033
#: drizzled/error.cc:282
3034
msgid "No paths allowed for shared library"
3037
#: drizzled/error.cc:284
3039
msgid "Function '%-.192s' already exists"
3042
#: drizzled/error.cc:286
3044
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3047
#: drizzled/error.cc:288
3049
msgid "Can't find symbol '%-.128s' in library"
3052
#: drizzled/error.cc:290
3054
msgid "Function '%-.192s' is not defined"
3057
#: drizzled/error.cc:292
3060
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3061
"'mysqladmin flush-hosts'"
3064
#: drizzled/error.cc:294
3066
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3069
#: drizzled/error.cc:296
3071
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3072
"to change passwords"
3075
#: drizzled/error.cc:298
3077
"You must have privileges to update tables in the mysql database to be able "
3078
"to change passwords for others"
3081
#: drizzled/error.cc:300
3082
msgid "Can't find any matching row in the user table"
3085
#: drizzled/error.cc:302
2362
3087
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2365
#: ../drizzled/error.cc:329
3090
#: drizzled/error.cc:304
2368
3093
"Can't create a new thread (errno %d); if you are not out of available "
2369
3094
"memory, you can consult the manual for a possible OS-dependent bug"
2372
#: ../drizzled/error.cc:330
3097
#: drizzled/error.cc:306
2374
3099
msgid "Column count doesn't match value count at row %ld"
2377
#: ../drizzled/error.cc:331
3102
#: drizzled/error.cc:308
2379
3104
msgid "Can't reopen table: '%-.192s'"
2382
#: ../drizzled/error.cc:332
3107
#: drizzled/error.cc:310
3108
msgid "Invalid use of NULL value"
3111
#: drizzled/error.cc:312
3113
msgid "Got error '%-.64s' from regexp"
3116
#: drizzled/error.cc:314
2384
3118
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2385
3119
"illegal if there is no GROUP BY clause"
2388
#: ../drizzled/error.cc:333
3122
#: drizzled/error.cc:316
3124
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3127
#: drizzled/error.cc:318
3129
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3132
#: drizzled/error.cc:320
3135
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3139
#: drizzled/error.cc:322
3141
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3142
"privileges can be used"
3145
#: drizzled/error.cc:324
3146
msgid "The host or user argument to GRANT is too long"
3149
#: drizzled/error.cc:326
2390
3151
msgid "Table '%-.192s.%-.192s' doesn't exist"
2393
#: ../drizzled/error.cc:334
3154
#: drizzled/error.cc:328
3157
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3161
#: drizzled/error.cc:330
3162
msgid "The used command is not allowed with this MySQL version"
3165
#: drizzled/error.cc:332
2395
3167
"You have an error in your SQL syntax; check the manual that corresponds to "
2396
"your Drizzle server version for the right syntax to use"
2399
#: ../drizzled/error.cc:335
3168
"your MySQL server version for the right syntax to use"
3171
#: drizzled/error.cc:334
3173
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3176
#: drizzled/error.cc:336
3177
msgid "Too many delayed threads in use"
3180
#: drizzled/error.cc:338
3182
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3185
#: drizzled/error.cc:340
2400
3186
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2403
#: ../drizzled/error.cc:336
3189
#: drizzled/error.cc:342
3190
msgid "Got a read error from the connection pipe"
3193
#: drizzled/error.cc:344
3194
msgid "Got an error from fcntl()"
3197
#: drizzled/error.cc:346
2404
3198
msgid "Got packets out of order"
2407
#: ../drizzled/error.cc:337
3201
#: drizzled/error.cc:358
3202
msgid "Result string is longer than 'max_allowed_packet' bytes"
3205
#: drizzled/error.cc:360
2408
3206
msgid "The used table type doesn't support BLOB/TEXT columns"
2411
#: ../drizzled/error.cc:338
3209
#: drizzled/error.cc:362
2412
3210
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2415
#: ../drizzled/error.cc:339
3213
#: drizzled/error.cc:364
3216
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3220
#: drizzled/error.cc:366
2417
3222
msgid "Incorrect column name '%-.100s'"
2420
#: ../drizzled/error.cc:340
3225
#: drizzled/error.cc:368
2422
3227
msgid "The used storage engine can't index column '%-.192s'"
2425
#: ../drizzled/error.cc:341
3230
#: drizzled/error.cc:370
2427
3232
"Unable to open underlying table which is differently defined or of non-"
2428
3233
"MyISAM type or doesn't exist"
2431
#: ../drizzled/error.cc:342
3236
#: drizzled/error.cc:372
2433
3238
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2436
#: ../drizzled/error.cc:343
3241
#: drizzled/error.cc:374
2439
3244
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2442
#: ../drizzled/error.cc:344
3247
#: drizzled/error.cc:376
2444
3249
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2445
3250
"UNIQUE instead"
2448
#: ../drizzled/error.cc:345
3253
#: drizzled/error.cc:378
2449
3254
msgid "Result consisted of more than one row"
2452
#: ../drizzled/error.cc:346
3257
#: drizzled/error.cc:380
2453
3258
msgid "This table type requires a primary key"
2456
#: ../drizzled/error.cc:347
3261
#: drizzled/error.cc:382
3262
msgid "This version of MySQL is not compiled with RAID support"
3265
#: drizzled/error.cc:384
3267
"You are using safe update mode and you tried to update a table without a "
3268
"WHERE that uses a KEY column"
3271
#: drizzled/error.cc:386
2458
3273
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2461
#: ../drizzled/error.cc:348
3276
#: drizzled/error.cc:388
2462
3277
msgid "Can't open table"
2465
#: ../drizzled/error.cc:349
3280
#: drizzled/error.cc:390
2467
3282
msgid "The storage engine for the table doesn't support %s"
2470
#: ../drizzled/error.cc:350
3285
#: drizzled/error.cc:392
3286
msgid "You are not allowed to execute this command in a transaction"
3289
#: drizzled/error.cc:394
2472
3291
msgid "Got error %d during COMMIT"
2475
#: ../drizzled/error.cc:351
3294
#: drizzled/error.cc:396
2477
3296
msgid "Got error %d during ROLLBACK"
2480
#. This is a very incorrect place to use the PRIi64 macro as the
2481
#. program that looks over the source for the N_() macros does not
2482
#. (obviously) do macro expansion, so the string is entirely wrong for
2483
#. what it is trying to output for every language except english.
2484
#: ../drizzled/error.cc:356
3299
#: drizzled/error.cc:398
3301
msgid "Got error %d during FLUSH_LOGS"
3304
#: drizzled/error.cc:400
3306
msgid "Got error %d during CHECKPOINT"
3309
#: drizzled/error.cc:402
2487
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
3312
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
2488
3313
"'%-.64s' (%-.64s)"
2491
#: ../drizzled/error.cc:357
3316
#: drizzled/error.cc:404
3317
msgid "The storage engine for the table does not support binary table dump"
3320
#: drizzled/error.cc:406
3321
msgid "Binlog closed, cannot RESET MASTER"
3324
#: drizzled/error.cc:408
3326
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3329
#: drizzled/error.cc:410
3331
msgid "Error from master: '%-.64s'"
3334
#: drizzled/error.cc:412
3335
msgid "Net error reading from master"
3338
#: drizzled/error.cc:414
3339
msgid "Net error writing to master"
3342
#: drizzled/error.cc:416
3343
msgid "Can't find FULLTEXT index matching the column list"
3346
#: drizzled/error.cc:418
2493
3348
"Can't execute the given command because you have active locked tables or an "
2494
3349
"active transaction"
2497
#: ../drizzled/error.cc:358
3352
#: drizzled/error.cc:420
2499
3354
msgid "Unknown system variable '%-.64s'"
2502
#: ../drizzled/error.cc:359
3357
#: drizzled/error.cc:422
2504
3359
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2507
#: ../drizzled/error.cc:360
3362
#: drizzled/error.cc:424
2510
3365
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2513
#: ../drizzled/error.cc:361
3368
#: drizzled/error.cc:426
2514
3369
msgid "Some non-transactional changed tables couldn't be rolled back"
2517
#: ../drizzled/error.cc:362
3372
#: drizzled/error.cc:428
3374
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3375
"of storage; increase this mysqld variable and try again"
3378
#: drizzled/error.cc:430
3380
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3383
#: drizzled/error.cc:432
3385
"This operation requires a running slave; configure slave and do START SLAVE"
3388
#: drizzled/error.cc:434
3389
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3392
#: drizzled/error.cc:436
3394
"Could not initialize master info structure; more error messages can be found "
3395
"in the MySQL error log"
3398
#: drizzled/error.cc:438
3399
msgid "Could not create slave thread; check system resources"
3402
#: drizzled/error.cc:440
3405
"User %-.64s already has more than 'max_user_connections' active connections"
3408
#: drizzled/error.cc:442
2518
3409
msgid "You may only use constant expressions with SET"
2521
#: ../drizzled/error.cc:363
3412
#: drizzled/error.cc:444
2522
3413
msgid "Lock wait timeout exceeded; try restarting transaction"
2525
#: ../drizzled/error.cc:364
3416
#: drizzled/error.cc:446
2526
3417
msgid "The total number of locks exceeds the lock table size"
2529
#: ../drizzled/error.cc:365
3420
#: drizzled/error.cc:448
2530
3421
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2533
#: ../drizzled/error.cc:366
3424
#: drizzled/error.cc:450
2534
3425
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2537
#: ../drizzled/error.cc:367
3428
#: drizzled/error.cc:452
3429
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3432
#: drizzled/error.cc:454
2539
3434
msgid "Incorrect arguments to %s"
2542
#: ../drizzled/error.cc:368
3437
#: drizzled/error.cc:456
3439
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3442
#: drizzled/error.cc:458
3444
"Incorrect table definition; all MERGE tables must be in the same database"
3447
#: drizzled/error.cc:460
2543
3448
msgid "Deadlock found when trying to get lock; try restarting transaction"
2546
#: ../drizzled/error.cc:369
3451
#: drizzled/error.cc:462
2547
3452
msgid "The used table type doesn't support FULLTEXT indexes"
2550
#: ../drizzled/error.cc:370
3455
#: drizzled/error.cc:464
2551
3456
msgid "Cannot add foreign key constraint"
2554
#: ../drizzled/error.cc:371
3459
#: drizzled/error.cc:466
2555
3460
msgid "Cannot add or update a child row: a foreign key constraint fails"
2558
#: ../drizzled/error.cc:372
3463
#: drizzled/error.cc:468
2559
3464
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2562
#: ../drizzled/error.cc:373
3467
#: drizzled/error.cc:470
3469
msgid "Error connecting to master: %-.128s"
3472
#: drizzled/error.cc:472
3474
msgid "Error running query on master: %-.128s"
3477
#: drizzled/error.cc:474
3479
msgid "Error when executing command %s: %-.128s"
3482
#: drizzled/error.cc:476
2564
3484
msgid "Incorrect usage of %s and %s"
2567
#: ../drizzled/error.cc:374
3487
#: drizzled/error.cc:478
2568
3488
msgid "The used SELECT statements have a different number of columns"
2571
#: ../drizzled/error.cc:375
3491
#: drizzled/error.cc:480
2572
3492
msgid "Can't execute the query because you have a conflicting read lock"
2575
#: ../drizzled/error.cc:376
3495
#: drizzled/error.cc:482
3496
msgid "Mixing of transactional and non-transactional tables is disabled"
3499
#: drizzled/error.cc:484
3501
msgid "Option '%s' used twice in statement"
3504
#: drizzled/error.cc:486
3506
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3509
#: drizzled/error.cc:488
3511
msgid "Access denied; you need the %-.128s privilege for this operation"
3514
#: drizzled/error.cc:490
2578
3517
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2581
#: ../drizzled/error.cc:377
3520
#: drizzled/error.cc:492
2584
3523
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2587
#: ../drizzled/error.cc:378
3526
#: drizzled/error.cc:494
2589
3528
msgid "Variable '%-.64s' doesn't have a default value"
2592
#: ../drizzled/error.cc:379
3531
#: drizzled/error.cc:496
2594
3533
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2597
#: ../drizzled/error.cc:380
3536
#: drizzled/error.cc:498
2599
3538
msgid "Incorrect argument type to variable '%-.64s'"
2602
#: ../drizzled/error.cc:381
3541
#: drizzled/error.cc:500
2604
3543
msgid "Variable '%-.64s' can only be set, not read"
2607
#: ../drizzled/error.cc:382
3546
#: drizzled/error.cc:502
2609
3548
msgid "Incorrect usage/placement of '%s'"
2612
#: ../drizzled/error.cc:383
2614
msgid "This version of Drizzle doesn't yet support '%s'"
2617
#: ../drizzled/error.cc:384
3551
#: drizzled/error.cc:504
3553
msgid "This version of MySQL doesn't yet support '%s'"
3556
#: drizzled/error.cc:506
3559
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3562
#: drizzled/error.cc:508
3563
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3566
#: drizzled/error.cc:510
2619
3568
msgid "Variable '%-.192s' is a %s variable"
2622
#: ../drizzled/error.cc:385
3571
#: drizzled/error.cc:512
2624
3573
msgid "Incorrect foreign key definition for '%-.192s': %s"
2627
#: ../drizzled/error.cc:386
3576
#: drizzled/error.cc:514
2628
3577
msgid "Key reference and table reference don't match"
2631
#: ../drizzled/error.cc:387
3580
#: drizzled/error.cc:516
2633
3582
msgid "Operand should contain %d column(s)"
2636
#: ../drizzled/error.cc:388
3585
#: drizzled/error.cc:518
2637
3586
msgid "Subquery returns more than 1 row"
2640
#: ../drizzled/error.cc:389
3589
#: drizzled/error.cc:520
3591
msgid "Unknown prepared statement handler (%.*s) given to %s"
3594
#: drizzled/error.cc:522
3595
msgid "Help database is corrupt or does not exist"
3598
#: drizzled/error.cc:524
3599
msgid "Cyclic reference on subqueries"
3602
#: drizzled/error.cc:526
2642
3604
msgid "Converting column '%s' from %s to %s"
2645
#: ../drizzled/error.cc:390
3607
#: drizzled/error.cc:528
2647
3609
msgid "Reference '%-.64s' not supported (%s)"
2650
#: ../drizzled/error.cc:391
3612
#: drizzled/error.cc:530
2651
3613
msgid "Every derived table must have its own alias"
2654
#: ../drizzled/error.cc:392
3616
#: drizzled/error.cc:532
2656
3618
msgid "Select %u was reduced during optimization"
2659
#: ../drizzled/error.cc:393
3621
#: drizzled/error.cc:534
2661
3623
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2664
#: ../drizzled/error.cc:394
3626
#: drizzled/error.cc:536
3628
"Client does not support authentication protocol requested by server; "
3629
"consider upgrading MySQL client"
3632
#: drizzled/error.cc:538
2665
3633
msgid "All parts of a SPATIAL index must be NOT NULL"
2668
#: ../drizzled/error.cc:395
3636
#: drizzled/error.cc:540
2670
3638
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2673
#: ../drizzled/error.cc:396
3641
#: drizzled/error.cc:542
3642
msgid "Slave is already running"
3645
#: drizzled/error.cc:544
3646
msgid "Slave already has been stopped"
3649
#: drizzled/error.cc:546
2676
"Uncompressed data size too large; the maximum size is %d (based on "
2677
"max_allowed_packet). The length of uncompressed data may also be corrupted."
3652
"Uncompressed data size too large; the maximum size is %d (probably, length "
3653
"of uncompressed data was corrupted)"
2680
#: ../drizzled/error.cc:397
3656
#: drizzled/error.cc:548
2681
3657
msgid "ZLIB: Not enough memory"
2684
#: ../drizzled/error.cc:398
3660
#: drizzled/error.cc:550
2686
3662
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2687
3663
"data was corrupted)"
2690
#: ../drizzled/error.cc:399
3666
#: drizzled/error.cc:552
2691
3667
msgid "ZLIB: Input data corrupted"
2694
#: ../drizzled/error.cc:400
3670
#: drizzled/error.cc:554
2696
3672
msgid "%d line(s) were cut by GROUP_CONCAT()"
2699
#: ../drizzled/error.cc:401
3675
#: drizzled/error.cc:556
2701
3677
msgid "Row %ld doesn't contain data for all columns"
2704
#: ../drizzled/error.cc:402
3680
#: drizzled/error.cc:558
2707
3683
"Row %ld was truncated; it contained more data than there were input columns"
2710
#: ../drizzled/error.cc:403
3686
#: drizzled/error.cc:560
2713
3689
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2716
#: ../drizzled/error.cc:404
3692
#: drizzled/error.cc:562
2718
3694
msgid "Out of range value for column '%s' at row %ld"
2721
#: ../drizzled/error.cc:405
3697
#: drizzled/error.cc:564
2723
3699
msgid "Data truncated for column '%s' at row %ld"
2726
#: ../drizzled/error.cc:406
3702
#: drizzled/error.cc:566
3704
msgid "Using storage engine %s for table '%s'"
3707
#: drizzled/error.cc:568
2728
3709
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2731
#: ../drizzled/error.cc:407
3712
#: drizzled/error.cc:570
3713
msgid "Cannot drop one or more of the requested users"
3716
#: drizzled/error.cc:572
3717
msgid "Can't revoke all privileges for one or more of the requested users"
3720
#: drizzled/error.cc:574
2733
3722
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2736
#: ../drizzled/error.cc:408
3725
#: drizzled/error.cc:576
2738
3727
msgid "Illegal mix of collations for operation '%s'"
2741
#: ../drizzled/error.cc:409
3730
#: drizzled/error.cc:578
2744
3733
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2745
3734
"variable_name)"
2748
#: ../drizzled/error.cc:410
3737
#: drizzled/error.cc:580
2750
3739
msgid "Unknown collation: '%-.64s'"
2753
#: ../drizzled/error.cc:411
3742
#: drizzled/error.cc:582
3744
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
3745
"compiled without SSL support; they can be used later if MySQL slave with SSL "
3749
#: drizzled/error.cc:584
3752
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3753
"old format; please change the password to the new format"
3756
#: drizzled/error.cc:586
2756
3759
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2760
#: ../drizzled/error.cc:412
3763
#: drizzled/error.cc:588
3764
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3767
#: drizzled/error.cc:590
3769
"It is recommended to use --skip-slave-start when doing step-by-step "
3770
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3771
"get an unexpected slave's mysqld restart"
3774
#: drizzled/error.cc:592
3775
msgid "SQL thread is not to be started so UNTIL options are ignored"
3778
#: drizzled/error.cc:594
2762
3780
msgid "Incorrect index name '%-.100s'"
2765
#: ../drizzled/error.cc:413
3783
#: drizzled/error.cc:596
2767
3785
msgid "Incorrect catalog name '%-.100s'"
2770
#: ../drizzled/error.cc:414
3788
#: drizzled/error.cc:598
3790
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3793
#: drizzled/error.cc:600
2772
3795
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2775
#: ../drizzled/error.cc:415
3798
#: drizzled/error.cc:602
3800
msgid "Unknown key cache '%-.100s'"
3803
#: drizzled/error.cc:604
3805
"MySQL is started in --skip-name-resolve mode; you must restart it without "
3806
"this switch for this grant to work"
3809
#: drizzled/error.cc:606
2777
3811
msgid "Unknown table engine '%s'"
2780
#: ../drizzled/error.cc:416
3814
#: drizzled/error.cc:608
3816
msgid "'%s' is deprecated; use '%s' instead"
3819
#: drizzled/error.cc:610
2782
3821
msgid "The target table %-.100s of the %s is not updatable"
2785
#: ../drizzled/error.cc:417
3824
#: drizzled/error.cc:612
2788
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3827
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
2792
#: ../drizzled/error.cc:418
3831
#: drizzled/error.cc:614
2795
"The Drizzle server is running with the %s option so it cannot execute this "
3834
"The MySQL server is running with the %s option so it cannot execute this "
2799
#: ../drizzled/error.cc:419
3838
#: drizzled/error.cc:616
2801
3840
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2804
#: ../drizzled/error.cc:420
3843
#: drizzled/error.cc:618
2806
3845
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2809
#: ../drizzled/error.cc:421
3848
#: drizzled/error.cc:620
2811
3850
"Incorrect table definition; there can be only one TIMESTAMP column with "
2812
3851
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2815
#: ../drizzled/error.cc:422
3854
#: drizzled/error.cc:622
2817
3856
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2820
#: ../drizzled/error.cc:423
3859
#: drizzled/error.cc:624
3860
msgid "This command is not supported in the prepared statement protocol yet"
3863
#: drizzled/error.cc:626
2822
3865
msgid "Got error %d '%-.100s' from %s"
2825
#: ../drizzled/error.cc:424
3868
#: drizzled/error.cc:628
2827
3870
msgid "Got temporary error %d '%-.100s' from %s"
2830
#: ../drizzled/error.cc:425
3873
#: drizzled/error.cc:630
2832
3875
msgid "Unknown or incorrect time zone: '%-.64s'"
2835
#: ../drizzled/error.cc:426
3878
#: drizzled/error.cc:632
3880
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3883
#: drizzled/error.cc:634
2837
3885
msgid "Invalid %s character string: '%.64s'"
2840
#: ../drizzled/error.cc:427
3888
#: drizzled/error.cc:636
2842
3890
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2845
#: ../drizzled/error.cc:428
3893
#: drizzled/error.cc:638
3895
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3898
#: drizzled/error.cc:640
3900
msgid "Can't create a %s from within another stored routine"
3903
#: drizzled/error.cc:642
3905
msgid "%s %s already exists"
3908
#: drizzled/error.cc:644
2847
3910
msgid "%s %s does not exist"
2850
#: ../drizzled/error.cc:429
3913
#: drizzled/error.cc:646
3915
msgid "Failed to DROP %s %s"
3918
#: drizzled/error.cc:648
3920
msgid "Failed to CREATE %s %s"
3923
#: drizzled/error.cc:650
3925
msgid "%s with no matching label: %s"
3928
#: drizzled/error.cc:652
3930
msgid "Redefining label %s"
3933
#: drizzled/error.cc:654
3935
msgid "End-label %s without match"
3938
#: drizzled/error.cc:656
3940
msgid "Referring to uninitialized variable %s"
3943
#: drizzled/error.cc:658
3945
msgid "PROCEDURE %s can't return a result set in the given context"
3948
#: drizzled/error.cc:660
3949
msgid "RETURN is only allowed in a FUNCTION"
3952
#: drizzled/error.cc:662
3954
msgid "%s is not allowed in stored procedures"
3957
#: drizzled/error.cc:664
3959
"The update log is deprecated and replaced by the binary log; SET "
3960
"SQL_LOG_UPDATE has been ignored"
3963
#: drizzled/error.cc:666
3965
"The update log is deprecated and replaced by the binary log; SET "
3966
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3969
#: drizzled/error.cc:668
2851
3970
msgid "Query execution was interrupted"
2854
#: ../drizzled/error.cc:430
3973
#: drizzled/error.cc:670
3975
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3978
#: drizzled/error.cc:672
3980
msgid "Undefined CONDITION: %s"
3983
#: drizzled/error.cc:674
3985
msgid "No RETURN found in FUNCTION %s"
3988
#: drizzled/error.cc:676
3990
msgid "FUNCTION %s ended without RETURN"
3993
#: drizzled/error.cc:678
3994
msgid "Cursor statement must be a SELECT"
3997
#: drizzled/error.cc:680
3998
msgid "Cursor SELECT must not have INTO"
4001
#: drizzled/error.cc:682
4003
msgid "Undefined CURSOR: %s"
4006
#: drizzled/error.cc:684
4007
msgid "Cursor is already open"
4010
#: drizzled/error.cc:686
4011
msgid "Cursor is not open"
4014
#: drizzled/error.cc:688
4016
msgid "Undeclared variable: %s"
4019
#: drizzled/error.cc:690
4020
msgid "Incorrect number of FETCH variables"
4023
#: drizzled/error.cc:692
4024
msgid "No data - zero rows fetched, selected, or processed"
4027
#: drizzled/error.cc:694
4029
msgid "Duplicate parameter: %s"
4032
#: drizzled/error.cc:696
4034
msgid "Duplicate variable: %s"
4037
#: drizzled/error.cc:698
4039
msgid "Duplicate condition: %s"
4042
#: drizzled/error.cc:700
4044
msgid "Duplicate cursor: %s"
4047
#: drizzled/error.cc:702
4049
msgid "Failed to ALTER %s %s"
4052
#: drizzled/error.cc:704
4053
msgid "Subquery value not supported"
4056
#: drizzled/error.cc:706
4058
msgid "%s is not allowed in stored function or trigger"
4061
#: drizzled/error.cc:708
4062
msgid "Variable or condition declaration after cursor or handler declaration"
4065
#: drizzled/error.cc:710
4066
msgid "Cursor declaration after handler declaration"
4069
#: drizzled/error.cc:712
4070
msgid "Case not found for CASE statement"
4073
#: drizzled/error.cc:714
4075
msgid "Configuration file '%-.192s' is too big"
4078
#: drizzled/error.cc:716
4080
msgid "Malformed file type header in file '%-.192s'"
4083
#: drizzled/error.cc:718
4085
msgid "Unexpected end of file while parsing comment '%-.200s'"
4088
#: drizzled/error.cc:720
4090
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4093
#: drizzled/error.cc:722
4095
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4098
#: drizzled/error.cc:724
4099
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4102
#: drizzled/error.cc:726
4104
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4107
#: drizzled/error.cc:728
4109
msgid "'%-.192s.%-.192s' is not %s"
4112
#: drizzled/error.cc:730
4114
msgid "Column '%-.192s' is not updatable"
4117
#: drizzled/error.cc:732
4118
msgid "View's SELECT contains a subquery in the FROM clause"
4121
#: drizzled/error.cc:734
4123
msgid "View's SELECT contains a '%s' clause"
4126
#: drizzled/error.cc:736
4127
msgid "View's SELECT contains a variable or parameter"
4130
#: drizzled/error.cc:738
4132
msgid "View's SELECT refers to a temporary table '%-.192s'"
4135
#: drizzled/error.cc:740
4136
msgid "View's SELECT and view's field list have different column counts"
4139
#: drizzled/error.cc:742
4141
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4144
#: drizzled/error.cc:744
4145
msgid "View being updated does not have complete key of underlying table in it"
4148
#: drizzled/error.cc:746
2857
4151
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2858
4152
"(s) or definer/invoker of view lack rights to use them"
2861
#: ../drizzled/error.cc:431
4155
#: drizzled/error.cc:748
4157
msgid "Can't drop or alter a %s from within another stored routine"
4160
#: drizzled/error.cc:750
4161
msgid "GOTO is not allowed in a stored procedure handler"
4164
#: drizzled/error.cc:752
4165
msgid "Trigger already exists"
4168
#: drizzled/error.cc:754
4169
msgid "Trigger does not exist"
4172
#: drizzled/error.cc:756
4174
msgid "Trigger's '%-.192s' is view or temporary table"
4177
#: drizzled/error.cc:758
4179
msgid "Updating of %s row is not allowed in %strigger"
4182
#: drizzled/error.cc:760
4184
msgid "There is no %s row in %s trigger"
4187
#: drizzled/error.cc:762
2863
4189
msgid "Field '%-.192s' doesn't have a default value"
2866
#: ../drizzled/error.cc:432
4192
#: drizzled/error.cc:764
2867
4193
msgid "Division by 0"
2870
#: ../drizzled/error.cc:433
4196
#: drizzled/error.cc:766
2872
4198
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2875
#: ../drizzled/error.cc:434
4201
#: drizzled/error.cc:768
2877
4203
msgid "Illegal %s '%-.192s' value found during parsing"
2880
#: ../drizzled/error.cc:435
4206
#: drizzled/error.cc:770
4208
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4211
#: drizzled/error.cc:772
4213
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4216
#: drizzled/error.cc:774
4218
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4221
#: drizzled/error.cc:776
4223
msgid "Failed purging old relay logs: %s"
4226
#: drizzled/error.cc:778
4228
msgid "Password hash should be a %d-digit hexadecimal number"
4231
#: drizzled/error.cc:780
4232
msgid "Target log not found in binlog index"
4235
#: drizzled/error.cc:782
4236
msgid "I/O error reading log index file"
4239
#: drizzled/error.cc:784
4240
msgid "Server configuration does not permit binlog purge"
4243
#: drizzled/error.cc:786
4244
msgid "Failed on fseek()"
4247
#: drizzled/error.cc:788
4248
msgid "Fatal error during log purge"
4251
#: drizzled/error.cc:790
4252
msgid "A purgeable log is in use, will not purge"
4255
#: drizzled/error.cc:792
4256
msgid "Unknown error during log purge"
4259
#: drizzled/error.cc:794
4261
msgid "Failed initializing relay log position: %s"
4264
#: drizzled/error.cc:796
4265
msgid "You are not using binary logging"
4268
#: drizzled/error.cc:798
4271
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4274
#: drizzled/error.cc:800
4275
msgid "WSAStartup Failed"
4278
#: drizzled/error.cc:802
4279
msgid "Can't handle procedures with different groups yet"
4282
#: drizzled/error.cc:804
4283
msgid "Select must have a group with this procedure"
4286
#: drizzled/error.cc:806
4287
msgid "Can't use ORDER clause with this procedure"
4290
#: drizzled/error.cc:808
4292
msgid "Binary logging and replication forbid changing the global server %s"
4295
#: drizzled/error.cc:810
4297
msgid "Can't map file: %-.200s, errno: %d"
4300
#: drizzled/error.cc:812
4302
msgid "Wrong magic in %-.64s"
4305
#: drizzled/error.cc:814
4306
msgid "Prepared statement contains too many placeholders"
4309
#: drizzled/error.cc:816
2882
4311
msgid "Key part '%-.192s' length cannot be 0"
2885
#: ../drizzled/error.cc:436
4314
#: drizzled/error.cc:818
4315
msgid "View text checksum failed"
4318
#: drizzled/error.cc:820
4321
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4324
#: drizzled/error.cc:822
4326
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4329
#: drizzled/error.cc:824
4331
msgid "Can not delete from join view '%-.192s.%-.192s'"
4334
#: drizzled/error.cc:826
4336
msgid "Operation %s failed for %.256s"
4339
#: drizzled/error.cc:828
4340
msgid "XAER_NOTA: Unknown XID"
4343
#: drizzled/error.cc:830
4344
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4347
#: drizzled/error.cc:832
2888
4350
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2889
4351
"the %.64s state"
2892
#: ../drizzled/error.cc:437
4354
#: drizzled/error.cc:834
4355
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4358
#: drizzled/error.cc:836
4360
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4364
#: drizzled/error.cc:838
4365
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4368
#: drizzled/error.cc:840
4371
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4375
#: drizzled/error.cc:842
4376
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4379
#: drizzled/error.cc:844
4380
msgid "Failed to revoke all privileges to dropped routine"
4383
#: drizzled/error.cc:846
2894
4385
msgid "Data too long for column '%s' at row %ld"
2897
#: ../drizzled/error.cc:438
4388
#: drizzled/error.cc:848
4390
msgid "Bad SQLSTATE: '%s'"
4393
#: drizzled/error.cc:850
2900
4396
"%s: ready for connections.\n"
2901
"Version: '%s' %s\n"
4397
"Version: '%s' socket: '%s' port: %d %s"
2904
#: ../drizzled/error.cc:439
4400
#: drizzled/error.cc:852
2905
4401
msgid "Can't load value from file with fixed size rows to variable"
2908
#: ../drizzled/error.cc:440
4404
#: drizzled/error.cc:854
4405
msgid "You are not allowed to create a user with GRANT"
4408
#: drizzled/error.cc:856
2910
4410
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2913
#: ../drizzled/error.cc:441
4413
#: drizzled/error.cc:858
2914
4414
msgid "Table definition has changed, please retry transaction"
2917
#: ../drizzled/error.cc:442
4417
#: drizzled/error.cc:860
4418
msgid "Duplicate handler declared in the same block"
4421
#: drizzled/error.cc:862
4424
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4425
"variable in BEFORE trigger"
4428
#: drizzled/error.cc:864
2919
4430
msgid "Not allowed to return a result set from a %s"
2922
#: ../drizzled/error.cc:443
4433
#: drizzled/error.cc:866
2923
4434
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2926
#: ../drizzled/error.cc:444
4437
#: drizzled/error.cc:868
4439
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4440
"declaration and binary logging is enabled; if non-transactional tables were "
4441
"updated, the binary log will miss their changes"
4444
#: drizzled/error.cc:870
4446
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4447
"declaration and binary logging is enabled (you *might* want to use the less "
4448
"safe log_bin_trust_function_creators variable)"
4451
#: drizzled/error.cc:872
4453
"You do not have the SUPER privilege and binary logging is enabled (you "
4454
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4457
#: drizzled/error.cc:874
4459
"You can't execute a prepared statement which has an open cursor associated "
4460
"with it. Reset the statement to re-execute it."
4463
#: drizzled/error.cc:876
4465
msgid "The statement (%lu) has no open cursor."
4468
#: drizzled/error.cc:878
2928
4470
"Explicit or implicit commit is not allowed in stored function or trigger."
2931
#: ../drizzled/error.cc:445
4473
#: drizzled/error.cc:880
4476
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4479
#: drizzled/error.cc:882
4480
msgid "Recursive stored functions and triggers are not allowed."
4483
#: drizzled/error.cc:884
2933
4485
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2936
#: ../drizzled/error.cc:446
4488
#: drizzled/error.cc:886
2938
4490
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2941
#: ../drizzled/error.cc:447
4493
#: drizzled/error.cc:888
2944
4496
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2948
#: ../drizzled/error.cc:448
4500
#: drizzled/error.cc:890
4502
"You can't combine write-locking of system tables with other tables or lock "
4506
#: drizzled/error.cc:892
4508
msgid "Unable to connect to foreign data source: %.64s"
4511
#: drizzled/error.cc:894
4514
"There was a problem processing the query on the foreign data source. Data "
4515
"source error: %-.64s"
4518
#: drizzled/error.cc:896
4521
"The foreign data source you are trying to reference does not exist. Data "
4522
"source error: %-.64s"
4525
#: drizzled/error.cc:898
4528
"Can't create federated table. The data source connection string '%-.64s' is "
4529
"not in the correct format"
4532
#: drizzled/error.cc:900
4534
msgid "The data source connection string '%-.64s' is not in the correct format"
4537
#: drizzled/error.cc:902
4539
msgid "Can't create federated table. Foreign data src error: %-.64s"
4542
#: drizzled/error.cc:904
2949
4543
msgid "Trigger in wrong schema"
2952
#: ../drizzled/error.cc:449
4546
#: drizzled/error.cc:906
2955
4549
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2956
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2959
#: ../drizzled/error.cc:450
4550
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
4553
#: drizzled/error.cc:908
4555
msgid "Routine body for '%-.100s' is too long"
4558
#: drizzled/error.cc:910
4559
msgid "Cannot drop default keycache"
4562
#: drizzled/error.cc:912
2961
4564
msgid "Display width out of range for column '%-.192s' (max = %d)"
2964
#: ../drizzled/error.cc:451
4567
#: drizzled/error.cc:914
4568
msgid "XAER_DUPID: The XID already exists"
4571
#: drizzled/error.cc:916
2966
4573
msgid "Datetime function: %-.32s field overflow"
2969
#: ../drizzled/error.cc:452
4576
#: drizzled/error.cc:918
4579
"Can't update table '%-.192s' in stored function/trigger because it is "
4580
"already used by statement which invoked this stored function/trigger."
4583
#: drizzled/error.cc:920
4586
"The definition of table '%-.192s' prevents operation %.192s on table "
4590
#: drizzled/error.cc:922
4592
"The prepared statement contains a stored routine call that refers to that "
4593
"same statement. It's not allowed to execute a prepared statement in such a "
4597
#: drizzled/error.cc:924
4598
msgid "Not allowed to set autocommit from a stored function or trigger"
4601
#: drizzled/error.cc:926
4602
msgid "Definer is not fully qualified"
4605
#: drizzled/error.cc:928
4608
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4609
"Current user is used as definer. Please recreate the view!"
4612
#: drizzled/error.cc:930
4615
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4619
#: drizzled/error.cc:932
4621
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4624
#: drizzled/error.cc:934
4626
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4629
#: drizzled/error.cc:936
2972
4632
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2975
#: ../drizzled/error.cc:453
4635
#: drizzled/error.cc:938
2978
4638
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2981
#: ../drizzled/error.cc:454
2982
msgid "No data - zero rows fetched, selected, or processed"
2985
#: ../drizzled/error.cc:455
4641
#: drizzled/error.cc:940
4643
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4646
#: drizzled/error.cc:942
4649
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4650
"activated under the authorization of the invoker, which may have "
4651
"insufficient privileges. Please recreate the trigger."
4654
#: drizzled/error.cc:944
4656
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4659
#: drizzled/error.cc:946
4662
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4663
"exceeded for routine %.192s"
4666
#: drizzled/error.cc:948
4669
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
4670
"contains bad data (internal code %d)"
4673
#: drizzled/error.cc:950
4675
msgid "Incorrect routine name '%-.192s'"
4678
#: drizzled/error.cc:952
2987
4680
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2990
#: ../drizzled/error.cc:456
4683
#: drizzled/error.cc:954
4684
msgid "AGGREGATE is not supported for stored functions"
4687
#: drizzled/error.cc:956
4690
"Can't create more than max_prepared_stmt_count statements (current value: %"
4694
#: drizzled/error.cc:958
4696
msgid "`%-.192s`.`%-.192s` contains view recursion"
4699
#: drizzled/error.cc:960
2992
4701
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2995
#: ../drizzled/error.cc:457
4704
#: drizzled/error.cc:962
2996
4705
msgid "The used table type doesn't support SPATIAL indexes"
2999
#: ../drizzled/error.cc:458
4708
#: drizzled/error.cc:964
4709
msgid "Triggers can not be created on system tables"
4712
#: drizzled/error.cc:966
3001
4714
msgid "Leading spaces are removed from name '%s'"
3004
#: ../drizzled/error.cc:459
4717
#: drizzled/error.cc:968
3005
4718
msgid "Failed to read auto-increment value from storage engine"
3008
#: ../drizzled/error.cc:460
4721
#: drizzled/error.cc:970
4725
#: drizzled/error.cc:972
4729
#: drizzled/error.cc:974
3010
4731
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3013
#: ../drizzled/error.cc:461
4734
#: drizzled/error.cc:976
4736
msgid "The target table %-.100s of the %s is not insertable-into"
4739
#: drizzled/error.cc:978
4742
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4745
#: drizzled/error.cc:980
3014
4746
msgid "Too high level of nesting for select"
3017
#: ../drizzled/error.cc:462
4749
#: drizzled/error.cc:982
3019
4751
msgid "Name '%-.64s' has become ''"
3022
#: ../drizzled/error.cc:463
4754
#: drizzled/error.cc:984
3024
4756
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3025
4757
"optional and non-empty FIELDS ENCLOSED BY"
3028
#: ../drizzled/error.cc:464
4760
#: drizzled/error.cc:986
4762
msgid "The foreign server, %s, you are trying to create already exists."
4765
#: drizzled/error.cc:988
4768
"The foreign server name you are trying to reference does not exist. Data "
4769
"source error: %-.64s"
4772
#: drizzled/error.cc:990
3031
4775
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3034
#: ../drizzled/error.cc:465
3036
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3039
#: ../drizzled/error.cc:466
4778
#: drizzled/error.cc:992
4781
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4785
#: drizzled/error.cc:994
4787
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4790
#: drizzled/error.cc:996
4791
msgid "MAXVALUE can only be used in last partition definition"
4794
#: drizzled/error.cc:998
4795
msgid "Subpartitions can only be hash partitions and by key"
4798
#: drizzled/error.cc:1000
4799
msgid "Must define subpartitions on all partitions if on one partition"
4802
#: drizzled/error.cc:1002
4803
msgid "Wrong number of partitions defined, mismatch with previous setting"
4806
#: drizzled/error.cc:1004
4807
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4810
#: drizzled/error.cc:1006
4811
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4814
#: drizzled/error.cc:1008
4815
msgid "Expression in RANGE/LIST VALUES must be constant"
4818
#: drizzled/error.cc:1010
4819
msgid "Field in list of fields for partition function not found in table"
4822
#: drizzled/error.cc:1012
4823
msgid "List of fields is only allowed in KEY partitions"
4826
#: drizzled/error.cc:1014
4828
"The partition info in the frm file is not consistent with what can be "
4829
"written into the frm file"
4832
#: drizzled/error.cc:1016
4834
msgid "The %-.192s function returns the wrong type"
4837
#: drizzled/error.cc:1018
4839
msgid "For %-.64s partitions each partition must be defined"
4842
#: drizzled/error.cc:1020
4843
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4846
#: drizzled/error.cc:1022
4847
msgid "VALUES value must be of same type as partition function"
4850
#: drizzled/error.cc:1024
4851
msgid "Multiple definition of same constant in list partitioning"
4854
#: drizzled/error.cc:1026
4855
msgid "Partitioning can not be used stand-alone in query"
4858
#: drizzled/error.cc:1028
4860
"The mix of handlers in the partitions is not allowed in this version of MySQL"
4863
#: drizzled/error.cc:1030
4865
msgid "For the partitioned engine it is necessary to define all %-.64s"
4868
#: drizzled/error.cc:1032
4869
msgid "Too many partitions (including subpartitions) were defined"
4872
#: drizzled/error.cc:1034
4874
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4875
"partitioning for subpartitioning"
4878
#: drizzled/error.cc:1036
4879
msgid "Failed to create specific handler file"
4882
#: drizzled/error.cc:1038
4883
msgid "A BLOB field is not allowed in partition function"
4886
#: drizzled/error.cc:1040
4888
msgid "A %-.192s must include all columns in the table's partitioning function"
4891
#: drizzled/error.cc:1042
4893
msgid "Number of %-.64s = 0 is not an allowed value"
4896
#: drizzled/error.cc:1044
4897
msgid "Partition management on a not partitioned table is not possible"
4900
#: drizzled/error.cc:1046
4902
"Foreign key condition is not yet supported in conjunction with partitioning"
4905
#: drizzled/error.cc:1048
4907
msgid "Error in list of partitions to %-.64s"
4910
#: drizzled/error.cc:1050
4911
msgid "Cannot remove all partitions, use DROP TABLE instead"
4914
#: drizzled/error.cc:1052
4915
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4918
#: drizzled/error.cc:1054
4920
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
4924
#: drizzled/error.cc:1056
4926
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
4927
"tables using HASH PARTITIONs"
4930
#: drizzled/error.cc:1058
4932
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4935
#: drizzled/error.cc:1060
4936
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4939
#: drizzled/error.cc:1062
4940
msgid "At least one partition must be added"
4943
#: drizzled/error.cc:1064
4944
msgid "At least one partition must be coalesced"
4947
#: drizzled/error.cc:1066
4948
msgid "More partitions to reorganise than there are partitions"
4951
#: drizzled/error.cc:1068
4953
msgid "Duplicate partition name %-.192s"
4956
#: drizzled/error.cc:1070
4957
msgid "It is not allowed to shut off binlog on this command"
4960
#: drizzled/error.cc:1072
4961
msgid "When reorganising a set of partitions they must be in consecutive order"
4964
#: drizzled/error.cc:1074
4966
"Reorganize of range partitions cannot change total ranges except for last "
4967
"partition where it can extend the range"
4970
#: drizzled/error.cc:1076
4971
msgid "Partition function not supported in this version for this handler"
4974
#: drizzled/error.cc:1078
4975
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4978
#: drizzled/error.cc:1080
4980
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4983
#: drizzled/error.cc:1082
4985
msgid "Plugin '%-.192s' is not loaded"
4988
#: drizzled/error.cc:1084
3041
4990
msgid "Incorrect %-.32s value: '%-.128s'"
3044
#: ../drizzled/error.cc:467
4993
#: drizzled/error.cc:1086
3046
4995
msgid "Table has no partition for value %-.64s"
3049
#: ../drizzled/error.cc:468
4998
#: drizzled/error.cc:1088
5000
msgid "It is not allowed to specify %s more than once"
5003
#: drizzled/error.cc:1090 drizzled/error.cc:1226
5005
msgid "Failed to create %s"
5008
#: drizzled/error.cc:1092 drizzled/error.cc:1116
5010
msgid "Failed to drop %s"
5013
#: drizzled/error.cc:1094
5014
msgid "The handler doesn't support autoextend of tablespaces"
5017
#: drizzled/error.cc:1096
5019
"A size parameter was incorrectly specified, either number or on the form 10M"
5022
#: drizzled/error.cc:1098
5024
"The size number was correct but we don't allow the digit part to be more "
5028
#: drizzled/error.cc:1100
5030
msgid "Failed to alter: %s"
5033
#: drizzled/error.cc:1102
3050
5034
msgid "Writing one row to the row-based binary log failed"
3053
#: ../drizzled/error.cc:469
5037
#: drizzled/error.cc:1104
5039
msgid "Table definition on master and slave does not match: %s"
5042
#: drizzled/error.cc:1106
5044
"Slave running with --log-slave-updates must use row-based binary logging to "
5045
"be able to replicate row-based binary log events"
5048
#: drizzled/error.cc:1108
5050
msgid "Event '%-.192s' already exists"
5053
#: drizzled/error.cc:1110
5055
msgid "Failed to store event %s. Error code %d from storage engine."
5058
#: drizzled/error.cc:1112
5060
msgid "Unknown event '%-.192s'"
5063
#: drizzled/error.cc:1114
5065
msgid "Failed to alter event '%-.192s'"
5068
#: drizzled/error.cc:1118
5069
msgid "INTERVAL is either not positive or too big"
5072
#: drizzled/error.cc:1120
5073
msgid "ENDS is either invalid or before STARTS"
5076
#: drizzled/error.cc:1122
5077
msgid "Event execution time is in the past. Event has been disabled"
5080
#: drizzled/error.cc:1124
5081
msgid "Failed to open mysql.event"
5084
#: drizzled/error.cc:1126
5085
msgid "No datetime expression provided"
5088
#: drizzled/error.cc:1128
5091
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5092
"probably corrupted"
5095
#: drizzled/error.cc:1130
5097
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5100
#: drizzled/error.cc:1132
5101
msgid "Failed to delete the event from mysql.event"
5104
#: drizzled/error.cc:1134
5105
msgid "Error during compilation of event's body"
5108
#: drizzled/error.cc:1136
5109
msgid "Same old and new event name"
5112
#: drizzled/error.cc:1138
5114
msgid "Data for column '%s' too long"
5117
#: drizzled/error.cc:1140
3055
5119
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3058
#: ../drizzled/error.cc:470
5122
#: drizzled/error.cc:1142
5125
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5129
#: drizzled/error.cc:1144
5130
msgid "You can't write-lock a log table. Only read access is possible"
5133
#: drizzled/error.cc:1146
5134
msgid "You can't use locks with log tables."
5137
#: drizzled/error.cc:1148
3061
5140
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3062
5141
"d would lead to a duplicate entry"
3065
#: ../drizzled/error.cc:471
5144
#: drizzled/error.cc:1150
5147
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5148
"%d, now running %d. Please use mysql_upgrade to fix this error."
5151
#: drizzled/error.cc:1152
5153
"Cannot switch out of the row-based binary log format when the session has "
5154
"open temporary tables"
5157
#: drizzled/error.cc:1154
5159
"Cannot change the binary logging format inside a stored function or trigger"
5162
#: drizzled/error.cc:1156
5164
"The NDB cluster engine does not support changing the binlog format on the "
5168
#: drizzled/error.cc:1158
5169
msgid "Cannot create temporary table with partitions"
5172
#: drizzled/error.cc:1160
5173
msgid "Partition constant is out of partition function domain"
5176
#: drizzled/error.cc:1162
5177
msgid "This partition function is not allowed"
5180
#: drizzled/error.cc:1164
5181
msgid "Error in DDL log"
5184
#: drizzled/error.cc:1166
5185
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5188
#: drizzled/error.cc:1168
5189
msgid "Incorrect partition name"
5192
#: drizzled/error.cc:1170
3067
5194
"Transaction isolation level can't be changed while a transaction is in "
3071
#: ../drizzled/error.cc:472
5198
#: drizzled/error.cc:1172
5201
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5202
"'%-.192s' for key '%-.192s'"
5205
#: drizzled/error.cc:1174
5207
msgid "Internal scheduler error %d"
5210
#: drizzled/error.cc:1176
5212
msgid "Error during starting/stopping of the scheduler. Error code %u"
5215
#: drizzled/error.cc:1178
5216
msgid "Engine cannot be used in partitioned tables"
5219
#: drizzled/error.cc:1180
5221
msgid "Cannot activate '%-.64s' log"
5224
#: drizzled/error.cc:1182
5225
msgid "The server was not built with row-based replication"
5228
#: drizzled/error.cc:1184
5229
msgid "Decoding of base64 string failed"
5232
#: drizzled/error.cc:1186
5233
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5236
#: drizzled/error.cc:1188
5238
"Cannot proceed because system tables used by Event Scheduler were found "
5239
"damaged at server start"
5242
#: drizzled/error.cc:1190
5243
msgid "Only integers allowed as number here"
5246
#: drizzled/error.cc:1192
5247
msgid "This storage engine cannot be used for log tables"
5250
#: drizzled/error.cc:1194
5252
msgid "You cannot '%s' a log table if logging is enabled"
5255
#: drizzled/error.cc:1196
5258
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5259
"rename two tables: the log table to an archive table and another table back "
5263
#: drizzled/error.cc:1198
3073
5265
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3076
#: ../drizzled/error.cc:473
5268
#: drizzled/error.cc:1200
3078
5270
msgid "Incorrect parameters in the call to native function '%-.192s'"
3081
#: ../drizzled/error.cc:474
5273
#: drizzled/error.cc:1202
5275
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5278
#: drizzled/error.cc:1204
5280
msgid "This function '%-.192s' has the same name as a native function"
5283
#: drizzled/error.cc:1206
3083
5285
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3086
#: ../drizzled/error.cc:475
5288
#: drizzled/error.cc:1208
5289
msgid "Too many files opened, please execute the command again"
5292
#: drizzled/error.cc:1210 drizzled/error.cc:1212
5294
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5295
"The event was dropped immediately after creation."
5298
#: drizzled/error.cc:1214
5300
msgid "The incident %s occured on the master. Message: %-.64s"
5303
#: drizzled/error.cc:1216
5304
msgid "Table has no partition for some existing values"
5307
#: drizzled/error.cc:1218
5308
msgid "Statement is not safe to log in statement format."
5311
#: drizzled/error.cc:1220
5313
msgid "Fatal error: %s"
5316
#: drizzled/error.cc:1222
5318
msgid "Relay log read failure: %s"
5321
#: drizzled/error.cc:1224
5323
msgid "Relay log write failure: %s"
5326
#: drizzled/error.cc:1228
5328
msgid "Master command %s failed: %s"
5331
#: drizzled/error.cc:1230
5333
msgid "Binary logging not possible. Message: %s"
5336
#: drizzled/error.cc:1232
5338
msgid "View `%-.64s`.`%-.64s` has no creation context"
5341
#: drizzled/error.cc:1234
5343
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5346
#: drizzled/error.cc:1236
5348
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5351
#: drizzled/error.cc:1238
5353
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5356
#: drizzled/error.cc:1240
5358
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5361
#: drizzled/error.cc:1242
5363
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5366
#: drizzled/error.cc:1244
5368
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5371
#: drizzled/error.cc:1246
5373
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5376
#: drizzled/error.cc:1248
5378
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5381
#: drizzled/error.cc:1250
5383
msgid "Ambiguous slave modes combination. %s"
5386
#: drizzled/error.cc:1252
5389
"The BINLOG statement of type `%s` was not preceded by a format description "
5393
#: drizzled/error.cc:1254
5394
msgid "Corrupted replication event was detected"
5397
#: drizzled/error.cc:1256
3088
5399
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3091
#: ../drizzled/error.cc:477
3093
msgid "Received an invalid datetime value '%s'."
3096
#: ../drizzled/error.cc:478
3098
msgid "Received an invalid DATE value '%s'."
3101
#: ../drizzled/error.cc:479
3103
msgid "Received a NULL argument for function '%s'."
3106
#: ../drizzled/error.cc:480
3108
msgid "Received an invalid timestamp value '%s'."
3111
#: ../drizzled/error.cc:481
3113
msgid "Received an invalid TIME value '%s'."
3116
#: ../drizzled/error.cc:482
3118
msgid "Received an invalid value '%s' for a UNIX timestamp."
3121
#: ../drizzled/error.cc:484
3123
msgid "Received an out-of-range argument '%s' for function '%s'."
3126
#: ../drizzled/error.cc:485
3128
msgid "Received an invalid enum value '%s'."
3131
#: ../drizzled/error.cc:486
3132
msgid "Tables which are replicated require a primary key."
3135
#: ../drizzled/error.cc:488
3137
msgid "Corrupt or invalid schema definition for '%s' : %s"
3140
#: ../drizzled/error.cc:489
3142
msgid "Corrupt or invalid table definition for '%s': %s"
3145
#: ../drizzled/error.cc:490
3147
msgid "The number of enum that were required was too high for table '%s'"
3150
#: ../drizzled/error.cc:491
3152
msgid "Corrupt or invalid table definition for '%s'"
3155
#: ../drizzled/error.cc:492
3157
msgid "Collation '%s' for table %s is invalid/unknown"
3160
#: ../drizzled/error.cc:494
3162
msgid "Cannot drop table '%s'"
3165
#: ../drizzled/error.cc:495
3167
msgid "Error occurred while dropping table '%s'"
3170
#: ../drizzled/error.cc:496
3172
msgid "Permission denied to create '%s'"
3175
#: ../drizzled/error.cc:497
3177
msgid "Unknown table '%s'"
3180
#: ../drizzled/error.cc:499
3182
msgid "Cannot create schema '%s'"
3185
#: ../drizzled/error.cc:500
3187
msgid "Schema does not exist: %s"
3190
#: ../drizzled/error.cc:501
3192
msgid "Error altering schema: %s"
3195
#: ../drizzled/error.cc:502
3197
msgid "Error droppping Schema : %s"
3200
#: ../drizzled/error.cc:504
3201
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3204
#: ../drizzled/error.cc:505
3206
msgid "Unknown table engine option key/pair %s = %s."
3209
#: ../drizzled/error.cc:506
3211
msgid "Unknown schema engine option key/pair %s = %s."
3214
#: ../drizzled/error.cc:508
3215
msgid "Admin access not allowed from this username/IP address."
3218
#. User lock/barrier error messages
3219
#: ../drizzled/error.cc:511
3220
msgid "wait() can not be called on session owning user defined barrier."
3223
#: ../drizzled/error.cc:512
3224
msgid "Unknown user defined barrier requested."
3227
#: ../drizzled/error.cc:513
3228
msgid "Session does not own user defined barrier."
3231
#: ../drizzled/error.cc:514
3232
msgid "Session can not wait on a user defined lock owned by the session."
3235
#: ../drizzled/error.cc:515
3236
msgid "Session does not own user defined lock."
3239
#: ../drizzled/error.cc:517
3240
msgid "Invalid name for user defined barrier."
3243
#: ../drizzled/error.cc:518
3244
msgid "Invalid name for user defined lock."
3247
#: ../drizzled/error.cc:520
3249
"Either a DEFAULt value or NULL NULL description is required for a new column "
3250
"if table is not empty"
3254
#: ../drizzled/error.cc:523
3257
"Cast to unsigned converted negative integer to it's positive complement: %s"
3260
#: ../drizzled/error.cc:524
3262
msgid "Invalid cast to signed integer: %s"
3265
#: ../drizzled/error.cc:526
3267
msgid "Identifier '%.*s' is a SQL keyword."
3270
#: ../drizzled/error.cc:529
3272
msgid "Can't unlock file (Errcode: %d)"
3275
#: ../drizzled/error.cc:530
3277
msgid "Can't change size of file (Errcode: %d)"
3280
#: ../drizzled/error.cc:531
3282
msgid "Can't open stream from handle (Errcode: %d)"
3285
#: ../drizzled/error.cc:532
3287
msgid "Warning: '%s' had %d links"
3290
#: ../drizzled/error.cc:533
3292
msgid "Warning: %d files and %d streams is left open\n"
3295
#: ../drizzled/error.cc:534
3297
msgid "Can't create directory '%s' (Errcode: %d)"
3300
#: ../drizzled/error.cc:535
3303
"Character set '%s' is not a compiled character set and is not specified in "
3307
#: ../drizzled/error.cc:536
3309
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3312
#: ../drizzled/error.cc:537
3314
msgid "Can't read value for symlink '%s' (Error %d)"
3317
#: ../drizzled/error.cc:538
3319
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3322
#: ../drizzled/error.cc:539
3324
msgid "Error on realpath() on '%s' (Error %d)"
3327
#: ../drizzled/error.cc:540
3329
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3332
#: ../drizzled/error.cc:541
3335
"Collation '%s' is not a compiled collation and is not specified in the %s "
3339
#: ../drizzled/error.cc:542
3341
msgid "File '%s' (fileno: %d) was not closed"
3345
#: ../drizzled/error.cc:545
3346
msgid "Received an invalid UUID value"
3349
#: ../drizzled/error.cc:546
3350
msgid "The UUID was not created with a valid time"
3354
#: ../drizzled/error.cc:549
3356
msgid "Received an invalid BOOLEAN value '%s'."
3359
#: ../drizzled/error.cc:550
3361
msgid "Invalid cast to BOOLEAN: '%s'."
3364
#. Transactional DDL
3365
#: ../drizzled/error.cc:553
3366
msgid "Transactional DDL not supported"
3370
#: ../drizzled/error.cc:555
3372
msgid "Assertion '%s' failed."
3375
#: ../drizzled/error.cc:556
3377
msgid "Assertion '%s' failed, the result was NULL."
3380
#. Catalog related errors
3381
#: ../drizzled/error.cc:574
3383
msgid "Cannot create catalog '%s'."
3386
#: ../drizzled/error.cc:575
3388
msgid "Permission is denied to create '%s' catalog."
3391
#: ../drizzled/error.cc:576
3393
msgid "Cannot drop catalog '%s'."
3396
#: ../drizzled/error.cc:577
3398
msgid "Permission is denied to drop '%s' catalog."
3401
#: ../drizzled/error.cc:578
3403
msgid "Catalog '%s' does not exist."
3406
#: ../drizzled/error.cc:579
3407
msgid "You cannot drop the 'local' catalog."
3410
#: ../drizzled/error.cc:580
3412
msgid "Could not gain lock on '%s'."
3415
#: ../drizzled/error.cc:581
3417
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3420
#: ../drizzled/error.cc:582
3421
msgid "Invalid catalog name."
3424
#: ../drizzled/error.cc:583
3426
"Engine status is now stored in the data_dictionary tables, please use these "
3430
#: ../drizzled/identifier/catalog.cc:56
3432
"Catalog name cannot be encoded and fit within filesystem name length "
3436
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:221
3438
"Schema name cannot be encoded and fit within filesystem name length "
3442
#: ../drizzled/identifier/table.cc:238
3444
"Table name cannot be encoded and fit within filesystem name length "
3450
#. * Since clients still use this code, we use fprintf here.
3451
#. * This fprintf needs to be turned into errmsg_printf
3452
#. * as soon as the client programs no longer use mysys
3453
#. * and can use the pluggable error message system.
3455
#: ../drizzled/internal/default.cc:687
3457
msgid "error: could not open directory: %s\n"
3460
#: ../drizzled/main.cc:169
3462
"setrlimit could not change the size of core files to 'infinity'; We may not "
3463
"be able to generate a core file on signals"
3466
#: ../drizzled/main.cc:269
3468
msgid "Data directory %s does not exist\n"
3471
#: ../drizzled/main.cc:280
3473
msgid "Local catalog %s/local does not exist\n"
3476
#: ../drizzled/main.cc:303 ../plugin/multi_thread/multi_thread.cc:84
3477
msgid "Drizzle has receieved an abort event."
3480
#: ../drizzled/main.cc:304 ../plugin/multi_thread/multi_thread.cc:85
3481
msgid "In Function: "
3484
#: ../drizzled/main.cc:305 ../plugin/multi_thread/multi_thread.cc:86
3488
#: ../drizzled/main.cc:306 ../plugin/multi_thread/multi_thread.cc:87
3492
#: ../drizzled/message/transaction_writer.cc:365
3494
msgid "Usage: %s TRANSACTION_LOG\n"
3497
#: ../drizzled/message/transaction_writer.cc:371
3499
msgid "Cannot open file: %s\n"
3502
#: ../drizzled/module/library.cc:149
3505
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3506
"the current running version of Drizzle: %<PRIu64>."
3509
#: ../drizzled/module/loader.cc:177
3512
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3516
#: ../drizzled/module/loader.cc:224
3518
msgid "Plugin '%s' init function returned error.\n"
3521
#: ../drizzled/module/loader.cc:463
3523
msgid "Couldn't load plugin library named '%s'.\n"
3526
#: ../drizzled/module/loader.cc:473
3528
msgid "Couldn't load plugin named '%s'.\n"
3531
#: ../drizzled/module/registry.cc:176
3534
"Couldn't process plugin module dependencies. %s depends on %s but %s is not "
3538
#: ../drizzled/module/registry.h:117
3540
msgid "Loading plugin %s failed: a %s plugin by that name already exists.\n"
3543
#: ../drizzled/module/registry.h:131
3545
msgid "Fatal error: Failed initializing %s::%s plugin.\n"
3548
#: ../drizzled/option.cc:84
3552
#: ../drizzled/option.cc:86
3556
#: ../drizzled/option.cc:337
3558
msgid "%s: %s: Option '%s' used, but is disabled\n"
3561
#: ../drizzled/option.cc:339
3565
#: ../drizzled/option.cc:441
3567
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3570
#: ../drizzled/option.cc:769
3572
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3575
#: ../drizzled/option.cc:962
3577
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3580
#: ../drizzled/option.cc:1194
3582
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3585
#: ../drizzled/option.cc:1214
3589
"Variables (--variable-name=value)\n"
3590
"and boolean options {false|true} Value (after reading options)\n"
3591
"--------------------------------- -----------------------------\n"
3594
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3595
msgid "(No default value)"
3598
#: ../drizzled/option.cc:1249
3602
#: ../drizzled/option.cc:1249
3606
#: ../drizzled/option.cc:1282
3608
msgid "(Disabled)\n"
3611
#: ../drizzled/plugin/error_message.cc:81
3613
msgid "errmsg plugin '%s' errmsg() failed"
3616
#: ../drizzled/plugin/event_observer.cc:133
3619
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3620
"'%s' from EventObserver plugin '%s'"
3623
#: ../drizzled/plugin/event_observer.cc:200
3625
"EventObserver::registerTableEvents(): Table already has events registered on "
3626
"it: probable programming error."
3629
#: ../drizzled/plugin/event_observer.cc:335
3631
"EventObserver::registerSessionEvents(): Session already has events "
3632
"registered on it: probable programming error."
3635
#: ../drizzled/plugin/event_observer.cc:387
3637
msgid "EventIterate event handler '%s' failed for event '%s'"
3640
#: ../drizzled/plugin/function.cc:47 ../drizzled/plugin/function.cc:55
3642
msgid "A function named %s already exists!\n"
3645
#: ../drizzled/plugin/function.cc:65
3646
msgid "Could not add Function!\n"
3649
#: ../drizzled/plugin/listen.cc:67
3650
msgid "Error getting file descriptors"
3653
#: ../drizzled/plugin/listen.cc:85
3654
msgid "No sockets could be bound for listening"
3657
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:343
3659
msgid "pipe() failed with errno %d"
3662
#: ../drizzled/plugin/listen.cc:120
3664
msgid "poll() failed with errno %d"
3667
#: ../drizzled/plugin/listen_tcp.cc:59
3669
msgid "accept() failed with errno %d"
3672
#: ../drizzled/plugin/listen_tcp.cc:95
3674
msgid "getaddrinfo() failed with error %s"
3677
#: ../drizzled/plugin/listen_tcp.cc:127
3679
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3682
#: ../drizzled/plugin/listen_tcp.cc:138
3684
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3687
#: ../drizzled/plugin/listen_tcp.cc:147
3689
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3692
#: ../drizzled/plugin/listen_tcp.cc:156
3694
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3697
#: ../drizzled/plugin/listen_tcp.cc:165
3699
msgid "setsockopt(SO_LINGER) failed with errno %d"
3702
#: ../drizzled/plugin/listen_tcp.cc:174
3704
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3707
#: ../drizzled/plugin/listen_tcp.cc:195
3709
msgid "Retrying bind() on %u\n"
3712
#: ../drizzled/plugin/listen_tcp.cc:202
3714
msgid "bind() failed with errno: %d\n"
3717
#: ../drizzled/plugin/listen_tcp.cc:205
3718
msgid "Do you already have another drizzled running?\n"
3721
#: ../drizzled/plugin/listen_tcp.cc:212
3723
msgid "listen() failed with errno %d\n"
3726
#: ../drizzled/plugin/listen_tcp.cc:218
3728
msgid "Listening on %s:%s\n"
3731
#: ../drizzled/plugin/logging.cc:65
3733
msgid "logging '%s' pre() failed"
3736
#: ../drizzled/plugin/logging.cc:90
3738
msgid "logging '%s' post() failed"
3741
#: ../drizzled/plugin/logging.cc:114
3743
msgid "logging '%s' postEnd() failed"
3746
#: ../drizzled/plugin/logging.cc:137
3748
msgid "logging '%s' resetCurrentScoreboard() failed"
3751
#: ../drizzled/plugin/scheduler.cc:62
3754
"Attempted to register a scheduler %s, but a scheduler has already been "
3755
"registered with that name.\n"
3758
#: ../drizzled/plugin/scheduler.cc:99
3760
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3763
#: ../drizzled/plugin/schema_engine.cc:131
3765
msgid "Error while loading database options: '%s':"
3768
#: ../drizzled/plugin/xa_resource_manager.cc:115
3770
msgid "Found %d prepared transaction(s) in resource manager."
3773
#: ../drizzled/plugin/xa_resource_manager.cc:182
5402
#: drizzled/error.cc:1258
5404
msgid "Being purged log %s was not found"
5407
#: drizzled/error.cc:1260
5409
msgid "Converted to non-transactional lock on '%-.64s'"
5412
#: drizzled/error.cc:1262
5414
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5417
#: drizzled/error.cc:1264
5420
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5423
#: drizzled/error.cc:1266
5425
msgid "Can't access storage engine of table %-.64s"
5428
#: drizzled/error.cc:1268
5429
msgid "Starting backup process"
5432
#: drizzled/error.cc:1270
5433
msgid "Backup completed"
5436
#: drizzled/error.cc:1272
5437
msgid "Starting restore process"
5440
#: drizzled/error.cc:1274
5441
msgid "Restore completed"
5444
#: drizzled/error.cc:1276
5445
msgid "Nothing to backup"
5448
#: drizzled/error.cc:1278
5450
msgid "Database '%-.64s' cannot be included in a backup"
5453
#: drizzled/error.cc:1280
5455
"Error during backup operation - server's error log contains more information "
5459
#: drizzled/error.cc:1282
5461
"Error during restore operation - server's error log contains more "
5462
"information about the error"
5465
#: drizzled/error.cc:1284
5467
"Can't execute this command because another BACKUP/RESTORE operation is in "
5471
#: drizzled/error.cc:1286
5472
msgid "Error when preparing for backup operation"
5475
#: drizzled/error.cc:1288
5476
msgid "Error when preparing for restore operation"
5479
#: drizzled/error.cc:1290
5481
msgid "Invalid backup location '%-.64s'"
5484
#: drizzled/error.cc:1292
5486
msgid "Can't read backup location '%-.64s'"
5489
#: drizzled/error.cc:1294
5491
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5494
#: drizzled/error.cc:1296
5495
msgid "Can't enumerate server databases"
5498
#: drizzled/error.cc:1298
5499
msgid "Can't enumerate server tables"
5502
#: drizzled/error.cc:1300
5504
msgid "Can't enumerate tables in database %-.64s"
5507
#: drizzled/error.cc:1302
5509
msgid "Skipping view %-.64s in database %-.64s"
5512
#: drizzled/error.cc:1304
5514
msgid "Skipping table %-.64s since it has no valid storage engine"
5517
#: drizzled/error.cc:1306
5519
msgid "Can't open table %-.64s"
5522
#: drizzled/error.cc:1308
5523
msgid "Can't read backup archive preamble"
5526
#: drizzled/error.cc:1310
5527
msgid "Can't write backup archive preamble"
5530
#: drizzled/error.cc:1312
5532
msgid "Can't find backup driver for table %-.64s"
5535
#: drizzled/error.cc:1314
5538
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5542
#: drizzled/error.cc:1316
5544
msgid "Can't create %-.64s backup driver"
5547
#: drizzled/error.cc:1318
5549
msgid "Can't create %-.64s restore driver"
5552
#: drizzled/error.cc:1320
5554
msgid "Found %d images in backup archive but maximum %d are supported"
5557
#: drizzled/error.cc:1322
5559
msgid "Error when saving meta-data of %-.64s"
5562
#: drizzled/error.cc:1324
5563
msgid "Error when reading meta-data list"
5566
#: drizzled/error.cc:1326
5568
msgid "Can't create %-.64s"
5571
#: drizzled/error.cc:1328
5572
msgid "Can't allocate buffer for image data transfer"
5575
#: drizzled/error.cc:1330
5577
msgid "Error when writing %-.64s backup image data (for table #%d)"
5580
#: drizzled/error.cc:1332
5581
msgid "Error when reading data from backup stream"
5584
#: drizzled/error.cc:1334
5585
msgid "Can't go to the next chunk in backup stream"
5588
#: drizzled/error.cc:1336
5590
msgid "Can't initialize %-.64s backup driver"
5593
#: drizzled/error.cc:1338
5595
msgid "Can't initialize %-.64s restore driver"
5598
#: drizzled/error.cc:1340
5600
msgid "Can't shut down %-.64s backup driver"
5603
#: drizzled/error.cc:1342
5605
msgid "Can't shut down %-.64s backup driver(s)"
5608
#: drizzled/error.cc:1344
5610
msgid "%-.64s backup driver can't prepare for synchronization"
5613
#: drizzled/error.cc:1346
5615
msgid "%-.64s backup driver can't create its image validity point"
5618
#: drizzled/error.cc:1348
5620
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5623
#: drizzled/error.cc:1350
5625
msgid "%-.64s backup driver can't cancel its backup operation"
5628
#: drizzled/error.cc:1352
5630
msgid "%-.64s restore driver can't cancel its restore operation"
5633
#: drizzled/error.cc:1354
5635
msgid "Error when polling %-.64s backup driver for its image data"
5638
#: drizzled/error.cc:1356
5640
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5643
#: drizzled/error.cc:1358
5646
"After %d attempts %-.64s restore driver still can't accept next block of data"
5649
#: drizzled/error.cc:1360
5651
msgid "Open and lock tables failed in %-.64s"
5654
#: drizzled/error.cc:1362
5655
msgid "Backup driver's table locking thread can not be initialized."
5658
#: drizzled/error.cc:1364
5660
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
5661
"and 'mysql.online_backup_progress'."
5664
#: drizzled/error.cc:1366
5666
msgid "Tablespace '%-.192s' already exists"
5669
#: drizzled/error.cc:1368
5671
msgid "Tablespace '%-.192s' doesn't exist"
5674
#: drizzled/error.cc:1370
5676
msgid "Unexpected master's heartbeat data: %s"
5679
#: drizzled/error.cc:1372
5681
msgid "The requested value for the heartbeat period %s %s"
5684
#: drizzled/error.cc:1374
5686
msgid "Can't write to the online backup progress log %-.64s."
5689
#: drizzled/error.cc:1376
5691
msgid "Tablespace '%-.192s' not empty"
5694
#: drizzled/error.cc:1378
5697
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5698
"server. The original definition of the required tablespace is '%-.256s' "
5699
"while the same tablespace is defined on the server as '%-.256s'"
5702
#: drizzled/error.cc:1380
5703
msgid "A virtual column cannot be based on a virtual column"
5706
#: drizzled/error.cc:1382
5708
msgid "Non-deterministic expression for virtual column '%s'."
5711
#: drizzled/error.cc:1384
5714
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5717
#: drizzled/error.cc:1386
5718
msgid "Primary key cannot be defined upon a virtual column."
5721
#: drizzled/error.cc:1388
5722
msgid "Key/Index cannot be defined on a non-stored virtual column."
5725
#: drizzled/error.cc:1390
5727
msgid "Cannot define foreign key with %s clause on a virtual column."
5730
#: drizzled/error.cc:1392
5732
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5735
#: drizzled/error.cc:1394
5737
msgid "'%s' is not yet supported for virtual columns."
5740
#: drizzled/error.cc:1396
5741
msgid "Constant expression in virtual column function is not allowed."
5744
#: drizzled/errmsg.cc:44
5746
msgid "errmsg plugin '%s' init() failed."
5749
#: drizzled/errmsg.cc:70
5751
msgid "errmsg plugin '%s' deinit() failed."
5754
#: drizzled/errmsg.cc:111
5756
msgid "errmsg plugin '%s' errmsg_func() failed"
5759
#: drizzled/handler.cc:378
5760
msgid "Too many storage engines!"
5763
#: drizzled/handler.cc:382
5765
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
5768
#: drizzled/handler.cc:1228
5770
msgid "Found %d prepared transaction(s) in %s"
5773
#: drizzled/handler.cc:1280
3774
5774
msgid "Starting crash recovery..."
3777
#: ../drizzled/plugin/xa_resource_manager.cc:192
5777
#: drizzled/handler.cc:1312
3779
5779
msgid "Found %d prepared XA transactions"
3782
#: ../drizzled/plugin/xa_resource_manager.cc:197
5782
#: drizzled/handler.cc:1316
3785
5785
"Found %d prepared transactions! It means that drizzled was not shut down "
3788
5788
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3791
#: ../drizzled/plugin/xa_resource_manager.cc:207
5791
#: drizzled/handler.cc:1326
3792
5792
msgid "Crash recovery finished."
3795
#: ../drizzled/replication_services.cc:94
3797
"You registered a TransactionApplier plugin but no TransactionReplicator "
3798
"plugins were registered.\n"
3801
#: ../drizzled/replication_services.cc:125
3804
"You registered a TransactionApplier plugin but no TransactionReplicator "
3805
"plugins were registered that match the requested replicator name of '%s'.\n"
3806
"We have deactivated the TransactionApplier '%s'.\n"
3809
#: ../drizzled/session.cc:1990 ../drizzled/session.cc:2009
5795
#: drizzled/log.cc:723
5796
msgid "I/O error reading the header from the binary log"
5799
#: drizzled/log.cc:730
5801
"Binlog has bad magic number; It's not a binary log file that can be used by "
5802
"this version of Drizzle"
5805
#: drizzled/log.cc:745
5807
msgid "Failed to open log (file '%s', errno %d)"
5810
#: drizzled/log.cc:747 drizzled/log.cc:755
5811
msgid "Could not open log file"
5814
#: drizzled/log.cc:753
5816
msgid "Failed to create a cache on log (file '%s')"
5819
#: drizzled/log.cc:907 drizzled/log.cc:1271
5822
"Could not use %s for logging (error %d). Turning logging off for the whole "
5823
"duration of the Drizzle server process. To turn it on again: fix the cause, "
5824
"shutdown the Drizzle server and restart it."
5827
#: drizzled/log.cc:1539 drizzled/log.cc:1570 drizzled/log.cc:1819
5828
#: drizzled/log.cc:1941
5830
msgid "Failed to delete file '%s'"
5833
#: drizzled/log.cc:1548 drizzled/log.cc:1827 drizzled/log.cc:1949
5836
"a problem with deleting %s; consider examining correspondence of your binlog "
5837
"index file to the actual binlog files"
5840
#: drizzled/log.cc:1675
5842
msgid "next log error: %d offset: %s log: %s included: %d"
5845
#: drizzled/log.cc:1785 drizzled/log.cc:1909
5847
msgid "Failed to execute stat() on file '%s'"
5850
#: drizzled/log.cc:1796 drizzled/log.cc:1920
5853
"a problem with getting info on being purged %s; consider examining "
5854
"correspondence of your binlog index file to the actual binlog files"
5857
#: drizzled/log.cc:3358 drizzled/log.cc:3851
5859
msgid "Recovering after a crash using %s"
5862
#: drizzled/log.cc:3361
5864
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
5867
#: drizzled/log.cc:3698
5868
msgid "Bad magic header in tc log"
5871
#: drizzled/log.cc:3708
5874
"Recovery failed! You must enable exactly %d storage engines that support two-"
5875
"phase commit protocol"
5878
#: drizzled/log.cc:3736
5880
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5881
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
5882
"heuristic-recover={commit|rollback}"
5885
#: drizzled/log.cc:3766
5886
msgid "Heuristic crash recovery mode"
5889
#: drizzled/log.cc:3768
5890
msgid "Heuristic crash recovery failed"
5893
#: drizzled/log.cc:3769
5894
msgid "Please restart mysqld without --tc-heuristic-recover"
5897
#: drizzled/log.cc:3813 drizzled/log.cc:3837
5899
msgid "find_log_pos() failed (error: %d)"
5902
#: drizzled/log.cc:3950
5904
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5905
"of memory error) and restart, or delete (or rename) binary log and start "
5906
"mysqld with --tc-heuristic-recover={commit|rollback}"
5909
#: drizzled/log_event.cc:126
5911
msgid " %s, Error_code: %d;"
5914
#: drizzled/log_event.cc:130
5917
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
5918
"master log %s, end_log_pos %lu"
5921
#: drizzled/log_event.cc:136
5925
#: drizzled/log_event.cc:878
5928
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
5931
#: drizzled/log_event.cc:1768
5934
"Query partially completed on the master (error on master: %d) and was "
5935
"aborted. There is a chance that your master is inconsistent at this point. "
5936
"If you are sure that your master is ok, run this query manually on the slave "
5937
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
5938
"SLAVE; . Query: '%s'"
5941
#: drizzled/log_event.cc:1794
5944
"Query caused differenxt errors on master and slave.\n"
5945
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
5946
"Default database: '%s'. Query: '%s'"
5949
#: drizzled/log_event.cc:1799
5953
#: drizzled/log_event.cc:1819
5955
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
5958
#: drizzled/log_event.cc:1821 drizzled/log_event.cc:5002
5959
#: drizzled/log_event.cc:5047 drizzled/log_event.cc:5818
5960
msgid "unexpected success or fatal error"
5963
#: drizzled/log_event.cc:2337
5965
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
5966
"probable cause is that the master died while writing the transaction to its "
5967
"binary log, thus rolled back too."
5970
#: drizzled/log_event.cc:3003
5973
"Slave: load data infile on table '%s' at log position %s in log '%s' "
5974
"produced %ld warning(s). Default database: '%s'"
5977
#: drizzled/log_event.cc:3053
5980
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
5983
#: drizzled/log_event.cc:3065
5985
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
5988
#: drizzled/log_event.cc:3780
5989
msgid "Out of memory while recording slave event"
5992
#: drizzled/log_event.cc:4029 drizzled/log_event.cc:4055
5994
msgid "Error in Create_file event: could not open file '%s'"
5997
#: drizzled/log_event.cc:4041
5999
msgid "Error in Create_file event: could not write to file '%s'"
6002
#: drizzled/log_event.cc:4062
6004
msgid "Error in Create_file event: write to '%s' failed"
6007
#: drizzled/log_event.cc:4176
6009
msgid "Error in %s event: could not create file '%s'"
6012
#: drizzled/log_event.cc:4185
6014
msgid "Error in %s event: could not open file '%s'"
6017
#: drizzled/log_event.cc:4192
6019
msgid "Error in %s event: write to '%s' failed"
6022
#: drizzled/log_event.cc:4354
6024
msgid "Error in Exec_load event: could not open file '%s'"
6027
#: drizzled/log_event.cc:4364
6029
msgid "Error in Exec_load event: file '%s' appears corrupted"
6032
#: drizzled/log_event.cc:4394
6034
msgid "%s. Failed executing load from '%s'"
6037
#: drizzled/log_event.cc:4567
6038
msgid "Not enough memory"
6041
#: drizzled/log_event.cc:4999
6043
msgid "Error '%s' in %s event: when locking tables"
6046
#: drizzled/log_event.cc:5009
6048
msgid "Error in %s event: when locking tables"
6051
#: drizzled/log_event.cc:5044
6053
msgid "Error '%s' on reopening tables"
6056
#: drizzled/log_event.cc:5400
6058
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6061
#: drizzled/log_event.cc:5815
6063
msgid "Error '%s' on opening table `%s`.`%s`"
6066
#. TRANSLATORS: The leading word "logging" is the name
6067
#. of the plugin api, and so should not be translated.
6068
#: drizzled/logging.cc:62
6070
msgid "logging plugin '%s' deinit() failed"
6073
#. TRANSLATORS: The leading word "logging" is the name
6074
#. of the plugin api, and so should not be translated.
6075
#: drizzled/logging.cc:85
6077
msgid "logging plugin '%s' logging_pre() failed"
6080
#. TRANSLATORS: The leading word "logging" is the name
6081
#. of the plugin api, and so should not be translated.
6082
#: drizzled/logging.cc:118
6084
msgid "logging plugin '%s' logging_post() failed"
6087
#. TRANSLATORS: The leading word "parser" is the name
6088
#. of the plugin api, and so should not be translated.
6089
#: drizzled/parser.cc:40
6091
msgid "parser plugin '%s' init() failed"
6094
#. TRANSLATORS: The leading word "parser" is the name
6095
#. of the plugin api, and so should not be translated.
6096
#: drizzled/parser.cc:62
6098
msgid "parser plugin '%s' deinit() failed"
6101
#. TRANSLATORS: The leading word "parser" is the name
6102
#. of the plugin api, and so should not be translated.
6103
#: drizzled/parser.cc:98
6105
msgid "parser plugin '%s' parser_func1() failed"
6108
#. TRANSLATORS: The leading word "parser" is the name
6109
#. of the plugin api, and so should not be translated.
6110
#: drizzled/parser.cc:152
6112
msgid "parser plugin '%s' parser_func2() failed"
6115
#. TRANSLATORS: The leading word "qcache" is the name
6116
#. of the plugin api, and so should not be translated.
6117
#: drizzled/qcache.cc:40
6119
msgid "qcache plugin '%s' init() failed"
6122
#. TRANSLATORS: The leading word "qcache" is the name
6123
#. of the plugin api, and so should not be translated.
6124
#: drizzled/qcache.cc:62
6126
msgid "qcache plugin '%s' deinit() failed"
6129
#. TRANSLATORS: The leading word "qcache" is the name
6130
#. of the plugin api, and so should not be translated.
6131
#: drizzled/qcache.cc:98
6133
msgid "qcache plugin '%s' do1() failed"
6136
#. TRANSLATORS: The leading word "qcache" is the name
6137
#. of the plugin api, and so should not be translated.
6138
#: drizzled/qcache.cc:152
6140
msgid "qcache plugin '%s' qcache_func2() failed"
6143
#: drizzled/rpl_mi.cc:251 drizzled/slave.cc:1085 drizzled/slave.cc:2112
6144
msgid "Failed to flush master info file"
6147
#: drizzled/rpl_reporting.cc:44
6149
msgid "Slave %s: %s%s Error_code: %d"
6152
#: drizzled/rpl_rli.cc:145
6155
"Neither --relay-log nor --relay-log-index were used; so replication may "
6156
"break when this MySQL server acts as a slave and has his hostname changed!! "
6157
"Please use '--relay-log=%s' to avoid this problem."
6160
#: drizzled/rpl_rli.cc:162
6161
msgid "Failed in open_log() called from init_relay_log_info()"
6164
#: drizzled/rpl_rli.cc:184
6165
msgid "Failed to flush relay log info file"
6168
#: drizzled/rpl_rli.cc:187
6169
msgid "Error counting relay log space"
6172
#: drizzled/rpl_rli.cc:211
6174
msgid "log %s listed in the index, but failed to stat"
6177
#: drizzled/rpl_rli.cc:226
6178
msgid "Could not find first log while counting relay log space"
6181
#: drizzled/rpl_rli.cc:880
6182
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6185
#: drizzled/rpl_utility.cc:117
6187
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6190
#: drizzled/rpl_utility.cc:132
6193
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6194
"Master's column size should be <= the slave's column size."
6197
#: drizzled/scheduler.cc:129
6198
msgid "Memory allocation error in session_scheduler::init\n"
6201
#: drizzled/scheduler.cc:206
6202
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6205
#: drizzled/scheduler.cc:212
6206
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6209
#: drizzled/scheduler.cc:224
6210
msgid "session_add_event event_add error in libevent_init\n"
6213
#: drizzled/scheduler.cc:240
6215
msgid "Can't create completion port thread (error %d)"
6218
#: drizzled/scheduler.cc:353
6219
msgid "event_add error in libevent_add_session_callback\n"
6222
#: drizzled/scheduler.cc:379
6223
msgid "Scheduler init error in libevent_add_new_connection\n"
6226
#: drizzled/scheduler.cc:460
6227
msgid "libevent_thread_proc: my_thread_init() failed\n"
6230
#. TRANSLATORS: The leading word "scheduling" is the name
6231
#. of the plugin api, and so should not be translated.
6232
#: drizzled/scheduling.cc:40
6234
msgid "scheduling plugin '%s' init() failed"
6237
#. TRANSLATORS: The leading word "scheduling" is the name
6238
#. of the plugin api, and so should not be translated.
6239
#: drizzled/scheduling.cc:62
6241
msgid "scheduling plugin '%s' deinit() failed"
6244
#. TRANSLATORS: The leading word "scheduling" is the name
6245
#. of the plugin api, and so should not be translated.
6246
#: drizzled/scheduling.cc:98
6248
msgid "scheduling plugin '%s' scheduling_func1() failed"
6251
#. TRANSLATORS: The leading word "scheduling" is the name
6252
#. of the plugin api, and so should not be translated.
6253
#: drizzled/scheduling.cc:152
6255
msgid "scheduling plugin '%s' scheduling_func2() failed"
6258
#: drizzled/set_var.cc:802
6259
msgid "Ambiguous slave modes combination. STRICT will be used"
6262
#: drizzled/slave.cc:96
6263
msgid "Waiting to reconnect after a failed registration on master"
6266
#: drizzled/slave.cc:97
6268
"Slave I/O thread killed while waitnig to reconnect after a failed "
6269
"registration on master"
6272
#: drizzled/slave.cc:99
6273
msgid "Reconnecting after a failed registration on master"
6276
#: drizzled/slave.cc:100
6279
"failed registering on master, reconnecting to try again, log '%s' at postion "
6283
#: drizzled/slave.cc:103 drizzled/slave.cc:112
6284
msgid "Slave I/O thread killed during or after reconnect"
6287
#: drizzled/slave.cc:106
6288
msgid "Waiting to reconnect after a failed binlog dump request"
6291
#: drizzled/slave.cc:107
6292
msgid "Slave I/O thread killed while retrying master dump"
6295
#: drizzled/slave.cc:108
6296
msgid "Reconnecting after a failed binlog dump request"
6299
#: drizzled/slave.cc:109
6301
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6304
#: drizzled/slave.cc:115
6305
msgid "Waiting to reconnect after a failed master event read"
6308
#: drizzled/slave.cc:116
6309
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6312
#: drizzled/slave.cc:118
6313
msgid "Reconnecting after a failed master event read"
6316
#: drizzled/slave.cc:119
6319
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6323
#: drizzled/slave.cc:122
6325
"Slave I/O thread killed during or after a reconnect done to recover from "
6329
#: drizzled/slave.cc:236
6330
msgid "Failed to allocate memory for the master info structure"
6333
#: drizzled/slave.cc:242 drizzled/slave.cc:1784
6334
msgid "Failed to initialize the master info structure"
6337
#: drizzled/slave.cc:257
6338
msgid "Failed to create slave threads"
6341
#: drizzled/slave.cc:454
6342
msgid "Server id not set, will not start slave"
6345
#: drizzled/slave.cc:622
6347
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6348
"updates to a non-transactional table without any primary key. There is a "
6349
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6350
"check your tables' contents after restart."
6353
#: drizzled/slave.cc:783 drizzled/slave.cc:798
6354
msgid "Master reported unrecognized DRIZZLE version"
6357
#: drizzled/slave.cc:839
6358
msgid "default Format_description_log_event"
6361
#: drizzled/slave.cc:861
6364
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6365
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6368
#: drizzled/slave.cc:888
6370
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6371
"server ids; these ids must be different for replication to work (or the --"
6372
"replicate-same-server-id option must be used on slave but this doesnot "
6373
"always make sense; please check the manual before using it)."
6376
#: drizzled/slave.cc:933
6378
"The slave I/O thread stops because master and slave have different values "
6379
"for the COLLATION_SERVER global variable. The values must be equal for "
6380
"replication to work"
6383
#: drizzled/slave.cc:969
6385
"The slave I/O thread stops because master and slave have different values "
6386
"for the TIME_ZONE global variable. The values must be equal for replication "
6390
#: drizzled/slave.cc:1034
6391
msgid "Waiting for the slave SQL thread to free enough relay log space"
6394
#: drizzled/slave.cc:1080
6396
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6400
#: drizzled/slave.cc:1091
6401
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6404
#: drizzled/slave.cc:1440
6406
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6409
#: drizzled/slave.cc:1493
6411
msgid "Error reading packet from server: %s ( server_errno=%d)"
6414
#: drizzled/slave.cc:1501
6416
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6419
#: drizzled/slave.cc:1655
6422
"It was not possible to update the positions of the relay log information: "
6423
"the slave may be in an inconsistent state. Stopped in %s position %s"
6426
#: drizzled/slave.cc:1730 drizzled/slave.cc:2322
6428
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6431
#: drizzled/slave.cc:1789 drizzled/slave.cc:2271
6433
msgid "Error initializing relay log position: %s"
6436
#: drizzled/slave.cc:1805
6439
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6440
"Consider raising the value of the slave_transaction_retries variable."
6443
#: drizzled/slave.cc:1828
6445
"Could not parse relay log event entry. The possible reasons are: the "
6446
"master's binary log is corrupted (you can check this by running "
6447
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6448
"can check this by running 'mysqlbinlog' on the relay log), a network "
6449
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6450
"check the master's binary log or slave's relay log, you will be able to know "
6451
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6454
#: drizzled/slave.cc:1949
6455
msgid "Failed during slave I/O thread initialization"
6458
#: drizzled/slave.cc:1963
6459
msgid "error in drizzle_create()"
6462
#: drizzled/slave.cc:1971
6465
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6466
"'%s' at position %s"
6469
#: drizzled/slave.cc:1985
6470
msgid "Slave I/O thread killed while connecting to master"
6473
#: drizzled/slave.cc:2009
6474
msgid "Slave I/O thread couldn't register on master"
6477
#: drizzled/slave.cc:2021 drizzled/slave.cc:2045 drizzled/slave.cc:2069
6478
msgid "Forcing to reconnect slave I/O thread"
6481
#: drizzled/slave.cc:2034
6482
msgid "Failed on request_dump()"
6485
#: drizzled/slave.cc:2035
6486
msgid "Slave I/O thread killed while requesting master dump"
6489
#: drizzled/slave.cc:2061
6490
msgid "Waiting for master to send event"
6493
#: drizzled/slave.cc:2063
6494
msgid "Slave I/O thread killed while reading event"
6497
#: drizzled/slave.cc:2081
6500
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6501
"entry is correct, restart the server with a higher value of "
6502
"max_allowed_packet"
6505
#: drizzled/slave.cc:2095
6506
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6509
#: drizzled/slave.cc:2105
6510
msgid "Queueing master event to the relay log"
6513
#: drizzled/slave.cc:2132
6514
msgid "Slave I/O thread aborted while waiting for relay log space"
6517
#: drizzled/slave.cc:2142
6519
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6522
#: drizzled/slave.cc:2163
6523
msgid "Waiting for slave mutex on exit"
6526
#: drizzled/slave.cc:2227
6527
msgid "Failed during slave thread initialization"
6530
#: drizzled/slave.cc:2293
6533
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6534
"s, relay log '%s' position: %s"
6537
#: drizzled/slave.cc:2307
6538
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6541
#: drizzled/slave.cc:2333
6542
msgid "Reading event from the relay log"
6545
#: drizzled/slave.cc:2358
6547
msgid "Slave (additional info): %s Error_code: %d"
6550
#: drizzled/slave.cc:2375
6552
msgid "Slave: %s Error_code: %d"
6555
#: drizzled/slave.cc:2378
6558
"Error loading user-defined library, slave SQL thread aborted. Install the "
6559
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6560
"stopped at log '%s' position %s"
6563
#: drizzled/slave.cc:2386
6566
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6567
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6570
#: drizzled/slave.cc:2398
6573
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6576
#: drizzled/slave.cc:2492
6578
msgid "Slave I/O: failed requesting download of '%s'"
6581
#: drizzled/slave.cc:2509
6583
msgid "Network read error downloading '%s' from master"
6586
#: drizzled/slave.cc:2531
6587
msgid "error writing Exec_load event to relay log"
6590
#: drizzled/slave.cc:2545
6591
msgid "error writing Create_file event to relay log"
6594
#: drizzled/slave.cc:2560
6595
msgid "error writing Append_block event to relay log"
6598
#: drizzled/slave.cc:2656
6599
msgid "Memory allocation failed"
6602
#: drizzled/slave.cc:2681 drizzled/slave.cc:2767
6605
"Read invalid event from master: '%s', master could be corrupt but a more "
6606
"likely cause of this is a bug"
6609
#: drizzled/slave.cc:3039
6610
msgid "could not queue event from master"
6613
#: drizzled/slave.cc:3129
6615
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6618
#: drizzled/slave.cc:3131
6619
msgid "reconnecting"
6622
#: drizzled/slave.cc:3131
6626
#: drizzled/slave.cc:3155
6629
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6633
#: drizzled/slave.cc:3516
6635
msgid "next log '%s' is currently active"
6638
#: drizzled/slave.cc:3546
6640
msgid "next log '%s' is not active"
6643
#: drizzled/slave.cc:3562
6646
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6649
#: drizzled/slave.cc:3568
6650
msgid "Aborting slave SQL thread because of partial event read"
6653
#: drizzled/slave.cc:3574 drizzled/slave.cc:3581
6655
msgid "Error reading relay log event: %s"
6658
#: drizzled/slave.cc:3575
6659
msgid "slave SQL thread was killed"
6662
#: drizzled/slave.cc:3673
6665
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6666
"check error log on slave for more info"
6669
#: drizzled/slave.cc:3679
6672
"According to the master's version ('%s'), it is probable that master suffers "
6673
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6674
"current binary log event may make the slave's data become different from the "
6675
"master's data. To take no risk, slave refuses to replicate this event and "
6676
"stops. We recommend that all updates be stopped on the master and slave, "
6677
"that the data of both be manually synchronized, that master's binary logs be "
6678
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6679
"Then replication can be restarted."
6682
#: drizzled/sql_base.cc:2546
6684
msgid "Table %s had a open data handler in reopen_table"
6687
#: drizzled/sql_base.cc:3197
6689
msgid "Couldn't repair table: %s.%s"
6692
#: drizzled/sql_base.cc:3240
6695
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6696
"s`.`%s`' to the binary log"
6699
#: drizzled/sql_base.cc:3953
3811
6701
msgid "Could not remove temporary table: '%s', error: %d"
3814
#: ../drizzled/signal_handler.cc:52
3816
msgid "Got signal %d from thread %<PRIu32>"
3819
#: ../drizzled/signal_handler.cc:118
3821
msgid "Fatal signal %d while backtracing\n"
3824
#: ../drizzled/signal_handler.cc:127
3826
msgid "Fatal: time() call failed\n"
3829
#: ../drizzled/signal_handler.cc:133
3832
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3833
"This could be because you hit a bug. It is also possible that this binary\n"
3834
" or one of the libraries it was linked against is corrupt, improperly "
3836
" or misconfigured. This error can also be caused by malfunctioning "
3840
#: ../drizzled/signal_handler.cc:141
3843
"We will try our best to scrape up some info that will hopefully help "
3845
"the problem, but since we have already crashed, something is definitely "
3847
"and this may fail.\n"
3851
#: ../drizzled/signal_handler.cc:148
3854
"It is possible that drizzled could use up to \n"
3855
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3857
"Hope that's ok; if not, decrease some variables in the equation.\n"
3861
#: ../drizzled/sql_table.cc:1933
6704
#: drizzled/sql_db.cc:399 drizzled/sql_db.cc:407
6706
msgid "Error while loading database options: '%s':"
6709
#: drizzled/sql_plugin.cc:678
6711
msgid "Plugin '%s' of type %s failed deinitialization"
6714
#: drizzled/sql_plugin.cc:692
6716
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6719
#: drizzled/sql_plugin.cc:812
6721
msgid "Plugin '%s' registration as a %s failed."
6724
#: drizzled/sql_plugin.cc:1066
6725
msgid "plugin-load parameter too long"
6728
#: drizzled/sql_plugin.cc:1126
6730
msgid "Couldn't load plugin named '%s' with soname '%s'."
6733
#: drizzled/sql_plugin.cc:1177
6735
msgid "Forcing shutdown of %d plugins"
6738
#: drizzled/sql_plugin.cc:1199
6740
msgid "Plugin '%s' will be forced to shutdown"
6743
#: drizzled/sql_plugin.cc:1215
6745
msgid "Plugin '%s' has ref_count=%d after shutdown."
6748
#: drizzled/sql_plugin.cc:2464 drizzled/sql_plugin.cc:2527
6750
msgid "Unknown variable type code 0x%x in plugin '%s'."
6753
#: drizzled/sql_plugin.cc:2507
6756
"Server variable %s of plugin %s was forced to be read-only: string variable "
6757
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6760
#: drizzled/sql_plugin.cc:2538
6762
msgid "Missing variable name in plugin '%s'."
6765
#: drizzled/sql_plugin.cc:2555
6767
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6770
#: drizzled/sql_plugin.cc:2674
6772
msgid "Out of memory for plugin '%s'."
6775
#: drizzled/sql_plugin.cc:2681
6777
msgid "Bad options for plugin '%s'."
6780
#: drizzled/sql_plugin.cc:2690
6782
msgid "Parsing options for plugin '%s' failed."
6785
#: drizzled/sql_plugin.cc:2733
6787
msgid "Plugin '%s' has conflicting system variables"
6790
#: drizzled/sql_plugin.cc:2743
6792
msgid "Plugin '%s' disabled by command line option"
6795
#: drizzled/sql_repl.cc:101
6796
msgid "Failed in send_file() while reading file name"
6799
#: drizzled/sql_repl.cc:114
6800
msgid "Failed in send_file() on open of file"
6803
#: drizzled/sql_repl.cc:122
6804
msgid "Failed in send_file() while writing data to client"
6807
#: drizzled/sql_repl.cc:131
6808
msgid "Failed in send_file() while negotiating file transfer close"
6811
#: drizzled/sql_table.cc:82
6813
msgid "Invalid (old?) table or database name '%s'"
6816
#: drizzled/sql_table.cc:2716
3863
6818
msgid "Unknown - internal error %d during operation"
3866
#: ../drizzled/statement/alter_table.cc:1514
6821
#: drizzled/sql_table.cc:5011
6823
msgid "Could not open table %s.%s after rename\n"
6826
#: drizzled/sql_table.cc:5178
3869
6829
"order_st BY ignored because there is a user-defined clustered index in the "
3870
6830
"table '%-.192s'"
3873
#: ../drizzled/sys_var.cc:1526
3875
msgid "Variable named %s already exists!\n"
3878
#: ../drizzled/sys_var.cc:1535
3880
msgid "Could not add Variable: %s\n"
3883
#: ../drizzled/sys_var.cc:1633
3884
msgid "Failed to initialize system variables"
3887
#: ../drizzled/table.cc:1690
3889
msgid "Got error %d when reading table '%s'"
3892
#: ../drizzled/table/instance/base.cc:1883
6833
#: drizzled/sql_udf.cc:39
6834
msgid "Can't allocate memory for udf structures"
6837
#: drizzled/table.cc:507
6840
"'%s' had no or invalid character set, and default character set is multi-"
6841
"byte, so character column sizes may have changed"
6844
#: drizzled/table.cc:2082
3894
6846
msgid "Unknown collation '%s' in table '%-.64s' definition"
3897
#: ../drizzled/table/instance/base.cc:1890
6849
#: drizzled/table.cc:2089
3900
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
6852
"Table '%-.64s' was created with a different version of MySQL and cannot be "
3904
#: ../drizzled/tztime.cc:170
6856
#: drizzled/table.cc:2700
6859
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6863
#: drizzled/table.cc:2726
6866
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6867
"have type %s, found type %s."
6870
#: drizzled/table.cc:2735
6873
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6874
"position %d to have character set '%s' but the type has no character set."
6877
#: drizzled/table.cc:2745
6880
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6881
"position %d to have character set '%s' but found character set '%s'."
6884
#: drizzled/table.cc:2756
6887
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6888
"have type %s but the column is not found."
6891
#: drizzled/table.cc:5182
6893
msgid "Got error %d when reading table '%s'"
6896
#: drizzled/tztime.cc:1054
3906
6898
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3909
#: ../plugin/auth_file/auth_file.cc:227
3911
msgid "Could not load auth file: %s\n"
3914
#: ../plugin/auth_file/auth_file.cc:243
3915
msgid "File to load for usernames and passwords"
3918
#: ../plugin/auth_http/auth_http.cc:135
3920
"auth_http plugin loaded but required option url not specified. Against which "
3921
"URL are you intending on authenticating?\n"
3924
#: ../plugin/auth_http/auth_http.cc:151
3925
msgid "URL for HTTP Auth check"
3928
#: ../plugin/auth_ldap/auth_ldap.cc:291
3930
msgid "Reconnect failed: %s\n"
3933
#: ../plugin/auth_ldap/auth_ldap.cc:310
3935
msgid "ldap_search_ext_s failed: %s\n"
3938
#: ../plugin/auth_ldap/auth_ldap.cc:416
3940
msgid "Could not load auth ldap: %s\n"
3943
#: ../plugin/auth_ldap/auth_ldap.cc:437
3944
msgid "URI of the LDAP server to contact"
3947
#: ../plugin/auth_ldap/auth_ldap.cc:439
3948
msgid "DN to use when binding to the LDAP server"
3951
#: ../plugin/auth_ldap/auth_ldap.cc:441
3952
msgid "Password to use when binding the DN"
3955
#: ../plugin/auth_ldap/auth_ldap.cc:443
3956
msgid "DN to use when searching"
3959
#: ../plugin/auth_ldap/auth_ldap.cc:445
3960
msgid "Attribute in LDAP with plain text password"
3963
#: ../plugin/auth_ldap/auth_ldap.cc:447
3964
msgid "Attribute in LDAP with MySQL hashed password"
3967
#: ../plugin/auth_ldap/auth_ldap.cc:449
3968
msgid "How often to empty the users cache, 0 to disable"
3971
#: ../plugin/blitzdb/ha_blitz.cc:1507
3972
msgid "Estimated number of rows that a BlitzDB table will store."
3975
#: ../plugin/console/console.cc:379
3976
msgid "Enable the console."
3979
#: ../plugin/console/console.cc:382
3980
msgid "Turn on extra debugging."
3983
#: ../plugin/console/console.cc:385
3984
msgid "User to use for auth."
3987
#: ../plugin/console/console.cc:388
3988
msgid "Password to use for auth."
3991
#: ../plugin/console/console.cc:391
3993
msgid "Default catalog to use."
3996
#: ../plugin/console/console.cc:394
3998
msgid "Default schema to use."
4001
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
4003
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
4007
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
4008
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
4009
msgid "Connect Timeout."
4012
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
4013
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
4014
msgid "Read Timeout."
4017
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
4018
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
4019
msgid "Write Timeout."
4022
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
4023
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
4024
msgid "Retry Count."
4027
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
4028
#: ../plugin/mysql_protocol/mysql_protocol.cc:1030
4029
msgid "Buffer length."
4032
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
4033
#: ../plugin/mysql_protocol/mysql_protocol.cc:1033
4034
msgid "Address to bind to."
4037
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
4038
#: ../plugin/mysql_protocol/mysql_protocol.cc:1036
4039
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
4040
msgid "Maximum simultaneous connections."
4043
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
4044
#: ../plugin/mysql_protocol/mysql_protocol.cc:1039
4045
msgid "A restrictive IP address list for incoming admin connections."
4048
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4049
msgid "Failed to send error message to libnotify\n"
4052
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
6901
#: plugin/errmsg_stderr/errmsg_stderr.cc:76
4053
6902
msgid "Error Messages to stderr"
4056
#: ../plugin/filtered_replicator/filtered_replicator.cc:578
4057
msgid "Comma-separated list of schemas to exclude"
4060
#: ../plugin/filtered_replicator/filtered_replicator.cc:581
4061
msgid "Comma-separated list of tables to exclude"
4064
#: ../plugin/filtered_replicator/filtered_replicator.cc:584
4065
msgid "Regular expression to apply to schemas to exclude"
4068
#: ../plugin/filtered_replicator/filtered_replicator.cc:587
4069
msgid "Regular expression to apply to tables to exclude"
4072
#: ../plugin/haildb/haildb_engine.cc:1080
4073
#: ../plugin/haildb/haildb_engine.cc:1218
4074
#: ../plugin/haildb/haildb_engine.cc:1248
4076
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4079
#: ../plugin/haildb/haildb_engine.cc:1099
4081
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4084
#: ../plugin/haildb/haildb_engine.cc:1197
4085
#: ../plugin/haildb/haildb_engine.cc:1310
4086
#: ../plugin/haildb/haildb_engine.cc:1491
4087
#: ../plugin/haildb/haildb_engine.cc:2157
4089
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4092
#: ../plugin/haildb/haildb_engine.cc:1349
4093
#: ../plugin/haildb/haildb_engine.cc:1365
4095
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4098
#: ../plugin/haildb/haildb_engine.cc:3403
4100
msgid "Error starting HailDB %d (%s)\n"
4103
#: ../plugin/haildb/haildb_engine.cc:3432
4104
msgid "Disable HailDB adaptive hash index (enabled by default)."
4107
#: ../plugin/haildb/haildb_engine.cc:3434
4108
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4111
#: ../plugin/haildb/haildb_engine.cc:3437
4113
"Size of a memory pool HailDB uses to store data dictionary information and "
4114
"other internal data structures."
4117
#: ../plugin/haildb/haildb_engine.cc:3440
4118
msgid "Data file autoextend increment in megabytes"
4121
#: ../plugin/haildb/haildb_engine.cc:3443
4123
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4127
#: ../plugin/haildb/haildb_engine.cc:3446
4128
msgid "The common part for HailDB table spaces."
4131
#: ../plugin/haildb/haildb_engine.cc:3448
4132
msgid "Disable HailDB checksums validation (enabled by default)."
4135
#: ../plugin/haildb/haildb_engine.cc:3450
4136
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4139
#: ../plugin/haildb/haildb_engine.cc:3453
4140
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4143
#: ../plugin/haildb/haildb_engine.cc:3456
4145
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4146
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4149
#: ../plugin/haildb/haildb_engine.cc:3459
4150
msgid "Stores each HailDB table to an .ibd file in the database dir."
4153
#: ../plugin/haildb/haildb_engine.cc:3462
4154
msgid "File format to use for new tables in .ibd files."
4157
#: ../plugin/haildb/haildb_engine.cc:3465
4159
"Set to 0 (write and flush once per second),1 (write and flush at each "
4160
"commit) or 2 (write at commit, flush once per second)."
4163
#: ../plugin/haildb/haildb_engine.cc:3468
4164
msgid "With which method to flush data."
4167
#: ../plugin/haildb/haildb_engine.cc:3471
4169
"Helps to save your data in case the disk image of the database becomes "
4173
#: ../plugin/haildb/haildb_engine.cc:3474
4174
msgid "Path to individual files and their sizes."
4177
#: ../plugin/haildb/haildb_engine.cc:3477
4178
msgid "Path to HailDB log files."
4181
#: ../plugin/haildb/haildb_engine.cc:3480
4182
msgid "Size of each log file in a log group."
4185
#: ../plugin/haildb/haildb_engine.cc:3483
4187
"Number of log files in the log group. HailDB writes to the files in a "
4188
"circular fashion. Value 3 is recommended here."
4191
#: ../plugin/haildb/haildb_engine.cc:3486
4193
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4194
"rolled back. Values above 100000000 disable the timeout."
4197
#: ../plugin/haildb/haildb_engine.cc:3489
4199
"The size of the buffer which HailDB uses to write log to the log files on "
4203
#: ../plugin/haildb/haildb_engine.cc:3492
4205
"Sets the point in the LRU list from where all pages are classified as old "
4209
#: ../plugin/haildb/haildb_engine.cc:3495
4211
"Milliseconds between accesses to a block at which it is made young. "
4212
"0=disabled (Advanced users)"
4215
#: ../plugin/haildb/haildb_engine.cc:3498
4216
msgid "Percentage of dirty pages allowed in bufferpool."
4219
#: ../plugin/haildb/haildb_engine.cc:3501
4220
msgid "Desired maximum length of the purge queue (0 = no limit)"
4223
#: ../plugin/haildb/haildb_engine.cc:3504
4225
"Roll back the complete transaction on lock wait timeout, for 4.x "
4226
"compatibility (disabled by default)"
4229
#: ../plugin/haildb/haildb_engine.cc:3507
4230
msgid "How many files at the maximum HailDB keeps open at the same time."
4233
#: ../plugin/haildb/haildb_engine.cc:3510
4234
msgid "Number of background read I/O threads in HailDB."
4237
#: ../plugin/haildb/haildb_engine.cc:3513
4238
msgid "Number of background write I/O threads in HailDB."
4241
#: ../plugin/haildb/haildb_engine.cc:3515
4243
"Disable if you want to reduce the number of messages written to the log "
4244
"(default: enabled)."
4247
#: ../plugin/haildb/haildb_engine.cc:3518
4248
msgid "Enable SHOW HAILDB STATUS output in the log"
4251
#: ../plugin/haildb/haildb_engine.cc:3521
4252
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4255
#: ../plugin/haildb/haildb_engine.cc:3523
4257
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4260
#: ../plugin/hello_events/hello_events.cc:401
4261
msgid "Enable Example Events Plugin"
4264
#: ../plugin/hello_events/hello_events.cc:404
4265
#: ../plugin/hello_events/hello_events.cc:407
4266
msgid "A comma delimited list of databases to watch"
4269
#: ../plugin/hello_events/hello_events.cc:410
4270
msgid "Before write row event observer call position"
4273
#: ../plugin/hello_events/hello_events.cc:413
4274
#: ../plugin/pbms/src/parameters_ms.cc:461
4275
msgid "Before update row event observer call position"
4278
#: ../plugin/hello_events/hello_events.cc:416
4279
msgid "After drop database event observer call position"
4282
#: ../plugin/hello_events/hello_events.cc:427
4283
msgid "An example events Plugin"
4286
#: ../plugin/innobase/handler/data_dictionary.cc:760
4288
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4291
#: ../plugin/innobase/handler/ha_innodb.cc:1914
4293
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4297
#: ../plugin/innobase/handler/ha_innodb.cc:2179
4299
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4303
#: ../plugin/innobase/handler/ha_innodb.cc:2223
4306
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4307
"or its equivalent numeric id"
4310
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4311
msgid "Do not use Native AIO library for IO, even if available"
4314
#: ../plugin/innobase/handler/ha_innodb.cc:9375
4315
msgid "Enable internal replication log."
4318
#: ../plugin/innobase/handler/ha_innodb.cc:9378
4320
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4321
"rolled back. Values above 100000000 disable the timeout."
4324
#: ../plugin/innobase/handler/ha_innodb.cc:9381
4325
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4328
#: ../plugin/innobase/handler/ha_innodb.cc:9384
4330
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4331
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4334
#: ../plugin/innobase/handler/replication_dictionary.cc:109
4335
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4336
#: ../plugin/transaction_log/print_transaction_message.cc:177
4337
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4339
msgid "Unable to parse transaction. Got error: %s.\n"
4342
#: ../plugin/innobase/srv/srv0start.cc:1034
4343
msgid "InnoDB: cannot determine Mac OS X version!\n"
4346
#: ../plugin/innobase/srv/srv0start.cc:1039
4348
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4349
"InnoDB: making transactions unsafe!\n"
4352
#: ../plugin/innobase/srv/srv0start.cc:1048
4355
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu.\n"
4356
"InnoDB: The sizes should be the same so that on a 64-bit platform you can\n"
4357
"InnoDB: allocate more than 4 GB of memory."
4360
#: ../plugin/innobase/srv/srv0start.cc:1063
4362
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4365
#: ../plugin/innobase/srv/srv0start.cc:1068
4368
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4369
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4370
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4373
#: ../plugin/innobase/srv/srv0start.cc:1078
4375
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4378
#: ../plugin/innobase/srv/srv0start.cc:1083
4380
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4383
#: ../plugin/innobase/srv/srv0start.cc:1088
4385
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4388
#: ../plugin/innobase/srv/srv0start.cc:1092
4390
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4393
#: ../plugin/innobase/srv/srv0start.cc:1097
4395
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4398
#: ../plugin/innobase/srv/srv0start.cc:1167
4400
msgid " InnoDB: Using Linux native AIO\n"
4403
#: ../plugin/logging_gearman/logging_gearman.cc:186
4405
msgid "fail gearman_client_create(): %s"
4408
#: ../plugin/logging_gearman/logging_gearman.cc:197
4410
msgid "fail gearman_client_add_server(): %s"
4413
#: ../plugin/logging_gearman/logging_gearman.cc:302
4414
msgid "Hostname for logging to a Gearman server"
4417
#: ../plugin/logging_gearman/logging_gearman.cc:305
4418
msgid "Gearman Function to send logging to"
4421
#: ../plugin/logging_gearman/logging_gearman.cc:316
4422
msgid "Log queries to a Gearman server"
4425
#: ../plugin/logging_query/logging_query.cc:178
6905
#: plugin/logging_query/logging_query.cc:120
6908
"thread_id=%ld query_id=%ld t_connect=%lld t_start=%lld t_lock=%lld command=%."
6909
"*s rows_sent=%ld rows_examined=%u\n"
6910
" db=\"%.*s\" query=\"%.*s\"\n"
6913
#: plugin/logging_query/logging_query.cc:161
4427
6915
msgid "fail open() fn=%s er=%s\n"
4430
#: ../plugin/logging_query/logging_query.cc:319
4431
msgid "Enable logging to CSV file"
4434
#: ../plugin/logging_query/logging_query.cc:322
6918
#: plugin/logging_query/logging_query.cc:201
4435
6919
msgid "File to log to"
4438
#: ../plugin/logging_query/logging_query.cc:325
4439
msgid "PCRE to match the query against"
4442
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
6922
#: plugin/logging_query/logging_query.cc:210
6923
msgid "Enable logging"
6926
#: plugin/logging_query/logging_query.cc:219
6927
msgid "Disable after this many seconds. Zero for forever"
6930
#: plugin/logging_query/logging_query.cc:232
4443
6931
msgid "Threshold for logging slow queries, in microseconds"
4446
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
6934
#: plugin/logging_query/logging_query.cc:245
4447
6935
msgid "Threshold for logging big queries, for rows returned"
4450
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
6938
#: plugin/logging_query/logging_query.cc:258
4451
6939
msgid "Threshold for logging big queries, for rows examined"
4454
#: ../plugin/logging_query/logging_query.cc:345
4455
msgid "Log queries to a CSV file"
4458
#: ../plugin/logging_stats/logging_stats.cc:373
4459
msgid "Max number of users that will be logged"
4462
#: ../plugin/logging_stats/logging_stats.cc:376
4463
msgid "Max number of range locks to use for Scoreboard"
4466
#: ../plugin/logging_stats/logging_stats.cc:379
4467
msgid "Max number of concurrent sessions that will be logged"
4470
#: ../plugin/logging_stats/logging_stats.cc:380
4471
msgid "Enable Logging Statistics Collection"
4474
#: ../plugin/logging_stats/logging_stats.cc:389
4475
msgid "User Statistics as DATA_DICTIONARY tables"
4478
#: ../plugin/md5/md5.cc:99
4479
msgid "libgcrypt library version mismatch\n"
4482
#: ../plugin/memcached_query_cache/memcached_qc.cc:388
4483
#: ../plugin/memcached_stats/memcached_stats.cc:87
4484
msgid "List of memcached servers."
4487
#: ../plugin/memcached_query_cache/memcached_qc.cc:391
4488
msgid "Expiry time of memcached entries"
4491
#: ../plugin/memcached_query_cache/memcached_qc.cc:394
4492
msgid "Enable Memcached Query Cache"
4495
#: ../plugin/memcached_stats/analysis_table.cc:78
4496
#: ../plugin/memcached_stats/stats_table.cc:144
4497
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4500
#: ../plugin/memcached_stats/memcached_stats.cc:98
4501
msgid "Memcached Stats as I_S tables"
4504
#: ../plugin/memcached_stats/stats_table.cc:74
4507
"Unable get stats from memcached server %s. Got error from "
4508
"memcached_stat_servername()."
4511
#: ../plugin/memcached_stats/stats_table.cc:151
4512
msgid "Unable to create memcached struct. Got error from memcached_create()."
4515
#: ../plugin/memcached_stats/stats_table.cc:159
4518
"Unable to create memcached server list. Got error from "
4519
"memcached_servers_parse(%s)."
4522
#: ../plugin/multi_thread/multi_thread.cc:62
4523
msgid "Session killed before thread could execute"
4526
#: ../plugin/multi_thread/multi_thread.cc:109
4527
msgid "Unable to get thread stack size\n"
4530
#: ../plugin/multi_thread/multi_thread.cc:211
4531
msgid "Maximum number of user threads available."
4534
#: ../plugin/myisam/ha_myisam.cc:532
4536
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4539
#: ../plugin/myisam/ha_myisam.cc:536
6942
#: plugin/logging_query/logging_query.cc:281
6943
msgid "Log queries to a file"
6946
#: storage/myisam/ha_myisam.cc:448
6948
msgid "Got an error from thread_id=%lu, %s:%d"
6951
#: storage/myisam/ha_myisam.cc:451
4541
6953
msgid "Got an error from unknown thread, %s:%d"
4544
#: ../plugin/myisam/ha_myisam.cc:542
6956
#: storage/myisam/ha_myisam.cc:456
4545
6957
msgid "Unknown thread accessing table"
4548
#: ../plugin/myisam/ha_myisam.cc:1506
4550
"Don't use the fast sort index method to created index if the temporary file "
4551
"would get bigger than this."
4554
#: ../plugin/myisam/ha_myisam.cc:1509
4556
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4557
"when creating indexes with CREATE INDEX or ALTER TABLE."
4560
#: ../plugin/myisam/my_handler_errors.cc:42
6960
#: storage/myisam/my_handler_errors.c:32
4561
6961
msgid "Didn't find key on read or update"
4564
#: ../plugin/myisam/my_handler_errors.cc:43
6964
#: storage/myisam/my_handler_errors.c:34
4565
6965
msgid "Duplicate key on write or update"
4568
#: ../plugin/myisam/my_handler_errors.cc:44
6968
#: storage/myisam/my_handler_errors.c:36
4569
6969
msgid "Internal (unspecified) error in handler"
4572
#: ../plugin/myisam/my_handler_errors.cc:46
6972
#: storage/myisam/my_handler_errors.c:38
4574
6974
"Someone has changed the row since it was read (while the table was locked to "
4578
#: ../plugin/myisam/my_handler_errors.cc:48
6978
#: storage/myisam/my_handler_errors.c:41
4579
6979
msgid "Wrong index given to function"
4582
#: ../plugin/myisam/my_handler_errors.cc:49
6982
#: storage/myisam/my_handler_errors.c:43
6983
msgid "Undefined handler error 125"
6986
#: storage/myisam/my_handler_errors.c:45
4583
6987
msgid "Index file is crashed"
4586
#: ../plugin/myisam/my_handler_errors.cc:50
6990
#: storage/myisam/my_handler_errors.c:47
4587
6991
msgid "Record file is crashed"
4590
#: ../plugin/myisam/my_handler_errors.cc:51
6994
#: storage/myisam/my_handler_errors.c:49
4591
6995
msgid "Out of memory in engine"
4594
#: ../plugin/myisam/my_handler_errors.cc:52
6998
#: storage/myisam/my_handler_errors.c:51
6999
msgid "Undefined handler error 129"
7002
#: storage/myisam/my_handler_errors.c:53
4595
7003
msgid "Incorrect file format"
4598
#: ../plugin/myisam/my_handler_errors.cc:53
7006
#: storage/myisam/my_handler_errors.c:55
4599
7007
msgid "Command not supported by database"
4602
#: ../plugin/myisam/my_handler_errors.cc:54
7010
#: storage/myisam/my_handler_errors.c:57
4603
7011
msgid "Old database file"
4606
#: ../plugin/myisam/my_handler_errors.cc:55
7014
#: storage/myisam/my_handler_errors.c:59
4607
7015
msgid "No record read before update"
4610
#: ../plugin/myisam/my_handler_errors.cc:56
7018
#: storage/myisam/my_handler_errors.c:61
4611
7019
msgid "Record was already deleted (or record file crashed)"
4614
#: ../plugin/myisam/my_handler_errors.cc:57
7022
#: storage/myisam/my_handler_errors.c:63
4615
7023
msgid "No more room in record file"
4618
#: ../plugin/myisam/my_handler_errors.cc:58
7026
#: storage/myisam/my_handler_errors.c:65
4619
7027
msgid "No more room in index file"
4622
#: ../plugin/myisam/my_handler_errors.cc:59
7030
#: storage/myisam/my_handler_errors.c:67
4623
7031
msgid "No more records (read after end of file)"
4626
#: ../plugin/myisam/my_handler_errors.cc:60
7034
#: storage/myisam/my_handler_errors.c:69
4627
7035
msgid "Unsupported extension used for table"
4630
#: ../plugin/myisam/my_handler_errors.cc:61
7038
#: storage/myisam/my_handler_errors.c:71
4631
7039
msgid "Too big row"
4634
#: ../plugin/myisam/my_handler_errors.cc:62
7042
#: storage/myisam/my_handler_errors.c:73
4635
7043
msgid "Wrong create options"
4638
#: ../plugin/myisam/my_handler_errors.cc:63
7046
#: storage/myisam/my_handler_errors.c:75
4639
7047
msgid "Duplicate unique key or constraint on write or update"
4642
#: ../plugin/myisam/my_handler_errors.cc:64
7050
#: storage/myisam/my_handler_errors.c:77
4643
7051
msgid "Unknown character set used in table"
4646
#: ../plugin/myisam/my_handler_errors.cc:65
7054
#: storage/myisam/my_handler_errors.c:79
4647
7055
msgid "Conflicting table definitions in sub-tables of MERGE table"
4650
#: ../plugin/myisam/my_handler_errors.cc:66
7058
#: storage/myisam/my_handler_errors.c:81
4651
7059
msgid "Table is crashed and last repair failed"
4654
#: ../plugin/myisam/my_handler_errors.cc:67
7062
#: storage/myisam/my_handler_errors.c:83
4655
7063
msgid "Table was marked as crashed and should be repaired"
4658
#: ../plugin/myisam/my_handler_errors.cc:68
7066
#: storage/myisam/my_handler_errors.c:85
4659
7067
msgid "Lock timed out; Retry transaction"
4662
#: ../plugin/myisam/my_handler_errors.cc:69
7070
#: storage/myisam/my_handler_errors.c:87
4663
7071
msgid "Lock table is full; Restart program with a larger locktable"
4666
#: ../plugin/myisam/my_handler_errors.cc:70
7074
#: storage/myisam/my_handler_errors.c:89
4667
7075
msgid "Updates are not allowed under a read only transactions"
4670
#: ../plugin/myisam/my_handler_errors.cc:71
7078
#: storage/myisam/my_handler_errors.c:91
4671
7079
msgid "Lock deadlock; Retry transaction"
4674
#: ../plugin/myisam/my_handler_errors.cc:72
7082
#: storage/myisam/my_handler_errors.c:93
4675
7083
msgid "Foreign key constraint is incorrectly formed"
4678
#: ../plugin/myisam/my_handler_errors.cc:73
7086
#: storage/myisam/my_handler_errors.c:95
4679
7087
msgid "Cannot add a child row"
4682
#: ../plugin/myisam/my_handler_errors.cc:74
7090
#: storage/myisam/my_handler_errors.c:97
4683
7091
msgid "Cannot delete a parent row"
4686
#: ../plugin/myisam/my_handler_errors.cc:75
7094
#: storage/myisam/my_handler_errors.c:99
4687
7095
msgid "No savepoint with that name"
4690
#: ../plugin/myisam/my_handler_errors.cc:76
7098
#: storage/myisam/my_handler_errors.c:101
4691
7099
msgid "Non unique key block size"
4694
#: ../plugin/myisam/my_handler_errors.cc:77
7102
#: storage/myisam/my_handler_errors.c:103
4695
7103
msgid "The table does not exist in engine"
4698
#: ../plugin/myisam/my_handler_errors.cc:78
7106
#: storage/myisam/my_handler_errors.c:105
4699
7107
msgid "The table already existed in storage engine"
4702
#: ../plugin/myisam/my_handler_errors.cc:79
7110
#: storage/myisam/my_handler_errors.c:107
4703
7111
msgid "Could not connect to storage engine"
4706
#: ../plugin/myisam/my_handler_errors.cc:80
7114
#: storage/myisam/my_handler_errors.c:109
4707
7115
msgid "Unexpected null pointer found when using spatial index"
4710
#: ../plugin/myisam/my_handler_errors.cc:81
7118
#: storage/myisam/my_handler_errors.c:111
4711
7119
msgid "The table changed in storage engine"
4714
#: ../plugin/myisam/my_handler_errors.cc:82
7122
#: storage/myisam/my_handler_errors.c:113
4715
7123
msgid "There's no partition in table for the given value"
4718
#: ../plugin/myisam/my_handler_errors.cc:83
7126
#: storage/myisam/my_handler_errors.c:115
4719
7127
msgid "Row-based binlogging of row failed"
4722
#: ../plugin/myisam/my_handler_errors.cc:84
7130
#: storage/myisam/my_handler_errors.c:117
4723
7131
msgid "Index needed in foreign key constraint"
4726
#: ../plugin/myisam/my_handler_errors.cc:85
7134
#: storage/myisam/my_handler_errors.c:119
4727
7135
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4730
#: ../plugin/myisam/my_handler_errors.cc:86
7138
#: storage/myisam/my_handler_errors.c:121
4731
7139
msgid "Table needs to be upgraded before it can be used"
4734
#: ../plugin/myisam/my_handler_errors.cc:87
7142
#: storage/myisam/my_handler_errors.c:123
4735
7143
msgid "Table is read only"
4738
#: ../plugin/myisam/my_handler_errors.cc:88
7146
#: storage/myisam/my_handler_errors.c:125
4739
7147
msgid "Failed to get next auto increment value"
4742
#: ../plugin/myisam/my_handler_errors.cc:89
7150
#: storage/myisam/my_handler_errors.c:127
4743
7151
msgid "Failed to set row auto increment value"
4746
#: ../plugin/myisam/my_handler_errors.cc:90
7154
#: storage/myisam/my_handler_errors.c:129
4747
7155
msgid "Unknown (generic) error from engine"
4750
#: ../plugin/myisam/my_handler_errors.cc:91
7158
#: storage/myisam/my_handler_errors.c:131
4751
7159
msgid "Record is the same"
4754
#: ../plugin/myisam/my_handler_errors.cc:92
7162
#: storage/myisam/my_handler_errors.c:133
4755
7163
msgid "It is not possible to log this statement"
4758
#: ../plugin/myisam/my_handler_errors.cc:93
7166
#: storage/myisam/my_handler_errors.c:135
4759
7167
msgid "Tablespace exists"
4762
#: ../plugin/myisam/my_handler_errors.cc:94
7170
#: storage/myisam/my_handler_errors.c:137
4763
7171
msgid "The event was corrupt, leading to illegal data being read"
4766
#: ../plugin/myisam/my_handler_errors.cc:95
7174
#: storage/myisam/my_handler_errors.c:139
4767
7175
msgid "The table is of a new format not supported by this version"
4770
#: ../plugin/myisam/my_handler_errors.cc:96
4771
msgid "The event could not be processed no other handler error happened"
4774
#: ../plugin/myisam/my_handler_errors.cc:97
4775
msgid "Got a fatal error during initialzation of handler"
4778
#: ../plugin/myisam/my_handler_errors.cc:98
7178
#: storage/myisam/my_handler_errors.c:141
7179
msgid "The event could not be processed no other hanlder error happened"
7182
#: storage/myisam/my_handler_errors.c:143
7183
msgid "Got a fatal error during initialzaction of handler"
7186
#: storage/myisam/my_handler_errors.c:145
4779
7187
msgid "File to short; Expected more data in file"
4782
#: ../plugin/myisam/my_handler_errors.cc:99
7190
#: storage/myisam/my_handler_errors.c:147
4783
7191
msgid "Read page with wrong checksum"
4786
#. TODO: get a better message for these
4787
#: ../plugin/myisam/my_handler_errors.cc:101
7194
#: storage/myisam/my_handler_errors.c:149
4788
7195
msgid "Lock or active transaction"
4791
#: ../plugin/myisam/my_handler_errors.cc:102
7198
#: storage/myisam/my_handler_errors.c:151
4792
7199
msgid "No such table space"
4795
#: ../plugin/myisam/my_handler_errors.cc:103
7202
#: storage/myisam/my_handler_errors.c:153
4796
7203
msgid "Tablespace not empty"
4799
#: ../plugin/mysql_protocol/mysql_protocol.cc:1014
4801
"Port number to use for connection or 0 for default to with MySQL protocol."
4804
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:83
4806
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4807
"the file is stale and should be removed?"
4810
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:168
4811
msgid "Path used for MySQL UNIX Socket Protocol."
4814
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:170
4815
msgid "Clobber socket file if one is there already."
4818
#: ../plugin/pbms/src/parameters_ms.cc:426
4819
msgid "Port number to use for connection or 0 for default PBMS port "
4822
#: ../plugin/pbms/src/parameters_ms.cc:429
4823
msgid "The maximum size of a BLOB repository file."
4826
#: ../plugin/pbms/src/parameters_ms.cc:432
4827
msgid "The maximum size of a temorary BLOB log file."
4830
#: ../plugin/pbms/src/parameters_ms.cc:435
4832
"A ':' delimited list of metadata header names to be used to initialize the "
4833
"pbms_metadata_header table when a database is created."
4836
#: ../plugin/pbms/src/parameters_ms.cc:439
4837
msgid "The percentage of garbage in a repository file before it is compacted."
4840
#: ../plugin/pbms/src/parameters_ms.cc:442
4842
"The timeout, in seconds, for temporary BLOBs. Uploaded blob data is removed "
4843
"after this time, unless committed to the database."
4846
#: ../plugin/pbms/src/parameters_ms.cc:445
4848
"The timeout, in milli-seconds, before the HTTP server will close an inactive "
4852
#: ../plugin/pbms/src/parameters_ms.cc:448
4853
msgid "The next backup ID to use when backing up a PBMS database."
4856
#: ../plugin/pbms/src/parameters_ms.cc:451
4858
"A comma delimited list of tables to watch of the format: <database>."
4862
#: ../plugin/pbms/src/parameters_ms.cc:453
4863
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
4866
#: ../plugin/pbms/src/parameters_ms.cc:457
4867
msgid "Before insert row event observer call position"
4870
#: ../plugin/rabbitmq/rabbitmq_handler.cc:53
4871
msgid "Could not open socket, is rabbitmq running?"
4874
#: ../plugin/rabbitmq/rabbitmq_log.cc:72
4875
msgid "Failed to allocate enough memory to transaction message\n"
4878
#: ../plugin/rabbitmq/rabbitmq_log.cc:117
4880
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
4883
#: ../plugin/rabbitmq/rabbitmq_log.cc:130
4885
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
4888
#: ../plugin/rabbitmq/rabbitmq_log.cc:155
4889
msgid "Host name to connect to"
4892
#: ../plugin/rabbitmq/rabbitmq_log.cc:158
4893
msgid "Port to connect to"
4896
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
4897
msgid "RabbitMQ virtualhost"
4900
#: ../plugin/rabbitmq/rabbitmq_log.cc:164
4901
msgid "RabbitMQ username"
4904
#: ../plugin/rabbitmq/rabbitmq_log.cc:167
4905
msgid "RabbitMQ password"
4908
#: ../plugin/rabbitmq/rabbitmq_log.cc:170
4909
#: ../plugin/transaction_log/module.cc:270
4910
msgid "Name of the replicator plugin to use (default='default_replicator')"
4913
#: ../plugin/rabbitmq/rabbitmq_log.cc:173
4914
msgid "Name of RabbitMQ exchange to publish to"
4917
#: ../plugin/rabbitmq/rabbitmq_log.cc:176
4918
msgid "Name of RabbitMQ routing key to use"
4921
#: ../plugin/session_dictionary/processlist.cc:78
4925
#: ../plugin/syslog/errmsg.cc:42 ../plugin/syslog/logging.cc:55
4927
msgid "syslog facility \"%s\" not known, using \"local0\""
4930
#: ../plugin/syslog/errmsg.cc:50
4932
msgid "syslog priority \"%s\" not known, using \"warn\""
4935
#: ../plugin/syslog/logging.cc:63
4937
msgid "syslog priority \"%s\" not known, using \"info\""
4940
#: ../plugin/syslog/module.cc:95
4941
msgid "Syslog Ident"
4944
#: ../plugin/syslog/module.cc:98
4945
msgid "Syslog Facility"
4948
#: ../plugin/syslog/module.cc:101
4949
msgid "Enable logging to syslog of the query log"
4952
#: ../plugin/syslog/module.cc:104
4953
msgid "Syslog Priority of query logging"
4956
#: ../plugin/syslog/module.cc:116
4957
msgid "Enable logging to syslog of the error messages"
4960
#: ../plugin/syslog/module.cc:119
4961
msgid "Syslog Priority of error messages"
4964
#: ../plugin/transaction_log/background_worker.cc:77
4966
msgid "Unable to create background worker thread. Got error %s.\n"
4969
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
4970
#: ../plugin/transaction_log/print_transaction_message.cc:106
4971
#: ../plugin/transaction_log/transaction_log_reader.cc:97
4973
msgid "Failed to open transaction log file %s. Got error: %s\n"
4976
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
4977
#: ../plugin/transaction_log/print_transaction_message.cc:169
4978
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4979
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:155
4981
msgid "Could not read transaction message.\n"
4984
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
4985
#: ../plugin/transaction_log/print_transaction_message.cc:170
4986
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4988
msgid "GPB ERROR: %s.\n"
4991
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
4992
#: ../plugin/transaction_log/print_transaction_message.cc:171
4993
#: ../plugin/transaction_log/transaction_log_reader.cc:154
4995
msgid "Raw buffer read: %s.\n"
4998
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
4999
#: ../plugin/transaction_log/print_transaction_message.cc:179
5000
#: ../plugin/transaction_log/transaction_log_reader.cc:163
5002
msgid "BUFFER: %s\n"
5005
#: ../plugin/transaction_log/module.cc:171
5007
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5010
#: ../plugin/transaction_log/module.cc:180
5012
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5015
#: ../plugin/transaction_log/module.cc:192
5017
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5020
#: ../plugin/transaction_log/module.cc:201
5022
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5025
#: ../plugin/transaction_log/module.cc:216
5027
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5030
#: ../plugin/transaction_log/module.cc:258
5031
msgid "DEBUGGING - Truncate transaction log"
5034
#: ../plugin/transaction_log/module.cc:261
5035
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5038
#: ../plugin/transaction_log/module.cc:264
5039
msgid "Enable transaction log"
5042
#: ../plugin/transaction_log/module.cc:267
5043
msgid "Path to the file to use for transaction log"
5046
#: ../plugin/transaction_log/module.cc:273
5048
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5049
"each transaction write, 2 == sync log file once per second"
5052
#: ../plugin/transaction_log/module.cc:276
5053
msgid "Number of slots for in-memory write buffers (default=8)."
5056
#: ../plugin/transaction_log/print_transaction_message.cc:135
5058
msgid "GPB message is not a valid type.\n"
5061
#: ../plugin/transaction_log/print_transaction_message.cc:155
5063
msgid "GPB message is not a valid size.\n"
5066
#: ../plugin/transaction_log/transaction_log.cc:114
5067
msgid "Failed to open transaction log file "
5070
#: ../plugin/transaction_log/transaction_log.cc:215
5073
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5074
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5077
#: ../plugin/transaction_log/transaction_log.cc:236
5079
msgid "Failed to sync log file. Got error: %s\n"
5082
#: ../plugin/transaction_log/transaction_log_reader.cc:119
5083
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:120
5085
msgid "Attempted to read record bigger than INT_MAX\n"
5088
#: ../plugin/transaction_log/transaction_log_reader.cc:139
5090
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
5093
#: ../plugin/transaction_log/transaction_log_reader.cc:174
5095
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
5098
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:67
5099
msgid "Cannot open file: "
5102
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:77
5103
msgid "Could not skip to position "
5106
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:114
5107
msgid "Found a non-transaction message in log. Currently, not supported.\n"
5110
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:140
5111
msgid "Memory allocation failure trying to allocate "
5114
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:142
5118
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:156
5122
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:162
5128
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:170
5129
msgid "Unable to parse command. Got error: "
5132
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:179
5139
#: ../plugin/transaction_log/utilities/transaction_reader.cc:580
5141
msgid "Display help and exit"
5142
msgstr "이 도움말을 표시합니다."
5144
#: ../plugin/transaction_log/utilities/transaction_reader.cc:581
5145
msgid "Read from the innodb transaction log"
5148
#: ../plugin/transaction_log/utilities/transaction_reader.cc:587
5149
msgid "Password to use when connecting to server"
5152
#: ../plugin/transaction_log/utilities/transaction_reader.cc:590
5153
msgid "Perform checksum"
5156
#: ../plugin/transaction_log/utilities/transaction_reader.cc:591
5157
msgid "Ignore event messages"
5160
#: ../plugin/transaction_log/utilities/transaction_reader.cc:592
5161
msgid "Transaction log file"
5164
#: ../plugin/transaction_log/utilities/transaction_reader.cc:593
5165
msgid "Print raw Protobuf messages instead of SQL"
5168
#: ../plugin/transaction_log/utilities/transaction_reader.cc:596
5169
msgid "Start reading from the given file position"
5172
#: ../plugin/transaction_log/utilities/transaction_reader.cc:599
5173
msgid "Only output for the given transaction ID and later"
5176
#: ../plugin/transaction_log/utilities/transaction_reader.cc:602
5177
msgid "Only output for the given transaction ID"
5180
#: ../plugin/transaction_log/utilities/transaction_reader.cc:603
5181
msgid "Summarize message contents"
5184
#: ../plugin/transaction_log/utilities/transaction_reader.cc:637
5185
msgid "Cannot use --start-pos and --transaction-id together\n"
5188
#: ../plugin/transaction_log/utilities/transaction_reader.cc:643
5189
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
5192
#: ../plugin/transaction_log/utilities/transaction_reader.cc:753
5193
msgid "Checksum failed. Wanted "
5196
#: ../plugin/transaction_log/utilities/transaction_reader.cc:755
5201
#~ msgid "--help : Display help and exit\n"
5202
#~ msgstr "이 도움말을 표시합니다."
5204
#~ msgid "Use compression in server/client protocol."
5205
#~ msgstr "서버/클라이언트 프로토콜에서 압축 사용"
5208
#~ msgid "Print the default settings and exit"
5209
#~ msgstr "종료시에 일부 디버그 정보 표시"
7207
#~ "Switch to another charset. Might be needed for processing binlog with "
7208
#~ "multi-byte charsets."
7210
#~ "다른 문자셋으로 변경. 멀티 바이트 문자셋으로 binlog를 처리해야할 수도 있습"