330
#: ../client/drizzle.cc:1355
332
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
333
msgstr "Lumpuhkan pelaman, cetak ke stdout."
335
#: ../client/drizzle.cc:1357
319
#: client/drizzle.cc:1361
321
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
322
"option deprecated; use --disable-pager instead."
325
#: client/drizzle.cc:1364 client/drizzleadmin.cc:79
327
"Password to use when connecting to server. If password is not given it's "
328
"asked from the tty."
331
#: client/drizzle.cc:1366
333
"Port number to use for connection or 0 for default to, in order of "
334
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
337
#: client/drizzle.cc:1367
338
msgid "built-in default"
341
#: client/drizzle.cc:1370
336
342
msgid "Set the drizzle prompt to this value."
339
#: ../client/drizzle.cc:1359
345
#: client/drizzle.cc:1373
346
msgid "The protocol of connection (tcp,socket,pipe,memory)."
349
#: client/drizzle.cc:1376
341
351
"Don't cache result, print it row by row. This may slow down the server if "
342
352
"the output is suspended. Doesn't use history file."
345
#: ../client/drizzle.cc:1361
355
#: client/drizzle.cc:1378
346
356
msgid "Write fields without conversion. Used with --batch."
349
#: ../client/drizzle.cc:1362
350
msgid "Do not reconnect if the connection is lost."
353
#: ../client/drizzle.cc:1364
354
msgid "Shutdown the server"
357
#: ../client/drizzle.cc:1365
359
#: client/drizzle.cc:1381
361
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
362
"option is enabled by default."
365
#: client/drizzle.cc:1383
359
367
"Be more silent. Print results with a tab as separator, each row on new line."
362
#: ../client/drizzle.cc:1367
370
#: client/drizzle.cc:1385
371
msgid "Socket file to use for connection."
374
#: client/drizzle.cc:1388
375
msgid "Output in table format."
378
#: client/drizzle.cc:1391
364
380
"Append everything into outfile. See interactive help (\\h) also. Does not "
365
381
"work in batch mode. Disable with --disable-tee. This option is disabled by "
369
#: ../client/drizzle.cc:1369
370
msgid "Disable outfile. See interactive help (\\h) also."
373
#: ../client/drizzle.cc:1371
385
#: client/drizzle.cc:1393
387
"Disable outfile. See interactive help (\\h) also. WARNING: option "
388
"deprecated; use --disable-tee instead"
391
#: client/drizzle.cc:1396 client/drizzleadmin.cc:89
392
msgid "User for login if not current user."
395
#: client/drizzle.cc:1399
396
msgid "Only allow UPDATE and DELETE that uses keys."
399
#: client/drizzle.cc:1402
400
msgid "Synonym for option --safe-updates, -U."
403
#: client/drizzle.cc:1405
404
msgid "Write more. (-v -v -v gives the table output format)."
407
#: client/drizzle.cc:1407 client/drizzleadmin.cc:94 drizzled/drizzled.cc:3647
408
msgid "Output version information and exit."
411
#: client/drizzle.cc:1409 client/drizzleadmin.cc:96
412
msgid "Wait and retry if connection is down."
415
#: client/drizzle.cc:1412
374
416
msgid "Number of seconds before connection timeout."
377
#: ../client/drizzle.cc:1373
378
msgid "Max length of input line"
381
#: ../client/drizzle.cc:1375
419
#: client/drizzle.cc:1417
420
msgid "Max packet length to send to, or receive from server"
423
#: client/drizzle.cc:1422
424
msgid "Buffer for TCP/IP and socket communication"
427
#: client/drizzle.cc:1426
382
428
msgid "Automatic limit for SELECT when using --safe-updates"
385
#: ../client/drizzle.cc:1377
431
#: client/drizzle.cc:1431
386
432
msgid "Automatic limit for rows in a join when using --safe-updates"
389
#: ../client/drizzle.cc:1380 ../client/drizzledump.cc:553
390
msgid "Options specific to the client"
393
#: ../client/drizzle.cc:1383
394
msgid "Connect to host"
397
#: ../client/drizzle.cc:1385
399
"Password to use when connecting to server. If password is not given it's "
400
"asked from the tty."
403
#: ../client/drizzle.cc:1387
405
"Port number to use for connection or 0 for default to, in order of "
406
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
409
#: ../client/drizzle.cc:1393 ../client/drizzledump.cc:562
410
#: ../plugin/transaction_log/utilities/transaction_reader.cc:583
411
msgid "User for login if not current user."
414
#: ../client/drizzle.cc:1395 ../client/drizzledump.cc:564
415
#: ../plugin/transaction_log/utilities/transaction_reader.cc:589
416
msgid "The protocol of connection (mysql or drizzle)."
419
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:576
420
msgid "Allowed Options"
423
#: ../client/drizzle.cc:1463 ../client/drizzle.cc:1470
425
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
427
"Ralat penyediaan ruang ingatan dalam membina prompt permulaan. Sedang "
430
#: ../client/drizzle.cc:1534 ../client/drizzle.cc:3791
435
#: client/drizzle.cc:1435
436
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
439
#: client/drizzle.cc:1448
441
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
444
#: client/drizzle.cc:1455
447
"Copyright (C) 2000-2008 MySQL AB\n"
448
" This software comes with ABSOLUTELY NO "
449
"WARRANTY. This is free software,\n"
450
" and you are welcome to modify and redistribute it under the GPL license\n"
453
#: client/drizzle.cc:1459
455
msgid "Usage: %s [OPTIONS] [database]\n"
458
#: client/drizzle.cc:1492
431
459
msgid "DELIMITER cannot contain a backslash character"
434
#: ../client/drizzle.cc:1613 ../client/drizzledump.cc:675
435
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:623
436
#: ../client/drizzletest.cc:5659
437
msgid "Error: Unknown protocol"
440
#: ../client/drizzle.cc:1627
442
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
445
#: ../client/drizzle.cc:1673 ../client/drizzle.cc:4081
447
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
450
#: ../client/drizzle.cc:1679
453
"Copyright (C) 2008 Sun Microsystems\n"
454
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
455
"and you are welcome to modify and redistribute it under the GPL license\n"
458
#: ../client/drizzle.cc:1684
460
msgid "Usage: drizzle [OPTIONS] [schema]\n"
463
#: ../client/drizzle.cc:1738
465
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
466
msgstr "Selamat datang ke klien Drizzle.. Arahan berakhir dengan ; atau \\g"
468
#: ../client/drizzle.cc:1747
471
"Your Drizzle connection id is %u\n"
472
"Connection protocol: %s\n"
473
"Server version: %s\n"
475
"Id sambungan Drizzle anda ialah %u\n"
476
"Versi pelayan: %s\n"
478
#: ../client/drizzle.cc:1781
480
msgid "Reading history-file %s\n"
481
msgstr "Sedang membaca fail sejarah %s\n"
483
#: ../client/drizzle.cc:1785
485
msgid "Couldn't allocate memory for temp histfile!\n"
486
msgstr "Tidak boleh menyediakan ruang ingatan untuk fail sejarah sementara!\n"
488
#: ../client/drizzle.cc:1792
489
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
491
"Taip 'help;' atau '\\h' untuk bantuan. Taip '\\c' untuk membersihkan "
494
#: ../client/drizzle.cc:1802
498
#: ../client/drizzle.cc:1815
500
msgid "Writing history-file %s\n"
501
msgstr "Sedang menulis fail sejarah %s\n"
503
#: ../client/drizzle.cc:1823
505
msgstr "Dihenti paksa"
507
#: ../client/drizzle.cc:1823
509
msgstr "Selamat tinggal."
511
#: ../client/drizzle.cc:1873
512
msgid "Query aborted by Ctrl+C\n"
513
msgstr "Pertanyaan dihentikan dengan Ctrl+C\n"
515
#: ../client/drizzle.cc:1957
517
msgid "Processing line: %<PRIu32>\n"
520
#: ../client/drizzle.cc:2175
521
msgid "Unknown command: "
524
#: ../client/drizzle.cc:2346
525
msgid "Not found a delimiter within max_input_line of input"
528
#: ../client/drizzle.cc:2592
462
#: client/drizzle.cc:1513
464
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
467
#: client/drizzle.cc:1536
469
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
472
#: client/drizzle.cc:1540
474
msgid "WARNING: --server-arg option not supported in this configuration.\n"
477
#: client/drizzle.cc:1912
479
msgid "Unknown command '\\%c'."
482
#: client/drizzle.cc:2339
530
484
"Reading table information for completion of table and column names\n"
531
"You can turn off this feature to get a quicker startup with -A\n"
485
" You can turn off this feature to get a quicker startup with -A\n"
535
#: ../client/drizzle.cc:2631
489
#: client/drizzle.cc:2436
536
490
msgid "No connection. Trying to reconnect..."
539
#: ../client/drizzle.cc:2637
493
#: client/drizzle.cc:2442
540
494
msgid "Can't connect to the server\n"
543
#: ../client/drizzle.cc:2721
497
#: client/drizzle.cc:2499
501
#: client/drizzle.cc:2499
505
#: client/drizzle.cc:2550
510
#: client/drizzle.cc:2551
517
#: client/drizzle.cc:2553
524
#: client/drizzle.cc:2566
525
msgid "Many help items for your request exist."
528
#: client/drizzle.cc:2567
530
"To make a more specific request, please type 'help <item>',\n"
531
"where <item> is one of the following"
534
#: client/drizzle.cc:2573
536
msgid "You asked for help about help category: '%s'\n"
539
#: client/drizzle.cc:2574
541
"For more information, type 'help <item>', where <item> is one of the "
545
#: client/drizzle.cc:2587
551
#: client/drizzle.cc:2588
552
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
555
#: client/drizzle.cc:2610
544
556
msgid "List of all Drizzle commands:"
547
#: ../client/drizzle.cc:2725
559
#: client/drizzle.cc:2612
560
msgid "Note that all text commands must be first on line and end with ';'"
563
#: client/drizzle.cc:2623
550
"Note that all text commands must be first on line and end with '%s' or \\g"
553
#: ../client/drizzle.cc:2783
566
"For server side help, type 'help contents'\n"
569
#: client/drizzle.cc:2648
570
msgid "Usage: \\C char_setname | charset charset_name"
573
#: client/drizzle.cc:2658
574
msgid "Charset changed"
577
#: client/drizzle.cc:2660
578
msgid "Charset is not found"
581
#: client/drizzle.cc:2691
554
582
msgid "No query specified\n"
557
#: ../client/drizzle.cc:2798
585
#: client/drizzle.cc:2706
558
586
msgid "Ignoring query to other database"
561
#: ../client/drizzle.cc:2848
589
#: client/drizzle.cc:2755
562
590
msgid "Empty set"
565
#: ../client/drizzle.cc:2861
593
#: client/drizzle.cc:2768
567
595
msgid "%ld row in set"
568
596
msgid_plural "%ld rows in set"
572
#: ../client/drizzle.cc:2870
600
#: client/drizzle.cc:2777
576
#: ../client/drizzle.cc:2872
604
#: client/drizzle.cc:2779
578
606
msgid "Query OK, %ld row affected"
579
607
msgid_plural "Query OK, %ld rows affected"
583
#: ../client/drizzle.cc:2944
584
msgid "popen() failed! defaulting PAGER to stdout!\n"
587
#: ../client/drizzle.cc:2966
589
msgid "Error logging to file '%s'\n"
592
#: ../client/drizzle.cc:2971
594
msgid "Logging to file '%s'\n"
595
msgstr "Sedang membaca fail sejarah %s\n"
597
#: ../client/drizzle.cc:3055
606
"Collation: %s (%u)\n"
614
#: ../client/drizzle.cc:3522
616
msgid "No previous outfile available, you must give a filename!\n"
619
#: ../client/drizzle.cc:3527
621
msgid "Currently logging to file '%s'\n"
624
#: ../client/drizzle.cc:3547
626
msgid "No outfile specified!\n"
629
#: ../client/drizzle.cc:3560
630
msgid "Outfile disabled.\n"
633
#: ../client/drizzle.cc:3587
635
msgid "Default pager wasn't set, using stdout.\n"
636
msgstr "Lumpuhkan pelaman, cetak ke stdout."
638
#: ../client/drizzle.cc:3607
640
msgid "PAGER set to '%s'\n"
643
#: ../client/drizzle.cc:3618
644
msgid "PAGER set to stdout\n"
647
#: ../client/drizzle.cc:3701
649
msgid "Connection id: %u"
652
#: ../client/drizzle.cc:3703
654
msgid "Current schema: %.128s\n"
657
#: ../client/drizzle.cc:3704
662
#: ../client/drizzle.cc:3724
663
msgid "Usage: \\. <filename> | source <filename>"
666
#: ../client/drizzle.cc:3739
668
msgid "Failed to open file '%s', error: %d"
671
#: ../client/drizzle.cc:3747
672
msgid "Can't initialize LineBuffer"
675
#: ../client/drizzle.cc:3783
676
msgid "DELIMITER must be followed by a 'delimiter' character or string"
679
#: ../client/drizzle.cc:3816
680
msgid "USE must be followed by a schema name"
683
#: ../client/drizzle.cc:3884
684
msgid "Schema changed"
687
#: ../client/drizzle.cc:3930
689
msgid "Show warnings enabled."
690
msgstr "Paparkan amaran selepas setiap kenyataan."
692
#: ../client/drizzle.cc:3938
694
msgid "Show warnings disabled."
695
msgstr "Paparkan amaran selepas setiap kenyataan."
697
#: ../client/drizzle.cc:4088
701
"Connection id:\t\t%lu\n"
704
#: ../client/drizzle.cc:4100
706
msgid "Current schema:\t%s\n"
709
#: ../client/drizzle.cc:4101
711
msgid "Current user:\t\t%s\n"
714
#: ../client/drizzle.cc:4107
715
msgid "SSL:\t\t\tNot in use"
718
#: ../client/drizzle.cc:4112
724
#: ../client/drizzle.cc:4119
727
"All updates ignored to this schema\n"
730
#: ../client/drizzle.cc:4122
732
msgid "Current pager:\t\t%s\n"
735
#: ../client/drizzle.cc:4123
737
msgid "Using outfile:\t\t'%s'\n"
740
#: ../client/drizzle.cc:4124
742
msgid "Using delimiter:\t%s\n"
745
#: ../client/drizzle.cc:4125
747
msgid "Server version:\t\t%s\n"
750
#: ../client/drizzle.cc:4126
752
msgid "Protocol:\t\t%s\n"
755
#: ../client/drizzle.cc:4127
757
msgid "Protocol version:\t%d\n"
760
#: ../client/drizzle.cc:4128
762
msgid "Connection:\t\t%s\n"
765
#: ../client/drizzle.cc:4135
767
msgid "UNIX socket:\t\t%s\n"
770
#: ../client/drizzle.cc:4137
772
msgid "TCP port:\t\t%d\n"
775
#: ../client/drizzle.cc:4142
778
"Note that you are running in safe_update_mode:\n"
781
#: ../client/drizzle.cc:4144
784
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
786
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
788
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
789
" Max number of examined row combination in a join is set to: %"
794
#: ../client/drizzle.cc:4206 ../drizzled/option.cc:339
611
#: client/drizzleadmin.cc:81 drizzled/drizzled.cc:3438
613
"Port number to use for connection or 0 for default to, in order of "
614
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
617
#: client/drizzleadmin.cc:86
618
msgid "Silently exit if one can't connect to server."
621
#: client/drizzleadmin.cc:92
622
msgid "Write more information."
625
#: client/drizzleadmin.cc:259
628
"connect to server at '%s' failed\n"
632
#: client/drizzleadmin.cc:265
634
msgid "Check that drizzled is running on %s"
637
#: client/drizzleadmin.cc:266
639
msgid " and that the port is %d.\n"
642
#: client/drizzleadmin.cc:268
644
msgid "You can check this by doing 'telnet %s %d'\n"
647
#: client/drizzleadmin.cc:279
649
msgid "Got error: %s\n"
652
#: client/drizzleadmin.cc:286
653
msgid "Waiting for Drizzle server to answer"
656
#: client/drizzleadmin.cc:319
658
msgid "shutting down drizzled...\n"
661
#: client/drizzleadmin.cc:323
663
msgid "shutdown failed; error: '%s'"
666
#: client/drizzleadmin.cc:330
671
#: client/drizzleadmin.cc:340
672
msgid "drizzled is alive"
675
#: client/drizzleadmin.cc:348
676
msgid "connection was down, but drizzled is now alive"
679
#: client/drizzleadmin.cc:352
681
msgid "drizzled doesn't answer to ping, error: '%s'"
684
#: client/drizzleadmin.cc:361
686
msgid "Unknown command: '%-.60s'"
689
#: client/drizzleadmin.cc:370
691
msgid "%s Ver %s Distrib %s, for %s on %s\n"
694
#: client/drizzleadmin.cc:377
695
msgid "Copyright (C) 2000-2008 MySQL AB"
698
#: client/drizzleadmin.cc:378
700
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
701
"and you are welcome to modify and redistribute it under the GPL license\n"
704
#: client/drizzleadmin.cc:379
705
msgid "Administration program for the drizzled daemon."
708
#: client/drizzleadmin.cc:380
710
msgid "Usage: %s [OPTIONS] command command....\n"
713
#: client/drizzleadmin.cc:382
715
" ping Check if server is down\n"
716
" shutdown Take server down\n"
719
#: libdrizzle/client.c:679
721
msgid "Unknown option to protocol: %s\n"
724
#: libdrizzle/client.c:1159
726
msgid "COLLATION %s is not valid for CHARACTER SET %s"
729
#: libdrizzle/errmsg.c:29
730
msgid "Unknown Drizzle error"
733
#: libdrizzle/errmsg.c:30
735
msgid "Can't create UNIX socket (%d)"
738
#: libdrizzle/errmsg.c:31
740
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
743
#: libdrizzle/errmsg.c:32
745
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
748
#: libdrizzle/errmsg.c:33
750
msgid "Can't create TCP/IP socket (%d)"
753
#: libdrizzle/errmsg.c:34
755
msgid "Unknown Drizzle server host '%-.100s' (%d)"
758
#: libdrizzle/errmsg.c:35
759
msgid "Drizzle server has gone away"
762
#: libdrizzle/errmsg.c:36
764
msgid "Protocol mismatch; server version = %d, client version = %d"
767
#: libdrizzle/errmsg.c:37
768
msgid "Drizzle client ran out of memory"
771
#: libdrizzle/errmsg.c:38
772
msgid "Wrong host info"
775
#: libdrizzle/errmsg.c:39
776
msgid "Localhost via UNIX socket"
779
#: libdrizzle/errmsg.c:40
781
msgid "%-.100s via TCP/IP"
784
#: libdrizzle/errmsg.c:41
785
msgid "Error in server handshake"
788
#: libdrizzle/errmsg.c:42
789
msgid "Lost connection to Drizzle server during query"
792
#: libdrizzle/errmsg.c:43
793
msgid "Commands out of sync; you can't run this command now"
796
#: libdrizzle/errmsg.c:44
798
msgid "Named pipe: %-.32s"
801
#: libdrizzle/errmsg.c:45
803
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
806
#: libdrizzle/errmsg.c:46
808
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
811
#: libdrizzle/errmsg.c:47
813
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
816
#: libdrizzle/errmsg.c:48
818
msgid "Can't initialize character set %-.32s (path: %-.100s)"
821
#: libdrizzle/errmsg.c:49
822
msgid "Got packet bigger than 'max_allowed_packet' bytes"
825
#: libdrizzle/errmsg.c:50
826
msgid "Embedded server"
829
#: libdrizzle/errmsg.c:51
830
msgid "Error on SHOW SLAVE STATUS:"
833
#: libdrizzle/errmsg.c:52
834
msgid "Error on SHOW SLAVE HOSTS:"
837
#: libdrizzle/errmsg.c:53
838
msgid "Error connecting to slave:"
841
#: libdrizzle/errmsg.c:54
842
msgid "Error connecting to master:"
845
#: libdrizzle/errmsg.c:55
846
msgid "SSL connection error"
849
#: libdrizzle/errmsg.c:56
850
msgid "Malformed packet"
853
#: libdrizzle/errmsg.c:57 libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69
854
#: libdrizzle/errmsg.c:70 libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72
855
#: libdrizzle/errmsg.c:73 libdrizzle/errmsg.c:74 libdrizzle/errmsg.c:75
856
#: libdrizzle/errmsg.c:76
857
msgid "(unused error message)"
860
#: libdrizzle/errmsg.c:58
861
msgid "Invalid use of null pointer"
864
#: libdrizzle/errmsg.c:59
865
msgid "Statement not prepared"
868
#: libdrizzle/errmsg.c:60
869
msgid "No data supplied for parameters in prepared statement"
872
#: libdrizzle/errmsg.c:61
873
msgid "Data truncated"
876
#: libdrizzle/errmsg.c:62
877
msgid "No parameters exist in the statement"
880
#: libdrizzle/errmsg.c:63
881
msgid "Invalid parameter number"
884
#: libdrizzle/errmsg.c:64
887
"Can't send long data for non-string/non-binary data types (parameter: %d)"
890
#: libdrizzle/errmsg.c:66
892
msgid "Using unsupported buffer type: %d (parameter: %d)"
895
#: libdrizzle/errmsg.c:67
897
msgid "Shared memory: %-.100s"
900
#: libdrizzle/errmsg.c:77
901
msgid "Wrong or unknown protocol"
904
#: libdrizzle/errmsg.c:78
905
msgid "Invalid connection handle"
908
#: libdrizzle/errmsg.c:79
910
"Connection using old (pre-4.1.1) authentication protocol refused (client "
911
"option 'secure_auth' enabled)"
914
#: libdrizzle/errmsg.c:81
915
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
918
#: libdrizzle/errmsg.c:82
919
msgid "Attempt to read column without prior row fetch"
922
#: libdrizzle/errmsg.c:83
923
msgid "Prepared statement contains no metadata"
926
#: libdrizzle/errmsg.c:84
928
"Attempt to read a row while there is no result set associated with the "
932
#: libdrizzle/errmsg.c:86
933
msgid "This feature is not implemented yet"
936
#: libdrizzle/errmsg.c:87
939
"Lost connection to Drizzle server while waiting for initial communication "
940
"packet, system error: %d"
943
#: libdrizzle/errmsg.c:89
946
"Lost connection to Drizzle server while reading initial communication "
947
"packet, system error: %d"
950
#: libdrizzle/errmsg.c:91
953
"Lost connection to Drizzle server while sending authentication information, "
957
#: libdrizzle/errmsg.c:93
960
"Lost connection to Drizzle server while reading authorization information, "
964
#: libdrizzle/errmsg.c:95
967
"Lost connection to Drizzle server while setting initial database, system "
971
#: libdrizzle/errmsg.c:97
973
msgid "Statement closed indirectly because of a preceeding %s() call"
976
#: libdrizzle/local_infile.c:184 mysys/errors.c:52
978
msgid "File '%s' not found (Errcode: %d)"
981
#: libdrizzle/local_infile.c:215 mysys/errors.c:26
983
msgid "Error reading file '%s' (Errcode: %d)"
988
msgid "Can't create/write to file '%s' (Errcode: %d)"
993
msgid "Error writing file '%s' (Errcode: %d)"
998
msgid "Error on close of '%s' (Errcode: %d)"
1001
#: mysys/errors.c:29
1003
msgid "Out of memory (Needed %u bytes)"
1006
#: mysys/errors.c:30
1008
msgid "Error on delete of '%s' (Errcode: %d)"
1011
#: mysys/errors.c:31
1013
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1016
#: mysys/errors.c:32
1018
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1021
#: mysys/errors.c:33
1023
msgid "Can't lock file (Errcode: %d)"
1026
#: mysys/errors.c:34
1028
msgid "Can't unlock file (Errcode: %d)"
1031
#: mysys/errors.c:35
1033
msgid "Can't read dir of '%s' (Errcode: %d)"
1036
#: mysys/errors.c:36
1038
msgid "Can't get stat of '%s' (Errcode: %d)"
1041
#: mysys/errors.c:37
1043
msgid "Can't change size of file (Errcode: %d)"
1046
#: mysys/errors.c:38
1048
msgid "Can't open stream from handle (Errcode: %d)"
1051
#: mysys/errors.c:39
1053
msgid "Can't get working dirctory (Errcode: %d)"
1056
#: mysys/errors.c:40
1058
msgid "Can't change dir to '%s' (Errcode: %d)"
1061
#: mysys/errors.c:41
1063
msgid "Warning: '%s' had %d links"
1066
#: mysys/errors.c:42
1068
msgid "Warning: %d files and %d streams is left open\n"
1071
#: mysys/errors.c:43
1073
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1076
#: mysys/errors.c:44
1078
msgid "Can't create directory '%s' (Errcode: %d)"
1081
#: mysys/errors.c:45
1084
"Character set '%s' is not a compiled character set and is not specified in "
1088
#: mysys/errors.c:46
1090
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1093
#: mysys/errors.c:47
1095
msgid "Can't read value for symlink '%s' (Error %d)"
1098
#: mysys/errors.c:48
1100
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1103
#: mysys/errors.c:49
1105
msgid "Error on realpath() on '%s' (Error %d)"
1108
#: mysys/errors.c:50
1110
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1113
#: mysys/errors.c:51
1116
"Collation '%s' is not a compiled collation and is not specified in the %s "
1120
#: mysys/errors.c:53
1122
msgid "File '%s' (fileno: %d) was not closed"
1125
#: mysys/my_error.c:86
1127
msgid "Unknown error %d"
1130
#: mysys/my_getopt.c:83
1134
#: mysys/my_getopt.c:85
1138
#: mysys/my_getopt.c:350
1140
msgid "%s: %s: Option '%s' used, but is disabled\n"
1143
#: mysys/my_getopt.c:351
1147
#: mysys/my_getopt.c:351
799
#: ../client/drizzle.cc:4249
801
msgid "ERROR %d (%s): "
804
#: ../client/drizzle.cc:4251
809
#: ../client/drizzle.cc:4254
813
#: ../client/drizzle.cc:4387
817
#: ../client/drizzle.cc:4389
821
#: ../client/drizzle.cc:4395
825
#: ../client/drizzle.cc:4401
829
#: ../client/drizzle.cc:4502
833
#: ../client/drizzle.cc:4622
835
msgid "Returning to default PROMPT of %s\n"
838
#: ../client/drizzle.cc:4627
840
msgid "Memory allocation error. Not changing prompt\n"
842
"Ralat penyediaan ruang ingatan dalam membina prompt permulaan. Sedang "
845
#: ../client/drizzle.cc:4632
847
msgid "PROMPT set to '%s'\n"
850
#: ../client/drizzledump.cc:229
851
msgid "Error inserting into destination database"
854
#: ../client/drizzledump.cc:253
856
msgid "Got errno %d on write"
859
#: ../client/drizzledump.cc:298
862
"%s: You can't use --single-transaction and --lock-all-tables at the same "
866
#: ../client/drizzledump.cc:305
868
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
871
#: ../client/drizzledump.cc:373
872
msgid "-- Retrieving database structures..."
875
#: ../client/drizzledump.cc:485
877
"Dump all the databases. This will be same as --databases with all databases "
881
#: ../client/drizzledump.cc:487
882
msgid "Dump all the tablespaces."
885
#: ../client/drizzledump.cc:489
886
msgid "Use complete insert statements."
889
#: ../client/drizzledump.cc:491
891
"Flush logs file in server before starting dump. Note that if you dump many "
892
"databases at once (using the option --databases= or --all-databases), the "
893
"logs will be flushed for each database dumped. The exception is when using --"
894
"lock-all-tables in this case the logs will be flushed only once, "
895
"corresponding to the moment all tables are locked. So if you want your dump "
896
"and the log flush to happen at the same exact moment you should use --lock-"
897
"all-tables or --flush-logs"
900
#: ../client/drizzledump.cc:493
901
msgid "Continue even if we get an sql-error."
904
#: ../client/drizzledump.cc:494
906
msgid "Display this help message and exit."
907
msgstr "Paparkan bantuan ini dan keluar."
909
#: ../client/drizzledump.cc:496
911
"Locks all tables across all databases. This is achieved by taking a global "
912
"read lock for the duration of the whole dump. Automatically turns --single-"
916
#: ../client/drizzledump.cc:498
918
"Creates a consistent snapshot by dumping all tables in a single transaction. "
919
"Works ONLY for tables stored in storage engines which support "
920
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
921
"be consistent for other storage engines. While a --single-transaction dump "
922
"is in process, to ensure a valid dump file (correct table contents), no "
923
"other connection should use the following statements: ALTER TABLE, DROP "
924
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
928
#: ../client/drizzledump.cc:500
930
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
931
"extended-insert and --disable-keys."
934
#: ../client/drizzledump.cc:501
935
msgid "Overrides option --databases (-B)."
938
#: ../client/drizzledump.cc:503
939
msgid "Number of rows before each output progress report (requires --verbose)."
942
#: ../client/drizzledump.cc:505
943
msgid "Print info about the various stages."
946
#: ../client/drizzledump.cc:507
947
msgid "Turn off Comments"
950
#: ../client/drizzledump.cc:508
951
msgid "Turn off create-options"
954
#: ../client/drizzledump.cc:509
955
msgid "Turn off extended-insert"
958
#: ../client/drizzledump.cc:510
959
msgid "Turn off dump date at the end of the output"
962
#: ../client/drizzledump.cc:511
963
msgid "Do not read from the configuration files"
966
#: ../client/drizzledump.cc:517
967
msgid "Add a 'DROP DATABASE' before each create."
970
#: ../client/drizzledump.cc:518
971
msgid "Do not add a 'drop table' before each create."
974
#: ../client/drizzledump.cc:520
976
"Give less verbose output (useful for debugging). Disables structure comments "
977
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
978
"set-names --skip-disable-keys"
981
#: ../client/drizzledump.cc:522
983
"To dump several databases. Note the difference in usage; In this case no "
984
"tables are given. All name arguments are regarded as databasenames. 'USE "
985
"db_name;' will be included in the output."
988
#: ../client/drizzledump.cc:524
990
"'ALTER TABLE tb_name DISABLE KEYS;' and 'ALTER TABLE tb_name ENABLE KEYS;' "
991
"will not be put in the output."
994
#: ../client/drizzledump.cc:526
996
"Do not dump the specified table. To specify more than one table to ignore, "
997
"use the directive multiple times, once for each table. Each table must be "
998
"specified with both database and table names, e.g. --ignore-table=database."
1002
#: ../client/drizzledump.cc:528
1003
msgid "Insert rows with INSERT IGNORE."
1006
#: ../client/drizzledump.cc:530
1007
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
1010
#: ../client/drizzledump.cc:532
1012
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1013
"above line will be added otherwise, if --databases or --all-databases option "
1017
#: ../client/drizzledump.cc:534
1018
msgid "No row information."
1021
#: ../client/drizzledump.cc:536
1022
msgid "Use REPLACE INTO instead of INSERT INTO."
1025
#: ../client/drizzledump.cc:538
1026
msgid "Where to send output to (stdout|database"
1029
#: ../client/drizzledump.cc:540
1031
"Hostname for destination db server (requires --destination-type=database)"
1034
#: ../client/drizzledump.cc:542
1036
"Port number for destination db server (requires --destination-type=database)"
1039
#: ../client/drizzledump.cc:544
1041
"User name for destination db server (resquires --destination-type=database)"
1044
#: ../client/drizzledump.cc:546
1046
"Password for destination db server (requires --destination-type=database)"
1049
#: ../client/drizzledump.cc:548
1051
"The database in the destination db server (requires --destination-"
1052
"type=database, not for use with --all-databases)"
1055
#: ../client/drizzledump.cc:550
1057
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1061
#: ../client/drizzledump.cc:556
1062
msgid "Connect to host."
1065
#: ../client/drizzledump.cc:558
1067
"Password to use when connecting to server. If password is not given it's "
1068
"solicited on the tty."
1071
#: ../client/drizzledump.cc:560
1072
#: ../plugin/transaction_log/utilities/transaction_reader.cc:585
1073
msgid "Port number to use for connection."
1076
#: ../client/drizzledump.cc:567
1077
msgid "Hidden Options"
1080
#: ../client/drizzledump.cc:569
1081
msgid "Used to select the database"
1084
#: ../client/drizzledump.cc:570
1085
msgid "Used to select the tables"
1088
#: ../client/drizzledump.cc:573
1089
msgid "Allowed Options + Hidden Options"
1092
#: ../client/drizzledump.cc:637
1094
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1097
#: ../client/drizzledump.cc:642
1099
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1100
"and you are welcome to modify and redistribute it under the GPL license\n"
1103
#: ../client/drizzledump.cc:643
1104
msgid "Dumps definitions and data from a Drizzle database server"
1107
#: ../client/drizzledump.cc:644
1109
msgid "Usage: %s [OPTIONS] database [tables]\n"
1112
#: ../client/drizzledump.cc:645
1114
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1117
#: ../client/drizzledump.cc:647
1119
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1122
#: ../client/drizzledump.cc:688 ../client/drizzleimport.cc:484
1123
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5671
1125
msgid "Value supplied for port is not valid.\n"
1128
#: ../client/drizzledump.cc:743
1130
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1133
#: ../client/drizzledump_data.cc:268
1134
msgid "-- Retrieving data for "
1137
#: ../client/drizzledump_data.cc:300
1138
msgid " rows dumped for table "
1141
#: ../client/drizzledump_data.cc:547
1142
msgid "-- Connecting to "
1145
#: ../client/drizzledump_data.cc:547
1146
msgid " using protocol "
1149
#: ../client/drizzledump_data.cc:588 ../client/drizzledump_data.cc:594
1150
#: ../client/drizzledump_data.cc:625 ../client/drizzledump_data.cc:631
1151
msgid "Error executing query: "
1154
#: ../client/drizzledump_data.cc:602
1155
msgid "Could not buffer result: "
1158
#: ../client/drizzledump_data.cc:648
1159
msgid "Error: Could not set db '"
1162
#: ../client/drizzledump_data.cc:662 ../client/drizzledump_data.cc:667
1163
#: ../client/drizzledump_data.cc:673
1167
#: ../client/drizzledump_data.cc:682
1168
msgid "-- Disconnecting from "
1171
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1172
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1173
msgid "-- Retrieving table structures for "
1176
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1177
msgid "-- Retrieving fields for "
1180
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:270
1181
msgid "-- Retrieving indexes for "
1184
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:315
1185
msgid "-- Retrieving foreign keys for "
1188
#: ../client/drizzleslap.cc:2292
1190
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1193
#: ../client/drizzletest.cc:5412
1194
msgid "Error: Invalid Value for opt_max_connect_retries"
1197
#: ../client/drizzletest.cc:5422
1198
msgid "Error: Invalid Value for opt_tail_lines"
1201
#: ../client/drizzletest.cc:5432
1202
msgid "Error: Invalid Value for opt_sleep"
1205
#: ../client/drizzletest.cc:5623
1207
msgid "Could not open '%s' for reading: errno = %d"
1210
#: ../client/drizzletest.cc:5628
1212
msgid "Out of memory"
1215
#: ../drizzled/drizzled.cc:491
1151
#: mysys/my_getopt.c:454
1153
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1156
#: mysys/my_getopt.c:767
1158
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1161
#: mysys/my_getopt.c:948
1163
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1166
#: mysys/my_getopt.c:1170
1168
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1171
#: mysys/my_getopt.c:1190
1175
"Variables (--variable-name=value)\n"
1176
"and boolean options {false|true} Value (after reading options)\n"
1177
"--------------------------------- -----------------------------\n"
1180
#: mysys/my_getopt.c:1206 mysys/my_getopt.c:1222
1181
msgid "(No default value)"
1184
#: mysys/my_getopt.c:1225
1188
#: mysys/my_getopt.c:1225
1192
#: mysys/my_getopt.c:1250
1194
msgid "(Disabled)\n"
1197
#: mysys/my_handler_errors.h:10
1198
msgid "Didn't find key on read or update"
1201
#: mysys/my_handler_errors.h:12
1202
msgid "Duplicate key on write or update"
1205
#: mysys/my_handler_errors.h:14
1206
msgid "Internal (unspecified) error in handler"
1209
#: mysys/my_handler_errors.h:16
1211
"Someone has changed the row since it was read (while the table was locked to "
1215
#: mysys/my_handler_errors.h:18
1216
msgid "Wrong index given to function"
1219
#: mysys/my_handler_errors.h:20
1220
msgid "Undefined handler error 125"
1223
#: mysys/my_handler_errors.h:22
1224
msgid "Index file is crashed"
1227
#: mysys/my_handler_errors.h:24
1228
msgid "Record file is crashed"
1231
#: mysys/my_handler_errors.h:26
1232
msgid "Out of memory in engine"
1235
#: mysys/my_handler_errors.h:28
1236
msgid "Undefined handler error 129"
1239
#: mysys/my_handler_errors.h:30
1240
msgid "Incorrect file format"
1243
#: mysys/my_handler_errors.h:32
1244
msgid "Command not supported by database"
1247
#: mysys/my_handler_errors.h:34
1248
msgid "Old database file"
1251
#: mysys/my_handler_errors.h:36
1252
msgid "No record read before update"
1255
#: mysys/my_handler_errors.h:38
1256
msgid "Record was already deleted (or record file crashed)"
1259
#: mysys/my_handler_errors.h:40
1260
msgid "No more room in record file"
1263
#: mysys/my_handler_errors.h:42
1264
msgid "No more room in index file"
1267
#: mysys/my_handler_errors.h:44
1268
msgid "No more records (read after end of file)"
1271
#: mysys/my_handler_errors.h:46
1272
msgid "Unsupported extension used for table"
1275
#: mysys/my_handler_errors.h:48
1279
#: mysys/my_handler_errors.h:50
1280
msgid "Wrong create options"
1283
#: mysys/my_handler_errors.h:52
1284
msgid "Duplicate unique key or constraint on write or update"
1287
#: mysys/my_handler_errors.h:54
1288
msgid "Unknown character set used in table"
1291
#: mysys/my_handler_errors.h:56
1292
msgid "Conflicting table definitions in sub-tables of MERGE table"
1295
#: mysys/my_handler_errors.h:58
1296
msgid "Table is crashed and last repair failed"
1299
#: mysys/my_handler_errors.h:60
1300
msgid "Table was marked as crashed and should be repaired"
1303
#: mysys/my_handler_errors.h:62
1304
msgid "Lock timed out; Retry transaction"
1307
#: mysys/my_handler_errors.h:64
1308
msgid "Lock table is full; Restart program with a larger locktable"
1311
#: mysys/my_handler_errors.h:66
1312
msgid "Updates are not allowed under a read only transactions"
1315
#: mysys/my_handler_errors.h:68
1316
msgid "Lock deadlock; Retry transaction"
1319
#: mysys/my_handler_errors.h:70
1320
msgid "Foreign key constraint is incorrectly formed"
1323
#: mysys/my_handler_errors.h:72
1324
msgid "Cannot add a child row"
1327
#: mysys/my_handler_errors.h:74
1328
msgid "Cannot delete a parent row"
1331
#: mysys/my_handler_errors.h:76
1332
msgid "No savepoint with that name"
1335
#: mysys/my_handler_errors.h:78
1336
msgid "Non unique key block size"
1339
#: mysys/my_handler_errors.h:80
1340
msgid "The table does not exist in engine"
1343
#: mysys/my_handler_errors.h:82
1344
msgid "The table already existed in storage engine"
1347
#: mysys/my_handler_errors.h:84
1348
msgid "Could not connect to storage engine"
1351
#: mysys/my_handler_errors.h:86
1352
msgid "Unexpected null pointer found when using spatial index"
1355
#: mysys/my_handler_errors.h:88
1356
msgid "The table changed in storage engine"
1359
#: mysys/my_handler_errors.h:90
1360
msgid "There's no partition in table for the given value"
1363
#: mysys/my_handler_errors.h:92
1364
msgid "Row-based binlogging of row failed"
1367
#: mysys/my_handler_errors.h:94
1368
msgid "Index needed in foreign key constraint"
1371
#: mysys/my_handler_errors.h:96
1372
msgid "Upholding foreign key constraints would lead to a duplicate key error"
1375
#: mysys/my_handler_errors.h:98
1376
msgid "Table needs to be upgraded before it can be used"
1379
#: mysys/my_handler_errors.h:100
1380
msgid "Table is read only"
1383
#: mysys/my_handler_errors.h:102
1384
msgid "Failed to get next auto increment value"
1387
#: mysys/my_handler_errors.h:104
1388
msgid "Failed to set row auto increment value"
1391
#: mysys/my_handler_errors.h:106
1392
msgid "Unknown (generic) error from engine"
1395
#: mysys/my_handler_errors.h:108
1396
msgid "Record is the same"
1399
#: mysys/my_handler_errors.h:110
1400
msgid "It is not possible to log this statement"
1403
#: mysys/my_handler_errors.h:112
1404
msgid "Tablespace exists"
1407
#: mysys/my_handler_errors.h:114
1408
msgid "The event was corrupt, leading to illegal data being read"
1411
#: mysys/my_handler_errors.h:116
1412
msgid "The table is of a new format not supported by this version"
1415
#: mysys/my_handler_errors.h:118
1416
msgid "The event could not be processed no other hanlder error happened"
1419
#: mysys/my_handler_errors.h:120
1420
msgid "Got a fatal error during initialzaction of handler"
1423
#: mysys/my_handler_errors.h:122
1424
msgid "File to short; Expected more data in file"
1427
#: mysys/my_handler_errors.h:124
1428
msgid "Read page with wrong checksum"
1431
#: mysys/my_handler_errors.h:126
1432
msgid "Lock or active transaction"
1435
#: mysys/my_handler_errors.h:128
1436
msgid "No such table space"
1439
#: mysys/my_handler_errors.h:130
1440
msgid "Tablespace not empty"
1443
#: drizzled/authentication.cc:46 drizzled/handler.cc:362
1444
#: drizzled/sql_plugin.cc:790 drizzled/sql_show.cc:4655
1445
#: drizzled/sql_udf.cc:100
1447
msgid "Plugin '%s' init function returned error."
1450
#: drizzled/drizzled.cc:559
1452
msgid "Got error %d from pthread_cond_timedwait"
1455
#: drizzled/drizzled.cc:699 drizzled/drizzled.cc:1788
1456
msgid "Can't create thread to kill server"
1459
#: drizzled/drizzled.cc:766
1461
msgid "Got signal %d from thread %ld"
1464
#: drizzled/drizzled.cc:800
1216
1465
msgid "Aborting\n"
1219
#: ../drizzled/drizzled.cc:550
1468
#: drizzled/drizzled.cc:997
1220
1469
msgid "One can only use the --user switch if running as root\n"
1223
#: ../drizzled/drizzled.cc:557
1472
#: drizzled/drizzled.cc:1005
1225
1474
"Fatal error: Please read \"Security\" section of the manual to find out how "
1226
"to run drizzled as root!\n"
1475
"to run mysqld as root!\n"
1229
#: ../drizzled/drizzled.cc:577
1478
#: drizzled/drizzled.cc:1029
1232
1481
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1236
#: ../drizzled/drizzled.cc:602
1237
msgid "Set process group ID failed"
1240
#: ../drizzled/drizzled.cc:607
1241
msgid "Set process user ID failed"
1244
#: ../drizzled/drizzled.cc:619
1245
msgid "Process chroot failed"
1248
#: ../drizzled/drizzled.cc:739
1249
msgid "Error: Invalid Value for auto_increment_increment"
1252
#: ../drizzled/drizzled.cc:750
1253
msgid "Error: Invalid Value for auto_increment_offset"
1256
#: ../drizzled/drizzled.cc:761
1257
msgid "Error: Invalid Value for completion_type"
1260
#: ../drizzled/drizzled.cc:773
1261
msgid "Error: Invalid Value for div-precision-increment"
1264
#: ../drizzled/drizzled.cc:784
1265
msgid "Error: Invalid Value for group_concat_max_len"
1268
#: ../drizzled/drizzled.cc:795
1269
msgid "Error: Invalid Value for join_buffer_size"
1272
#: ../drizzled/drizzled.cc:807
1273
msgid "Error: Invalid Value for max_allowed_packet"
1276
#: ../drizzled/drizzled.cc:819
1277
msgid "Error: Invalid Value for max_error_count"
1280
#: ../drizzled/drizzled.cc:830
1281
msgid "Error: Invalid Value for max_heap_table_size"
1284
#: ../drizzled/drizzled.cc:842
1285
msgid "Error: Invalid Value for min_examined_row_limit"
1288
#: ../drizzled/drizzled.cc:853
1289
msgid "Error: Invalid Value for max_join_size"
1292
#: ../drizzled/drizzled.cc:864
1293
msgid "Error: Invalid Value for max_length_for_sort_data"
1296
#: ../drizzled/drizzled.cc:875
1297
msgid "Error: Invalid Value for max_seeks_for_key"
1300
#: ../drizzled/drizzled.cc:886
1301
msgid "Error: Invalid Value for max_sort_length"
1304
#: ../drizzled/drizzled.cc:897
1305
msgid "Error: Invalid Value for optimizer_search_depth"
1308
#: ../drizzled/drizzled.cc:908
1309
msgid "Error: Invalid Value for preload_buff_size"
1312
#: ../drizzled/drizzled.cc:919
1313
msgid "Error: Invalid Value for query_alloc_block_size"
1316
#: ../drizzled/drizzled.cc:931
1317
msgid "Error: Invalid Value for query_prealloc_size"
1320
#: ../drizzled/drizzled.cc:943
1321
msgid "Error: Invalid Value for range_alloc_block_size"
1324
#: ../drizzled/drizzled.cc:955
1325
msgid "Error: Invalid Value for read_buff_size"
1328
#: ../drizzled/drizzled.cc:967
1329
msgid "Error: Invalid Value for read_rnd_buff_size"
1332
#: ../drizzled/drizzled.cc:978
1333
msgid "Error: Invalid Value for sort_buff_size"
1336
#: ../drizzled/drizzled.cc:989
1337
msgid "Error: Invalid Value for table_def_size"
1340
#: ../drizzled/drizzled.cc:1000
1341
msgid "Error: Invalid Value for table_cache_size"
1344
#: ../drizzled/drizzled.cc:1011 ../drizzled/drizzled.cc:1027
1345
msgid "Error: Invalid Value for table_lock_wait_timeout"
1348
#: ../drizzled/drizzled.cc:1038
1350
"Error: Invalid Value for transaction_message_threshold valid values are "
1351
"between 131072 - 1048576 bytes"
1354
#: ../drizzled/drizzled.cc:1096
1356
msgid "Defaults file '%s' not found\n"
1359
#: ../drizzled/drizzled.cc:1138
1485
#: drizzled/drizzled.cc:1204
1487
msgid "Retrying bind on TCP/IP port %u"
1490
#: drizzled/drizzled.cc:1210
1491
msgid "Can't start server: Bind on TCP/IP port"
1494
#: drizzled/drizzled.cc:1211
1496
msgid "Do you already have another drizzled server running on port: %d ?"
1499
#: drizzled/drizzled.cc:1217
1500
msgid "Can't start server: listen() on TCP/IP port"
1503
#: drizzled/drizzled.cc:1218
1505
msgid "listen() on TCP/IP failed with error %d"
1508
#: drizzled/drizzled.cc:1436
1513
#: drizzled/drizzled.cc:1454
1516
"We will try our best to scrape up some info that will hopefully help "
1518
"the problem, but since we have already crashed, something is definitely "
1520
"and this may fail.\n"
1524
#: drizzled/drizzled.cc:1465
1527
"It is possible that mysqld could use up to \n"
1528
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1530
"Hope that's ok; if not, decrease some variables in the equation.\n"
1534
#: drizzled/drizzled.cc:1483
1537
"Attempting backtrace. You can use the following information to find out\n"
1538
"where mysqld died. If you see no messages after this, something went\n"
1539
"terribly wrong...\n"
1542
#: drizzled/drizzled.cc:1511
1545
"Trying to get some variables.\n"
1546
"Some pointers may be invalid and cause the dump to abort...\n"
1549
#: drizzled/drizzled.cc:1523
1553
"This crash occured while the server was calling initgroups(). This is\n"
1554
"often due to the use of a drizzled that is statically linked against glibc\n"
1555
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1556
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1557
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1558
"drizzled that is not statically linked.\n"
1561
#: drizzled/drizzled.cc:1538
1565
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1566
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1567
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1568
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1569
"the documentation for your distribution on how to do that.\n"
1572
#: drizzled/drizzled.cc:1551
1576
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1577
"unreliable and unstable on some operating systems and operating-system\n"
1578
"versions (notably, some versions of Linux). This crash could be due to use\n"
1579
"of those buggy OS calls. You should consider whether you really need the\n"
1580
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1584
#: drizzled/drizzled.cc:1566
1586
msgid "Writing a core file\n"
1589
#: drizzled/drizzled.cc:1613
1591
"setrlimit could not change the size of core files to 'infinity'; We may not "
1592
"be able to generate a core file on signals"
1595
#: drizzled/drizzled.cc:1681
1597
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1600
#: drizzled/drizzled.cc:1769
1602
msgid "Got signal %d to shutdown mysqld"
1605
#: drizzled/drizzled.cc:1815
1607
msgid "Got signal: %d error: %d"
1610
#: drizzled/drizzled.cc:1954
1612
msgid "Wrong date/time format specifier: %s\n"
1615
#: drizzled/drizzled.cc:2083
1361
1617
msgid "gethostname failed, using '%s' as hostname"
1364
#: ../drizzled/drizzled.cc:1152 ../drizzled/drizzled.cc:1739
1365
msgid "Display this help and exit."
1366
msgstr "Paparkan bantuan ini dan keluar."
1368
#: ../drizzled/drizzled.cc:1156
1369
msgid "Configuration file to use"
1372
#: ../drizzled/drizzled.cc:1158
1373
msgid "Base location for config files"
1376
#: ../drizzled/drizzled.cc:1160 ../drizzled/drizzled.cc:1927
1377
msgid "Directory for plugins."
1380
#: ../drizzled/drizzled.cc:1165 ../drizzled/drizzled.cc:1931
1382
"Optional comma separated list of plugins to load at startup in addition to "
1383
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1386
#: ../drizzled/drizzled.cc:1169 ../drizzled/drizzled.cc:1937
1388
"Optional comma separated list of plugins to not load at startup. Effectively "
1389
"removes a plugin from the list of plugins to be loaded. [for example: --"
1390
"plugin_remove=crc32,logger_gearman]"
1393
#: ../drizzled/drizzled.cc:1173 ../drizzled/drizzled.cc:1943
1395
"Optional comma separated list of plugins to load at starup instead of the "
1396
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1399
#: ../drizzled/drizzled.cc:1180 ../drizzled/drizzled.cc:1743
1620
#: drizzled/drizzled.cc:2147
1623
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1626
#: drizzled/drizzled.cc:2152
1629
"Could not increase number of max_open_files to more than %u (request: %u)"
1632
#: drizzled/drizzled.cc:2233
1634
msgid "Unknown locale: '%s'"
1637
#: drizzled/drizzled.cc:2253
1639
"Although a path was specified for the --log option, log tables are used. To "
1640
"enable logging to files use the --log-output option."
1643
#: drizzled/drizzled.cc:2260
1645
"Although a path was specified for the --log-slow-queries option, log tables "
1646
"are used. To enable logging to files use the --log-output=file option."
1649
#: drizzled/drizzled.cc:2328
1650
msgid "Can't create thread-keys"
1653
#: drizzled/drizzled.cc:2375
1654
msgid "Out of memory"
1657
#: drizzled/drizzled.cc:2382
1658
msgid "You need to use --log-bin to make --binlog-format work."
1661
#: drizzled/drizzled.cc:2404
1663
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1664
"impossible, it would lead to infinite loops in this server."
1667
#: drizzled/drizzled.cc:2424
1670
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1671
"replication may break when this Drizzle server acts as a master and has his "
1672
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1675
#: drizzled/drizzled.cc:2458
1676
msgid "Failed to initialize plugins."
1679
#: drizzled/drizzled.cc:2489
1682
"%s: Too many arguments (first extra is '%s').\n"
1683
"Use --verbose --help to get a list of available options\n"
1686
#: drizzled/drizzled.cc:2499
1687
msgid "Can't init databases"
1690
#: drizzled/drizzled.cc:2522
1692
msgid "Unknown/unsupported table type: %s"
1695
#: drizzled/drizzled.cc:2528
1697
msgid "Default storage engine (%s) is not available"
1700
#: drizzled/drizzled.cc:2551
1701
msgid "Can't initialize tc_log"
1704
#: drizzled/drizzled.cc:2582
1706
msgid "Failed to lock memory. Errno: %d\n"
1709
#: drizzled/drizzled.cc:2652
1711
msgid "Asked for %u thread stack, but got %llu"
1714
#: drizzled/drizzled.cc:2688
1716
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1717
"value: we force server id to 1; updates will be logged to the binary log, "
1718
"but connections from slaves will not be accepted."
1721
#: drizzled/drizzled.cc:2746
1722
msgid "Before Lock_thread_count"
1725
#: drizzled/drizzled.cc:2753
1726
msgid "After lock_thread_count"
1729
#: drizzled/drizzled.cc:2862
1731
msgid "drizzled: Got error %d from select"
1734
#: drizzled/drizzled.cc:3117 drizzled/drizzled.cc:3236
1735
#: drizzled/drizzled.cc:3406
1736
msgid "Option used by mysql-test for debugging and testing of replication."
1739
#: drizzled/drizzled.cc:3121
1400
1740
msgid "Auto-increment columns are incremented by this"
1403
#: ../drizzled/drizzled.cc:1182 ../drizzled/drizzled.cc:1748
1743
#: drizzled/drizzled.cc:3126
1405
1745
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1409
#: ../drizzled/drizzled.cc:1184 ../drizzled/drizzled.cc:1754
1749
#: drizzled/drizzled.cc:3132
1411
1751
"Path to installation directory. All paths are usually resolved relative to "
1415
#: ../drizzled/drizzled.cc:1187 ../drizzled/drizzled.cc:1759
1416
msgid "Chroot drizzled daemon during startup."
1419
#: ../drizzled/drizzled.cc:1189 ../drizzled/drizzled.cc:1763
1755
#: drizzled/drizzled.cc:3136
1756
msgid "IP address to bind to."
1759
#: drizzled/drizzled.cc:3140
1761
"Does not have any effect without '--log-bin'. Tell the master the form of "
1762
"binary logging to use: either 'row' for row-based binary logging, or "
1763
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1764
"statement-based binary logging except for those statements where only row-"
1765
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1766
"the UUID() function; for those, row-based binary logging is automatically "
1770
#: drizzled/drizzled.cc:3150
1772
"Tells the master it should log updates for the specified database, and "
1773
"exclude all others not explicitly mentioned."
1776
#: drizzled/drizzled.cc:3154
1778
"Tells the master that updates to the given database should not be logged "
1782
#: drizzled/drizzled.cc:3158
1784
"The maximum size of a row-based binary log event in bytes. Rows will be "
1785
"grouped into events smaller than this size if possible. The value has to be "
1786
"a multiple of 256."
1789
#: drizzled/drizzled.cc:3169
1790
msgid "Don't ignore client side character set value sent during handshake."
1793
#: drizzled/drizzled.cc:3174
1794
msgid "Set the filesystem character set."
1797
#: drizzled/drizzled.cc:3186
1798
msgid "Chroot mysqld daemon during startup."
1801
#: drizzled/drizzled.cc:3190
1420
1802
msgid "Set the default collation."
1423
#: ../drizzled/drizzled.cc:1191 ../drizzled/drizzled.cc:1767
1805
#: drizzled/drizzled.cc:3194
1424
1806
msgid "Default completion type."
1427
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1809
#: drizzled/drizzled.cc:3199
1810
msgid "Write error output on screen."
1813
#: drizzled/drizzled.cc:3203
1428
1814
msgid "Write core on errors."
1431
#: ../drizzled/drizzled.cc:1194 ../drizzled/drizzled.cc:1776
1817
#: drizzled/drizzled.cc:3207
1432
1818
msgid "Path to the database root."
1435
#: ../drizzled/drizzled.cc:1196
1436
msgid "Set the default storage engine for tables."
1439
#: ../drizzled/drizzled.cc:1198
1821
#: drizzled/drizzled.cc:3211
1823
"Set the default character set (deprecated option, use --character-set-server "
1827
#: drizzled/drizzled.cc:3216
1829
"Set the default collation (deprecated option, use --collation-server "
1833
#: drizzled/drizzled.cc:3221
1834
msgid "Set the default storage engine (table type) for tables."
1837
#: drizzled/drizzled.cc:3225
1440
1838
msgid "Set the default time zone."
1443
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1780
1841
#: drizzled/drizzled.cc:3229
1842
msgid "Type of DELAY_KEY_WRITE."
1845
#: drizzled/drizzled.cc:3232
1847
"Don't flush key buffers between writes for any MyISAM table (Deprecated "
1848
"option, use --delay-key-write=all instead)."
1851
#: drizzled/drizzled.cc:3242
1852
msgid "Print a symbolic stack trace on failure."
1855
#: drizzled/drizzled.cc:3248
1856
msgid "Push supported query conditions to the storage engine."
1859
#: drizzled/drizzled.cc:3254
1444
1860
msgid "Used for debugging; Use at your own risk!"
1447
#: ../drizzled/drizzled.cc:1202 ../drizzled/drizzled.cc:1785
1863
#: drizzled/drizzled.cc:3257
1864
msgid "Flush tables to disk between SQL commands."
1867
#: drizzled/drizzled.cc:3262
1448
1868
msgid "Set up signals usable for debugging"
1451
#: ../drizzled/drizzled.cc:1204
1871
#: drizzled/drizzled.cc:3266
1872
msgid "Enable general query log"
1875
#: drizzled/drizzled.cc:3270
1876
msgid "Command(s) that are executed for each new connection"
1879
#: drizzled/drizzled.cc:3274
1880
msgid "Read SQL commands from this file at startup."
1883
#: drizzled/drizzled.cc:3278
1884
msgid "Command(s) that are executed when a slave connects to this master"
1887
#: drizzled/drizzled.cc:3282
1891
#: drizzled/drizzled.cc:3286
1452
1892
msgid "Set the language used for the month names and the days of the week."
1455
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1789
1895
#: drizzled/drizzled.cc:3291
1896
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1899
#: drizzled/drizzled.cc:3296
1900
msgid "Log connections and queries to file."
1903
#: drizzled/drizzled.cc:3300
1905
"Log update queries in binary format. Optional argument is the location for "
1906
"the binary log files.(Strongly recommended to avoid replication problems if "
1907
"server's hostname changes)"
1910
#: drizzled/drizzled.cc:3307
1911
msgid "File that holds the names for last binary log files."
1914
#: drizzled/drizzled.cc:3315
1916
"If equal to 0 (the default), then when --log-bin is used, creation of a "
1917
"stored function (or trigger) is allowed only to users having the SUPER "
1918
"privilege and only if this stored function (trigger) may not break binary "
1919
"logging. Note that if ALL connections to this server ALWAYS use row-based "
1920
"binary logging, the security issues do not exist and the binary logging "
1921
"cannot break, so you can safely set this to 1."
1924
#: drizzled/drizzled.cc:3324
1925
msgid "Error log file."
1928
#: drizzled/drizzled.cc:3328
1929
msgid "Log all MyISAM changes to file."
1932
#: drizzled/drizzled.cc:3332
1934
"Log some extra information to update log. Please note that this option is "
1935
"deprecated; see --log-queries-not-using-indexes option."
1938
#: drizzled/drizzled.cc:3337
1940
"Syntax: log-output[=value[,value...]], where \"value\" could be TABLE, FILE "
1944
#: drizzled/drizzled.cc:3343
1946
"Log queries that are executed without benefit of any index to the slow log "
1950
#: drizzled/drizzled.cc:3349
1952
"Tells the slave to log the updates from the slave thread to the binary log. "
1953
"You will need to turn it on if you plan to daisy-chain the slaves."
1956
#: drizzled/drizzled.cc:3356
1958
"Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to the "
1959
"slow log if it is open."
1962
#: drizzled/drizzled.cc:3362
1964
"Log slow statements executed by slave thread to the slow log if it is open."
1967
#: drizzled/drizzled.cc:3368
1969
"Log slow queries to a table or log file. Defaults logging to table mysql."
1970
"slow_log or hostname-slow.log if --log-output=file is used. Must be enabled "
1971
"to activate other slow log options."
1974
#: drizzled/drizzled.cc:3374
1976
"Path to transaction coordinator log (used for transactions that affect more "
1977
"than one storage engine, when binary log is disabled)"
1980
#: drizzled/drizzled.cc:3380
1981
msgid "Size of transaction coordinator log."
1984
#: drizzled/drizzled.cc:3386
1456
1985
msgid "Log some not critical warnings to the log file."
1459
#: ../drizzled/drizzled.cc:1208 ../drizzled/drizzled.cc:1794
1460
msgid "Pid file used by drizzled."
1463
#: ../drizzled/drizzled.cc:1210
1464
msgid "Maximum time in seconds to wait for the port to become free. "
1467
#: ../drizzled/drizzled.cc:1212
1468
msgid "Include the SQL query in replicated protobuf messages."
1471
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1803
1988
#: drizzled/drizzled.cc:3391
1989
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1992
#: drizzled/drizzled.cc:3396
1994
"The location and name of the file that remembers the master and where the I/"
1995
"O replication thread is in the master's binlogs."
1998
#: drizzled/drizzled.cc:3401
2000
"The number of tries the slave will make to connect to the master before "
2004
#: drizzled/drizzled.cc:3410
2005
msgid "Lock mysqld in memory."
2008
#: drizzled/drizzled.cc:3414
2010
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
2011
"BACKUP, FORCE or QUICK."
2014
#: drizzled/drizzled.cc:3419
2015
msgid "Use very new possible 'unsafe' functions."
2018
#: drizzled/drizzled.cc:3424
2019
msgid "Use old, non-optimized alter table."
2022
#: drizzled/drizzled.cc:3429
2024
"Enable old-style user limits (before 5.0.3 user resources were counted per "
2025
"each user+host vs. per account)"
2028
#: drizzled/drizzled.cc:3434
2029
msgid "Pid file used by safe_mysqld."
2032
#: drizzled/drizzled.cc:3444
2034
"Maximum time in seconds to wait for the port to become free. (Default: no "
2038
#: drizzled/drizzled.cc:3449
2039
msgid "The location and name to use for relay logs."
2042
#: drizzled/drizzled.cc:3453
2044
"The location and name to use for the file that keeps a list of the last "
2048
#: drizzled/drizzled.cc:3458
2050
"The location and name of the file that remembers where the SQL replication "
2051
"thread is in the relay logs."
2054
#: drizzled/drizzled.cc:3463
2056
"Tells the slave thread to restrict replication to the specified database. To "
2057
"specify more than one database, use the directive multiple times, once for "
2058
"each database. Note that this will only work if you do not use cross-"
2059
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
2060
"having selected a different or no database. If you need cross database "
2061
"updates to work, use replicate-wild-do-table=db_name.%."
2064
#: drizzled/drizzled.cc:3472
2066
"Tells the slave thread to restrict replication to the specified table. To "
2067
"specify more than one table, use the directive multiple times, once for each "
2068
"table. This will work for cross-database updates, in contrast to replicate-"
2072
#: drizzled/drizzled.cc:3478
2074
"Tells the slave thread to not replicate to the specified database. To "
2075
"specify more than one database to ignore, use the directive multiple times, "
2076
"once for each database. This option will not work if you use cross database "
2077
"updates. If you need cross database updates to work, use replicate-wild-"
2078
"ignore-table=db_name.%. "
2081
#: drizzled/drizzled.cc:3485
2083
"Tells the slave thread to not replicate to the specified table. To specify "
2084
"more than one table to ignore, use the directive multiple times, once for "
2085
"each table. This will work for cross-datbase updates, in contrast to "
2086
"replicate-ignore-db."
2089
#: drizzled/drizzled.cc:3491
2091
"Updates to a database with a different name than the original. Example: "
2092
"replicate-rewrite-db=master_db_name->slave_db_name."
2095
#: drizzled/drizzled.cc:3495
2097
"In replication, if set to 1, do not skip events having our server id. "
2098
"Default value is 0 (to break infinite loops in circular replication). Can't "
2099
"be set to 1 if --log-slave-updates is used."
2102
#: drizzled/drizzled.cc:3502
2104
"Tells the slave thread to restrict replication to the tables that match the "
2105
"specified wildcard pattern. To specify more than one table, use the "
2106
"directive multiple times, once for each table. This will work for cross-"
2107
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
2108
"only updates to tables in all databases that start with foo and whose table "
2109
"names start with bar."
2112
#: drizzled/drizzled.cc:3510
2114
"Tells the slave thread to not replicate to the tables that match the given "
2115
"wildcard pattern. To specify more than one table to ignore, use the "
2116
"directive multiple times, once for each table. This will work for cross-"
2117
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
2118
"updates to tables in databases that start with foo and whose table names "
2122
#: drizzled/drizzled.cc:3519
2124
"Hostname or IP of the slave to be reported to to the master during slave "
2125
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
2126
"you do not want the slave to register itself with the master. Note that it "
2127
"is not sufficient for the master to simply read the IP of the slave off the "
2128
"socket once the slave connects. Due to NAT and other routing issues, that IP "
2129
"may not be valid for connecting to the slave from the master or other hosts."
2132
#: drizzled/drizzled.cc:3532
2134
"Port for connecting to slave reported to the master during slave "
2135
"registration. Set it only if the slave is listening on a non-default port or "
2136
"if you have a special tunnel from the master or other clients to the slave. "
2137
"If not sure, leave this option unset."
2140
#: drizzled/drizzled.cc:3539
2141
msgid "Skip some optimize stages (for testing)."
2144
#: drizzled/drizzled.cc:3542
1473
2146
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1474
2147
"specified directory"
1477
#: ../drizzled/drizzled.cc:1217 ../drizzled/drizzled.cc:1808
2150
#: drizzled/drizzled.cc:3547
1479
2152
"Uniquely identifies the server instance in the community of replication "
1483
#: ../drizzled/drizzled.cc:1220 ../drizzled/drizzled.cc:1813
2156
#: drizzled/drizzled.cc:3552
2158
"Change the value of a variable. Please note that this option is deprecated;"
2159
"you can set variables directly with --variable-name=value."
2162
#: drizzled/drizzled.cc:3556
2163
msgid "Don't use new, possible wrong routines."
2166
#: drizzled/drizzled.cc:3559
2167
msgid "If set, slave is not autostarted."
2170
#: drizzled/drizzled.cc:3563
1484
2171
msgid "Don't print a stack trace on failure."
1487
#: ../drizzled/drizzled.cc:1222 ../drizzled/drizzled.cc:1817
2174
#: drizzled/drizzled.cc:3567
2176
"Don't allow symlinking of tables. Deprecated option. Use --skip-symbolic-"
2180
#: drizzled/drizzled.cc:3571
2181
msgid "Don't give threads different priorities."
2184
#: drizzled/drizzled.cc:3575
2186
"The location where the slave should put its temporary files when replicating "
2187
"a LOAD DATA INFILE command."
2190
#: drizzled/drizzled.cc:3580
2192
"Tells the slave thread to continue replication when a query event returns an "
2193
"error from the provided list."
2196
#: drizzled/drizzled.cc:3584
2198
"Modes for how replication events should be executed. Legal values are "
2199
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
2200
"stop for operations that are idempotent. In STRICT mode, replication will "
2201
"stop on any unexpected difference between the master and the slave."
2204
#: drizzled/drizzled.cc:3592
2205
msgid "Enable|disable slow query log"
2208
#: drizzled/drizzled.cc:3596
2212
#: drizzled/drizzled.cc:3599
1488
2213
msgid "Enable symbolic link support."
1491
#: ../drizzled/drizzled.cc:1224 ../drizzled/drizzled.cc:1826
2216
#: drizzled/drizzled.cc:3608
2218
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
2221
#: drizzled/drizzled.cc:3613
2223
"Decision to use in heuristic recover process. Possible values are COMMIT or "
2227
#: drizzled/drizzled.cc:3618
2229
"Using this option will cause most temporary files created to use a small set "
2230
"of names, rather than a unique name for each new file."
2233
#: drizzled/drizzled.cc:3623
1493
2235
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1496
#: ../drizzled/drizzled.cc:1227
1497
msgid "Path for temporary files."
2238
#: drizzled/drizzled.cc:3628
2240
"Path for temporary files. Several paths may be specified, separated by a "
2241
"colon (:), in this case they are used in a round-robin fashion."
1500
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1831
2244
#: drizzled/drizzled.cc:3634
1501
2245
msgid "Default transaction isolation level."
1504
#: ../drizzled/drizzled.cc:1231
1506
"Max message size written to transaction log, valid values 131072 - 1048576 "
1510
#: ../drizzled/drizzled.cc:1233 ../drizzled/drizzled.cc:1835
1511
msgid "Run drizzled daemon as user."
1514
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1839
1516
"The number of outstanding connection requests Drizzle can have. This comes "
1517
"into play when the main Drizzle thread gets very many connection requests in "
1518
"a very short time."
1521
#: ../drizzled/drizzled.cc:1242 ../drizzled/drizzled.cc:1845
1523
"Size of tree cache used in bulk insert optimization. Note that this is a "
2248
#: drizzled/drizzled.cc:3638
2250
"Enable symbolic link support. Deprecated option; use --symbolic-links "
2254
#: drizzled/drizzled.cc:3643
2255
msgid "Run mysqld daemon as user."
2258
#: drizzled/drizzled.cc:3651
2259
msgid "Deprecated; use --log-warnings instead."
2262
#: drizzled/drizzled.cc:3656
2264
"The number of outstanding connection requests MySQL can have. This comes "
2265
"into play when the main MySQL thread gets very many connection requests in a "
2269
#: drizzled/drizzled.cc:3662
2271
"The size of the cache to hold the SQL statements for the binary log during a "
2272
"transaction. If you often use big, multi-statement transactions you can "
2273
"increase this to get more performance."
2276
#: drizzled/drizzled.cc:3668
2278
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1524
2279
"limit per thread!"
1527
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1851
2282
#: drizzled/drizzled.cc:3674
2284
"The number of seconds the mysqld server is waiting for a connect packet "
2285
"before responding with 'Bad handshake'."
2288
#: drizzled/drizzled.cc:3679
2289
msgid "The DATE format (For future)."
2292
#: drizzled/drizzled.cc:3684
2293
msgid "The DATETIME/TIMESTAMP format (for future)."
2296
#: drizzled/drizzled.cc:3689
2297
msgid "The default week format used by WEEK() functions."
2300
#: drizzled/drizzled.cc:3694
1529
2302
"Precision of the result of '/' operator will be increased on that value."
1532
#: ../drizzled/drizzled.cc:1248
2305
#: drizzled/drizzled.cc:3700
2307
"If non-zero, binary logs will be purged after expire_logs_days days; "
2308
"possible purges happen at startup and at binary log rotation."
2311
#: drizzled/drizzled.cc:3706
1533
2312
msgid "The maximum length of the result of function group_concat."
1536
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1857
2315
#: drizzled/drizzled.cc:3711
2317
"The number of seconds the server waits for activity on an interactive "
2318
"connection before closing it."
2321
#: drizzled/drizzled.cc:3717
1537
2322
msgid "The size of the buffer that is used for full joins."
1540
#: ../drizzled/drizzled.cc:1253
1542
"A global cap on the amount of memory that can be allocated by session join "
1543
"buffers (0 means unlimited)"
1546
#: ../drizzled/drizzled.cc:1255 ../drizzled/drizzled.cc:1863
2325
#: drizzled/drizzled.cc:3723
2326
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2329
#: drizzled/drizzled.cc:3728
2331
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2332
"this to get better index handling (for all reads and multiple writes) to as "
2333
"much as you can afford;"
2336
#: drizzled/drizzled.cc:3737
2338
"This characterizes the number of hits a hot block has to be untouched until "
2339
"it is considered aged enough to be downgraded to a warm block. This "
2340
"specifies the percentage ratio of that number of hits to the total number of "
2341
"blocks in key cache"
2344
#: drizzled/drizzled.cc:3746
2345
msgid "The default size of key cache blocks"
2348
#: drizzled/drizzled.cc:3752
2349
msgid "The minimum percentage of warm blocks in key cache"
2352
#: drizzled/drizzled.cc:3758
2354
"Log all queries that have taken more than long_query_time seconds to execute "
2355
"to file. The argument will be treated as a decimal value with microsecond "
2359
#: drizzled/drizzled.cc:3764
1547
2360
msgid "Max packetlength to send/receive from to server."
1550
#: ../drizzled/drizzled.cc:1257
2363
#: drizzled/drizzled.cc:3769
2365
"Can be used to restrict the total size used to cache a multi-transaction "
2369
#: drizzled/drizzled.cc:3774
2371
"Binary log will be rotated automatically when the size exceeds this value. "
2372
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2373
"for this variable is 4096."
2376
#: drizzled/drizzled.cc:3780
2378
"If there is more than this number of interrupted connections from a host "
2379
"this host will be blocked from further connections."
2382
#: drizzled/drizzled.cc:3787
2383
msgid "The number of simultaneous clients allowed."
2386
#: drizzled/drizzled.cc:3792
1551
2387
msgid "Max number of errors/warnings to store for a statement."
1554
#: ../drizzled/drizzled.cc:1259 ../drizzled/drizzled.cc:1868
2390
#: drizzled/drizzled.cc:3797
1555
2391
msgid "Don't allow creation of heap tables bigger than this."
1558
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1874
2394
#: drizzled/drizzled.cc:3803
1560
2396
"Joins that are probably going to read more than max_join_size records return "
1564
#: ../drizzled/drizzled.cc:1264 ../drizzled/drizzled.cc:1880
2400
#: drizzled/drizzled.cc:3809
1565
2401
msgid "Max number of bytes in sorted records."
1568
#: ../drizzled/drizzled.cc:1266 ../drizzled/drizzled.cc:1885
2404
#: drizzled/drizzled.cc:3814
2406
"If non-zero: relay log will be rotated automatically when the size exceeds "
2407
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2408
"excepted, the minimum value for this variable is 4096."
2411
#: drizzled/drizzled.cc:3821
1569
2412
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1572
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1890
2415
#: drizzled/drizzled.cc:3826
1574
2417
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1575
2418
"max_sort_length bytes of each value are used; the rest are ignored)."
1578
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1897
2421
#: drizzled/drizzled.cc:3833
2422
msgid "Maximum number of temporary tables a client can keep open at a time."
2425
#: drizzled/drizzled.cc:3838
1579
2426
msgid "After this many write locks, allow some read locks to run in between."
1582
#: ../drizzled/drizzled.cc:1274 ../drizzled/drizzled.cc:1901
2429
#: drizzled/drizzled.cc:3842
1584
2431
"Don't log queries which examine less than min_examined_row_limit rows to "
1588
#: ../drizzled/drizzled.cc:1277
1590
"Do not apply any heuristic(s) during query optimization to prune, thus "
1591
"perform an exhaustive search from the optimizer search space."
1594
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1915
2435
#: drizzled/drizzled.cc:3848
2436
msgid "Block size to be used for MyISAM index pages."
2439
#: drizzled/drizzled.cc:3854
2440
msgid "Default pointer size to be used for MyISAM tables."
2443
#: drizzled/drizzled.cc:3859
2444
msgid "(Deprecated option)"
2447
#: drizzled/drizzled.cc:3865
2449
"Don't use the fast sort index method to created index if the temporary file "
2450
"would get bigger than this."
2453
#: drizzled/drizzled.cc:3872
2455
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2456
"disables parallel repair."
2459
#: drizzled/drizzled.cc:3878
2461
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2462
"when creating indexes with CREATE INDEX or ALTER TABLE."
2465
#: drizzled/drizzled.cc:3884
2467
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2468
"Possible values of name are 'nulls_unequal' (default behavior), "
2469
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2472
#: drizzled/drizzled.cc:3891
2473
msgid "Buffer length for TCP/IP and socket communication."
2476
#: drizzled/drizzled.cc:3896
2478
"Number of seconds to wait for more data from a connection before aborting "
2482
#: drizzled/drizzled.cc:3902
2484
"If a read on a communication port is interrupted, retry this many times "
2488
#: drizzled/drizzled.cc:3908
2490
"Number of seconds to wait for a block to be written to a connection before "
2491
"aborting the write."
2494
#: drizzled/drizzled.cc:3914
2495
msgid "Use compatible behavior."
2498
#: drizzled/drizzled.cc:3919
2500
"If this is not 0, then mysqld will use this value to reserve file "
2501
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2502
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2503
"larger) number of files."
2506
#: drizzled/drizzled.cc:3926
2508
"Controls the heuristic(s) applied during query optimization to prune less-"
2509
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2510
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2511
"on number of retrieved rows."
2514
#: drizzled/drizzled.cc:3934
1596
2516
"Maximum depth of search performed by the query optimizer. Values larger than "
1597
2517
"the number of relations in a query result in better query plans, but take "
1602
2522
"(used for testing/comparison)."
1605
#: ../drizzled/drizzled.cc:1289 ../drizzled/drizzled.cc:1949
2525
#: drizzled/drizzled.cc:3946
2526
msgid "Directory for plugins."
2529
#: drizzled/drizzled.cc:3950
2531
"Optional comma separated list of plugins to load, where each plugin is "
2532
"identified by the name of the shared library. [for example: --"
2533
"plugin_load=libmd5udf.so]"
2536
#: drizzled/drizzled.cc:3956
1606
2537
msgid "The size of the buffer that is allocated when preloading indexes"
1609
#: ../drizzled/drizzled.cc:1292 ../drizzled/drizzled.cc:1954
2540
#: drizzled/drizzled.cc:3961
1610
2541
msgid "Allocation block size for query parsing and execution"
1613
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1959
2544
#: drizzled/drizzled.cc:3966
1614
2545
msgid "Persistent buffer for query parsing and execution"
1617
#: ../drizzled/drizzled.cc:1298 ../drizzled/drizzled.cc:1965
2548
#: drizzled/drizzled.cc:3972
1618
2549
msgid "Allocation block size for storing ranges during optimization"
1621
#: ../drizzled/drizzled.cc:1301 ../drizzled/drizzled.cc:1971
2552
#: drizzled/drizzled.cc:3978
1623
2554
"Each thread that does a sequential scan allocates a buffer of this size for "
1624
2555
"each table it scans. If you do many sequential scans, you may want to "
1625
2556
"increase this value."
1628
#: ../drizzled/drizzled.cc:1306
1629
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
2559
#: drizzled/drizzled.cc:3986
2561
"Make all non-temporary tables read-only, with the exception for replication "
2562
"(slave) threads and users with the SUPER privilege"
1632
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1979
2565
#: drizzled/drizzled.cc:3992
1634
2567
"When reading rows in sorted order after a sort, the rows are read through "
1635
2568
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1636
2569
"record_buffer."
1639
#: ../drizzled/drizzled.cc:1314
1640
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1643
#: ../drizzled/drizzled.cc:1316
1644
msgid "Select scheduler to be used (by default multi-thread)."
1647
#: ../drizzled/drizzled.cc:1319 ../drizzled/drizzled.cc:1988
2572
#: drizzled/drizzled.cc:4006
2574
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2578
#: drizzled/drizzled.cc:4012
2579
msgid "Maximum space to use for all relay logs."
2582
#: drizzled/drizzled.cc:4017
2583
msgid "Use compression on master/slave protocol."
2586
#: drizzled/drizzled.cc:4022
2588
"Number of seconds to wait for more data from a master/slave connection "
2589
"before aborting the read."
2592
#: drizzled/drizzled.cc:4027
2594
"Number of times the slave SQL thread will retry a transaction in case it "
2595
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2599
#: drizzled/drizzled.cc:4033
2600
msgid "Allow slave to batch requests."
2603
#: drizzled/drizzled.cc:4037
2605
"If creating the thread takes longer than this value (in seconds), the "
2606
"Slow_launch_threads counter will be incremented."
2609
#: drizzled/drizzled.cc:4042
1648
2610
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1651
#: ../drizzled/drizzled.cc:1322
2613
#: drizzled/drizzled.cc:4048
1653
"A global cap on the amount of memory that can be allocated by session sort "
1654
"buffers (0 means unlimited)"
1657
#: ../drizzled/drizzled.cc:1324 ../drizzled/drizzled.cc:1994
2615
"Synchronously flush binary log to disk after every #th event. Use 0 "
2616
"(default) to disable synchronous flushing."
2619
#: drizzled/drizzled.cc:4053
2620
msgid "Deprecated; use --table_open_cache instead."
2623
#: drizzled/drizzled.cc:4057
1658
2624
msgid "The number of cached table definitions."
1661
#: ../drizzled/drizzled.cc:1326 ../drizzled/drizzled.cc:1998
2627
#: drizzled/drizzled.cc:4061
1662
2628
msgid "The number of cached open tables."
1665
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2002
2631
#: drizzled/drizzled.cc:4065
1667
2633
"Timeout in seconds to wait for a table level lock before returning an error. "
1668
2634
"Used only if the connection has active cursors."
1671
#: ../drizzled/drizzled.cc:1331 ../drizzled/drizzled.cc:2007
2637
#: drizzled/drizzled.cc:4070
2638
msgid "How many threads we should keep in a cache for reuse."
2641
#: drizzled/drizzled.cc:4074
2643
"How many threads we should create to handle query requests in case of "
2644
"'thread_handling=pool-of-threads'"
2647
#: drizzled/drizzled.cc:4079
1672
2648
msgid "The stack size for each thread."
1675
#: ../drizzled/drizzled.cc:1334 ../drizzled/drizzled.cc:2013
2651
#: drizzled/drizzled.cc:4085
2652
msgid "The TIME format (for future)."
2655
#: drizzled/drizzled.cc:4090
1677
"If an internal in-memory temporary table exceeds this size, Drizzle will "
2657
"If an internal in-memory temporary table exceeds this size, MySQL will "
1678
2658
"automatically convert it to an on-disk MyISAM table."
1681
#: ../drizzled/drizzled.cc:1357
1682
msgid "Duplicate entry for command line option\n"
1685
#: ../drizzled/drizzled.cc:1404 ../drizzled/drizzled.cc:1422
1686
#: ../drizzled/drizzled.cc:1456 ../drizzled/drizzled.cc:1464
1687
#: ../drizzled/drizzled.cc:1484
1691
"Use --help to get a list of available options\n"
1694
#: ../drizzled/drizzled.cc:1434
1695
msgid "Failed to initialize plugins\n"
1698
#: ../drizzled/drizzled.cc:1472
1702
"Use --help to get a list of available options\n"
1705
#: ../drizzled/drizzled.cc:1521
1706
msgid "Error getting default charset"
1709
#: ../drizzled/drizzled.cc:1551
1710
msgid "Error setting collation"
1713
#: ../drizzled/drizzled.cc:1559
1715
msgid "Unknown locale: '%s'"
1718
#: ../drizzled/drizzled.cc:1579
1719
msgid "Could not initialize table cache\n"
1722
#: ../drizzled/drizzled.cc:1594
1723
msgid "XA cache initialization failed: Out of memory\n"
1726
#: ../drizzled/drizzled.cc:1624
1727
msgid "No scheduler found, cannot continue!\n"
1730
#: ../drizzled/drizzled.cc:1648
1732
msgid "Unknown/unsupported storage engine: %s\n"
1735
#: ../drizzled/drizzled.cc:1798
1737
"Maximum time in seconds to wait for the port to become free. (Default: no "
1741
#: ../drizzled/drizzled.cc:1907
1743
"Controls the heuristic(s) applied during query optimization to prune less-"
1744
"promising partial plans from the optimizer search space. Meaning: false - do "
1745
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1746
"based on number of retrieved rows."
1749
#: ../drizzled/drizzled.cc:2039
1751
"Copyright (C) 2008 Sun Microsystems\n"
2661
#: drizzled/drizzled.cc:4096
2662
msgid "Allocation block size for transactions to be stored in binary log"
2665
#: drizzled/drizzled.cc:4101
2666
msgid "Persistent buffer for transactions to be stored in binary log"
2669
#: drizzled/drizzled.cc:4106
2671
"The number of seconds the server waits for activity on a connection before "
2675
#: drizzled/drizzled.cc:4354
2677
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
1752
2678
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1753
2679
"and you are welcome to modify and redistribute it under the GPL license\n"
2681
"Starts the Drizzle database server\n"
1757
#: ../drizzled/drizzled.cc:2046
2684
#: drizzled/drizzled.cc:4361
1759
2686
msgid "Usage: %s [OPTIONS]\n"
1762
#: ../drizzled/drizzled.cc:2167
2689
#: drizzled/drizzled.cc:4372
2692
"To see what values a running Drizzle server is using, type\n"
2693
"'drizzleadmin variables' instead of 'drizzled --help'."
2696
#: drizzled/drizzled.cc:4556
1765
2699
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1766
2700
"command line\n"
1769
#: ../drizzled/drizzled.cc:2184
1770
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1773
#: ../drizzled/drizzled.cc:2197
1774
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1777
#: ../drizzled/drizzled.cc:2210
1778
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1781
#: ../drizzled/drizzled.cc:2223
1782
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1785
#: ../drizzled/drizzled.cc:2338
1788
"There was an error creating the '%s' part of the path '%s'. Please check "
1789
"the path exists and is writable.\n"
1792
#: ../drizzled/drizzled.cc:2345
1795
"There was an error opening the path '%s', please check the path exists and "
1799
#: ../drizzled/error.cc:133
1801
msgid "Unknown error %d"
1804
#: ../drizzled/error.cc:207
1808
#: ../drizzled/error.cc:208
1809
msgid "Error on first"
1812
#: ../drizzled/error.cc:209
2703
#: drizzled/drizzled.cc:4608
2705
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2708
#: drizzled/drizzled.cc:4617
2710
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2713
#: drizzled/drizzled.cc:4627
2715
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2718
#: drizzled/drizzled.cc:4656 drizzled/drizzled.cc:4665
2720
msgid "Could not add do table rule '%s'!\n"
2723
#: drizzled/drizzled.cc:4674 drizzled/drizzled.cc:4683
2725
msgid "Could not add ignore table rule '%s'!\n"
2728
#: drizzled/drizzled.cc:4727
2729
msgid "Can't start server: cannot resolve hostname!"
2732
#: drizzled/drizzled.cc:4733
2733
msgid "Can't start server: bind-address refers to multiple interfaces!"
2736
#: drizzled/drizzled.cc:4908
2738
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2739
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2742
#: drizzled/drizzled.cc:5093
2744
msgid "No option given to %s\n"
2747
#: drizzled/drizzled.cc:5095
2749
msgid "Wrong option to %s. Option(s) given: %s\n"
2752
#: drizzled/drizzled.cc:5097
2754
msgid "Alternatives are: '%s'"
2757
#: drizzled/drizzled_error_messages.h:32
2761
#: drizzled/drizzled_error_messages.h:34
2765
#: drizzled/drizzled_error_messages.h:36
1816
#: ../drizzled/error.cc:210
2769
#: drizzled/drizzled_error_messages.h:38
1820
#: ../drizzled/error.cc:211
2773
#: drizzled/drizzled_error_messages.h:40
1822
2775
msgid "Can't create file '%-.200s' (errno: %d)"
1825
#: ../drizzled/error.cc:212
2778
#: drizzled/drizzled_error_messages.h:42
1827
2780
msgid "Can't create table '%-.200s' (errno: %d)"
1830
#: ../drizzled/error.cc:213
1832
msgid "Can't create schema '%-.192s' (errno: %d)"
1835
#: ../drizzled/error.cc:214
1837
msgid "Can't create schema '%-.192s'; schema exists"
1840
#: ../drizzled/error.cc:215
1842
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1845
#: ../drizzled/error.cc:216
2783
#: drizzled/drizzled_error_messages.h:44
2785
msgid "Can't create database '%-.192s' (errno: %d)"
2788
#: drizzled/drizzled_error_messages.h:46
2790
msgid "Can't create database '%-.192s'; database exists"
2793
#: drizzled/drizzled_error_messages.h:48
2795
msgid "Can't drop database '%-.192s'; database doesn't exist"
2798
#: drizzled/drizzled_error_messages.h:50
2800
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2803
#: drizzled/drizzled_error_messages.h:52
2805
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2808
#: drizzled/drizzled_error_messages.h:54
1847
2810
msgid "Error on delete of '%-.192s' (errno: %d)"
1850
#: ../drizzled/error.cc:217
2813
#: drizzled/drizzled_error_messages.h:56
2814
msgid "Can't read record in system table"
2817
#: drizzled/drizzled_error_messages.h:58
1852
2819
msgid "Can't get status of '%-.200s' (errno: %d)"
1855
#: ../drizzled/error.cc:218
2822
#: drizzled/drizzled_error_messages.h:60
2824
msgid "Can't get working directory (errno: %d)"
2827
#: drizzled/drizzled_error_messages.h:62
1857
2829
msgid "Can't lock file (errno: %d)"
1860
#: ../drizzled/error.cc:219
2832
#: drizzled/drizzled_error_messages.h:64
1862
2834
msgid "Can't open file: '%-.200s' (errno: %d)"
1865
#: ../drizzled/error.cc:220
2837
#: drizzled/drizzled_error_messages.h:66
1867
2839
msgid "Can't find file: '%-.200s' (errno: %d)"
1870
#: ../drizzled/error.cc:221
2842
#: drizzled/drizzled_error_messages.h:68
1872
2844
msgid "Can't read dir of '%-.192s' (errno: %d)"
1875
#: ../drizzled/error.cc:222
2847
#: drizzled/drizzled_error_messages.h:70
2849
msgid "Can't change dir to '%-.192s' (errno: %d)"
2852
#: drizzled/drizzled_error_messages.h:72
1877
2854
msgid "Record has changed since last read in table '%-.192s'"
1880
#: ../drizzled/error.cc:223
2857
#: drizzled/drizzled_error_messages.h:74
1882
2859
msgid "Disk full (%s); waiting for someone to free some space..."
1885
#: ../drizzled/error.cc:224
2862
#: drizzled/drizzled_error_messages.h:76
1887
2864
msgid "Can't write; duplicate key in table '%-.192s'"
1890
#: ../drizzled/error.cc:225
2867
#: drizzled/drizzled_error_messages.h:78
1892
2869
msgid "Error on close of '%-.192s' (errno: %d)"
1895
#: ../drizzled/error.cc:226
2872
#: drizzled/drizzled_error_messages.h:80
1897
2874
msgid "Error reading file '%-.200s' (errno: %d)"
1900
#: ../drizzled/error.cc:227
2877
#: drizzled/drizzled_error_messages.h:82
1902
2879
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1905
#: ../drizzled/error.cc:228
2882
#: drizzled/drizzled_error_messages.h:84
1907
2884
msgid "Error writing file '%-.200s' (errno: %d)"
1910
#: ../drizzled/error.cc:229
2887
#: drizzled/drizzled_error_messages.h:86
1912
2889
msgid "'%-.192s' is locked against change"
1915
#: ../drizzled/error.cc:230
2892
#: drizzled/drizzled_error_messages.h:88
1916
2893
msgid "Sort aborted"
1919
#: ../drizzled/error.cc:231
2896
#: drizzled/drizzled_error_messages.h:90
2898
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2901
#: drizzled/drizzled_error_messages.h:92
1921
2903
msgid "Got error %d from storage engine"
1924
#: ../drizzled/error.cc:232
2906
#: drizzled/drizzled_error_messages.h:94
1926
2908
msgid "Table storage engine for '%-.192s' doesn't have this option"
1929
#: ../drizzled/error.cc:233
2911
#: drizzled/drizzled_error_messages.h:96
1931
2913
msgid "Can't find record in '%-.192s'"
1934
#: ../drizzled/error.cc:234
2916
#: drizzled/drizzled_error_messages.h:98
1936
2918
msgid "Incorrect information in file: '%-.200s'"
1939
#: ../drizzled/error.cc:235
2921
#: drizzled/drizzled_error_messages.h:100
1941
2923
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1944
#: ../drizzled/error.cc:236
2926
#: drizzled/drizzled_error_messages.h:102
1946
2928
msgid "Old key file for table '%-.192s'; repair it!"
1949
#: ../drizzled/error.cc:237
2931
#: drizzled/drizzled_error_messages.h:104
1951
2933
msgid "Table '%-.192s' is read only"
1954
#: ../drizzled/error.cc:238
2936
#: drizzled/drizzled_error_messages.h:106
1956
msgid "Out of memory; restart server and try again (needed %lu bytes)"
2938
msgid "Out of memory; restart server and try again (needed %d bytes)"
1959
#: ../drizzled/error.cc:239
2941
#: drizzled/drizzled_error_messages.h:108
1960
2942
msgid "Out of sort memory; increase server sort buffer size"
1963
#: ../drizzled/error.cc:240
1964
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
1967
#: ../drizzled/error.cc:241
1968
msgid "Global join memory constraint hit; increase join-heap-threshold"
1971
#: ../drizzled/error.cc:242
1972
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
1975
#: ../drizzled/error.cc:243
1976
msgid "Global read memory constraint hit; increase read-buffer-threshold"
1979
#: ../drizzled/error.cc:244
2945
#: drizzled/drizzled_error_messages.h:110
1981
2947
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1984
#: ../drizzled/error.cc:245
2950
#: drizzled/drizzled_error_messages.h:112
1985
2951
msgid "Too many connections"
1988
#: ../drizzled/error.cc:246
2954
#: drizzled/drizzled_error_messages.h:114
1990
"Out of memory; check if drizzled or some other process uses all available "
1991
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
2956
"Out of memory; check if mysqld or some other process uses all available "
2957
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
1992
2958
"memory or you can add more swap space"
1995
#: ../drizzled/error.cc:247
2961
#: drizzled/drizzled_error_messages.h:116
1996
2962
msgid "Can't get hostname for your address"
1999
#: ../drizzled/error.cc:248
2965
#: drizzled/drizzled_error_messages.h:118
2000
2966
msgid "Bad handshake"
2003
#: ../drizzled/error.cc:249
2969
#: drizzled/drizzled_error_messages.h:120
2005
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
2971
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2008
#: ../drizzled/error.cc:250
2974
#: drizzled/drizzled_error_messages.h:122
2010
2976
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2013
#: ../drizzled/error.cc:251
2014
msgid "No schema selected"
2979
#: drizzled/drizzled_error_messages.h:124
2980
msgid "No database selected"
2017
#: ../drizzled/error.cc:252
2983
#: drizzled/drizzled_error_messages.h:126
2018
2984
msgid "Unknown command"
2021
#: ../drizzled/error.cc:253
2987
#: drizzled/drizzled_error_messages.h:128
2023
2989
msgid "Column '%-.192s' cannot be null"
2026
#: ../drizzled/error.cc:254
2992
#: drizzled/drizzled_error_messages.h:130
2028
msgid "Unknown schema '%-.192s'"
2994
msgid "Unknown database '%-.192s'"
2031
#: ../drizzled/error.cc:255
2997
#: drizzled/drizzled_error_messages.h:132
2033
2999
msgid "Table '%-.192s' already exists"
2036
#: ../drizzled/error.cc:256
3002
#: drizzled/drizzled_error_messages.h:134
2038
3004
msgid "Unknown table '%-.100s'"
2041
#: ../drizzled/error.cc:257
3007
#: drizzled/drizzled_error_messages.h:136
2043
3009
msgid "Column '%-.192s' in %-.192s is ambiguous"
2046
#: ../drizzled/error.cc:258
3012
#: drizzled/drizzled_error_messages.h:138
2047
3013
msgid "Server shutdown in progress"
2050
#: ../drizzled/error.cc:259
3016
#: drizzled/drizzled_error_messages.h:140
2052
3018
msgid "Unknown column '%-.192s' in '%-.192s'"
2055
#: ../drizzled/error.cc:260
3021
#: drizzled/drizzled_error_messages.h:142
2057
3023
msgid "'%-.192s' isn't in GROUP BY"
2060
#: ../drizzled/error.cc:261
3026
#: drizzled/drizzled_error_messages.h:144
2062
3028
msgid "Can't group on '%-.192s'"
2065
#: ../drizzled/error.cc:262
3031
#: drizzled/drizzled_error_messages.h:146
2066
3032
msgid "Statement has sum functions and columns in same statement"
2069
#: ../drizzled/error.cc:263
3035
#: drizzled/drizzled_error_messages.h:148
2070
3036
msgid "Column count doesn't match value count"
2073
#: ../drizzled/error.cc:264
3039
#: drizzled/drizzled_error_messages.h:150
2075
3041
msgid "Identifier name '%-.100s' is too long"
2078
#: ../drizzled/error.cc:265
3044
#: drizzled/drizzled_error_messages.h:152
2080
3046
msgid "Duplicate column name '%-.192s'"
2083
#: ../drizzled/error.cc:266
3049
#: drizzled/drizzled_error_messages.h:154
2085
3051
msgid "Duplicate key name '%-.192s'"
2088
#: ../drizzled/error.cc:267
3054
#: drizzled/drizzled_error_messages.h:156
2090
3056
msgid "Duplicate entry '%-.192s' for key %d"
2093
#: ../drizzled/error.cc:268
3059
#: drizzled/drizzled_error_messages.h:158
2095
3061
msgid "Incorrect column specifier for column '%-.192s'"
2098
#: ../drizzled/error.cc:269
3064
#: drizzled/drizzled_error_messages.h:160
2100
3066
msgid "%s near '%-.80s' at line %d"
2103
#: ../drizzled/error.cc:270
2105
msgid "Parsing error near '%s'"
2108
#: ../drizzled/error.cc:271
3069
#: drizzled/drizzled_error_messages.h:162
2109
3070
msgid "Query was empty"
2112
#: ../drizzled/error.cc:272
3073
#: drizzled/drizzled_error_messages.h:164
2114
3075
msgid "Not unique table/alias: '%-.192s'"
2117
#: ../drizzled/error.cc:273
3078
#: drizzled/drizzled_error_messages.h:166
2119
3080
msgid "Invalid default value for '%-.192s'"
2122
#: ../drizzled/error.cc:274
3083
#: drizzled/drizzled_error_messages.h:168
2123
3084
msgid "Multiple primary key defined"
2126
#: ../drizzled/error.cc:275
3087
#: drizzled/drizzled_error_messages.h:170
2128
3089
msgid "Too many keys specified; max %d keys allowed"
2131
#: ../drizzled/error.cc:276
3092
#: drizzled/drizzled_error_messages.h:172
2133
3094
msgid "Too many key parts specified; max %d parts allowed"
2136
#: ../drizzled/error.cc:277
3097
#: drizzled/drizzled_error_messages.h:174
2138
3099
msgid "Specified key was too long; max key length is %d bytes"
2141
#: ../drizzled/error.cc:278
3102
#: drizzled/drizzled_error_messages.h:176
2143
3104
msgid "Key column '%-.192s' doesn't exist in table"
2146
#: ../drizzled/error.cc:279
3107
#: drizzled/drizzled_error_messages.h:178
2149
3110
"BLOB column '%-.192s' can't be used in key specification with the used table "
2153
#: ../drizzled/error.cc:280
3114
#: drizzled/drizzled_error_messages.h:180
2156
3117
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2160
#: ../drizzled/error.cc:281
3121
#: drizzled/drizzled_error_messages.h:182
2162
3123
"Incorrect table definition; there can be only one auto column and it must be "
2163
3124
"defined as a key"
2166
#: ../drizzled/error.cc:282
3127
#: drizzled/drizzled_error_messages.h:184
3130
"%s: ready for connections.\n"
3131
"Version: '%s' socket: '%s' port: %d"
3134
#: drizzled/drizzled_error_messages.h:186
2168
3136
msgid "%s: Normal shutdown\n"
2171
#: ../drizzled/error.cc:283
3139
#: drizzled/drizzled_error_messages.h:188
2173
3141
msgid "%s: Got signal %d. Aborting!\n"
2176
#: ../drizzled/error.cc:284
3144
#: drizzled/drizzled_error_messages.h:190
2178
3146
msgid "%s: Shutdown complete\n"
2181
#: ../drizzled/error.cc:285
3149
#: drizzled/drizzled_error_messages.h:192
2183
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
3151
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2186
#: ../drizzled/error.cc:286
3154
#: drizzled/drizzled_error_messages.h:194
2187
3155
msgid "Can't create IP socket"
2190
#: ../drizzled/error.cc:287
3158
#: drizzled/drizzled_error_messages.h:196
2193
3161
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2197
#: ../drizzled/error.cc:288
2200
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
3165
#: drizzled/drizzled_error_messages.h:198
3166
msgid "Field separator argument is not what is expected; check the manual"
2204
#: ../drizzled/error.cc:289
3169
#: drizzled/drizzled_error_messages.h:200
2206
3171
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2209
#: ../drizzled/error.cc:290
3174
#: drizzled/drizzled_error_messages.h:202
2212
"The file '%-.128s' must be in the schema directory or be readable by all"
3177
"The file '%-.128s' must be in the database directory or be readable by all"
2215
#: ../drizzled/error.cc:291
3180
#: drizzled/drizzled_error_messages.h:204
2217
3182
msgid "File '%-.200s' already exists"
2220
#: ../drizzled/error.cc:292
3185
#: drizzled/drizzled_error_messages.h:206
2222
3187
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2225
#: ../drizzled/error.cc:293
3190
#: drizzled/drizzled_error_messages.h:208
3192
msgid "Records: %ld Duplicates: %ld"
3195
#: drizzled/drizzled_error_messages.h:210
2227
3197
"Incorrect prefix key; the used key part isn't a string, the used length is "
2228
3198
"longer than the key part, or the storage engine doesn't support unique "
2232
#: ../drizzled/error.cc:294
3202
#: drizzled/drizzled_error_messages.h:212
2233
3203
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2236
#: ../drizzled/error.cc:295
3206
#: drizzled/drizzled_error_messages.h:214
2238
3208
msgid "Can't DROP '%-.192s'; check that column/key exists"
2241
#: ../drizzled/error.cc:296
3211
#: drizzled/drizzled_error_messages.h:216
2243
3213
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2246
#: ../drizzled/error.cc:297
3216
#: drizzled/drizzled_error_messages.h:218
2248
3218
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2251
#. KILL session errors
2252
#: ../drizzled/error.cc:300
2254
msgid "Unknown session id: %lu"
2257
#: ../drizzled/error.cc:301
2259
msgid "You are not the owner of session %lu"
2262
#: ../drizzled/error.cc:302
2263
msgid "You cannot kill the session you are connected from."
2266
#: ../drizzled/error.cc:305
3221
#: drizzled/drizzled_error_messages.h:220
3223
msgid "Unknown thread id: %lu"
3226
#: drizzled/drizzled_error_messages.h:222
3228
msgid "You are not owner of thread %lu"
3231
#: drizzled/drizzled_error_messages.h:224
2267
3232
msgid "No tables used"
2270
#: ../drizzled/error.cc:306
3235
#: drizzled/drizzled_error_messages.h:226
3237
msgid "Too many strings for column %-.192s and SET"
3240
#: drizzled/drizzled_error_messages.h:228
3242
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
3245
#: drizzled/drizzled_error_messages.h:230
3247
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3250
#: drizzled/drizzled_error_messages.h:232
3252
msgid "Table '%-.192s' was not locked with LOCK TABLES"
3255
#: drizzled/drizzled_error_messages.h:234
2272
3257
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2275
#: ../drizzled/error.cc:307
3260
#: drizzled/drizzled_error_messages.h:236
2277
msgid "Incorrect schema name '%-.100s'"
3262
msgid "Incorrect database name '%-.100s'"
2280
#: ../drizzled/error.cc:308
3265
#: drizzled/drizzled_error_messages.h:238
2282
3267
msgid "Incorrect table name '%-.100s'"
2285
#: ../drizzled/error.cc:309
3270
#: drizzled/drizzled_error_messages.h:240
2287
3272
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2288
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
3273
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
2291
#: ../drizzled/error.cc:310
3276
#: drizzled/drizzled_error_messages.h:242
2292
3277
msgid "Unknown error"
2295
#: ../drizzled/error.cc:311
3280
#: drizzled/drizzled_error_messages.h:244
2297
3282
msgid "Unknown procedure '%-.192s'"
2300
#: ../drizzled/error.cc:312
3285
#: drizzled/drizzled_error_messages.h:246
2302
3287
msgid "Incorrect parameter count to procedure '%-.192s'"
2305
#: ../drizzled/error.cc:313
3290
#: drizzled/drizzled_error_messages.h:248
3292
msgid "Incorrect parameters to procedure '%-.192s'"
3295
#: drizzled/drizzled_error_messages.h:250
2307
3297
msgid "Unknown table '%-.192s' in %-.32s"
2310
#: ../drizzled/error.cc:314
3300
#: drizzled/drizzled_error_messages.h:252
2312
3302
msgid "Column '%-.192s' specified twice"
2315
#: ../drizzled/error.cc:315
3305
#: drizzled/drizzled_error_messages.h:254
2316
3306
msgid "Invalid use of group function"
2319
#: ../drizzled/error.cc:316
3309
#: drizzled/drizzled_error_messages.h:256
2322
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
3312
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
2325
#: ../drizzled/error.cc:317
3315
#: drizzled/drizzled_error_messages.h:258
2326
3316
msgid "A table must have at least 1 column"
2329
#: ../drizzled/error.cc:318
3319
#: drizzled/drizzled_error_messages.h:260
2331
3321
msgid "The table '%-.192s' is full"
2334
#: ../drizzled/error.cc:319
2336
msgid "Too many tables; Drizzle can only use %d tables in a join"
2339
#: ../drizzled/error.cc:320
3324
#: drizzled/drizzled_error_messages.h:262
3326
msgid "Unknown character set: '%-.64s'"
3329
#: drizzled/drizzled_error_messages.h:264
3331
msgid "Too many tables; MySQL can only use %d tables in a join"
3334
#: drizzled/drizzled_error_messages.h:266
2340
3335
msgid "Too many columns"
2343
#: ../drizzled/error.cc:321
3338
#: drizzled/drizzled_error_messages.h:268
2346
3341
"Row size too large. The maximum row size for the used table type, not "
2347
3342
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2350
#: ../drizzled/error.cc:322
3345
#: drizzled/drizzled_error_messages.h:270
3348
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
3349
"thread_stack=#' to specify a bigger stack if needed"
3352
#: drizzled/drizzled_error_messages.h:272
2351
3353
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2354
#: ../drizzled/error.cc:323
3356
#: drizzled/drizzled_error_messages.h:274
2357
3359
"Table handler doesn't support NULL in given index. Please change column "
2358
3360
"'%-.192s' to be NOT NULL or use another handler"
2361
#: ../drizzled/error.cc:324
2362
msgid "No paths allowed for plugin library"
2365
#: ../drizzled/error.cc:325
2367
msgid "Plugin '%-.192s' already exists"
2370
#: ../drizzled/error.cc:326
2372
msgid "Can't open shared library '%-.192s' (errno: %d %s)"
2375
#: ../drizzled/error.cc:327
2377
msgid "Can't find symbol '%-.128s' in library '%s'"
2380
#: ../drizzled/error.cc:328
3363
#: drizzled/drizzled_error_messages.h:276
3365
msgid "Can't load function '%-.192s'"
3368
#: drizzled/drizzled_error_messages.h:278
3370
msgid "Can't initialize function '%-.192s'; %-.80s"
3373
#: drizzled/drizzled_error_messages.h:280
3374
msgid "No paths allowed for shared library"
3377
#: drizzled/drizzled_error_messages.h:282
3379
msgid "Function '%-.192s' already exists"
3382
#: drizzled/drizzled_error_messages.h:284
3384
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3387
#: drizzled/drizzled_error_messages.h:286
3389
msgid "Can't find symbol '%-.128s' in library"
3392
#: drizzled/drizzled_error_messages.h:288
3394
msgid "Function '%-.192s' is not defined"
3397
#: drizzled/drizzled_error_messages.h:290
3400
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3401
"'mysqladmin flush-hosts'"
3404
#: drizzled/drizzled_error_messages.h:292
3406
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3409
#: drizzled/drizzled_error_messages.h:294
3411
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3412
"to change passwords"
3415
#: drizzled/drizzled_error_messages.h:296
3417
"You must have privileges to update tables in the mysql database to be able "
3418
"to change passwords for others"
3421
#: drizzled/drizzled_error_messages.h:298
3422
msgid "Can't find any matching row in the user table"
3425
#: drizzled/drizzled_error_messages.h:300
2382
3427
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2385
#: ../drizzled/error.cc:329
3430
#: drizzled/drizzled_error_messages.h:302
2388
3433
"Can't create a new thread (errno %d); if you are not out of available "
2389
3434
"memory, you can consult the manual for a possible OS-dependent bug"
2392
#: ../drizzled/error.cc:330
3437
#: drizzled/drizzled_error_messages.h:304
2394
3439
msgid "Column count doesn't match value count at row %ld"
2397
#: ../drizzled/error.cc:331
3442
#: drizzled/drizzled_error_messages.h:306
2399
3444
msgid "Can't reopen table: '%-.192s'"
2402
#: ../drizzled/error.cc:332
3447
#: drizzled/drizzled_error_messages.h:308
3448
msgid "Invalid use of NULL value"
3451
#: drizzled/drizzled_error_messages.h:310
3453
msgid "Got error '%-.64s' from regexp"
3456
#: drizzled/drizzled_error_messages.h:312
2404
3458
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2405
3459
"illegal if there is no GROUP BY clause"
2408
#: ../drizzled/error.cc:333
3462
#: drizzled/drizzled_error_messages.h:314
3464
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3467
#: drizzled/drizzled_error_messages.h:316
3469
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3472
#: drizzled/drizzled_error_messages.h:318
3475
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3479
#: drizzled/drizzled_error_messages.h:320
3481
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3482
"privileges can be used"
3485
#: drizzled/drizzled_error_messages.h:322
3486
msgid "The host or user argument to GRANT is too long"
3489
#: drizzled/drizzled_error_messages.h:324
2410
3491
msgid "Table '%-.192s.%-.192s' doesn't exist"
2413
#: ../drizzled/error.cc:334
3494
#: drizzled/drizzled_error_messages.h:326
3497
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3501
#: drizzled/drizzled_error_messages.h:328
3502
msgid "The used command is not allowed with this MySQL version"
3505
#: drizzled/drizzled_error_messages.h:330
2415
3507
"You have an error in your SQL syntax; check the manual that corresponds to "
2416
"your Drizzle server version for the right syntax to use"
2419
#: ../drizzled/error.cc:335
3508
"your MySQL server version for the right syntax to use"
3511
#: drizzled/drizzled_error_messages.h:332
3513
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3516
#: drizzled/drizzled_error_messages.h:334
3517
msgid "Too many delayed threads in use"
3520
#: drizzled/drizzled_error_messages.h:336
3522
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3525
#: drizzled/drizzled_error_messages.h:338
2420
3526
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2423
#: ../drizzled/error.cc:336
3529
#: drizzled/drizzled_error_messages.h:340
3530
msgid "Got a read error from the connection pipe"
3533
#: drizzled/drizzled_error_messages.h:342
3534
msgid "Got an error from fcntl()"
3537
#: drizzled/drizzled_error_messages.h:344
2424
3538
msgid "Got packets out of order"
2427
#: ../drizzled/error.cc:337
3541
#: drizzled/drizzled_error_messages.h:346
3542
msgid "Couldn't uncompress communication packet"
3545
#: drizzled/drizzled_error_messages.h:348
3546
msgid "Got an error reading communication packets"
3549
#: drizzled/drizzled_error_messages.h:350
3550
msgid "Got timeout reading communication packets"
3553
#: drizzled/drizzled_error_messages.h:352
3554
msgid "Got an error writing communication packets"
3557
#: drizzled/drizzled_error_messages.h:354
3558
msgid "Got timeout writing communication packets"
3561
#: drizzled/drizzled_error_messages.h:356
3562
msgid "Result string is longer than 'max_allowed_packet' bytes"
3565
#: drizzled/drizzled_error_messages.h:358
2428
3566
msgid "The used table type doesn't support BLOB/TEXT columns"
2431
#: ../drizzled/error.cc:338
3569
#: drizzled/drizzled_error_messages.h:360
2432
3570
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2435
#: ../drizzled/error.cc:339
3573
#: drizzled/drizzled_error_messages.h:362
3576
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3580
#: drizzled/drizzled_error_messages.h:364
2437
3582
msgid "Incorrect column name '%-.100s'"
2440
#: ../drizzled/error.cc:340
3585
#: drizzled/drizzled_error_messages.h:366
2442
3587
msgid "The used storage engine can't index column '%-.192s'"
2445
#: ../drizzled/error.cc:341
3590
#: drizzled/drizzled_error_messages.h:368
2447
3592
"Unable to open underlying table which is differently defined or of non-"
2448
3593
"MyISAM type or doesn't exist"
2451
#: ../drizzled/error.cc:342
3596
#: drizzled/drizzled_error_messages.h:370
2453
3598
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2456
#: ../drizzled/error.cc:343
3601
#: drizzled/drizzled_error_messages.h:372
2459
3604
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2462
#: ../drizzled/error.cc:344
3607
#: drizzled/drizzled_error_messages.h:374
2464
3609
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2465
3610
"UNIQUE instead"
2468
#: ../drizzled/error.cc:345
3613
#: drizzled/drizzled_error_messages.h:376
2469
3614
msgid "Result consisted of more than one row"
2472
#: ../drizzled/error.cc:346
3617
#: drizzled/drizzled_error_messages.h:378
2473
3618
msgid "This table type requires a primary key"
2476
#: ../drizzled/error.cc:347
3621
#: drizzled/drizzled_error_messages.h:380
3622
msgid "This version of MySQL is not compiled with RAID support"
3625
#: drizzled/drizzled_error_messages.h:382
3627
"You are using safe update mode and you tried to update a table without a "
3628
"WHERE that uses a KEY column"
3631
#: drizzled/drizzled_error_messages.h:384
2478
3633
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2481
#: ../drizzled/error.cc:348
3636
#: drizzled/drizzled_error_messages.h:386
2482
3637
msgid "Can't open table"
2485
#: ../drizzled/error.cc:349
3640
#: drizzled/drizzled_error_messages.h:388
2487
3642
msgid "The storage engine for the table doesn't support %s"
2490
#: ../drizzled/error.cc:350
3645
#: drizzled/drizzled_error_messages.h:390
3646
msgid "You are not allowed to execute this command in a transaction"
3649
#: drizzled/drizzled_error_messages.h:392
2492
3651
msgid "Got error %d during COMMIT"
2495
#: ../drizzled/error.cc:351
3654
#: drizzled/drizzled_error_messages.h:394
2497
3656
msgid "Got error %d during ROLLBACK"
2500
#. This is a very incorrect place to use the PRIi64 macro as the
2501
#. program that looks over the source for the N_() macros does not
2502
#. (obviously) do macro expansion, so the string is entirely wrong for
2503
#. what it is trying to output for every language except english.
2504
#: ../drizzled/error.cc:356
3659
#: drizzled/drizzled_error_messages.h:396
3661
msgid "Got error %d during FLUSH_LOGS"
3664
#: drizzled/drizzled_error_messages.h:398
3666
msgid "Got error %d during CHECKPOINT"
3669
#: drizzled/drizzled_error_messages.h:400
2507
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
3672
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
2508
3673
"'%-.64s' (%-.64s)"
2511
#: ../drizzled/error.cc:357
3676
#: drizzled/drizzled_error_messages.h:402
3677
msgid "The storage engine for the table does not support binary table dump"
3680
#: drizzled/drizzled_error_messages.h:404
3681
msgid "Binlog closed, cannot RESET MASTER"
3684
#: drizzled/drizzled_error_messages.h:406
3686
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3689
#: drizzled/drizzled_error_messages.h:408
3691
msgid "Error from master: '%-.64s'"
3694
#: drizzled/drizzled_error_messages.h:410
3695
msgid "Net error reading from master"
3698
#: drizzled/drizzled_error_messages.h:412
3699
msgid "Net error writing to master"
3702
#: drizzled/drizzled_error_messages.h:414
3703
msgid "Can't find FULLTEXT index matching the column list"
3706
#: drizzled/drizzled_error_messages.h:416
2513
3708
"Can't execute the given command because you have active locked tables or an "
2514
3709
"active transaction"
2517
#: ../drizzled/error.cc:358
3712
#: drizzled/drizzled_error_messages.h:418
2519
3714
msgid "Unknown system variable '%-.64s'"
2522
#: ../drizzled/error.cc:359
3717
#: drizzled/drizzled_error_messages.h:420
2524
3719
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2527
#: ../drizzled/error.cc:360
3722
#: drizzled/drizzled_error_messages.h:422
2530
3725
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2533
#: ../drizzled/error.cc:361
3728
#: drizzled/drizzled_error_messages.h:424
2534
3729
msgid "Some non-transactional changed tables couldn't be rolled back"
2537
#: ../drizzled/error.cc:362
3732
#: drizzled/drizzled_error_messages.h:426
3734
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3735
"of storage; increase this mysqld variable and try again"
3738
#: drizzled/drizzled_error_messages.h:428
3740
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3743
#: drizzled/drizzled_error_messages.h:430
3745
"This operation requires a running slave; configure slave and do START SLAVE"
3748
#: drizzled/drizzled_error_messages.h:432
3749
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3752
#: drizzled/drizzled_error_messages.h:434
3754
"Could not initialize master info structure; more error messages can be found "
3755
"in the MySQL error log"
3758
#: drizzled/drizzled_error_messages.h:436
3759
msgid "Could not create slave thread; check system resources"
3762
#: drizzled/drizzled_error_messages.h:438
3765
"User %-.64s already has more than 'max_user_connections' active connections"
3768
#: drizzled/drizzled_error_messages.h:440
2538
3769
msgid "You may only use constant expressions with SET"
2541
#: ../drizzled/error.cc:363
3772
#: drizzled/drizzled_error_messages.h:442
2542
3773
msgid "Lock wait timeout exceeded; try restarting transaction"
2545
#: ../drizzled/error.cc:364
3776
#: drizzled/drizzled_error_messages.h:444
2546
3777
msgid "The total number of locks exceeds the lock table size"
2549
#: ../drizzled/error.cc:365
3780
#: drizzled/drizzled_error_messages.h:446
2550
3781
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2553
#: ../drizzled/error.cc:366
3784
#: drizzled/drizzled_error_messages.h:448
2554
3785
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2557
#: ../drizzled/error.cc:367
3788
#: drizzled/drizzled_error_messages.h:450
3789
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3792
#: drizzled/drizzled_error_messages.h:452
2559
3794
msgid "Incorrect arguments to %s"
2562
#: ../drizzled/error.cc:368
3797
#: drizzled/drizzled_error_messages.h:454
3799
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3802
#: drizzled/drizzled_error_messages.h:456
3804
"Incorrect table definition; all MERGE tables must be in the same database"
3807
#: drizzled/drizzled_error_messages.h:458
2563
3808
msgid "Deadlock found when trying to get lock; try restarting transaction"
2566
#: ../drizzled/error.cc:369
3811
#: drizzled/drizzled_error_messages.h:460
2567
3812
msgid "The used table type doesn't support FULLTEXT indexes"
2570
#: ../drizzled/error.cc:370
3815
#: drizzled/drizzled_error_messages.h:462
2571
3816
msgid "Cannot add foreign key constraint"
2574
#: ../drizzled/error.cc:371
3819
#: drizzled/drizzled_error_messages.h:464
2575
3820
msgid "Cannot add or update a child row: a foreign key constraint fails"
2578
#: ../drizzled/error.cc:372
3823
#: drizzled/drizzled_error_messages.h:466
2579
3824
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2582
#: ../drizzled/error.cc:373
3827
#: drizzled/drizzled_error_messages.h:468
3829
msgid "Error connecting to master: %-.128s"
3832
#: drizzled/drizzled_error_messages.h:470
3834
msgid "Error running query on master: %-.128s"
3837
#: drizzled/drizzled_error_messages.h:472
3839
msgid "Error when executing command %s: %-.128s"
3842
#: drizzled/drizzled_error_messages.h:474
2584
3844
msgid "Incorrect usage of %s and %s"
2587
#: ../drizzled/error.cc:374
3847
#: drizzled/drizzled_error_messages.h:476
2588
3848
msgid "The used SELECT statements have a different number of columns"
2591
#: ../drizzled/error.cc:375
3851
#: drizzled/drizzled_error_messages.h:478
2592
3852
msgid "Can't execute the query because you have a conflicting read lock"
2595
#: ../drizzled/error.cc:376
3855
#: drizzled/drizzled_error_messages.h:480
3856
msgid "Mixing of transactional and non-transactional tables is disabled"
3859
#: drizzled/drizzled_error_messages.h:482
3861
msgid "Option '%s' used twice in statement"
3864
#: drizzled/drizzled_error_messages.h:484
3866
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3869
#: drizzled/drizzled_error_messages.h:486
3871
msgid "Access denied; you need the %-.128s privilege for this operation"
3874
#: drizzled/drizzled_error_messages.h:488
2598
3877
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2601
#: ../drizzled/error.cc:377
3880
#: drizzled/drizzled_error_messages.h:490
2604
3883
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2607
#: ../drizzled/error.cc:378
3886
#: drizzled/drizzled_error_messages.h:492
2609
3888
msgid "Variable '%-.64s' doesn't have a default value"
2612
#: ../drizzled/error.cc:379
3891
#: drizzled/drizzled_error_messages.h:494
2614
3893
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2617
#: ../drizzled/error.cc:380
3896
#: drizzled/drizzled_error_messages.h:496
2619
3898
msgid "Incorrect argument type to variable '%-.64s'"
2622
#: ../drizzled/error.cc:381
3901
#: drizzled/drizzled_error_messages.h:498
2624
3903
msgid "Variable '%-.64s' can only be set, not read"
2627
#: ../drizzled/error.cc:382
3906
#: drizzled/drizzled_error_messages.h:500
2629
3908
msgid "Incorrect usage/placement of '%s'"
2632
#: ../drizzled/error.cc:383
2634
msgid "This version of Drizzle doesn't yet support '%s'"
2637
#: ../drizzled/error.cc:384
3911
#: drizzled/drizzled_error_messages.h:502
3913
msgid "This version of MySQL doesn't yet support '%s'"
3916
#: drizzled/drizzled_error_messages.h:504
3919
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3922
#: drizzled/drizzled_error_messages.h:506
3923
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3926
#: drizzled/drizzled_error_messages.h:508
2639
3928
msgid "Variable '%-.192s' is a %s variable"
2642
#: ../drizzled/error.cc:385
3931
#: drizzled/drizzled_error_messages.h:510
2644
3933
msgid "Incorrect foreign key definition for '%-.192s': %s"
2647
#: ../drizzled/error.cc:386
3936
#: drizzled/drizzled_error_messages.h:512
2648
3937
msgid "Key reference and table reference don't match"
2651
#: ../drizzled/error.cc:387
3940
#: drizzled/drizzled_error_messages.h:514
2653
3942
msgid "Operand should contain %d column(s)"
2656
#: ../drizzled/error.cc:388
3945
#: drizzled/drizzled_error_messages.h:516
2657
3946
msgid "Subquery returns more than 1 row"
2660
#: ../drizzled/error.cc:389
3949
#: drizzled/drizzled_error_messages.h:518
3951
msgid "Unknown prepared statement handler (%.*s) given to %s"
3954
#: drizzled/drizzled_error_messages.h:520
3955
msgid "Help database is corrupt or does not exist"
3958
#: drizzled/drizzled_error_messages.h:522
3959
msgid "Cyclic reference on subqueries"
3962
#: drizzled/drizzled_error_messages.h:524
2662
3964
msgid "Converting column '%s' from %s to %s"
2665
#: ../drizzled/error.cc:390
3967
#: drizzled/drizzled_error_messages.h:526
2667
3969
msgid "Reference '%-.64s' not supported (%s)"
2670
#: ../drizzled/error.cc:391
3972
#: drizzled/drizzled_error_messages.h:528
2671
3973
msgid "Every derived table must have its own alias"
2674
#: ../drizzled/error.cc:392
3976
#: drizzled/drizzled_error_messages.h:530
2676
3978
msgid "Select %u was reduced during optimization"
2679
#: ../drizzled/error.cc:393
3981
#: drizzled/drizzled_error_messages.h:532
2681
3983
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2684
#: ../drizzled/error.cc:394
3986
#: drizzled/drizzled_error_messages.h:534
3988
"Client does not support authentication protocol requested by server; "
3989
"consider upgrading MySQL client"
3992
#: drizzled/drizzled_error_messages.h:536
2685
3993
msgid "All parts of a SPATIAL index must be NOT NULL"
2688
#: ../drizzled/error.cc:395
3996
#: drizzled/drizzled_error_messages.h:538
2690
3998
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2693
#: ../drizzled/error.cc:396
4001
#: drizzled/drizzled_error_messages.h:540
4002
msgid "Slave is already running"
4005
#: drizzled/drizzled_error_messages.h:542
4006
msgid "Slave already has been stopped"
4009
#: drizzled/drizzled_error_messages.h:544
2696
"Uncompressed data size too large; the maximum size is %d (based on "
2697
"max_allowed_packet). The length of uncompressed data may also be corrupted."
4012
"Uncompressed data size too large; the maximum size is %d (probably, length "
4013
"of uncompressed data was corrupted)"
2700
#: ../drizzled/error.cc:397
4016
#: drizzled/drizzled_error_messages.h:546
2701
4017
msgid "ZLIB: Not enough memory"
2704
#: ../drizzled/error.cc:398
4020
#: drizzled/drizzled_error_messages.h:548
2706
4022
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2707
4023
"data was corrupted)"
2710
#: ../drizzled/error.cc:399
4026
#: drizzled/drizzled_error_messages.h:550
2711
4027
msgid "ZLIB: Input data corrupted"
2714
#: ../drizzled/error.cc:400
4030
#: drizzled/drizzled_error_messages.h:552
2716
4032
msgid "%d line(s) were cut by GROUP_CONCAT()"
2719
#: ../drizzled/error.cc:401
4035
#: drizzled/drizzled_error_messages.h:554
2721
4037
msgid "Row %ld doesn't contain data for all columns"
2724
#: ../drizzled/error.cc:402
4040
#: drizzled/drizzled_error_messages.h:556
2727
4043
"Row %ld was truncated; it contained more data than there were input columns"
2730
#: ../drizzled/error.cc:403
4046
#: drizzled/drizzled_error_messages.h:558
2733
4049
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2736
#: ../drizzled/error.cc:404
4052
#: drizzled/drizzled_error_messages.h:560
2738
4054
msgid "Out of range value for column '%s' at row %ld"
2741
#: ../drizzled/error.cc:405
4057
#: drizzled/drizzled_error_messages.h:562
2743
4059
msgid "Data truncated for column '%s' at row %ld"
2746
#: ../drizzled/error.cc:406
4062
#: drizzled/drizzled_error_messages.h:564
4064
msgid "Using storage engine %s for table '%s'"
4067
#: drizzled/drizzled_error_messages.h:566
2748
4069
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2751
#: ../drizzled/error.cc:407
4072
#: drizzled/drizzled_error_messages.h:568
4073
msgid "Cannot drop one or more of the requested users"
4076
#: drizzled/drizzled_error_messages.h:570
4077
msgid "Can't revoke all privileges for one or more of the requested users"
4080
#: drizzled/drizzled_error_messages.h:572
2753
4082
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2756
#: ../drizzled/error.cc:408
4085
#: drizzled/drizzled_error_messages.h:574
2758
4087
msgid "Illegal mix of collations for operation '%s'"
2761
#: ../drizzled/error.cc:409
4090
#: drizzled/drizzled_error_messages.h:576
2764
4093
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2765
4094
"variable_name)"
2768
#: ../drizzled/error.cc:410
4097
#: drizzled/drizzled_error_messages.h:578
2770
4099
msgid "Unknown collation: '%-.64s'"
2773
#: ../drizzled/error.cc:411
4102
#: drizzled/drizzled_error_messages.h:580
4104
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
4105
"compiled without SSL support; they can be used later if MySQL slave with SSL "
4109
#: drizzled/drizzled_error_messages.h:582
4112
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
4113
"old format; please change the password to the new format"
4116
#: drizzled/drizzled_error_messages.h:584
2776
4119
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2780
#: ../drizzled/error.cc:412
4123
#: drizzled/drizzled_error_messages.h:586
4124
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
4127
#: drizzled/drizzled_error_messages.h:588
4129
"It is recommended to use --skip-slave-start when doing step-by-step "
4130
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
4131
"get an unexpected slave's mysqld restart"
4134
#: drizzled/drizzled_error_messages.h:590
4135
msgid "SQL thread is not to be started so UNTIL options are ignored"
4138
#: drizzled/drizzled_error_messages.h:592
2782
4140
msgid "Incorrect index name '%-.100s'"
2785
#: ../drizzled/error.cc:413
4143
#: drizzled/drizzled_error_messages.h:594
2787
4145
msgid "Incorrect catalog name '%-.100s'"
2790
#: ../drizzled/error.cc:414
4148
#: drizzled/drizzled_error_messages.h:596
4150
msgid "Query cache failed to set size %lu; new query cache size is %lu"
4153
#: drizzled/drizzled_error_messages.h:598
2792
4155
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2795
#: ../drizzled/error.cc:415
4158
#: drizzled/drizzled_error_messages.h:600
4160
msgid "Unknown key cache '%-.100s'"
4163
#: drizzled/drizzled_error_messages.h:602
4165
"MySQL is started in --skip-name-resolve mode; you must restart it without "
4166
"this switch for this grant to work"
4169
#: drizzled/drizzled_error_messages.h:604
2797
4171
msgid "Unknown table engine '%s'"
2800
#: ../drizzled/error.cc:416
4174
#: drizzled/drizzled_error_messages.h:606
4176
msgid "'%s' is deprecated; use '%s' instead"
4179
#: drizzled/drizzled_error_messages.h:608
2802
4181
msgid "The target table %-.100s of the %s is not updatable"
2805
#: ../drizzled/error.cc:417
4184
#: drizzled/drizzled_error_messages.h:610
2808
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
4187
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
2812
#: ../drizzled/error.cc:418
4191
#: drizzled/drizzled_error_messages.h:612
2815
"The Drizzle server is running with the %s option so it cannot execute this "
4194
"The MySQL server is running with the %s option so it cannot execute this "
2819
#: ../drizzled/error.cc:419
4198
#: drizzled/drizzled_error_messages.h:614
2821
4200
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2824
#: ../drizzled/error.cc:420
4203
#: drizzled/drizzled_error_messages.h:616
2826
4205
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2829
#: ../drizzled/error.cc:421
4208
#: drizzled/drizzled_error_messages.h:618
2831
4210
"Incorrect table definition; there can be only one TIMESTAMP column with "
2832
4211
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2835
#: ../drizzled/error.cc:422
4214
#: drizzled/drizzled_error_messages.h:620
2837
4216
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2840
#: ../drizzled/error.cc:423
4219
#: drizzled/drizzled_error_messages.h:622
4220
msgid "This command is not supported in the prepared statement protocol yet"
4223
#: drizzled/drizzled_error_messages.h:624
2842
4225
msgid "Got error %d '%-.100s' from %s"
2845
#: ../drizzled/error.cc:424
4228
#: drizzled/drizzled_error_messages.h:626
2847
4230
msgid "Got temporary error %d '%-.100s' from %s"
2850
#: ../drizzled/error.cc:425
4233
#: drizzled/drizzled_error_messages.h:628
2852
4235
msgid "Unknown or incorrect time zone: '%-.64s'"
2855
#: ../drizzled/error.cc:426
4238
#: drizzled/drizzled_error_messages.h:630
4240
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
4243
#: drizzled/drizzled_error_messages.h:632
2857
4245
msgid "Invalid %s character string: '%.64s'"
2860
#: ../drizzled/error.cc:427
4248
#: drizzled/drizzled_error_messages.h:634
2862
4250
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2865
#: ../drizzled/error.cc:428
4253
#: drizzled/drizzled_error_messages.h:636
4255
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4258
#: drizzled/drizzled_error_messages.h:638
4260
msgid "Can't create a %s from within another stored routine"
4263
#: drizzled/drizzled_error_messages.h:640
4265
msgid "%s %s already exists"
4268
#: drizzled/drizzled_error_messages.h:642
2867
4270
msgid "%s %s does not exist"
2870
#: ../drizzled/error.cc:429
4273
#: drizzled/drizzled_error_messages.h:644
4275
msgid "Failed to DROP %s %s"
4278
#: drizzled/drizzled_error_messages.h:646
4280
msgid "Failed to CREATE %s %s"
4283
#: drizzled/drizzled_error_messages.h:648
4285
msgid "%s with no matching label: %s"
4288
#: drizzled/drizzled_error_messages.h:650
4290
msgid "Redefining label %s"
4293
#: drizzled/drizzled_error_messages.h:652
4295
msgid "End-label %s without match"
4298
#: drizzled/drizzled_error_messages.h:654
4300
msgid "Referring to uninitialized variable %s"
4303
#: drizzled/drizzled_error_messages.h:656
4305
msgid "PROCEDURE %s can't return a result set in the given context"
4308
#: drizzled/drizzled_error_messages.h:658
4309
msgid "RETURN is only allowed in a FUNCTION"
4312
#: drizzled/drizzled_error_messages.h:660
4314
msgid "%s is not allowed in stored procedures"
4317
#: drizzled/drizzled_error_messages.h:662
4319
"The update log is deprecated and replaced by the binary log; SET "
4320
"SQL_LOG_UPDATE has been ignored"
4323
#: drizzled/drizzled_error_messages.h:664
4325
"The update log is deprecated and replaced by the binary log; SET "
4326
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4329
#: drizzled/drizzled_error_messages.h:666
2871
4330
msgid "Query execution was interrupted"
2874
#: ../drizzled/error.cc:430
4333
#: drizzled/drizzled_error_messages.h:668
4335
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4338
#: drizzled/drizzled_error_messages.h:670
4340
msgid "Undefined CONDITION: %s"
4343
#: drizzled/drizzled_error_messages.h:672
4345
msgid "No RETURN found in FUNCTION %s"
4348
#: drizzled/drizzled_error_messages.h:674
4350
msgid "FUNCTION %s ended without RETURN"
4353
#: drizzled/drizzled_error_messages.h:676
4354
msgid "Cursor statement must be a SELECT"
4357
#: drizzled/drizzled_error_messages.h:678
4358
msgid "Cursor SELECT must not have INTO"
4361
#: drizzled/drizzled_error_messages.h:680
4363
msgid "Undefined CURSOR: %s"
4366
#: drizzled/drizzled_error_messages.h:682
4367
msgid "Cursor is already open"
4370
#: drizzled/drizzled_error_messages.h:684
4371
msgid "Cursor is not open"
4374
#: drizzled/drizzled_error_messages.h:686
4376
msgid "Undeclared variable: %s"
4379
#: drizzled/drizzled_error_messages.h:688
4380
msgid "Incorrect number of FETCH variables"
4383
#: drizzled/drizzled_error_messages.h:690
4384
msgid "No data - zero rows fetched, selected, or processed"
4387
#: drizzled/drizzled_error_messages.h:692
4389
msgid "Duplicate parameter: %s"
4392
#: drizzled/drizzled_error_messages.h:694
4394
msgid "Duplicate variable: %s"
4397
#: drizzled/drizzled_error_messages.h:696
4399
msgid "Duplicate condition: %s"
4402
#: drizzled/drizzled_error_messages.h:698
4404
msgid "Duplicate cursor: %s"
4407
#: drizzled/drizzled_error_messages.h:700
4409
msgid "Failed to ALTER %s %s"
4412
#: drizzled/drizzled_error_messages.h:702
4413
msgid "Subquery value not supported"
4416
#: drizzled/drizzled_error_messages.h:704
4418
msgid "%s is not allowed in stored function or trigger"
4421
#: drizzled/drizzled_error_messages.h:706
4422
msgid "Variable or condition declaration after cursor or handler declaration"
4425
#: drizzled/drizzled_error_messages.h:708
4426
msgid "Cursor declaration after handler declaration"
4429
#: drizzled/drizzled_error_messages.h:710
4430
msgid "Case not found for CASE statement"
4433
#: drizzled/drizzled_error_messages.h:712
4435
msgid "Configuration file '%-.192s' is too big"
4438
#: drizzled/drizzled_error_messages.h:714
4440
msgid "Malformed file type header in file '%-.192s'"
4443
#: drizzled/drizzled_error_messages.h:716
4445
msgid "Unexpected end of file while parsing comment '%-.200s'"
4448
#: drizzled/drizzled_error_messages.h:718
4450
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4453
#: drizzled/drizzled_error_messages.h:720
4455
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4458
#: drizzled/drizzled_error_messages.h:722
4459
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4462
#: drizzled/drizzled_error_messages.h:724
4464
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4467
#: drizzled/drizzled_error_messages.h:726
4469
msgid "'%-.192s.%-.192s' is not %s"
4472
#: drizzled/drizzled_error_messages.h:728
4474
msgid "Column '%-.192s' is not updatable"
4477
#: drizzled/drizzled_error_messages.h:730
4478
msgid "View's SELECT contains a subquery in the FROM clause"
4481
#: drizzled/drizzled_error_messages.h:732
4483
msgid "View's SELECT contains a '%s' clause"
4486
#: drizzled/drizzled_error_messages.h:734
4487
msgid "View's SELECT contains a variable or parameter"
4490
#: drizzled/drizzled_error_messages.h:736
4492
msgid "View's SELECT refers to a temporary table '%-.192s'"
4495
#: drizzled/drizzled_error_messages.h:738
4496
msgid "View's SELECT and view's field list have different column counts"
4499
#: drizzled/drizzled_error_messages.h:740
4501
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4504
#: drizzled/drizzled_error_messages.h:742
4505
msgid "View being updated does not have complete key of underlying table in it"
4508
#: drizzled/drizzled_error_messages.h:744
2877
4511
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2878
4512
"(s) or definer/invoker of view lack rights to use them"
2881
#: ../drizzled/error.cc:431
4515
#: drizzled/drizzled_error_messages.h:746
4517
msgid "Can't drop or alter a %s from within another stored routine"
4520
#: drizzled/drizzled_error_messages.h:748
4521
msgid "GOTO is not allowed in a stored procedure handler"
4524
#: drizzled/drizzled_error_messages.h:750
4525
msgid "Trigger already exists"
4528
#: drizzled/drizzled_error_messages.h:752
4529
msgid "Trigger does not exist"
4532
#: drizzled/drizzled_error_messages.h:754
4534
msgid "Trigger's '%-.192s' is view or temporary table"
4537
#: drizzled/drizzled_error_messages.h:756
4539
msgid "Updating of %s row is not allowed in %strigger"
4542
#: drizzled/drizzled_error_messages.h:758
4544
msgid "There is no %s row in %s trigger"
4547
#: drizzled/drizzled_error_messages.h:760
2883
4549
msgid "Field '%-.192s' doesn't have a default value"
2886
#: ../drizzled/error.cc:432
4552
#: drizzled/drizzled_error_messages.h:762
2887
4553
msgid "Division by 0"
2890
#: ../drizzled/error.cc:433
4556
#: drizzled/drizzled_error_messages.h:764
2892
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
4558
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
2895
#: ../drizzled/error.cc:434
4561
#: drizzled/drizzled_error_messages.h:766
2897
4563
msgid "Illegal %s '%-.192s' value found during parsing"
2900
#: ../drizzled/error.cc:435
4566
#: drizzled/drizzled_error_messages.h:768
4568
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4571
#: drizzled/drizzled_error_messages.h:770
4573
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4576
#: drizzled/drizzled_error_messages.h:772
4578
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4581
#: drizzled/drizzled_error_messages.h:774
4583
msgid "Failed purging old relay logs: %s"
4586
#: drizzled/drizzled_error_messages.h:776
4588
msgid "Password hash should be a %d-digit hexadecimal number"
4591
#: drizzled/drizzled_error_messages.h:778
4592
msgid "Target log not found in binlog index"
4595
#: drizzled/drizzled_error_messages.h:780
4596
msgid "I/O error reading log index file"
4599
#: drizzled/drizzled_error_messages.h:782
4600
msgid "Server configuration does not permit binlog purge"
4603
#: drizzled/drizzled_error_messages.h:784
4604
msgid "Failed on fseek()"
4607
#: drizzled/drizzled_error_messages.h:786
4608
msgid "Fatal error during log purge"
4611
#: drizzled/drizzled_error_messages.h:788
4612
msgid "A purgeable log is in use, will not purge"
4615
#: drizzled/drizzled_error_messages.h:790
4616
msgid "Unknown error during log purge"
4619
#: drizzled/drizzled_error_messages.h:792
4621
msgid "Failed initializing relay log position: %s"
4624
#: drizzled/drizzled_error_messages.h:794
4625
msgid "You are not using binary logging"
4628
#: drizzled/drizzled_error_messages.h:796
4631
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4634
#: drizzled/drizzled_error_messages.h:798
4635
msgid "WSAStartup Failed"
4638
#: drizzled/drizzled_error_messages.h:800
4639
msgid "Can't handle procedures with different groups yet"
4642
#: drizzled/drizzled_error_messages.h:802
4643
msgid "Select must have a group with this procedure"
4646
#: drizzled/drizzled_error_messages.h:804
4647
msgid "Can't use ORDER clause with this procedure"
4650
#: drizzled/drizzled_error_messages.h:806
4652
msgid "Binary logging and replication forbid changing the global server %s"
4655
#: drizzled/drizzled_error_messages.h:808
4657
msgid "Can't map file: %-.200s, errno: %d"
4660
#: drizzled/drizzled_error_messages.h:810
4662
msgid "Wrong magic in %-.64s"
4665
#: drizzled/drizzled_error_messages.h:812
4666
msgid "Prepared statement contains too many placeholders"
4669
#: drizzled/drizzled_error_messages.h:814
2902
4671
msgid "Key part '%-.192s' length cannot be 0"
2905
#: ../drizzled/error.cc:436
4674
#: drizzled/drizzled_error_messages.h:816
4675
msgid "View text checksum failed"
4678
#: drizzled/drizzled_error_messages.h:818
4681
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4684
#: drizzled/drizzled_error_messages.h:820
4686
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4689
#: drizzled/drizzled_error_messages.h:822
4691
msgid "Can not delete from join view '%-.192s.%-.192s'"
4694
#: drizzled/drizzled_error_messages.h:824
4696
msgid "Operation %s failed for %.256s"
4699
#: drizzled/drizzled_error_messages.h:826
4700
msgid "XAER_NOTA: Unknown XID"
4703
#: drizzled/drizzled_error_messages.h:828
4704
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4707
#: drizzled/drizzled_error_messages.h:830
2908
4710
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2909
4711
"the %.64s state"
2912
#: ../drizzled/error.cc:437
4714
#: drizzled/drizzled_error_messages.h:832
4715
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4718
#: drizzled/drizzled_error_messages.h:834
4720
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4724
#: drizzled/drizzled_error_messages.h:836
4725
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4728
#: drizzled/drizzled_error_messages.h:838
4731
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4735
#: drizzled/drizzled_error_messages.h:840
4736
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4739
#: drizzled/drizzled_error_messages.h:842
4740
msgid "Failed to revoke all privileges to dropped routine"
4743
#: drizzled/drizzled_error_messages.h:844
2914
4745
msgid "Data too long for column '%s' at row %ld"
2917
#: ../drizzled/error.cc:438
4748
#: drizzled/drizzled_error_messages.h:846
4750
msgid "Bad SQLSTATE: '%s'"
4753
#: drizzled/drizzled_error_messages.h:848
2920
4756
"%s: ready for connections.\n"
2921
"Version: '%s' %s\n"
4757
"Version: '%s' socket: '%s' port: %d %s"
2924
#: ../drizzled/error.cc:439
4760
#: drizzled/drizzled_error_messages.h:850
2925
4761
msgid "Can't load value from file with fixed size rows to variable"
2928
#: ../drizzled/error.cc:440
4764
#: drizzled/drizzled_error_messages.h:852
4765
msgid "You are not allowed to create a user with GRANT"
4768
#: drizzled/drizzled_error_messages.h:854
2930
4770
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2933
#: ../drizzled/error.cc:441
4773
#: drizzled/drizzled_error_messages.h:856
2934
4774
msgid "Table definition has changed, please retry transaction"
2937
#: ../drizzled/error.cc:442
4777
#: drizzled/drizzled_error_messages.h:858
4778
msgid "Duplicate handler declared in the same block"
4781
#: drizzled/drizzled_error_messages.h:860
4784
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4785
"variable in BEFORE trigger"
4788
#: drizzled/drizzled_error_messages.h:862
2939
4790
msgid "Not allowed to return a result set from a %s"
2942
#: ../drizzled/error.cc:443
4793
#: drizzled/drizzled_error_messages.h:864
2943
4794
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2946
#: ../drizzled/error.cc:444
4797
#: drizzled/drizzled_error_messages.h:866
4799
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4800
"declaration and binary logging is enabled; if non-transactional tables were "
4801
"updated, the binary log will miss their changes"
4804
#: drizzled/drizzled_error_messages.h:868
4806
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4807
"declaration and binary logging is enabled (you *might* want to use the less "
4808
"safe log_bin_trust_function_creators variable)"
4811
#: drizzled/drizzled_error_messages.h:870
4813
"You do not have the SUPER privilege and binary logging is enabled (you "
4814
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4817
#: drizzled/drizzled_error_messages.h:872
4819
"You can't execute a prepared statement which has an open cursor associated "
4820
"with it. Reset the statement to re-execute it."
4823
#: drizzled/drizzled_error_messages.h:874
4825
msgid "The statement (%lu) has no open cursor."
4828
#: drizzled/drizzled_error_messages.h:876
2948
4830
"Explicit or implicit commit is not allowed in stored function or trigger."
2951
#: ../drizzled/error.cc:445
4833
#: drizzled/drizzled_error_messages.h:878
4836
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4839
#: drizzled/drizzled_error_messages.h:880
4840
msgid "Recursive stored functions and triggers are not allowed."
4843
#: drizzled/drizzled_error_messages.h:882
2953
4845
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2956
#: ../drizzled/error.cc:446
4848
#: drizzled/drizzled_error_messages.h:884
2958
4850
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2961
#: ../drizzled/error.cc:447
4853
#: drizzled/drizzled_error_messages.h:886
2964
4856
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2968
#: ../drizzled/error.cc:448
4860
#: drizzled/drizzled_error_messages.h:888
4862
"You can't combine write-locking of system tables with other tables or lock "
4866
#: drizzled/drizzled_error_messages.h:890
4868
msgid "Unable to connect to foreign data source: %.64s"
4871
#: drizzled/drizzled_error_messages.h:892
4874
"There was a problem processing the query on the foreign data source. Data "
4875
"source error: %-.64s"
4878
#: drizzled/drizzled_error_messages.h:894
4881
"The foreign data source you are trying to reference does not exist. Data "
4882
"source error: %-.64s"
4885
#: drizzled/drizzled_error_messages.h:896
4888
"Can't create federated table. The data source connection string '%-.64s' is "
4889
"not in the correct format"
4892
#: drizzled/drizzled_error_messages.h:898
4894
msgid "The data source connection string '%-.64s' is not in the correct format"
4897
#: drizzled/drizzled_error_messages.h:900
4899
msgid "Can't create federated table. Foreign data src error: %-.64s"
4902
#: drizzled/drizzled_error_messages.h:902
2969
4903
msgid "Trigger in wrong schema"
2972
#: ../drizzled/error.cc:449
4906
#: drizzled/drizzled_error_messages.h:904
2975
4909
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2976
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2979
#: ../drizzled/error.cc:450
4910
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
4913
#: drizzled/drizzled_error_messages.h:906
4915
msgid "Routine body for '%-.100s' is too long"
4918
#: drizzled/drizzled_error_messages.h:908
4919
msgid "Cannot drop default keycache"
4922
#: drizzled/drizzled_error_messages.h:910
2981
4924
msgid "Display width out of range for column '%-.192s' (max = %d)"
2984
#: ../drizzled/error.cc:451
4927
#: drizzled/drizzled_error_messages.h:912
4928
msgid "XAER_DUPID: The XID already exists"
4931
#: drizzled/drizzled_error_messages.h:914
2986
4933
msgid "Datetime function: %-.32s field overflow"
2989
#: ../drizzled/error.cc:452
4936
#: drizzled/drizzled_error_messages.h:916
4939
"Can't update table '%-.192s' in stored function/trigger because it is "
4940
"already used by statement which invoked this stored function/trigger."
4943
#: drizzled/drizzled_error_messages.h:918
4946
"The definition of table '%-.192s' prevents operation %.192s on table "
4950
#: drizzled/drizzled_error_messages.h:920
4952
"The prepared statement contains a stored routine call that refers to that "
4953
"same statement. It's not allowed to execute a prepared statement in such a "
4957
#: drizzled/drizzled_error_messages.h:922
4958
msgid "Not allowed to set autocommit from a stored function or trigger"
4961
#: drizzled/drizzled_error_messages.h:924
4962
msgid "Definer is not fully qualified"
4965
#: drizzled/drizzled_error_messages.h:926
4968
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4969
"Current user is used as definer. Please recreate the view!"
4972
#: drizzled/drizzled_error_messages.h:928
4975
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4979
#: drizzled/drizzled_error_messages.h:930
4981
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4984
#: drizzled/drizzled_error_messages.h:932
4986
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4989
#: drizzled/drizzled_error_messages.h:934
2992
4992
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2995
#: ../drizzled/error.cc:453
4995
#: drizzled/drizzled_error_messages.h:936
2998
4998
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3001
#: ../drizzled/error.cc:454
3002
msgid "No data - zero rows fetched, selected, or processed"
3005
#: ../drizzled/error.cc:455
5001
#: drizzled/drizzled_error_messages.h:938
5003
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
5006
#: drizzled/drizzled_error_messages.h:940
5009
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
5010
"activated under the authorization of the invoker, which may have "
5011
"insufficient privileges. Please recreate the trigger."
5014
#: drizzled/drizzled_error_messages.h:942
5016
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
5019
#: drizzled/drizzled_error_messages.h:944
5022
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
5023
"exceeded for routine %.192s"
5026
#: drizzled/drizzled_error_messages.h:946
5029
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
5030
"contains bad data (internal code %d)"
5033
#: drizzled/drizzled_error_messages.h:948
5035
msgid "Incorrect routine name '%-.192s'"
5038
#: drizzled/drizzled_error_messages.h:950
3007
5040
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3010
#: ../drizzled/error.cc:456
5043
#: drizzled/drizzled_error_messages.h:952
5044
msgid "AGGREGATE is not supported for stored functions"
5047
#: drizzled/drizzled_error_messages.h:954
5050
"Can't create more than max_prepared_stmt_count statements (current value: %"
5054
#: drizzled/drizzled_error_messages.h:956
5056
msgid "`%-.192s`.`%-.192s` contains view recursion"
5059
#: drizzled/drizzled_error_messages.h:958
3012
5061
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
3015
#: ../drizzled/error.cc:457
5064
#: drizzled/drizzled_error_messages.h:960
3016
5065
msgid "The used table type doesn't support SPATIAL indexes"
3019
#: ../drizzled/error.cc:458
5068
#: drizzled/drizzled_error_messages.h:962
5069
msgid "Triggers can not be created on system tables"
5072
#: drizzled/drizzled_error_messages.h:964
3021
5074
msgid "Leading spaces are removed from name '%s'"
3024
#: ../drizzled/error.cc:459
5077
#: drizzled/drizzled_error_messages.h:966
3025
5078
msgid "Failed to read auto-increment value from storage engine"
3028
#: ../drizzled/error.cc:460
5081
#: drizzled/drizzled_error_messages.h:968
5085
#: drizzled/drizzled_error_messages.h:970
5089
#: drizzled/drizzled_error_messages.h:972
3030
5091
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3033
#: ../drizzled/error.cc:461
5094
#: drizzled/drizzled_error_messages.h:974
5096
msgid "The target table %-.100s of the %s is not insertable-into"
5099
#: drizzled/drizzled_error_messages.h:976
5102
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
5105
#: drizzled/drizzled_error_messages.h:978
3034
5106
msgid "Too high level of nesting for select"
3037
#: ../drizzled/error.cc:462
5109
#: drizzled/drizzled_error_messages.h:980
3039
5111
msgid "Name '%-.64s' has become ''"
3042
#: ../drizzled/error.cc:463
5114
#: drizzled/drizzled_error_messages.h:982
3044
5116
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3045
5117
"optional and non-empty FIELDS ENCLOSED BY"
3048
#: ../drizzled/error.cc:464
5120
#: drizzled/drizzled_error_messages.h:984
5122
msgid "The foreign server, %s, you are trying to create already exists."
5125
#: drizzled/drizzled_error_messages.h:986
5128
"The foreign server name you are trying to reference does not exist. Data "
5129
"source error: %-.64s"
5132
#: drizzled/drizzled_error_messages.h:988
3051
5135
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3054
#: ../drizzled/error.cc:465
3056
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3059
#: ../drizzled/error.cc:466
5138
#: drizzled/drizzled_error_messages.h:990
5141
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
5145
#: drizzled/drizzled_error_messages.h:992
5147
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
5150
#: drizzled/drizzled_error_messages.h:994
5151
msgid "MAXVALUE can only be used in last partition definition"
5154
#: drizzled/drizzled_error_messages.h:996
5155
msgid "Subpartitions can only be hash partitions and by key"
5158
#: drizzled/drizzled_error_messages.h:998
5159
msgid "Must define subpartitions on all partitions if on one partition"
5162
#: drizzled/drizzled_error_messages.h:1000
5163
msgid "Wrong number of partitions defined, mismatch with previous setting"
5166
#: drizzled/drizzled_error_messages.h:1002
5167
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
5170
#: drizzled/drizzled_error_messages.h:1004
5171
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
5174
#: drizzled/drizzled_error_messages.h:1006
5175
msgid "Expression in RANGE/LIST VALUES must be constant"
5178
#: drizzled/drizzled_error_messages.h:1008
5179
msgid "Field in list of fields for partition function not found in table"
5182
#: drizzled/drizzled_error_messages.h:1010
5183
msgid "List of fields is only allowed in KEY partitions"
5186
#: drizzled/drizzled_error_messages.h:1012
5188
"The partition info in the frm file is not consistent with what can be "
5189
"written into the frm file"
5192
#: drizzled/drizzled_error_messages.h:1014
5194
msgid "The %-.192s function returns the wrong type"
5197
#: drizzled/drizzled_error_messages.h:1016
5199
msgid "For %-.64s partitions each partition must be defined"
5202
#: drizzled/drizzled_error_messages.h:1018
5203
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
5206
#: drizzled/drizzled_error_messages.h:1020
5207
msgid "VALUES value must be of same type as partition function"
5210
#: drizzled/drizzled_error_messages.h:1022
5211
msgid "Multiple definition of same constant in list partitioning"
5214
#: drizzled/drizzled_error_messages.h:1024
5215
msgid "Partitioning can not be used stand-alone in query"
5218
#: drizzled/drizzled_error_messages.h:1026
5220
"The mix of handlers in the partitions is not allowed in this version of MySQL"
5223
#: drizzled/drizzled_error_messages.h:1028
5225
msgid "For the partitioned engine it is necessary to define all %-.64s"
5228
#: drizzled/drizzled_error_messages.h:1030
5229
msgid "Too many partitions (including subpartitions) were defined"
5232
#: drizzled/drizzled_error_messages.h:1032
5234
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
5235
"partitioning for subpartitioning"
5238
#: drizzled/drizzled_error_messages.h:1034
5239
msgid "Failed to create specific handler file"
5242
#: drizzled/drizzled_error_messages.h:1036
5243
msgid "A BLOB field is not allowed in partition function"
5246
#: drizzled/drizzled_error_messages.h:1038
5248
msgid "A %-.192s must include all columns in the table's partitioning function"
5251
#: drizzled/drizzled_error_messages.h:1040
5253
msgid "Number of %-.64s = 0 is not an allowed value"
5256
#: drizzled/drizzled_error_messages.h:1042
5257
msgid "Partition management on a not partitioned table is not possible"
5260
#: drizzled/drizzled_error_messages.h:1044
5262
"Foreign key condition is not yet supported in conjunction with partitioning"
5265
#: drizzled/drizzled_error_messages.h:1046
5267
msgid "Error in list of partitions to %-.64s"
5270
#: drizzled/drizzled_error_messages.h:1048
5271
msgid "Cannot remove all partitions, use DROP TABLE instead"
5274
#: drizzled/drizzled_error_messages.h:1050
5275
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5278
#: drizzled/drizzled_error_messages.h:1052
5280
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
5284
#: drizzled/drizzled_error_messages.h:1054
5286
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
5287
"tables using HASH PARTITIONs"
5290
#: drizzled/drizzled_error_messages.h:1056
5292
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5295
#: drizzled/drizzled_error_messages.h:1058
5296
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5299
#: drizzled/drizzled_error_messages.h:1060
5300
msgid "At least one partition must be added"
5303
#: drizzled/drizzled_error_messages.h:1062
5304
msgid "At least one partition must be coalesced"
5307
#: drizzled/drizzled_error_messages.h:1064
5308
msgid "More partitions to reorganise than there are partitions"
5311
#: drizzled/drizzled_error_messages.h:1066
5313
msgid "Duplicate partition name %-.192s"
5316
#: drizzled/drizzled_error_messages.h:1068
5317
msgid "It is not allowed to shut off binlog on this command"
5320
#: drizzled/drizzled_error_messages.h:1070
5321
msgid "When reorganising a set of partitions they must be in consecutive order"
5324
#: drizzled/drizzled_error_messages.h:1072
5326
"Reorganize of range partitions cannot change total ranges except for last "
5327
"partition where it can extend the range"
5330
#: drizzled/drizzled_error_messages.h:1074
5331
msgid "Partition function not supported in this version for this handler"
5334
#: drizzled/drizzled_error_messages.h:1076
5335
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5338
#: drizzled/drizzled_error_messages.h:1078
5340
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5343
#: drizzled/drizzled_error_messages.h:1080
5345
msgid "Plugin '%-.192s' is not loaded"
5348
#: drizzled/drizzled_error_messages.h:1082
3061
5350
msgid "Incorrect %-.32s value: '%-.128s'"
3064
#: ../drizzled/error.cc:467
5353
#: drizzled/drizzled_error_messages.h:1084
3066
5355
msgid "Table has no partition for value %-.64s"
3069
#: ../drizzled/error.cc:468
5358
#: drizzled/drizzled_error_messages.h:1086
5360
msgid "It is not allowed to specify %s more than once"
5363
#: drizzled/drizzled_error_messages.h:1088
5364
#: drizzled/drizzled_error_messages.h:1224
5366
msgid "Failed to create %s"
5369
#: drizzled/drizzled_error_messages.h:1090
5370
#: drizzled/drizzled_error_messages.h:1114
5372
msgid "Failed to drop %s"
5375
#: drizzled/drizzled_error_messages.h:1092
5376
msgid "The handler doesn't support autoextend of tablespaces"
5379
#: drizzled/drizzled_error_messages.h:1094
5381
"A size parameter was incorrectly specified, either number or on the form 10M"
5384
#: drizzled/drizzled_error_messages.h:1096
5386
"The size number was correct but we don't allow the digit part to be more "
5390
#: drizzled/drizzled_error_messages.h:1098
5392
msgid "Failed to alter: %s"
5395
#: drizzled/drizzled_error_messages.h:1100
3070
5396
msgid "Writing one row to the row-based binary log failed"
3073
#: ../drizzled/error.cc:469
5399
#: drizzled/drizzled_error_messages.h:1102
5401
msgid "Table definition on master and slave does not match: %s"
5404
#: drizzled/drizzled_error_messages.h:1104
5406
"Slave running with --log-slave-updates must use row-based binary logging to "
5407
"be able to replicate row-based binary log events"
5410
#: drizzled/drizzled_error_messages.h:1106
5412
msgid "Event '%-.192s' already exists"
5415
#: drizzled/drizzled_error_messages.h:1108
5417
msgid "Failed to store event %s. Error code %d from storage engine."
5420
#: drizzled/drizzled_error_messages.h:1110
5422
msgid "Unknown event '%-.192s'"
5425
#: drizzled/drizzled_error_messages.h:1112
5427
msgid "Failed to alter event '%-.192s'"
5430
#: drizzled/drizzled_error_messages.h:1116
5431
msgid "INTERVAL is either not positive or too big"
5434
#: drizzled/drizzled_error_messages.h:1118
5435
msgid "ENDS is either invalid or before STARTS"
5438
#: drizzled/drizzled_error_messages.h:1120
5439
msgid "Event execution time is in the past. Event has been disabled"
5442
#: drizzled/drizzled_error_messages.h:1122
5443
msgid "Failed to open mysql.event"
5446
#: drizzled/drizzled_error_messages.h:1124
5447
msgid "No datetime expression provided"
5450
#: drizzled/drizzled_error_messages.h:1126
5453
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5454
"probably corrupted"
5457
#: drizzled/drizzled_error_messages.h:1128
5459
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5462
#: drizzled/drizzled_error_messages.h:1130
5463
msgid "Failed to delete the event from mysql.event"
5466
#: drizzled/drizzled_error_messages.h:1132
5467
msgid "Error during compilation of event's body"
5470
#: drizzled/drizzled_error_messages.h:1134
5471
msgid "Same old and new event name"
5474
#: drizzled/drizzled_error_messages.h:1136
5476
msgid "Data for column '%s' too long"
5479
#: drizzled/drizzled_error_messages.h:1138
3075
5481
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3078
#: ../drizzled/error.cc:470
5484
#: drizzled/drizzled_error_messages.h:1140
5487
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5491
#: drizzled/drizzled_error_messages.h:1142
5492
msgid "You can't write-lock a log table. Only read access is possible"
5495
#: drizzled/drizzled_error_messages.h:1144
5496
msgid "You can't use locks with log tables."
5499
#: drizzled/drizzled_error_messages.h:1146
3081
5502
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3082
5503
"d would lead to a duplicate entry"
3085
#: ../drizzled/error.cc:471
5506
#: drizzled/drizzled_error_messages.h:1148
5509
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5510
"%d, now running %d. Please use mysql_upgrade to fix this error."
5513
#: drizzled/drizzled_error_messages.h:1150
5515
"Cannot switch out of the row-based binary log format when the session has "
5516
"open temporary tables"
5519
#: drizzled/drizzled_error_messages.h:1152
5521
"Cannot change the binary logging format inside a stored function or trigger"
5524
#: drizzled/drizzled_error_messages.h:1154
5526
"The NDB cluster engine does not support changing the binlog format on the "
5530
#: drizzled/drizzled_error_messages.h:1156
5531
msgid "Cannot create temporary table with partitions"
5534
#: drizzled/drizzled_error_messages.h:1158
5535
msgid "Partition constant is out of partition function domain"
5538
#: drizzled/drizzled_error_messages.h:1160
5539
msgid "This partition function is not allowed"
5542
#: drizzled/drizzled_error_messages.h:1162
5543
msgid "Error in DDL log"
5546
#: drizzled/drizzled_error_messages.h:1164
5547
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5550
#: drizzled/drizzled_error_messages.h:1166
5551
msgid "Incorrect partition name"
5554
#: drizzled/drizzled_error_messages.h:1168
3087
5556
"Transaction isolation level can't be changed while a transaction is in "
3091
#: ../drizzled/error.cc:472
5560
#: drizzled/drizzled_error_messages.h:1170
5563
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5564
"'%-.192s' for key '%-.192s'"
5567
#: drizzled/drizzled_error_messages.h:1172
5569
msgid "Internal scheduler error %d"
5572
#: drizzled/drizzled_error_messages.h:1174
5574
msgid "Error during starting/stopping of the scheduler. Error code %u"
5577
#: drizzled/drizzled_error_messages.h:1176
5578
msgid "Engine cannot be used in partitioned tables"
5581
#: drizzled/drizzled_error_messages.h:1178
5583
msgid "Cannot activate '%-.64s' log"
5586
#: drizzled/drizzled_error_messages.h:1180
5587
msgid "The server was not built with row-based replication"
5590
#: drizzled/drizzled_error_messages.h:1182
5591
msgid "Decoding of base64 string failed"
5594
#: drizzled/drizzled_error_messages.h:1184
5595
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5598
#: drizzled/drizzled_error_messages.h:1186
5600
"Cannot proceed because system tables used by Event Scheduler were found "
5601
"damaged at server start"
5604
#: drizzled/drizzled_error_messages.h:1188
5605
msgid "Only integers allowed as number here"
5608
#: drizzled/drizzled_error_messages.h:1190
5609
msgid "This storage engine cannot be used for log tables"
5612
#: drizzled/drizzled_error_messages.h:1192
5614
msgid "You cannot '%s' a log table if logging is enabled"
5617
#: drizzled/drizzled_error_messages.h:1194
5620
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5621
"rename two tables: the log table to an archive table and another table back "
5625
#: drizzled/drizzled_error_messages.h:1196
3093
5627
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3096
#: ../drizzled/error.cc:473
5630
#: drizzled/drizzled_error_messages.h:1198
3098
5632
msgid "Incorrect parameters in the call to native function '%-.192s'"
3101
#: ../drizzled/error.cc:474
5635
#: drizzled/drizzled_error_messages.h:1200
5637
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5640
#: drizzled/drizzled_error_messages.h:1202
5642
msgid "This function '%-.192s' has the same name as a native function"
5645
#: drizzled/drizzled_error_messages.h:1204
3103
5647
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3106
#: ../drizzled/error.cc:475
5650
#: drizzled/drizzled_error_messages.h:1206
5651
msgid "Too many files opened, please execute the command again"
5654
#: drizzled/drizzled_error_messages.h:1208
5655
#: drizzled/drizzled_error_messages.h:1210
5657
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5658
"The event was dropped immediately after creation."
5661
#: drizzled/drizzled_error_messages.h:1212
5663
msgid "The incident %s occured on the master. Message: %-.64s"
5666
#: drizzled/drizzled_error_messages.h:1214
5667
msgid "Table has no partition for some existing values"
5670
#: drizzled/drizzled_error_messages.h:1216
5671
msgid "Statement is not safe to log in statement format."
5674
#: drizzled/drizzled_error_messages.h:1218
5676
msgid "Fatal error: %s"
5679
#: drizzled/drizzled_error_messages.h:1220
5681
msgid "Relay log read failure: %s"
5684
#: drizzled/drizzled_error_messages.h:1222
5686
msgid "Relay log write failure: %s"
5689
#: drizzled/drizzled_error_messages.h:1226
5691
msgid "Master command %s failed: %s"
5694
#: drizzled/drizzled_error_messages.h:1228
5696
msgid "Binary logging not possible. Message: %s"
5699
#: drizzled/drizzled_error_messages.h:1230
5701
msgid "View `%-.64s`.`%-.64s` has no creation context"
5704
#: drizzled/drizzled_error_messages.h:1232
5706
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5709
#: drizzled/drizzled_error_messages.h:1234
5711
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5714
#: drizzled/drizzled_error_messages.h:1236
5716
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5719
#: drizzled/drizzled_error_messages.h:1238
5721
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5724
#: drizzled/drizzled_error_messages.h:1240
5726
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5729
#: drizzled/drizzled_error_messages.h:1242
5731
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5734
#: drizzled/drizzled_error_messages.h:1244
5736
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5739
#: drizzled/drizzled_error_messages.h:1246
5741
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5744
#: drizzled/drizzled_error_messages.h:1248
5746
msgid "Ambiguous slave modes combination. %s"
5749
#: drizzled/drizzled_error_messages.h:1250
5752
"The BINLOG statement of type `%s` was not preceded by a format description "
5756
#: drizzled/drizzled_error_messages.h:1252
5757
msgid "Corrupted replication event was detected"
5760
#: drizzled/drizzled_error_messages.h:1254
3108
5762
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3111
#: ../drizzled/error.cc:477
3113
msgid "Received an invalid datetime value '%s'."
3116
#: ../drizzled/error.cc:478
3118
msgid "Received an invalid DATE value '%s'."
3121
#: ../drizzled/error.cc:479
3123
msgid "Received a NULL argument for function '%s'."
3126
#: ../drizzled/error.cc:480
3128
msgid "Received an invalid timestamp value '%s'."
3131
#: ../drizzled/error.cc:481
3133
msgid "Received an invalid TIME value '%s'."
3136
#: ../drizzled/error.cc:482
3138
msgid "Received an invalid value '%s' for a UNIX timestamp."
3141
#: ../drizzled/error.cc:484
3143
msgid "Received an out-of-range argument '%s' for function '%s'."
3146
#: ../drizzled/error.cc:485
3148
msgid "Received an invalid enum value '%s'."
3151
#: ../drizzled/error.cc:486
3152
msgid "Tables which are replicated require a primary key."
3155
#: ../drizzled/error.cc:488
3157
msgid "Corrupt or invalid schema definition for '%s' : %s"
3160
#: ../drizzled/error.cc:489
3162
msgid "Corrupt or invalid table definition for '%s': %s"
3165
#: ../drizzled/error.cc:490
3167
msgid "The number of enum that were required was too high for table '%s'"
3170
#: ../drizzled/error.cc:491
3172
msgid "Corrupt or invalid table definition for '%s'"
3175
#: ../drizzled/error.cc:492
3177
msgid "Collation '%s' for table %s is invalid/unknown"
3180
#: ../drizzled/error.cc:494
3182
msgid "Cannot drop table '%s'"
3185
#: ../drizzled/error.cc:495
3187
msgid "Error occurred while dropping table '%s'"
3190
#: ../drizzled/error.cc:496
3192
msgid "Permission denied to create '%s'"
3195
#: ../drizzled/error.cc:497
3197
msgid "Unknown table '%s'"
3200
#: ../drizzled/error.cc:499
3202
msgid "Cannot create schema '%s'"
3205
#: ../drizzled/error.cc:500
3207
msgid "Schema does not exist: %s"
3210
#: ../drizzled/error.cc:501
3212
msgid "Error altering schema: %s"
3215
#: ../drizzled/error.cc:502
3217
msgid "Error droppping Schema : %s"
3220
#: ../drizzled/error.cc:504
3221
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3224
#: ../drizzled/error.cc:505
3226
msgid "Unknown table engine option key/pair %s = %s."
3229
#: ../drizzled/error.cc:506
3231
msgid "Unknown schema engine option key/pair %s = %s."
3234
#: ../drizzled/error.cc:508
3235
msgid "Admin access not allowed from this username/IP address."
3238
#. User lock/barrier error messages
3239
#: ../drizzled/error.cc:511
3240
msgid "wait() can not be called on session owning user defined barrier."
3243
#: ../drizzled/error.cc:512
3244
msgid "Unknown user defined barrier requested."
3247
#: ../drizzled/error.cc:513
3248
msgid "Session does not own user defined barrier."
3251
#: ../drizzled/error.cc:514
3252
msgid "Session can not wait on a user defined lock owned by the session."
3255
#: ../drizzled/error.cc:515
3256
msgid "Session does not own user defined lock."
3259
#: ../drizzled/error.cc:517
3260
msgid "Invalid name for user defined barrier."
3263
#: ../drizzled/error.cc:518
3264
msgid "Invalid name for user defined lock."
3267
#: ../drizzled/error.cc:520
3269
"Either a DEFAULt value or NULL NULL description is required for a new column "
3270
"if table is not empty"
3274
#: ../drizzled/error.cc:523
3277
"Cast to unsigned converted negative integer to it's positive complement: %s"
3280
#: ../drizzled/error.cc:524
3282
msgid "Invalid cast to signed integer: %s"
3285
#: ../drizzled/error.cc:526
3287
msgid "Identifier '%.*s' is a SQL keyword."
3290
#: ../drizzled/error.cc:529
3292
msgid "Can't unlock file (Errcode: %d)"
3295
#: ../drizzled/error.cc:530
3297
msgid "Can't change size of file (Errcode: %d)"
3300
#: ../drizzled/error.cc:531
3302
msgid "Can't open stream from handle (Errcode: %d)"
3305
#: ../drizzled/error.cc:532
3307
msgid "Warning: '%s' had %d links"
3310
#: ../drizzled/error.cc:533
3312
msgid "Warning: %d files and %d streams is left open\n"
3315
#: ../drizzled/error.cc:534
3317
msgid "Can't create directory '%s' (Errcode: %d)"
3320
#: ../drizzled/error.cc:535
3323
"Character set '%s' is not a compiled character set and is not specified in "
3327
#: ../drizzled/error.cc:536
3329
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3332
#: ../drizzled/error.cc:537
3334
msgid "Can't read value for symlink '%s' (Error %d)"
3337
#: ../drizzled/error.cc:538
3339
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3342
#: ../drizzled/error.cc:539
3344
msgid "Error on realpath() on '%s' (Error %d)"
3347
#: ../drizzled/error.cc:540
3349
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3352
#: ../drizzled/error.cc:541
3355
"Collation '%s' is not a compiled collation and is not specified in the %s "
3359
#: ../drizzled/error.cc:542
3361
msgid "File '%s' (fileno: %d) was not closed"
3365
#: ../drizzled/error.cc:545
3366
msgid "Received an invalid UUID value"
3369
#: ../drizzled/error.cc:546
3370
msgid "The UUID was not created with a valid time"
3374
#: ../drizzled/error.cc:549
3376
msgid "Received an invalid BOOLEAN value '%s'."
3379
#: ../drizzled/error.cc:550
3381
msgid "Invalid cast to BOOLEAN: '%s'."
3384
#. Transactional DDL
3385
#: ../drizzled/error.cc:553
3386
msgid "Transactional DDL not supported"
3390
#: ../drizzled/error.cc:555
3392
msgid "Assertion '%s' failed."
3395
#: ../drizzled/error.cc:556
3397
msgid "Assertion '%s' failed, the result was NULL."
3400
#. Catalog related errors
3401
#: ../drizzled/error.cc:574
3403
msgid "Cannot create catalog '%s'."
3406
#: ../drizzled/error.cc:575
3408
msgid "Permission is denied to create '%s' catalog."
3411
#: ../drizzled/error.cc:576
3413
msgid "Cannot drop catalog '%s'."
3416
#: ../drizzled/error.cc:577
3418
msgid "Permission is denied to drop '%s' catalog."
3421
#: ../drizzled/error.cc:578
3423
msgid "Catalog '%s' does not exist."
3426
#: ../drizzled/error.cc:579
3427
msgid "You cannot drop the 'local' catalog."
3430
#: ../drizzled/error.cc:580
3432
msgid "Could not gain lock on '%s'."
3435
#: ../drizzled/error.cc:581
3437
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3440
#: ../drizzled/error.cc:582
3441
msgid "Invalid catalog name."
3444
#: ../drizzled/error.cc:583
3446
"Engine status is now stored in the data_dictionary tables, please use these "
3450
#: ../drizzled/identifier/catalog.cc:56
3452
"Catalog name cannot be encoded and fit within filesystem name length "
3456
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:221
3458
"Schema name cannot be encoded and fit within filesystem name length "
3462
#: ../drizzled/identifier/table.cc:238
3464
"Table name cannot be encoded and fit within filesystem name length "
3470
#. * Since clients still use this code, we use fprintf here.
3471
#. * This fprintf needs to be turned into errmsg_printf
3472
#. * as soon as the client programs no longer use mysys
3473
#. * and can use the pluggable error message system.
3475
#: ../drizzled/internal/default.cc:687
3477
msgid "error: could not open directory: %s\n"
3480
#: ../drizzled/main.cc:169
3482
"setrlimit could not change the size of core files to 'infinity'; We may not "
3483
"be able to generate a core file on signals"
3486
#: ../drizzled/main.cc:269
3488
msgid "Data directory %s does not exist\n"
3491
#: ../drizzled/main.cc:280
3493
msgid "Local catalog %s/local does not exist\n"
3496
#: ../drizzled/main.cc:303 ../plugin/multi_thread/multi_thread.cc:84
3497
msgid "Drizzle has receieved an abort event."
3500
#: ../drizzled/main.cc:304 ../plugin/multi_thread/multi_thread.cc:85
3501
msgid "In Function: "
3504
#: ../drizzled/main.cc:305 ../plugin/multi_thread/multi_thread.cc:86
3508
#: ../drizzled/main.cc:306 ../plugin/multi_thread/multi_thread.cc:87
3512
#: ../drizzled/message/transaction_writer.cc:365
3514
msgid "Usage: %s TRANSACTION_LOG\n"
3517
#: ../drizzled/message/transaction_writer.cc:371
3519
msgid "Cannot open file: %s\n"
3522
#: ../drizzled/module/library.cc:149
3525
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3526
"the current running version of Drizzle: %<PRIu64>."
3529
#: ../drizzled/module/loader.cc:177
3532
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3536
#: ../drizzled/module/loader.cc:224
3538
msgid "Plugin '%s' init function returned error.\n"
3541
#: ../drizzled/module/loader.cc:463
3543
msgid "Couldn't load plugin library named '%s'.\n"
3546
#: ../drizzled/module/loader.cc:473
3548
msgid "Couldn't load plugin named '%s'.\n"
3551
#: ../drizzled/module/registry.cc:176
3554
"Couldn't process plugin module dependencies. %s depends on %s but %s is not "
3558
#: ../drizzled/module/registry.h:117
3560
msgid "Loading plugin %s failed: a %s plugin by that name already exists.\n"
3563
#: ../drizzled/module/registry.h:131
3565
msgid "Fatal error: Failed initializing %s::%s plugin.\n"
3568
#: ../drizzled/option.cc:84
3572
#: ../drizzled/option.cc:86
3576
#: ../drizzled/option.cc:337
3578
msgid "%s: %s: Option '%s' used, but is disabled\n"
3581
#: ../drizzled/option.cc:339
3585
#: ../drizzled/option.cc:441
3587
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3590
#: ../drizzled/option.cc:769
3592
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3595
#: ../drizzled/option.cc:962
3597
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3600
#: ../drizzled/option.cc:1194
3602
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3605
#: ../drizzled/option.cc:1214
3609
"Variables (--variable-name=value)\n"
3610
"and boolean options {false|true} Value (after reading options)\n"
3611
"--------------------------------- -----------------------------\n"
3614
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3615
msgid "(No default value)"
3618
#: ../drizzled/option.cc:1249
3622
#: ../drizzled/option.cc:1249
3626
#: ../drizzled/option.cc:1282
3628
msgid "(Disabled)\n"
3631
#: ../drizzled/plugin/error_message.cc:81
3633
msgid "errmsg plugin '%s' errmsg() failed"
3636
#: ../drizzled/plugin/event_observer.cc:133
3639
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3640
"'%s' from EventObserver plugin '%s'"
3643
#: ../drizzled/plugin/event_observer.cc:200
3645
"EventObserver::registerTableEvents(): Table already has events registered on "
3646
"it: probable programming error."
3649
#: ../drizzled/plugin/event_observer.cc:335
3651
"EventObserver::registerSessionEvents(): Session already has events "
3652
"registered on it: probable programming error."
3655
#: ../drizzled/plugin/event_observer.cc:387
3657
msgid "EventIterate event handler '%s' failed for event '%s'"
3660
#: ../drizzled/plugin/function.cc:47 ../drizzled/plugin/function.cc:55
3662
msgid "A function named %s already exists!\n"
3665
#: ../drizzled/plugin/function.cc:65
3666
msgid "Could not add Function!\n"
3669
#: ../drizzled/plugin/listen.cc:67
3670
msgid "Error getting file descriptors"
3673
#: ../drizzled/plugin/listen.cc:85
3674
msgid "No sockets could be bound for listening"
3677
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:343
3679
msgid "pipe() failed with errno %d"
3682
#: ../drizzled/plugin/listen.cc:120
3684
msgid "poll() failed with errno %d"
3687
#: ../drizzled/plugin/listen_tcp.cc:59
3689
msgid "accept() failed with errno %d"
3692
#: ../drizzled/plugin/listen_tcp.cc:95
3694
msgid "getaddrinfo() failed with error %s"
3697
#: ../drizzled/plugin/listen_tcp.cc:127
3699
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3702
#: ../drizzled/plugin/listen_tcp.cc:138
3704
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3707
#: ../drizzled/plugin/listen_tcp.cc:147
3709
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3712
#: ../drizzled/plugin/listen_tcp.cc:156
3714
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3717
#: ../drizzled/plugin/listen_tcp.cc:165
3719
msgid "setsockopt(SO_LINGER) failed with errno %d"
3722
#: ../drizzled/plugin/listen_tcp.cc:174
3724
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3727
#: ../drizzled/plugin/listen_tcp.cc:195
3729
msgid "Retrying bind() on %u\n"
3732
#: ../drizzled/plugin/listen_tcp.cc:202
3734
msgid "bind() failed with errno: %d\n"
3737
#: ../drizzled/plugin/listen_tcp.cc:205
3738
msgid "Do you already have another drizzled running?\n"
3741
#: ../drizzled/plugin/listen_tcp.cc:212
3743
msgid "listen() failed with errno %d\n"
3746
#: ../drizzled/plugin/listen_tcp.cc:218
3748
msgid "Listening on %s:%s\n"
3751
#: ../drizzled/plugin/logging.cc:65
3753
msgid "logging '%s' pre() failed"
3756
#: ../drizzled/plugin/logging.cc:90
3758
msgid "logging '%s' post() failed"
3761
#: ../drizzled/plugin/logging.cc:114
3763
msgid "logging '%s' postEnd() failed"
3766
#: ../drizzled/plugin/logging.cc:137
3768
msgid "logging '%s' resetCurrentScoreboard() failed"
3771
#: ../drizzled/plugin/scheduler.cc:62
3774
"Attempted to register a scheduler %s, but a scheduler has already been "
3775
"registered with that name.\n"
3778
#: ../drizzled/plugin/scheduler.cc:99
3780
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3783
#: ../drizzled/plugin/schema_engine.cc:131
3785
msgid "Error while loading database options: '%s':"
3788
#: ../drizzled/plugin/xa_resource_manager.cc:115
3790
msgid "Found %d prepared transaction(s) in resource manager."
3793
#: ../drizzled/plugin/xa_resource_manager.cc:182
5765
#: drizzled/drizzled_error_messages.h:1256
5767
msgid "Being purged log %s was not found"
5770
#: drizzled/drizzled_error_messages.h:1258
5772
msgid "Converted to non-transactional lock on '%-.64s'"
5775
#: drizzled/drizzled_error_messages.h:1260
5777
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5780
#: drizzled/drizzled_error_messages.h:1262
5783
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5786
#: drizzled/drizzled_error_messages.h:1264
5788
msgid "Can't access storage engine of table %-.64s"
5791
#: drizzled/drizzled_error_messages.h:1266
5792
msgid "Starting backup process"
5795
#: drizzled/drizzled_error_messages.h:1268
5796
msgid "Backup completed"
5799
#: drizzled/drizzled_error_messages.h:1270
5800
msgid "Starting restore process"
5803
#: drizzled/drizzled_error_messages.h:1272
5804
msgid "Restore completed"
5807
#: drizzled/drizzled_error_messages.h:1274
5808
msgid "Nothing to backup"
5811
#: drizzled/drizzled_error_messages.h:1276
5813
msgid "Database '%-.64s' cannot be included in a backup"
5816
#: drizzled/drizzled_error_messages.h:1278
5818
"Error during backup operation - server's error log contains more information "
5822
#: drizzled/drizzled_error_messages.h:1280
5824
"Error during restore operation - server's error log contains more "
5825
"information about the error"
5828
#: drizzled/drizzled_error_messages.h:1282
5830
"Can't execute this command because another BACKUP/RESTORE operation is in "
5834
#: drizzled/drizzled_error_messages.h:1284
5835
msgid "Error when preparing for backup operation"
5838
#: drizzled/drizzled_error_messages.h:1286
5839
msgid "Error when preparing for restore operation"
5842
#: drizzled/drizzled_error_messages.h:1288
5844
msgid "Invalid backup location '%-.64s'"
5847
#: drizzled/drizzled_error_messages.h:1290
5849
msgid "Can't read backup location '%-.64s'"
5852
#: drizzled/drizzled_error_messages.h:1292
5854
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5857
#: drizzled/drizzled_error_messages.h:1294
5858
msgid "Can't enumerate server databases"
5861
#: drizzled/drizzled_error_messages.h:1296
5862
msgid "Can't enumerate server tables"
5865
#: drizzled/drizzled_error_messages.h:1298
5867
msgid "Can't enumerate tables in database %-.64s"
5870
#: drizzled/drizzled_error_messages.h:1300
5872
msgid "Skipping view %-.64s in database %-.64s"
5875
#: drizzled/drizzled_error_messages.h:1302
5877
msgid "Skipping table %-.64s since it has no valid storage engine"
5880
#: drizzled/drizzled_error_messages.h:1304
5882
msgid "Can't open table %-.64s"
5885
#: drizzled/drizzled_error_messages.h:1306
5886
msgid "Can't read backup archive preamble"
5889
#: drizzled/drizzled_error_messages.h:1308
5890
msgid "Can't write backup archive preamble"
5893
#: drizzled/drizzled_error_messages.h:1310
5895
msgid "Can't find backup driver for table %-.64s"
5898
#: drizzled/drizzled_error_messages.h:1312
5901
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5905
#: drizzled/drizzled_error_messages.h:1314
5907
msgid "Can't create %-.64s backup driver"
5910
#: drizzled/drizzled_error_messages.h:1316
5912
msgid "Can't create %-.64s restore driver"
5915
#: drizzled/drizzled_error_messages.h:1318
5917
msgid "Found %d images in backup archive but maximum %d are supported"
5920
#: drizzled/drizzled_error_messages.h:1320
5922
msgid "Error when saving meta-data of %-.64s"
5925
#: drizzled/drizzled_error_messages.h:1322
5926
msgid "Error when reading meta-data list"
5929
#: drizzled/drizzled_error_messages.h:1324
5931
msgid "Can't create %-.64s"
5934
#: drizzled/drizzled_error_messages.h:1326
5935
msgid "Can't allocate buffer for image data transfer"
5938
#: drizzled/drizzled_error_messages.h:1328
5940
msgid "Error when writing %-.64s backup image data (for table #%d)"
5943
#: drizzled/drizzled_error_messages.h:1330
5944
msgid "Error when reading data from backup stream"
5947
#: drizzled/drizzled_error_messages.h:1332
5948
msgid "Can't go to the next chunk in backup stream"
5951
#: drizzled/drizzled_error_messages.h:1334
5953
msgid "Can't initialize %-.64s backup driver"
5956
#: drizzled/drizzled_error_messages.h:1336
5958
msgid "Can't initialize %-.64s restore driver"
5961
#: drizzled/drizzled_error_messages.h:1338
5963
msgid "Can't shut down %-.64s backup driver"
5966
#: drizzled/drizzled_error_messages.h:1340
5968
msgid "Can't shut down %-.64s backup driver(s)"
5971
#: drizzled/drizzled_error_messages.h:1342
5973
msgid "%-.64s backup driver can't prepare for synchronization"
5976
#: drizzled/drizzled_error_messages.h:1344
5978
msgid "%-.64s backup driver can't create its image validity point"
5981
#: drizzled/drizzled_error_messages.h:1346
5983
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5986
#: drizzled/drizzled_error_messages.h:1348
5988
msgid "%-.64s backup driver can't cancel its backup operation"
5991
#: drizzled/drizzled_error_messages.h:1350
5993
msgid "%-.64s restore driver can't cancel its restore operation"
5996
#: drizzled/drizzled_error_messages.h:1352
5998
msgid "Error when polling %-.64s backup driver for its image data"
6001
#: drizzled/drizzled_error_messages.h:1354
6003
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
6006
#: drizzled/drizzled_error_messages.h:1356
6009
"After %d attempts %-.64s restore driver still can't accept next block of data"
6012
#: drizzled/drizzled_error_messages.h:1358
6014
msgid "Open and lock tables failed in %-.64s"
6017
#: drizzled/drizzled_error_messages.h:1360
6018
msgid "Backup driver's table locking thread can not be initialized."
6021
#: drizzled/drizzled_error_messages.h:1362
6023
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
6024
"and 'mysql.online_backup_progress'."
6027
#: drizzled/drizzled_error_messages.h:1364
6029
msgid "Tablespace '%-.192s' already exists"
6032
#: drizzled/drizzled_error_messages.h:1366
6034
msgid "Tablespace '%-.192s' doesn't exist"
6037
#: drizzled/drizzled_error_messages.h:1368
6039
msgid "Unexpected master's heartbeat data: %s"
6042
#: drizzled/drizzled_error_messages.h:1370
6044
msgid "The requested value for the heartbeat period %s %s"
6047
#: drizzled/drizzled_error_messages.h:1372
6049
msgid "Can't write to the online backup progress log %-.64s."
6052
#: drizzled/drizzled_error_messages.h:1374
6054
msgid "Tablespace '%-.192s' not empty"
6057
#: drizzled/drizzled_error_messages.h:1376
6060
"Tablespace `%-.64s` needed by tables being restored has changed on the "
6061
"server. The original definition of the required tablespace is '%-.256s' "
6062
"while the same tablespace is defined on the server as '%-.256s'"
6065
#: drizzled/handler.cc:390
6066
msgid "Too many storage engines!"
6069
#: drizzled/handler.cc:394
6071
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
6074
#: drizzled/handler.cc:1278
6076
msgid "Found %d prepared transaction(s) in %s"
6079
#: drizzled/handler.cc:1330
3794
6080
msgid "Starting crash recovery..."
3797
#: ../drizzled/plugin/xa_resource_manager.cc:192
6083
#: drizzled/handler.cc:1362
3799
6085
msgid "Found %d prepared XA transactions"
3802
#: ../drizzled/plugin/xa_resource_manager.cc:197
6088
#: drizzled/handler.cc:1366
3805
6091
"Found %d prepared transactions! It means that drizzled was not shut down "
3808
6094
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3811
#: ../drizzled/plugin/xa_resource_manager.cc:207
6097
#: drizzled/handler.cc:1376
3812
6098
msgid "Crash recovery finished."
3815
#: ../drizzled/replication_services.cc:94
3817
"You registered a TransactionApplier plugin but no TransactionReplicator "
3818
"plugins were registered.\n"
3821
#: ../drizzled/replication_services.cc:125
3824
"You registered a TransactionApplier plugin but no TransactionReplicator "
3825
"plugins were registered that match the requested replicator name of '%s'.\n"
3826
"We have deactivated the TransactionApplier '%s'.\n"
3829
#: ../drizzled/session.cc:1990 ../drizzled/session.cc:2009
6101
#: drizzled/log.cc:1072
6102
msgid "I/O error reading the header from the binary log"
6105
#: drizzled/log.cc:1079
6107
"Binlog has bad magic number; It's not a binary log file that can be used by "
6108
"this version of Drizzle"
6111
#: drizzled/log.cc:1094
6113
msgid "Failed to open log (file '%s', errno %d)"
6116
#: drizzled/log.cc:1096 drizzled/log.cc:1104
6117
msgid "Could not open log file"
6120
#: drizzled/log.cc:1102
6122
msgid "Failed to create a cache on log (file '%s')"
6125
#: drizzled/log.cc:1256 drizzled/log.cc:1904
6128
"Could not use %s for logging (error %d). Turning logging off for the whole "
6129
"duration of the Drizzle server process. To turn it on again: fix the cause, "
6130
"shutdown the Drizzle server and restart it."
6133
#: drizzled/log.cc:2173 drizzled/log.cc:2204 drizzled/log.cc:2456
6134
#: drizzled/log.cc:2580
6136
msgid "Failed to delete file '%s'"
6139
#: drizzled/log.cc:2182 drizzled/log.cc:2464 drizzled/log.cc:2588
6142
"a problem with deleting %s; consider examining correspondence of your binlog "
6143
"index file to the actual binlog files"
6146
#: drizzled/log.cc:2310
6148
msgid "next log error: %d offset: %s log: %s included: %d"
6151
#: drizzled/log.cc:2422 drizzled/log.cc:2548
6153
msgid "Failed to execute stat() on file '%s'"
6156
#: drizzled/log.cc:2433 drizzled/log.cc:2559
6159
"a problem with getting info on being purged %s; consider examining "
6160
"correspondence of your binlog index file to the actual binlog files"
6163
#: drizzled/log.cc:4055 drizzled/log.cc:4548
6165
msgid "Recovering after a crash using %s"
6168
#: drizzled/log.cc:4058
6170
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
6173
#: drizzled/log.cc:4395
6174
msgid "Bad magic header in tc log"
6177
#: drizzled/log.cc:4405
6180
"Recovery failed! You must enable exactly %d storage engines that support two-"
6181
"phase commit protocol"
6184
#: drizzled/log.cc:4433
6186
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6187
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
6188
"heuristic-recover={commit|rollback}"
6191
#: drizzled/log.cc:4463
6192
msgid "Heuristic crash recovery mode"
6195
#: drizzled/log.cc:4465
6196
msgid "Heuristic crash recovery failed"
6199
#: drizzled/log.cc:4466
6200
msgid "Please restart mysqld without --tc-heuristic-recover"
6203
#: drizzled/log.cc:4510 drizzled/log.cc:4534
6205
msgid "find_log_pos() failed (error: %d)"
6208
#: drizzled/log.cc:4647
6210
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6211
"of memory error) and restart, or delete (or rename) binary log and start "
6212
"mysqld with --tc-heuristic-recover={commit|rollback}"
6215
#: drizzled/log_event.cc:990
6218
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
6221
#: drizzled/log_event.cc:3693
6224
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6225
"produced %ld warning(s). Default database: '%s'"
6228
#: drizzled/log_event.cc:4731
6229
msgid "Out of memory while recording slave event"
6232
#: drizzled/rpl_mi.cc:148
6234
msgid "Failed to create a new master info file (file '%s', errno %d)"
6237
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
6239
msgid "Failed to create a cache on master info file (file '%s')"
6242
#: drizzled/rpl_mi.cc:170
6244
msgid "Failed to open the existing master info file (file '%s', errno %d)"
6247
#: drizzled/rpl_mi.cc:276
6250
"SSL information in the master info file ('%s') are ignored because this "
6251
"MySQL slave was compiled without SSL support."
6254
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2151
6255
msgid "Failed to flush master info file"
6258
#: drizzled/rpl_mi.cc:305
6259
msgid "Error reading master configuration"
6262
#: drizzled/rpl_reporting.cc:43
6264
msgid "Slave %s: %s%s Error_code: %d"
6267
#: drizzled/rpl_rli.cc:134
6270
"Neither --relay-log nor --relay-log-index were used; so replication may "
6271
"break when this MySQL server acts as a slave and has his hostname changed!! "
6272
"Please use '--relay-log=%s' to avoid this problem."
6275
#: drizzled/rpl_rli.cc:151
6276
msgid "Failed in open_log() called from init_relay_log_info()"
6279
#: drizzled/rpl_rli.cc:168
6281
msgid "Failed to create a new relay log info file ( file '%s', errno %d)"
6284
#: drizzled/rpl_rli.cc:176 drizzled/rpl_rli.cc:210
6286
msgid "Failed to create a cache on relay log info file '%s'"
6289
#: drizzled/rpl_rli.cc:186
6290
msgid "Failed to open the relay log 'FIRST' (relay_log_pos 4)"
6293
#: drizzled/rpl_rli.cc:202
6295
msgid "Failed to open the existing relay log info file '%s' (errno %d)"
6298
#: drizzled/rpl_rli.cc:253
6300
msgid "Failed to open the relay log '%s' (relay_log_pos %s)"
6303
#: drizzled/rpl_rli.cc:268
6304
msgid "Failed to flush relay log info file"
6307
#: drizzled/rpl_rli.cc:271
6308
msgid "Error counting relay log space"
6311
#: drizzled/rpl_rli.cc:295
6313
msgid "log %s listed in the index, but failed to stat"
6316
#: drizzled/rpl_rli.cc:310
6317
msgid "Could not find first log while counting relay log space"
6320
#: drizzled/rpl_rli.cc:967
6321
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6324
#: drizzled/rpl_utility.cc:122
6326
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6329
#: drizzled/rpl_utility.cc:137
6332
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6333
"Master's column size should be <= the slave's column size."
6336
#: drizzled/scheduler.cc:121
6337
msgid "Memory allocation error in thd_scheduler::init\n"
6340
#: drizzled/scheduler.cc:212
6341
msgid "init_pipe(thd_add_pipe) error in libevent_init\n"
6344
#: drizzled/scheduler.cc:218
6345
msgid "init_pipe(thd_kill_pipe) error in libevent_init\n"
6348
#: drizzled/scheduler.cc:230
6349
msgid "thd_add_event event_add error in libevent_init\n"
6352
#: drizzled/scheduler.cc:246
6354
msgid "Can't create completion port thread (error %d)"
6357
#: drizzled/scheduler.cc:359
6358
msgid "event_add error in libevent_add_thd_callback\n"
6361
#: drizzled/scheduler.cc:385
6362
msgid "Scheduler init error in libevent_add_new_connection\n"
6365
#: drizzled/scheduler.cc:467
6366
msgid "libevent_thread_proc: my_thread_init() failed\n"
6369
#: drizzled/set_var.cc:898
6370
msgid "Ambiguous slave modes combination. STRICT will be used"
6373
#: drizzled/slave.cc:89
6374
msgid "Waiting to reconnect after a failed registration on master"
6377
#: drizzled/slave.cc:90
6379
"Slave I/O thread killed while waitnig to reconnect after a failed "
6380
"registration on master"
6383
#: drizzled/slave.cc:92
6384
msgid "Reconnecting after a failed registration on master"
6387
#: drizzled/slave.cc:93
6390
"failed registering on master, reconnecting to try again, log '%s' at postion "
6394
#: drizzled/slave.cc:96 drizzled/slave.cc:105
6395
msgid "Slave I/O thread killed during or after reconnect"
6398
#: drizzled/slave.cc:99
6399
msgid "Waiting to reconnect after a failed binlog dump request"
6402
#: drizzled/slave.cc:100
6403
msgid "Slave I/O thread killed while retrying master dump"
6406
#: drizzled/slave.cc:101
6407
msgid "Reconnecting after a failed binlog dump request"
6410
#: drizzled/slave.cc:102
6412
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6415
#: drizzled/slave.cc:108
6416
msgid "Waiting to reconnect after a failed master event read"
6419
#: drizzled/slave.cc:109
6420
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6423
#: drizzled/slave.cc:111
6424
msgid "Reconnecting after a failed master event read"
6427
#: drizzled/slave.cc:112
6430
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6434
#: drizzled/slave.cc:115
6436
"Slave I/O thread killed during or after a reconnect done to recover from "
6440
#: drizzled/slave.cc:229
6441
msgid "Failed to allocate memory for the master info structure"
6444
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
6445
msgid "Failed to initialize the master info structure"
6448
#: drizzled/slave.cc:251
6449
msgid "Failed to create slave threads"
6452
#: drizzled/slave.cc:448
6453
msgid "Server id not set, will not start slave"
6456
#: drizzled/slave.cc:616
6458
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6459
"updates to a non-transactional table without any primary key. There is a "
6460
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6461
"check your tables' contents after restart."
6464
#: drizzled/slave.cc:777 drizzled/slave.cc:792
6465
msgid "Master reported unrecognized DRIZZLE version"
6468
#: drizzled/slave.cc:833
6469
msgid "default Format_description_log_event"
6472
#: drizzled/slave.cc:855
6475
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6476
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6479
#: drizzled/slave.cc:882
6481
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6482
"server ids; these ids must be different for replication to work (or the --"
6483
"replicate-same-server-id option must be used on slave but this doesnot "
6484
"always make sense; please check the manual before using it)."
6487
#: drizzled/slave.cc:927
6489
"The slave I/O thread stops because master and slave have different values "
6490
"for the COLLATION_SERVER global variable. The values must be equal for "
6491
"replication to work"
6494
#: drizzled/slave.cc:963
6496
"The slave I/O thread stops because master and slave have different values "
6497
"for the TIME_ZONE global variable. The values must be equal for replication "
6501
#: drizzled/slave.cc:1028
6502
msgid "Waiting for the slave SQL thread to free enough relay log space"
6505
#: drizzled/slave.cc:1074
6507
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6511
#: drizzled/slave.cc:1085
6512
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6515
#: drizzled/slave.cc:1476
6517
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6520
#: drizzled/slave.cc:1529
6522
msgid "Error reading packet from server: %s ( server_errno=%d)"
6525
#: drizzled/slave.cc:1537
6527
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6530
#: drizzled/slave.cc:1691
6533
"It was not possible to update the positions of the relay log information: "
6534
"the slave may be in an inconsistent state. Stopped in %s position %s"
6537
#: drizzled/slave.cc:1766 drizzled/slave.cc:2366
6539
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6542
#: drizzled/slave.cc:1825 drizzled/slave.cc:2315
6544
msgid "Error initializing relay log position: %s"
6547
#: drizzled/slave.cc:1841
6550
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6551
"Consider raising the value of the slave_transaction_retries variable."
6554
#: drizzled/slave.cc:1864
6556
"Could not parse relay log event entry. The possible reasons are: the "
6557
"master's binary log is corrupted (you can check this by running "
6558
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6559
"can check this by running 'mysqlbinlog' on the relay log), a network "
6560
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6561
"check the master's binary log or slave's relay log, you will be able to know "
6562
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6565
#: drizzled/slave.cc:1988
6566
msgid "Failed during slave I/O thread initialization"
6569
#: drizzled/slave.cc:2002
6570
msgid "error in drizzle_create()"
6573
#: drizzled/slave.cc:2010
6576
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6577
"'%s' at position %s"
6580
#: drizzled/slave.cc:2024
6581
msgid "Slave I/O thread killed while connecting to master"
6584
#: drizzled/slave.cc:2048
6585
msgid "Slave I/O thread couldn't register on master"
6588
#: drizzled/slave.cc:2060 drizzled/slave.cc:2084 drizzled/slave.cc:2108
6589
msgid "Forcing to reconnect slave I/O thread"
6592
#: drizzled/slave.cc:2073
6593
msgid "Failed on request_dump()"
6596
#: drizzled/slave.cc:2074
6597
msgid "Slave I/O thread killed while requesting master dump"
6600
#: drizzled/slave.cc:2100
6601
msgid "Waiting for master to send event"
6604
#: drizzled/slave.cc:2102
6605
msgid "Slave I/O thread killed while reading event"
6608
#: drizzled/slave.cc:2120
6611
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6612
"entry is correct, restart the server with a higher value of "
6613
"max_allowed_packet"
6616
#: drizzled/slave.cc:2134
6617
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6620
#: drizzled/slave.cc:2144
6621
msgid "Queueing master event to the relay log"
6624
#: drizzled/slave.cc:2171
6625
msgid "Slave I/O thread aborted while waiting for relay log space"
6628
#: drizzled/slave.cc:2181
6630
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6633
#: drizzled/slave.cc:2205
6634
msgid "Waiting for slave mutex on exit"
6637
#: drizzled/slave.cc:2271
6638
msgid "Failed during slave thread initialization"
6641
#: drizzled/slave.cc:2337
6644
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6645
"s, relay log '%s' position: %s"
6648
#: drizzled/slave.cc:2351
6649
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6652
#: drizzled/slave.cc:2377
6653
msgid "Reading event from the relay log"
6656
#: drizzled/slave.cc:2402
6658
msgid "Slave (additional info): %s Error_code: %d"
6661
#: drizzled/slave.cc:2419
6663
msgid "Slave: %s Error_code: %d"
6666
#: drizzled/slave.cc:2422
6669
"Error loading user-defined library, slave SQL thread aborted. Install the "
6670
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6671
"stopped at log '%s' position %s"
6674
#: drizzled/slave.cc:2430
6677
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6678
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6681
#: drizzled/slave.cc:2442
6684
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6687
#: drizzled/slave.cc:2538
6689
msgid "Slave I/O: failed requesting download of '%s'"
6692
#: drizzled/slave.cc:2555
6694
msgid "Network read error downloading '%s' from master"
6697
#: drizzled/slave.cc:2577
6698
msgid "error writing Exec_load event to relay log"
6701
#: drizzled/slave.cc:2591
6702
msgid "error writing Create_file event to relay log"
6705
#: drizzled/slave.cc:2606
6706
msgid "error writing Append_block event to relay log"
6709
#: drizzled/slave.cc:2702
6710
msgid "Memory allocation failed"
6713
#: drizzled/slave.cc:2727 drizzled/slave.cc:2813
6716
"Read invalid event from master: '%s', master could be corrupt but a more "
6717
"likely cause of this is a bug"
6720
#: drizzled/slave.cc:3086
6721
msgid "could not queue event from master"
6724
#: drizzled/slave.cc:3180
6726
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6729
#: drizzled/slave.cc:3182
6730
msgid "reconnecting"
6733
#: drizzled/slave.cc:3182
6737
#: drizzled/slave.cc:3208
6740
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6744
#: drizzled/slave.cc:3598
6746
msgid "next log '%s' is currently active"
6749
#: drizzled/slave.cc:3628
6751
msgid "next log '%s' is not active"
6754
#: drizzled/slave.cc:3644
6757
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6760
#: drizzled/slave.cc:3650
6761
msgid "Aborting slave SQL thread because of partial event read"
6764
#: drizzled/slave.cc:3656 drizzled/slave.cc:3663
6766
msgid "Error reading relay log event: %s"
6769
#: drizzled/slave.cc:3657
6770
msgid "slave SQL thread was killed"
6773
#: drizzled/slave.cc:3755
6776
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6777
"check error log on slave for more info"
6780
#: drizzled/slave.cc:3761
6783
"According to the master's version ('%s'), it is probable that master suffers "
6784
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6785
"current binary log event may make the slave's data become different from the "
6786
"master's data. To take no risk, slave refuses to replicate this event and "
6787
"stops. We recommend that all updates be stopped on the master and slave, "
6788
"that the data of both be manually synchronized, that master's binary logs be "
6789
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6790
"Then replication can be restarted."
6793
#: drizzled/sql_base.cc:2527
6795
msgid "Table %s had a open data handler in reopen_table"
6798
#: drizzled/sql_base.cc:3178
6800
msgid "Couldn't repair table: %s.%s"
6803
#: drizzled/sql_base.cc:3221
6806
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6807
"s`.`%s`' to the binary log"
6810
#: drizzled/sql_base.cc:3950
3831
6812
msgid "Could not remove temporary table: '%s', error: %d"
3834
#: ../drizzled/signal_handler.cc:52
3836
msgid "Got signal %d from thread %<PRIu32>"
3839
#: ../drizzled/signal_handler.cc:118
3841
msgid "Fatal signal %d while backtracing\n"
3844
#: ../drizzled/signal_handler.cc:127
3846
msgid "Fatal: time() call failed\n"
3849
#: ../drizzled/signal_handler.cc:133
3852
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3853
"This could be because you hit a bug. It is also possible that this binary\n"
3854
" or one of the libraries it was linked against is corrupt, improperly "
3856
" or misconfigured. This error can also be caused by malfunctioning "
3860
#: ../drizzled/signal_handler.cc:141
3863
"We will try our best to scrape up some info that will hopefully help "
3865
"the problem, but since we have already crashed, something is definitely "
3867
"and this may fail.\n"
3871
#: ../drizzled/signal_handler.cc:148
3874
"It is possible that drizzled could use up to \n"
3875
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3877
"Hope that's ok; if not, decrease some variables in the equation.\n"
3881
#: ../drizzled/sql_table.cc:1933
6815
#: drizzled/sql_db.cc:396 drizzled/sql_db.cc:404
6817
msgid "Error while loading database options: '%s':"
6820
#: drizzled/sql_plugin.cc:647
6822
msgid "Plugin '%s' of type %s failed deinitialization"
6825
#: drizzled/sql_plugin.cc:661
6827
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6830
#: drizzled/sql_plugin.cc:781
6832
msgid "Plugin '%s' registration as a %s failed."
6835
#: drizzled/sql_plugin.cc:1035
6836
msgid "plugin-load parameter too long"
6839
#: drizzled/sql_plugin.cc:1095
6841
msgid "Couldn't load plugin named '%s' with soname '%s'."
6844
#: drizzled/sql_plugin.cc:1146
6846
msgid "Forcing shutdown of %d plugins"
6849
#: drizzled/sql_plugin.cc:1168
6851
msgid "Plugin '%s' will be forced to shutdown"
6854
#: drizzled/sql_plugin.cc:1184
6856
msgid "Plugin '%s' has ref_count=%d after shutdown."
6859
#: drizzled/sql_plugin.cc:2433 drizzled/sql_plugin.cc:2496
6861
msgid "Unknown variable type code 0x%x in plugin '%s'."
6864
#: drizzled/sql_plugin.cc:2476
6867
"Server variable %s of plugin %s was forced to be read-only: string variable "
6868
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6871
#: drizzled/sql_plugin.cc:2507
6873
msgid "Missing variable name in plugin '%s'."
6876
#: drizzled/sql_plugin.cc:2524
6878
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6881
#: drizzled/sql_plugin.cc:2643
6883
msgid "Out of memory for plugin '%s'."
6886
#: drizzled/sql_plugin.cc:2650
6888
msgid "Bad options for plugin '%s'."
6891
#: drizzled/sql_plugin.cc:2659
6893
msgid "Parsing options for plugin '%s' failed."
6896
#: drizzled/sql_plugin.cc:2702
6898
msgid "Plugin '%s' has conflicting system variables"
6901
#: drizzled/sql_plugin.cc:2712
6903
msgid "Plugin '%s' disabled by command line option"
6906
#: drizzled/sql_repl.cc:101
6907
msgid "Failed in send_file() while reading file name"
6910
#: drizzled/sql_repl.cc:114
6911
msgid "Failed in send_file() on open of file"
6914
#: drizzled/sql_repl.cc:122
6915
msgid "Failed in send_file() while writing data to client"
6918
#: drizzled/sql_repl.cc:131
6919
msgid "Failed in send_file() while negotiating file transfer close"
6922
#: drizzled/sql_table.cc:81
6924
msgid "Invalid (old?) table or database name '%s'"
6927
#: drizzled/sql_table.cc:2716
3883
6929
msgid "Unknown - internal error %d during operation"
3886
#: ../drizzled/statement/alter_table.cc:1514
6932
#: drizzled/sql_table.cc:4992
6934
msgid "Could not open table %s.%s after rename\n"
6937
#: drizzled/sql_table.cc:5159
3889
6940
"order_st BY ignored because there is a user-defined clustered index in the "
3890
6941
"table '%-.192s'"
3893
#: ../drizzled/sys_var.cc:1526
3895
msgid "Variable named %s already exists!\n"
3898
#: ../drizzled/sys_var.cc:1535
3900
msgid "Could not add Variable: %s\n"
3903
#: ../drizzled/sys_var.cc:1633
3904
msgid "Failed to initialize system variables"
3907
#: ../drizzled/table.cc:1690
3909
msgid "Got error %d when reading table '%s'"
3912
#: ../drizzled/table/instance/base.cc:1883
6944
#: drizzled/sql_udf.cc:39
6945
msgid "Can't allocate memory for udf structures"
6948
#: drizzled/table.cc:488
6951
"'%s' had no or invalid character set, and default character set is multi-"
6952
"byte, so character column sizes may have changed"
6955
#: drizzled/table.cc:1692
3914
6957
msgid "Unknown collation '%s' in table '%-.64s' definition"
3917
#: ../drizzled/table/instance/base.cc:1890
6960
#: drizzled/table.cc:1699
3920
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
6963
"Table '%-.64s' was created with a different version of MySQL and cannot be "
3924
#: ../drizzled/tztime.cc:170
6967
#: drizzled/table.cc:2311
6970
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6974
#: drizzled/table.cc:2337
6977
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6978
"have type %s, found type %s."
6981
#: drizzled/table.cc:2346
6984
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6985
"position %d to have character set '%s' but the type has no character set."
6988
#: drizzled/table.cc:2356
6991
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6992
"position %d to have character set '%s' but found character set '%s'."
6995
#: drizzled/table.cc:2367
6998
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6999
"have type %s but the column is not found."
7002
#: drizzled/table.cc:4750
7004
msgid "Got error %d when reading table '%s'"
7007
#: drizzled/tztime.cc:1063
3926
7009
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3929
#: ../plugin/auth_file/auth_file.cc:227
3931
msgid "Could not load auth file: %s\n"
3934
#: ../plugin/auth_file/auth_file.cc:243
3935
msgid "File to load for usernames and passwords"
3938
#: ../plugin/auth_http/auth_http.cc:135
3940
"auth_http plugin loaded but required option url not specified. Against which "
3941
"URL are you intending on authenticating?\n"
3944
#: ../plugin/auth_http/auth_http.cc:151
3945
msgid "URL for HTTP Auth check"
3948
#: ../plugin/auth_ldap/auth_ldap.cc:291
3950
msgid "Reconnect failed: %s\n"
3953
#: ../plugin/auth_ldap/auth_ldap.cc:310
3955
msgid "ldap_search_ext_s failed: %s\n"
3958
#: ../plugin/auth_ldap/auth_ldap.cc:416
3960
msgid "Could not load auth ldap: %s\n"
3963
#: ../plugin/auth_ldap/auth_ldap.cc:437
3964
msgid "URI of the LDAP server to contact"
3967
#: ../plugin/auth_ldap/auth_ldap.cc:439
3968
msgid "DN to use when binding to the LDAP server"
3971
#: ../plugin/auth_ldap/auth_ldap.cc:441
3972
msgid "Password to use when binding the DN"
3975
#: ../plugin/auth_ldap/auth_ldap.cc:443
3976
msgid "DN to use when searching"
3979
#: ../plugin/auth_ldap/auth_ldap.cc:445
3980
msgid "Attribute in LDAP with plain text password"
3983
#: ../plugin/auth_ldap/auth_ldap.cc:447
3984
msgid "Attribute in LDAP with MySQL hashed password"
3987
#: ../plugin/auth_ldap/auth_ldap.cc:449
3988
msgid "How often to empty the users cache, 0 to disable"
3991
#: ../plugin/blitzdb/ha_blitz.cc:1507
3992
msgid "Estimated number of rows that a BlitzDB table will store."
3995
#: ../plugin/console/console.cc:379
3996
msgid "Enable the console."
3999
#: ../plugin/console/console.cc:382
4000
msgid "Turn on extra debugging."
4003
#: ../plugin/console/console.cc:385
4004
msgid "User to use for auth."
4007
#: ../plugin/console/console.cc:388
4008
msgid "Password to use for auth."
4011
#: ../plugin/console/console.cc:391
4012
msgid "Default catalog to use."
4015
#: ../plugin/console/console.cc:394
4016
msgid "Default schema to use."
4019
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
4021
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
4025
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
4026
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
4027
msgid "Connect Timeout."
4030
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
4031
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
4032
msgid "Read Timeout."
4035
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
4036
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
4037
msgid "Write Timeout."
4040
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
4041
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
4042
msgid "Retry Count."
4045
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
4046
#: ../plugin/mysql_protocol/mysql_protocol.cc:1030
4047
msgid "Buffer length."
4050
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
4051
#: ../plugin/mysql_protocol/mysql_protocol.cc:1033
4052
msgid "Address to bind to."
4055
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
4056
#: ../plugin/mysql_protocol/mysql_protocol.cc:1036
4057
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
4058
msgid "Maximum simultaneous connections."
4061
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
4062
#: ../plugin/mysql_protocol/mysql_protocol.cc:1039
4063
msgid "A restrictive IP address list for incoming admin connections."
4066
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4067
msgid "Failed to send error message to libnotify\n"
4070
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4071
msgid "Error Messages to stderr"
4074
#: ../plugin/filtered_replicator/filtered_replicator.cc:578
4075
msgid "Comma-separated list of schemas to exclude"
4078
#: ../plugin/filtered_replicator/filtered_replicator.cc:581
4079
msgid "Comma-separated list of tables to exclude"
4082
#: ../plugin/filtered_replicator/filtered_replicator.cc:584
4083
msgid "Regular expression to apply to schemas to exclude"
4086
#: ../plugin/filtered_replicator/filtered_replicator.cc:587
4087
msgid "Regular expression to apply to tables to exclude"
4090
#: ../plugin/haildb/haildb_engine.cc:1080
4091
#: ../plugin/haildb/haildb_engine.cc:1218
4092
#: ../plugin/haildb/haildb_engine.cc:1248
4094
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4097
#: ../plugin/haildb/haildb_engine.cc:1099
4099
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4102
#: ../plugin/haildb/haildb_engine.cc:1197
4103
#: ../plugin/haildb/haildb_engine.cc:1310
4104
#: ../plugin/haildb/haildb_engine.cc:1491
4105
#: ../plugin/haildb/haildb_engine.cc:2157
4107
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4110
#: ../plugin/haildb/haildb_engine.cc:1349
4111
#: ../plugin/haildb/haildb_engine.cc:1365
4113
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4116
#: ../plugin/haildb/haildb_engine.cc:3403
4118
msgid "Error starting HailDB %d (%s)\n"
4121
#: ../plugin/haildb/haildb_engine.cc:3432
4122
msgid "Disable HailDB adaptive hash index (enabled by default)."
4125
#: ../plugin/haildb/haildb_engine.cc:3434
4126
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4129
#: ../plugin/haildb/haildb_engine.cc:3437
4131
"Size of a memory pool HailDB uses to store data dictionary information and "
4132
"other internal data structures."
4135
#: ../plugin/haildb/haildb_engine.cc:3440
4136
msgid "Data file autoextend increment in megabytes"
4139
#: ../plugin/haildb/haildb_engine.cc:3443
4141
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4145
#: ../plugin/haildb/haildb_engine.cc:3446
4146
msgid "The common part for HailDB table spaces."
4149
#: ../plugin/haildb/haildb_engine.cc:3448
4150
msgid "Disable HailDB checksums validation (enabled by default)."
4153
#: ../plugin/haildb/haildb_engine.cc:3450
4154
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4157
#: ../plugin/haildb/haildb_engine.cc:3453
4158
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4161
#: ../plugin/haildb/haildb_engine.cc:3456
4163
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4164
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4167
#: ../plugin/haildb/haildb_engine.cc:3459
4168
msgid "Stores each HailDB table to an .ibd file in the database dir."
4171
#: ../plugin/haildb/haildb_engine.cc:3462
4172
msgid "File format to use for new tables in .ibd files."
4175
#: ../plugin/haildb/haildb_engine.cc:3465
4177
"Set to 0 (write and flush once per second),1 (write and flush at each "
4178
"commit) or 2 (write at commit, flush once per second)."
4181
#: ../plugin/haildb/haildb_engine.cc:3468
4182
msgid "With which method to flush data."
4185
#: ../plugin/haildb/haildb_engine.cc:3471
4187
"Helps to save your data in case the disk image of the database becomes "
4191
#: ../plugin/haildb/haildb_engine.cc:3474
4192
msgid "Path to individual files and their sizes."
4195
#: ../plugin/haildb/haildb_engine.cc:3477
4196
msgid "Path to HailDB log files."
4199
#: ../plugin/haildb/haildb_engine.cc:3480
4200
msgid "Size of each log file in a log group."
4203
#: ../plugin/haildb/haildb_engine.cc:3483
4205
"Number of log files in the log group. HailDB writes to the files in a "
4206
"circular fashion. Value 3 is recommended here."
4209
#: ../plugin/haildb/haildb_engine.cc:3486
4211
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4212
"rolled back. Values above 100000000 disable the timeout."
4215
#: ../plugin/haildb/haildb_engine.cc:3489
4217
"The size of the buffer which HailDB uses to write log to the log files on "
4221
#: ../plugin/haildb/haildb_engine.cc:3492
4223
"Sets the point in the LRU list from where all pages are classified as old "
4227
#: ../plugin/haildb/haildb_engine.cc:3495
4229
"Milliseconds between accesses to a block at which it is made young. "
4230
"0=disabled (Advanced users)"
4233
#: ../plugin/haildb/haildb_engine.cc:3498
4234
msgid "Percentage of dirty pages allowed in bufferpool."
4237
#: ../plugin/haildb/haildb_engine.cc:3501
4238
msgid "Desired maximum length of the purge queue (0 = no limit)"
4241
#: ../plugin/haildb/haildb_engine.cc:3504
4243
"Roll back the complete transaction on lock wait timeout, for 4.x "
4244
"compatibility (disabled by default)"
4247
#: ../plugin/haildb/haildb_engine.cc:3507
4248
msgid "How many files at the maximum HailDB keeps open at the same time."
4251
#: ../plugin/haildb/haildb_engine.cc:3510
4252
msgid "Number of background read I/O threads in HailDB."
4255
#: ../plugin/haildb/haildb_engine.cc:3513
4256
msgid "Number of background write I/O threads in HailDB."
4259
#: ../plugin/haildb/haildb_engine.cc:3515
4261
"Disable if you want to reduce the number of messages written to the log "
4262
"(default: enabled)."
4265
#: ../plugin/haildb/haildb_engine.cc:3518
4266
msgid "Enable SHOW HAILDB STATUS output in the log"
4269
#: ../plugin/haildb/haildb_engine.cc:3521
4270
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4273
#: ../plugin/haildb/haildb_engine.cc:3523
4275
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4278
#: ../plugin/hello_events/hello_events.cc:401
4279
msgid "Enable Example Events Plugin"
4282
#: ../plugin/hello_events/hello_events.cc:404
4283
#: ../plugin/hello_events/hello_events.cc:407
4284
msgid "A comma delimited list of databases to watch"
4287
#: ../plugin/hello_events/hello_events.cc:410
4288
msgid "Before write row event observer call position"
4291
#: ../plugin/hello_events/hello_events.cc:413
4292
#: ../plugin/pbms/src/parameters_ms.cc:461
4293
msgid "Before update row event observer call position"
4296
#: ../plugin/hello_events/hello_events.cc:416
4297
msgid "After drop database event observer call position"
4300
#: ../plugin/hello_events/hello_events.cc:427
4301
msgid "An example events Plugin"
4304
#: ../plugin/innobase/handler/data_dictionary.cc:760
4306
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4309
#: ../plugin/innobase/handler/ha_innodb.cc:1914
4311
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4315
#: ../plugin/innobase/handler/ha_innodb.cc:2179
4317
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4321
#: ../plugin/innobase/handler/ha_innodb.cc:2223
4324
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4325
"or its equivalent numeric id"
4328
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4329
msgid "Do not use Native AIO library for IO, even if available"
4332
#: ../plugin/innobase/handler/ha_innodb.cc:9375
4333
msgid "Enable internal replication log."
4336
#: ../plugin/innobase/handler/ha_innodb.cc:9378
4338
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4339
"rolled back. Values above 100000000 disable the timeout."
4342
#: ../plugin/innobase/handler/ha_innodb.cc:9381
4343
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4346
#: ../plugin/innobase/handler/ha_innodb.cc:9384
4348
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4349
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4352
#: ../plugin/innobase/handler/replication_dictionary.cc:109
4353
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4354
#: ../plugin/transaction_log/print_transaction_message.cc:177
4355
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4357
msgid "Unable to parse transaction. Got error: %s.\n"
4360
#: ../plugin/innobase/srv/srv0start.cc:1034
4361
msgid "InnoDB: cannot determine Mac OS X version!\n"
4364
#: ../plugin/innobase/srv/srv0start.cc:1039
4366
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4367
"InnoDB: making transactions unsafe!\n"
4370
#: ../plugin/innobase/srv/srv0start.cc:1048
4373
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu.\n"
4374
"InnoDB: The sizes should be the same so that on a 64-bit platform you can\n"
4375
"InnoDB: allocate more than 4 GB of memory."
4378
#: ../plugin/innobase/srv/srv0start.cc:1063
4380
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4383
#: ../plugin/innobase/srv/srv0start.cc:1068
4386
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4387
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4388
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4391
#: ../plugin/innobase/srv/srv0start.cc:1078
4393
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4396
#: ../plugin/innobase/srv/srv0start.cc:1083
4398
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4401
#: ../plugin/innobase/srv/srv0start.cc:1088
4403
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4406
#: ../plugin/innobase/srv/srv0start.cc:1092
4408
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4411
#: ../plugin/innobase/srv/srv0start.cc:1097
4413
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4416
#: ../plugin/innobase/srv/srv0start.cc:1167
4418
msgid " InnoDB: Using Linux native AIO\n"
4421
#: ../plugin/logging_gearman/logging_gearman.cc:186
4423
msgid "fail gearman_client_create(): %s"
4426
#: ../plugin/logging_gearman/logging_gearman.cc:197
4428
msgid "fail gearman_client_add_server(): %s"
4431
#: ../plugin/logging_gearman/logging_gearman.cc:302
4432
msgid "Hostname for logging to a Gearman server"
4435
#: ../plugin/logging_gearman/logging_gearman.cc:305
4436
msgid "Gearman Function to send logging to"
4439
#: ../plugin/logging_gearman/logging_gearman.cc:316
4440
msgid "Log queries to a Gearman server"
4443
#: ../plugin/logging_query/logging_query.cc:178
4445
msgid "fail open() fn=%s er=%s\n"
4448
#: ../plugin/logging_query/logging_query.cc:319
4449
msgid "Enable logging to CSV file"
4452
#: ../plugin/logging_query/logging_query.cc:322
4453
msgid "File to log to"
4456
#: ../plugin/logging_query/logging_query.cc:325
4457
msgid "PCRE to match the query against"
4460
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
4461
msgid "Threshold for logging slow queries, in microseconds"
4464
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
4465
msgid "Threshold for logging big queries, for rows returned"
4468
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
4469
msgid "Threshold for logging big queries, for rows examined"
4472
#: ../plugin/logging_query/logging_query.cc:345
4473
msgid "Log queries to a CSV file"
4476
#: ../plugin/logging_stats/logging_stats.cc:373
4477
msgid "Max number of users that will be logged"
4480
#: ../plugin/logging_stats/logging_stats.cc:376
4481
msgid "Max number of range locks to use for Scoreboard"
4484
#: ../plugin/logging_stats/logging_stats.cc:379
4485
msgid "Max number of concurrent sessions that will be logged"
4488
#: ../plugin/logging_stats/logging_stats.cc:380
4489
msgid "Enable Logging Statistics Collection"
4492
#: ../plugin/logging_stats/logging_stats.cc:389
4493
msgid "User Statistics as DATA_DICTIONARY tables"
4496
#: ../plugin/md5/md5.cc:99
4497
msgid "libgcrypt library version mismatch\n"
4500
#: ../plugin/memcached_query_cache/memcached_qc.cc:388
4501
#: ../plugin/memcached_stats/memcached_stats.cc:87
4502
msgid "List of memcached servers."
4505
#: ../plugin/memcached_query_cache/memcached_qc.cc:391
4506
msgid "Expiry time of memcached entries"
4509
#: ../plugin/memcached_query_cache/memcached_qc.cc:394
4510
msgid "Enable Memcached Query Cache"
4513
#: ../plugin/memcached_stats/analysis_table.cc:78
4514
#: ../plugin/memcached_stats/stats_table.cc:144
4515
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4518
#: ../plugin/memcached_stats/memcached_stats.cc:98
4519
msgid "Memcached Stats as I_S tables"
4522
#: ../plugin/memcached_stats/stats_table.cc:74
4525
"Unable get stats from memcached server %s. Got error from "
4526
"memcached_stat_servername()."
4529
#: ../plugin/memcached_stats/stats_table.cc:151
4530
msgid "Unable to create memcached struct. Got error from memcached_create()."
4533
#: ../plugin/memcached_stats/stats_table.cc:159
4536
"Unable to create memcached server list. Got error from "
4537
"memcached_servers_parse(%s)."
4540
#: ../plugin/multi_thread/multi_thread.cc:62
4541
msgid "Session killed before thread could execute"
4544
#: ../plugin/multi_thread/multi_thread.cc:109
4545
msgid "Unable to get thread stack size\n"
4548
#: ../plugin/multi_thread/multi_thread.cc:211
4549
msgid "Maximum number of user threads available."
4552
#: ../plugin/myisam/ha_myisam.cc:532
4554
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4557
#: ../plugin/myisam/ha_myisam.cc:536
4559
msgid "Got an error from unknown thread, %s:%d"
4562
#: ../plugin/myisam/ha_myisam.cc:542
4563
msgid "Unknown thread accessing table"
4566
#: ../plugin/myisam/ha_myisam.cc:1506
4568
"Don't use the fast sort index method to created index if the temporary file "
4569
"would get bigger than this."
4572
#: ../plugin/myisam/ha_myisam.cc:1509
4574
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4575
"when creating indexes with CREATE INDEX or ALTER TABLE."
4578
#: ../plugin/myisam/my_handler_errors.cc:42
4579
msgid "Didn't find key on read or update"
4582
#: ../plugin/myisam/my_handler_errors.cc:43
4583
msgid "Duplicate key on write or update"
4586
#: ../plugin/myisam/my_handler_errors.cc:44
4587
msgid "Internal (unspecified) error in handler"
4590
#: ../plugin/myisam/my_handler_errors.cc:46
4592
"Someone has changed the row since it was read (while the table was locked to "
4596
#: ../plugin/myisam/my_handler_errors.cc:48
4597
msgid "Wrong index given to function"
4600
#: ../plugin/myisam/my_handler_errors.cc:49
4601
msgid "Index file is crashed"
4604
#: ../plugin/myisam/my_handler_errors.cc:50
4605
msgid "Record file is crashed"
4608
#: ../plugin/myisam/my_handler_errors.cc:51
4609
msgid "Out of memory in engine"
4612
#: ../plugin/myisam/my_handler_errors.cc:52
4613
msgid "Incorrect file format"
4616
#: ../plugin/myisam/my_handler_errors.cc:53
4617
msgid "Command not supported by database"
4620
#: ../plugin/myisam/my_handler_errors.cc:54
4621
msgid "Old database file"
4624
#: ../plugin/myisam/my_handler_errors.cc:55
4625
msgid "No record read before update"
4628
#: ../plugin/myisam/my_handler_errors.cc:56
4629
msgid "Record was already deleted (or record file crashed)"
4632
#: ../plugin/myisam/my_handler_errors.cc:57
4633
msgid "No more room in record file"
4636
#: ../plugin/myisam/my_handler_errors.cc:58
4637
msgid "No more room in index file"
4640
#: ../plugin/myisam/my_handler_errors.cc:59
4641
msgid "No more records (read after end of file)"
4644
#: ../plugin/myisam/my_handler_errors.cc:60
4645
msgid "Unsupported extension used for table"
4648
#: ../plugin/myisam/my_handler_errors.cc:61
4652
#: ../plugin/myisam/my_handler_errors.cc:62
4653
msgid "Wrong create options"
4656
#: ../plugin/myisam/my_handler_errors.cc:63
4657
msgid "Duplicate unique key or constraint on write or update"
4660
#: ../plugin/myisam/my_handler_errors.cc:64
4661
msgid "Unknown character set used in table"
4664
#: ../plugin/myisam/my_handler_errors.cc:65
4665
msgid "Conflicting table definitions in sub-tables of MERGE table"
4668
#: ../plugin/myisam/my_handler_errors.cc:66
4669
msgid "Table is crashed and last repair failed"
4672
#: ../plugin/myisam/my_handler_errors.cc:67
4673
msgid "Table was marked as crashed and should be repaired"
4676
#: ../plugin/myisam/my_handler_errors.cc:68
4677
msgid "Lock timed out; Retry transaction"
4680
#: ../plugin/myisam/my_handler_errors.cc:69
4681
msgid "Lock table is full; Restart program with a larger locktable"
4684
#: ../plugin/myisam/my_handler_errors.cc:70
4685
msgid "Updates are not allowed under a read only transactions"
4688
#: ../plugin/myisam/my_handler_errors.cc:71
4689
msgid "Lock deadlock; Retry transaction"
4692
#: ../plugin/myisam/my_handler_errors.cc:72
4693
msgid "Foreign key constraint is incorrectly formed"
4696
#: ../plugin/myisam/my_handler_errors.cc:73
4697
msgid "Cannot add a child row"
4700
#: ../plugin/myisam/my_handler_errors.cc:74
4701
msgid "Cannot delete a parent row"
4704
#: ../plugin/myisam/my_handler_errors.cc:75
4705
msgid "No savepoint with that name"
4708
#: ../plugin/myisam/my_handler_errors.cc:76
4709
msgid "Non unique key block size"
4712
#: ../plugin/myisam/my_handler_errors.cc:77
4713
msgid "The table does not exist in engine"
4716
#: ../plugin/myisam/my_handler_errors.cc:78
4717
msgid "The table already existed in storage engine"
4720
#: ../plugin/myisam/my_handler_errors.cc:79
4721
msgid "Could not connect to storage engine"
4724
#: ../plugin/myisam/my_handler_errors.cc:80
4725
msgid "Unexpected null pointer found when using spatial index"
4728
#: ../plugin/myisam/my_handler_errors.cc:81
4729
msgid "The table changed in storage engine"
4732
#: ../plugin/myisam/my_handler_errors.cc:82
4733
msgid "There's no partition in table for the given value"
4736
#: ../plugin/myisam/my_handler_errors.cc:83
4737
msgid "Row-based binlogging of row failed"
4740
#: ../plugin/myisam/my_handler_errors.cc:84
4741
msgid "Index needed in foreign key constraint"
4744
#: ../plugin/myisam/my_handler_errors.cc:85
4745
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4748
#: ../plugin/myisam/my_handler_errors.cc:86
4749
msgid "Table needs to be upgraded before it can be used"
4752
#: ../plugin/myisam/my_handler_errors.cc:87
4753
msgid "Table is read only"
4756
#: ../plugin/myisam/my_handler_errors.cc:88
4757
msgid "Failed to get next auto increment value"
4760
#: ../plugin/myisam/my_handler_errors.cc:89
4761
msgid "Failed to set row auto increment value"
4764
#: ../plugin/myisam/my_handler_errors.cc:90
4765
msgid "Unknown (generic) error from engine"
4768
#: ../plugin/myisam/my_handler_errors.cc:91
4769
msgid "Record is the same"
4772
#: ../plugin/myisam/my_handler_errors.cc:92
4773
msgid "It is not possible to log this statement"
4776
#: ../plugin/myisam/my_handler_errors.cc:93
4777
msgid "Tablespace exists"
4780
#: ../plugin/myisam/my_handler_errors.cc:94
4781
msgid "The event was corrupt, leading to illegal data being read"
4784
#: ../plugin/myisam/my_handler_errors.cc:95
4785
msgid "The table is of a new format not supported by this version"
4788
#: ../plugin/myisam/my_handler_errors.cc:96
4789
msgid "The event could not be processed no other handler error happened"
4792
#: ../plugin/myisam/my_handler_errors.cc:97
4793
msgid "Got a fatal error during initialzation of handler"
4796
#: ../plugin/myisam/my_handler_errors.cc:98
4797
msgid "File to short; Expected more data in file"
4800
#: ../plugin/myisam/my_handler_errors.cc:99
4801
msgid "Read page with wrong checksum"
4804
#. TODO: get a better message for these
4805
#: ../plugin/myisam/my_handler_errors.cc:101
4806
msgid "Lock or active transaction"
4809
#: ../plugin/myisam/my_handler_errors.cc:102
4810
msgid "No such table space"
4813
#: ../plugin/myisam/my_handler_errors.cc:103
4814
msgid "Tablespace not empty"
4817
#: ../plugin/mysql_protocol/mysql_protocol.cc:1014
4819
"Port number to use for connection or 0 for default to with MySQL protocol."
4822
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:83
4824
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4825
"the file is stale and should be removed?"
4828
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:168
4829
msgid "Path used for MySQL UNIX Socket Protocol."
4832
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:170
4833
msgid "Clobber socket file if one is there already."
4836
#: ../plugin/pbms/src/parameters_ms.cc:426
4837
msgid "Port number to use for connection or 0 for default PBMS port "
4840
#: ../plugin/pbms/src/parameters_ms.cc:429
4841
msgid "The maximum size of a BLOB repository file."
4844
#: ../plugin/pbms/src/parameters_ms.cc:432
4845
msgid "The maximum size of a temorary BLOB log file."
4848
#: ../plugin/pbms/src/parameters_ms.cc:435
4850
"A ':' delimited list of metadata header names to be used to initialize the "
4851
"pbms_metadata_header table when a database is created."
4854
#: ../plugin/pbms/src/parameters_ms.cc:439
4855
msgid "The percentage of garbage in a repository file before it is compacted."
4858
#: ../plugin/pbms/src/parameters_ms.cc:442
4860
"The timeout, in seconds, for temporary BLOBs. Uploaded blob data is removed "
4861
"after this time, unless committed to the database."
4864
#: ../plugin/pbms/src/parameters_ms.cc:445
4866
"The timeout, in milli-seconds, before the HTTP server will close an inactive "
4870
#: ../plugin/pbms/src/parameters_ms.cc:448
4871
msgid "The next backup ID to use when backing up a PBMS database."
4874
#: ../plugin/pbms/src/parameters_ms.cc:451
4876
"A comma delimited list of tables to watch of the format: <database>."
4880
#: ../plugin/pbms/src/parameters_ms.cc:453
4881
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
4884
#: ../plugin/pbms/src/parameters_ms.cc:457
4885
msgid "Before insert row event observer call position"
4888
#: ../plugin/rabbitmq/rabbitmq_handler.cc:53
4889
msgid "Could not open socket, is rabbitmq running?"
4892
#: ../plugin/rabbitmq/rabbitmq_log.cc:72
4893
msgid "Failed to allocate enough memory to transaction message\n"
4896
#: ../plugin/rabbitmq/rabbitmq_log.cc:117
4898
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
4901
#: ../plugin/rabbitmq/rabbitmq_log.cc:130
4903
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
4906
#: ../plugin/rabbitmq/rabbitmq_log.cc:155
4907
msgid "Host name to connect to"
4910
#: ../plugin/rabbitmq/rabbitmq_log.cc:158
4911
msgid "Port to connect to"
4914
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
4915
msgid "RabbitMQ virtualhost"
4918
#: ../plugin/rabbitmq/rabbitmq_log.cc:164
4919
msgid "RabbitMQ username"
4922
#: ../plugin/rabbitmq/rabbitmq_log.cc:167
4923
msgid "RabbitMQ password"
4926
#: ../plugin/rabbitmq/rabbitmq_log.cc:170
4927
#: ../plugin/transaction_log/module.cc:270
4928
msgid "Name of the replicator plugin to use (default='default_replicator')"
4931
#: ../plugin/rabbitmq/rabbitmq_log.cc:173
4932
msgid "Name of RabbitMQ exchange to publish to"
4935
#: ../plugin/rabbitmq/rabbitmq_log.cc:176
4936
msgid "Name of RabbitMQ routing key to use"
4939
#: ../plugin/session_dictionary/processlist.cc:78
4943
#: ../plugin/syslog/errmsg.cc:42 ../plugin/syslog/logging.cc:55
4945
msgid "syslog facility \"%s\" not known, using \"local0\""
4948
#: ../plugin/syslog/errmsg.cc:50
4950
msgid "syslog priority \"%s\" not known, using \"warn\""
4953
#: ../plugin/syslog/logging.cc:63
4955
msgid "syslog priority \"%s\" not known, using \"info\""
4958
#: ../plugin/syslog/module.cc:95
4959
msgid "Syslog Ident"
4962
#: ../plugin/syslog/module.cc:98
4963
msgid "Syslog Facility"
4966
#: ../plugin/syslog/module.cc:101
4967
msgid "Enable logging to syslog of the query log"
4970
#: ../plugin/syslog/module.cc:104
4971
msgid "Syslog Priority of query logging"
4974
#: ../plugin/syslog/module.cc:116
4975
msgid "Enable logging to syslog of the error messages"
4978
#: ../plugin/syslog/module.cc:119
4979
msgid "Syslog Priority of error messages"
4982
#: ../plugin/transaction_log/background_worker.cc:77
4984
msgid "Unable to create background worker thread. Got error %s.\n"
4987
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
4988
#: ../plugin/transaction_log/print_transaction_message.cc:106
4989
#: ../plugin/transaction_log/transaction_log_reader.cc:97
4991
msgid "Failed to open transaction log file %s. Got error: %s\n"
4994
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
4995
#: ../plugin/transaction_log/print_transaction_message.cc:169
4996
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4997
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:155
4999
msgid "Could not read transaction message.\n"
5002
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
5003
#: ../plugin/transaction_log/print_transaction_message.cc:170
5004
#: ../plugin/transaction_log/transaction_log_reader.cc:153
5006
msgid "GPB ERROR: %s.\n"
5009
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
5010
#: ../plugin/transaction_log/print_transaction_message.cc:171
5011
#: ../plugin/transaction_log/transaction_log_reader.cc:154
5013
msgid "Raw buffer read: %s.\n"
5016
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
5017
#: ../plugin/transaction_log/print_transaction_message.cc:179
5018
#: ../plugin/transaction_log/transaction_log_reader.cc:163
5020
msgid "BUFFER: %s\n"
5023
#: ../plugin/transaction_log/module.cc:171
5025
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5028
#: ../plugin/transaction_log/module.cc:180
5030
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5033
#: ../plugin/transaction_log/module.cc:192
5035
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5038
#: ../plugin/transaction_log/module.cc:201
5040
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5043
#: ../plugin/transaction_log/module.cc:216
5045
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5048
#: ../plugin/transaction_log/module.cc:258
5049
msgid "DEBUGGING - Truncate transaction log"
5052
#: ../plugin/transaction_log/module.cc:261
5053
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5056
#: ../plugin/transaction_log/module.cc:264
5057
msgid "Enable transaction log"
5060
#: ../plugin/transaction_log/module.cc:267
5061
msgid "Path to the file to use for transaction log"
5064
#: ../plugin/transaction_log/module.cc:273
5066
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5067
"each transaction write, 2 == sync log file once per second"
5070
#: ../plugin/transaction_log/module.cc:276
5071
msgid "Number of slots for in-memory write buffers (default=8)."
5074
#: ../plugin/transaction_log/print_transaction_message.cc:135
5076
msgid "GPB message is not a valid type.\n"
5079
#: ../plugin/transaction_log/print_transaction_message.cc:155
5081
msgid "GPB message is not a valid size.\n"
5084
#: ../plugin/transaction_log/transaction_log.cc:114
5085
msgid "Failed to open transaction log file "
5088
#: ../plugin/transaction_log/transaction_log.cc:215
5091
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5092
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5095
#: ../plugin/transaction_log/transaction_log.cc:236
5097
msgid "Failed to sync log file. Got error: %s\n"
5100
#: ../plugin/transaction_log/transaction_log_reader.cc:119
5101
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:120
5103
msgid "Attempted to read record bigger than INT_MAX\n"
5106
#: ../plugin/transaction_log/transaction_log_reader.cc:139
5108
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
5111
#: ../plugin/transaction_log/transaction_log_reader.cc:174
5113
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
5116
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:67
5117
msgid "Cannot open file: "
5120
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:77
5121
msgid "Could not skip to position "
5124
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:114
5125
msgid "Found a non-transaction message in log. Currently, not supported.\n"
5128
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:140
5130
msgid "Memory allocation failure trying to allocate "
5132
"Ralat penyediaan ruang ingatan dalam membina prompt permulaan. Sedang "
5135
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:142
5139
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:156
5143
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:162
5149
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:170
5150
msgid "Unable to parse command. Got error: "
5153
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:179
5160
#: ../plugin/transaction_log/utilities/transaction_reader.cc:580
5162
msgid "Display help and exit"
5163
msgstr "Paparkan bantuan ini dan keluar."
5165
#: ../plugin/transaction_log/utilities/transaction_reader.cc:581
5166
msgid "Read from the innodb transaction log"
5169
#: ../plugin/transaction_log/utilities/transaction_reader.cc:587
5170
msgid "Password to use when connecting to server"
5173
#: ../plugin/transaction_log/utilities/transaction_reader.cc:590
5174
msgid "Perform checksum"
5177
#: ../plugin/transaction_log/utilities/transaction_reader.cc:591
5178
msgid "Ignore event messages"
5181
#: ../plugin/transaction_log/utilities/transaction_reader.cc:592
5182
msgid "Transaction log file"
5185
#: ../plugin/transaction_log/utilities/transaction_reader.cc:593
5186
msgid "Print raw Protobuf messages instead of SQL"
5189
#: ../plugin/transaction_log/utilities/transaction_reader.cc:596
5190
msgid "Start reading from the given file position"
5193
#: ../plugin/transaction_log/utilities/transaction_reader.cc:599
5194
msgid "Only output for the given transaction ID and later"
5197
#: ../plugin/transaction_log/utilities/transaction_reader.cc:602
5198
msgid "Only output for the given transaction ID"
5201
#: ../plugin/transaction_log/utilities/transaction_reader.cc:603
5202
msgid "Summarize message contents"
5205
#: ../plugin/transaction_log/utilities/transaction_reader.cc:637
5206
msgid "Cannot use --start-pos and --transaction-id together\n"
5209
#: ../plugin/transaction_log/utilities/transaction_reader.cc:643
5210
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
5213
#: ../plugin/transaction_log/utilities/transaction_reader.cc:753
5214
msgid "Checksum failed. Wanted "
5217
#: ../plugin/transaction_log/utilities/transaction_reader.cc:755
5222
#~ msgid "--help : Display help and exit\n"
5223
#~ msgstr "Paparkan bantuan ini dan keluar."
5226
#~ "No automatic rehashing. One has to use 'rehash' to get table and field "
5227
#~ "completion. This gives a quicker start of drizzle_st and disables "
5228
#~ "rehashing on reconnect. WARNING: options deprecated; use --disable-auto-"
5229
#~ "rehash instead."
5231
#~ "Tiada hash semula automatik. Perlu menggunakan 'rehash' untuk mendapatkan "
5232
#~ "pelengkapan jadual dan medan. Ini memberikan permulaan drizzle_st yang "
5233
#~ "lebih laju dan melumpuhkan hash semula pada sambungan semula. AMARAN: "
5234
#~ "pilihan telah luput; sebaliknya gunakan --disable-auto-rehash."
5237
#~ msgid "Writing a core file\n"
5238
#~ msgstr "Sedang menulis fail sejarah %s\n"
5240
#~ msgid "Synonym for -?"
5241
#~ msgstr "Sinonim untuk -?"
7012
#: drizzled/definitions.h:48
7013
msgid "Invalid error code"