314
#: ../client/drizzle.cc:1355
315
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
318
#: ../client/drizzle.cc:1357
326
#: client/drizzle.cc:1361
328
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
329
"option deprecated; use --disable-pager instead."
332
#: client/drizzle.cc:1364 client/drizzleadmin.cc:79
334
"Password to use when connecting to server. If password is not given it's "
335
"asked from the tty."
338
#: client/drizzle.cc:1366
340
"Port number to use for connection or 0 for default to, in order of "
341
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
344
#: client/drizzle.cc:1367
345
msgid "built-in default"
348
#: client/drizzle.cc:1370
319
349
msgid "Set the drizzle prompt to this value."
322
#: ../client/drizzle.cc:1359
352
#: client/drizzle.cc:1373
353
msgid "The protocol of connection (tcp,socket,pipe,memory)."
356
#: client/drizzle.cc:1376
324
358
"Don't cache result, print it row by row. This may slow down the server if "
325
359
"the output is suspended. Doesn't use history file."
328
#: ../client/drizzle.cc:1361
362
#: client/drizzle.cc:1378
329
363
msgid "Write fields without conversion. Used with --batch."
332
#: ../client/drizzle.cc:1362
333
msgid "Do not reconnect if the connection is lost."
336
#: ../client/drizzle.cc:1364
337
msgid "Shutdown the server"
340
#: ../client/drizzle.cc:1365
366
#: client/drizzle.cc:1381
368
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
369
"option is enabled by default."
372
#: client/drizzle.cc:1383
342
374
"Be more silent. Print results with a tab as separator, each row on new line."
345
#: ../client/drizzle.cc:1367
377
#: client/drizzle.cc:1385
378
msgid "Socket file to use for connection."
381
#: client/drizzle.cc:1388
382
msgid "Output in table format."
385
#: client/drizzle.cc:1391
347
387
"Append everything into outfile. See interactive help (\\h) also. Does not "
348
388
"work in batch mode. Disable with --disable-tee. This option is disabled by "
352
#: ../client/drizzle.cc:1369
353
msgid "Disable outfile. See interactive help (\\h) also."
356
#: ../client/drizzle.cc:1371
392
#: client/drizzle.cc:1393
394
"Disable outfile. See interactive help (\\h) also. WARNING: option "
395
"deprecated; use --disable-tee instead"
398
#: client/drizzle.cc:1396 client/drizzleadmin.cc:89
399
msgid "User for login if not current user."
402
#: client/drizzle.cc:1399
403
msgid "Only allow UPDATE and DELETE that uses keys."
406
#: client/drizzle.cc:1402
407
msgid "Synonym for option --safe-updates, -U."
410
#: client/drizzle.cc:1405
411
msgid "Write more. (-v -v -v gives the table output format)."
414
#: client/drizzle.cc:1407 client/drizzleadmin.cc:94 drizzled/drizzled.cc:3647
415
msgid "Output version information and exit."
418
#: client/drizzle.cc:1409 client/drizzleadmin.cc:96
419
msgid "Wait and retry if connection is down."
422
#: client/drizzle.cc:1412
357
423
msgid "Number of seconds before connection timeout."
360
#: ../client/drizzle.cc:1373
361
msgid "Max length of input line"
364
#: ../client/drizzle.cc:1375
426
#: client/drizzle.cc:1417
427
msgid "Max packet length to send to, or receive from server"
430
#: client/drizzle.cc:1422
431
msgid "Buffer for TCP/IP and socket communication"
434
#: client/drizzle.cc:1426
365
435
msgid "Automatic limit for SELECT when using --safe-updates"
368
#: ../client/drizzle.cc:1377
438
#: client/drizzle.cc:1431
369
439
msgid "Automatic limit for rows in a join when using --safe-updates"
372
#: ../client/drizzle.cc:1380 ../client/drizzledump.cc:553
373
msgid "Options specific to the client"
376
#: ../client/drizzle.cc:1383
377
msgid "Connect to host"
380
#: ../client/drizzle.cc:1385
382
"Password to use when connecting to server. If password is not given it's "
383
"asked from the tty."
386
#: ../client/drizzle.cc:1387
388
"Port number to use for connection or 0 for default to, in order of "
389
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
392
#: ../client/drizzle.cc:1393 ../client/drizzledump.cc:562
393
#: ../plugin/transaction_log/utilities/transaction_reader.cc:583
394
msgid "User for login if not current user."
397
#: ../client/drizzle.cc:1395 ../client/drizzledump.cc:564
398
#: ../plugin/transaction_log/utilities/transaction_reader.cc:589
399
msgid "The protocol of connection (mysql or drizzle)."
402
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:576
403
msgid "Allowed Options"
406
#: ../client/drizzle.cc:1463 ../client/drizzle.cc:1470
408
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
411
#: ../client/drizzle.cc:1534 ../client/drizzle.cc:3791
442
#: client/drizzle.cc:1435
443
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
446
#: client/drizzle.cc:1448
448
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
451
#: client/drizzle.cc:1455
454
"Copyright (C) 2000-2008 MySQL AB\n"
455
" This software comes with ABSOLUTELY NO "
456
"WARRANTY. This is free software,\n"
457
" and you are welcome to modify and redistribute it under the GPL license\n"
460
#: client/drizzle.cc:1459
462
msgid "Usage: %s [OPTIONS] [database]\n"
465
#: client/drizzle.cc:1492
412
466
msgid "DELIMITER cannot contain a backslash character"
415
#: ../client/drizzle.cc:1613 ../client/drizzledump.cc:675
416
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:623
417
#: ../client/drizzletest.cc:5659
418
msgid "Error: Unknown protocol"
421
#: ../client/drizzle.cc:1627
423
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
426
#: ../client/drizzle.cc:1673 ../client/drizzle.cc:4081
428
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
431
#: ../client/drizzle.cc:1679
434
"Copyright (C) 2008 Sun Microsystems\n"
435
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
436
"and you are welcome to modify and redistribute it under the GPL license\n"
439
#: ../client/drizzle.cc:1684
441
msgid "Usage: drizzle [OPTIONS] [schema]\n"
444
#: ../client/drizzle.cc:1738
446
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
447
msgstr "ברוכים הבאים לדריזל. פקודת נגמרות עם ; או g\\"
449
#: ../client/drizzle.cc:1747
452
"Your Drizzle connection id is %u\n"
453
"Connection protocol: %s\n"
454
"Server version: %s\n"
457
#: ../client/drizzle.cc:1781
459
msgid "Reading history-file %s\n"
462
#: ../client/drizzle.cc:1785
464
msgid "Couldn't allocate memory for temp histfile!\n"
467
#: ../client/drizzle.cc:1792
468
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
469
msgstr "הקלד 'help' לעזרה. הקלד 'c\\' לרוקן את זיכרון הזמני\n"
471
#: ../client/drizzle.cc:1802
475
#: ../client/drizzle.cc:1815
477
msgid "Writing history-file %s\n"
480
#: ../client/drizzle.cc:1823
484
#: ../client/drizzle.cc:1823
488
#: ../client/drizzle.cc:1873
489
msgid "Query aborted by Ctrl+C\n"
492
#: ../client/drizzle.cc:1957
494
msgid "Processing line: %<PRIu32>\n"
497
#: ../client/drizzle.cc:2175
498
msgid "Unknown command: "
501
#: ../client/drizzle.cc:2346
502
msgid "Not found a delimiter within max_input_line of input"
505
#: ../client/drizzle.cc:2592
469
#: client/drizzle.cc:1513
471
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
474
#: client/drizzle.cc:1536
476
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
479
#: client/drizzle.cc:1540
481
msgid "WARNING: --server-arg option not supported in this configuration.\n"
484
#: client/drizzle.cc:1912
486
msgid "Unknown command '\\%c'."
489
#: client/drizzle.cc:2339
507
491
"Reading table information for completion of table and column names\n"
508
"You can turn off this feature to get a quicker startup with -A\n"
492
" You can turn off this feature to get a quicker startup with -A\n"
512
#: ../client/drizzle.cc:2631
496
#: client/drizzle.cc:2436
513
497
msgid "No connection. Trying to reconnect..."
516
#: ../client/drizzle.cc:2637
500
#: client/drizzle.cc:2442
517
501
msgid "Can't connect to the server\n"
520
#: ../client/drizzle.cc:2721
504
#: client/drizzle.cc:2499
508
#: client/drizzle.cc:2499
512
#: client/drizzle.cc:2550
517
#: client/drizzle.cc:2551
524
#: client/drizzle.cc:2553
531
#: client/drizzle.cc:2566
532
msgid "Many help items for your request exist."
535
#: client/drizzle.cc:2567
537
"To make a more specific request, please type 'help <item>',\n"
538
"where <item> is one of the following"
541
#: client/drizzle.cc:2573
543
msgid "You asked for help about help category: '%s'\n"
546
#: client/drizzle.cc:2574
548
"For more information, type 'help <item>', where <item> is one of the "
552
#: client/drizzle.cc:2587
558
#: client/drizzle.cc:2588
559
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
562
#: client/drizzle.cc:2610
521
563
msgid "List of all Drizzle commands:"
524
#: ../client/drizzle.cc:2725
566
#: client/drizzle.cc:2612
567
msgid "Note that all text commands must be first on line and end with ';'"
570
#: client/drizzle.cc:2623
527
"Note that all text commands must be first on line and end with '%s' or \\g"
530
#: ../client/drizzle.cc:2783
573
"For server side help, type 'help contents'\n"
576
#: client/drizzle.cc:2648
577
msgid "Usage: \\C char_setname | charset charset_name"
580
#: client/drizzle.cc:2658
581
msgid "Charset changed"
584
#: client/drizzle.cc:2660
585
msgid "Charset is not found"
588
#: client/drizzle.cc:2691
531
589
msgid "No query specified\n"
534
#: ../client/drizzle.cc:2798
592
#: client/drizzle.cc:2706
535
593
msgid "Ignoring query to other database"
538
#: ../client/drizzle.cc:2848
596
#: client/drizzle.cc:2755
539
597
msgid "Empty set"
542
#: ../client/drizzle.cc:2861
600
#: client/drizzle.cc:2768
544
602
msgid "%ld row in set"
545
603
msgid_plural "%ld rows in set"
549
#: ../client/drizzle.cc:2870
607
#: client/drizzle.cc:2777
553
#: ../client/drizzle.cc:2872
611
#: client/drizzle.cc:2779
555
613
msgid "Query OK, %ld row affected"
556
614
msgid_plural "Query OK, %ld rows affected"
560
#: ../client/drizzle.cc:2944
561
msgid "popen() failed! defaulting PAGER to stdout!\n"
564
#: ../client/drizzle.cc:2966
566
msgid "Error logging to file '%s'\n"
569
#: ../client/drizzle.cc:2971
571
msgid "Logging to file '%s'\n"
574
#: ../client/drizzle.cc:3055
583
"Collation: %s (%u)\n"
591
#: ../client/drizzle.cc:3522
593
msgid "No previous outfile available, you must give a filename!\n"
596
#: ../client/drizzle.cc:3527
598
msgid "Currently logging to file '%s'\n"
601
#: ../client/drizzle.cc:3547
603
msgid "No outfile specified!\n"
606
#: ../client/drizzle.cc:3560
607
msgid "Outfile disabled.\n"
610
#: ../client/drizzle.cc:3587
611
msgid "Default pager wasn't set, using stdout.\n"
614
#: ../client/drizzle.cc:3607
616
msgid "PAGER set to '%s'\n"
619
#: ../client/drizzle.cc:3618
620
msgid "PAGER set to stdout\n"
623
#: ../client/drizzle.cc:3701
625
msgid "Connection id: %u"
628
#: ../client/drizzle.cc:3703
630
msgid "Current schema: %.128s\n"
633
#: ../client/drizzle.cc:3704
638
#: ../client/drizzle.cc:3724
639
msgid "Usage: \\. <filename> | source <filename>"
642
#: ../client/drizzle.cc:3739
644
msgid "Failed to open file '%s', error: %d"
647
#: ../client/drizzle.cc:3747
648
msgid "Can't initialize LineBuffer"
651
#: ../client/drizzle.cc:3783
652
msgid "DELIMITER must be followed by a 'delimiter' character or string"
655
#: ../client/drizzle.cc:3816
656
msgid "USE must be followed by a schema name"
659
#: ../client/drizzle.cc:3884
660
msgid "Schema changed"
663
#: ../client/drizzle.cc:3930
665
msgid "Show warnings enabled."
666
msgstr "הצג התראות אחר כל פקודה"
668
#: ../client/drizzle.cc:3938
670
msgid "Show warnings disabled."
671
msgstr "הצג התראות אחר כל פקודה"
673
#: ../client/drizzle.cc:4088
677
"Connection id:\t\t%lu\n"
680
#: ../client/drizzle.cc:4100
682
msgid "Current schema:\t%s\n"
685
#: ../client/drizzle.cc:4101
687
msgid "Current user:\t\t%s\n"
690
#: ../client/drizzle.cc:4107
691
msgid "SSL:\t\t\tNot in use"
694
#: ../client/drizzle.cc:4112
700
#: ../client/drizzle.cc:4119
703
"All updates ignored to this schema\n"
706
#: ../client/drizzle.cc:4122
708
msgid "Current pager:\t\t%s\n"
711
#: ../client/drizzle.cc:4123
713
msgid "Using outfile:\t\t'%s'\n"
716
#: ../client/drizzle.cc:4124
718
msgid "Using delimiter:\t%s\n"
721
#: ../client/drizzle.cc:4125
723
msgid "Server version:\t\t%s\n"
726
#: ../client/drizzle.cc:4126
728
msgid "Protocol:\t\t%s\n"
731
#: ../client/drizzle.cc:4127
733
msgid "Protocol version:\t%d\n"
736
#: ../client/drizzle.cc:4128
738
msgid "Connection:\t\t%s\n"
741
#: ../client/drizzle.cc:4135
743
msgid "UNIX socket:\t\t%s\n"
746
#: ../client/drizzle.cc:4137
748
msgid "TCP port:\t\t%d\n"
751
#: ../client/drizzle.cc:4142
754
"Note that you are running in safe_update_mode:\n"
757
#: ../client/drizzle.cc:4144
760
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
762
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
764
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
765
" Max number of examined row combination in a join is set to: %"
770
#: ../client/drizzle.cc:4206 ../drizzled/option.cc:339
618
#: client/drizzleadmin.cc:81 drizzled/drizzled.cc:3438
620
"Port number to use for connection or 0 for default to, in order of "
621
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
624
#: client/drizzleadmin.cc:86
625
msgid "Silently exit if one can't connect to server."
628
#: client/drizzleadmin.cc:92
629
msgid "Write more information."
632
#: client/drizzleadmin.cc:259
635
"connect to server at '%s' failed\n"
639
#: client/drizzleadmin.cc:265
641
msgid "Check that drizzled is running on %s"
644
#: client/drizzleadmin.cc:266
646
msgid " and that the port is %d.\n"
649
#: client/drizzleadmin.cc:268
651
msgid "You can check this by doing 'telnet %s %d'\n"
654
#: client/drizzleadmin.cc:279
656
msgid "Got error: %s\n"
659
#: client/drizzleadmin.cc:286
660
msgid "Waiting for Drizzle server to answer"
663
#: client/drizzleadmin.cc:319
665
msgid "shutting down drizzled...\n"
668
#: client/drizzleadmin.cc:323
670
msgid "shutdown failed; error: '%s'"
673
#: client/drizzleadmin.cc:330
678
#: client/drizzleadmin.cc:340
679
msgid "drizzled is alive"
682
#: client/drizzleadmin.cc:348
683
msgid "connection was down, but drizzled is now alive"
686
#: client/drizzleadmin.cc:352
688
msgid "drizzled doesn't answer to ping, error: '%s'"
691
#: client/drizzleadmin.cc:361
693
msgid "Unknown command: '%-.60s'"
696
#: client/drizzleadmin.cc:370
698
msgid "%s Ver %s Distrib %s, for %s on %s\n"
701
#: client/drizzleadmin.cc:377
702
msgid "Copyright (C) 2000-2008 MySQL AB"
705
#: client/drizzleadmin.cc:378
707
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
708
"and you are welcome to modify and redistribute it under the GPL license\n"
711
#: client/drizzleadmin.cc:379
712
msgid "Administration program for the drizzled daemon."
715
#: client/drizzleadmin.cc:380
717
msgid "Usage: %s [OPTIONS] command command....\n"
720
#: client/drizzleadmin.cc:382
722
" ping Check if server is down\n"
723
" shutdown Take server down\n"
726
#: libdrizzle/client.c:679
728
msgid "Unknown option to protocol: %s\n"
731
#: libdrizzle/client.c:1159
733
msgid "COLLATION %s is not valid for CHARACTER SET %s"
736
#: libdrizzle/errmsg.c:29
737
msgid "Unknown Drizzle error"
740
#: libdrizzle/errmsg.c:30
742
msgid "Can't create UNIX socket (%d)"
745
#: libdrizzle/errmsg.c:31
747
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
750
#: libdrizzle/errmsg.c:32
752
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
755
#: libdrizzle/errmsg.c:33
757
msgid "Can't create TCP/IP socket (%d)"
760
#: libdrizzle/errmsg.c:34
762
msgid "Unknown Drizzle server host '%-.100s' (%d)"
765
#: libdrizzle/errmsg.c:35
766
msgid "Drizzle server has gone away"
769
#: libdrizzle/errmsg.c:36
771
msgid "Protocol mismatch; server version = %d, client version = %d"
774
#: libdrizzle/errmsg.c:37
775
msgid "Drizzle client ran out of memory"
778
#: libdrizzle/errmsg.c:38
779
msgid "Wrong host info"
782
#: libdrizzle/errmsg.c:39
783
msgid "Localhost via UNIX socket"
786
#: libdrizzle/errmsg.c:40
788
msgid "%-.100s via TCP/IP"
791
#: libdrizzle/errmsg.c:41
792
msgid "Error in server handshake"
795
#: libdrizzle/errmsg.c:42
796
msgid "Lost connection to Drizzle server during query"
799
#: libdrizzle/errmsg.c:43
800
msgid "Commands out of sync; you can't run this command now"
803
#: libdrizzle/errmsg.c:44
805
msgid "Named pipe: %-.32s"
808
#: libdrizzle/errmsg.c:45
810
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
813
#: libdrizzle/errmsg.c:46
815
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
818
#: libdrizzle/errmsg.c:47
820
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
823
#: libdrizzle/errmsg.c:48
825
msgid "Can't initialize character set %-.32s (path: %-.100s)"
828
#: libdrizzle/errmsg.c:49
829
msgid "Got packet bigger than 'max_allowed_packet' bytes"
832
#: libdrizzle/errmsg.c:50
833
msgid "Embedded server"
836
#: libdrizzle/errmsg.c:51
837
msgid "Error on SHOW SLAVE STATUS:"
840
#: libdrizzle/errmsg.c:52
841
msgid "Error on SHOW SLAVE HOSTS:"
844
#: libdrizzle/errmsg.c:53
845
msgid "Error connecting to slave:"
848
#: libdrizzle/errmsg.c:54
849
msgid "Error connecting to master:"
852
#: libdrizzle/errmsg.c:55
853
msgid "SSL connection error"
856
#: libdrizzle/errmsg.c:56
857
msgid "Malformed packet"
860
#: libdrizzle/errmsg.c:57 libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69
861
#: libdrizzle/errmsg.c:70 libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72
862
#: libdrizzle/errmsg.c:73 libdrizzle/errmsg.c:74 libdrizzle/errmsg.c:75
863
#: libdrizzle/errmsg.c:76
864
msgid "(unused error message)"
867
#: libdrizzle/errmsg.c:58
868
msgid "Invalid use of null pointer"
871
#: libdrizzle/errmsg.c:59
872
msgid "Statement not prepared"
875
#: libdrizzle/errmsg.c:60
876
msgid "No data supplied for parameters in prepared statement"
879
#: libdrizzle/errmsg.c:61
880
msgid "Data truncated"
883
#: libdrizzle/errmsg.c:62
884
msgid "No parameters exist in the statement"
887
#: libdrizzle/errmsg.c:63
888
msgid "Invalid parameter number"
891
#: libdrizzle/errmsg.c:64
894
"Can't send long data for non-string/non-binary data types (parameter: %d)"
897
#: libdrizzle/errmsg.c:66
899
msgid "Using unsupported buffer type: %d (parameter: %d)"
902
#: libdrizzle/errmsg.c:67
904
msgid "Shared memory: %-.100s"
907
#: libdrizzle/errmsg.c:77
908
msgid "Wrong or unknown protocol"
911
#: libdrizzle/errmsg.c:78
912
msgid "Invalid connection handle"
915
#: libdrizzle/errmsg.c:79
917
"Connection using old (pre-4.1.1) authentication protocol refused (client "
918
"option 'secure_auth' enabled)"
921
#: libdrizzle/errmsg.c:81
922
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
925
#: libdrizzle/errmsg.c:82
926
msgid "Attempt to read column without prior row fetch"
929
#: libdrizzle/errmsg.c:83
930
msgid "Prepared statement contains no metadata"
933
#: libdrizzle/errmsg.c:84
935
"Attempt to read a row while there is no result set associated with the "
939
#: libdrizzle/errmsg.c:86
940
msgid "This feature is not implemented yet"
943
#: libdrizzle/errmsg.c:87
946
"Lost connection to Drizzle server while waiting for initial communication "
947
"packet, system error: %d"
950
#: libdrizzle/errmsg.c:89
953
"Lost connection to Drizzle server while reading initial communication "
954
"packet, system error: %d"
957
#: libdrizzle/errmsg.c:91
960
"Lost connection to Drizzle server while sending authentication information, "
964
#: libdrizzle/errmsg.c:93
967
"Lost connection to Drizzle server while reading authorization information, "
971
#: libdrizzle/errmsg.c:95
974
"Lost connection to Drizzle server while setting initial database, system "
978
#: libdrizzle/errmsg.c:97
980
msgid "Statement closed indirectly because of a preceeding %s() call"
983
#: libdrizzle/local_infile.c:184 mysys/errors.c:52
985
msgid "File '%s' not found (Errcode: %d)"
988
#: libdrizzle/local_infile.c:215 mysys/errors.c:26
990
msgid "Error reading file '%s' (Errcode: %d)"
995
msgid "Can't create/write to file '%s' (Errcode: %d)"
1000
msgid "Error writing file '%s' (Errcode: %d)"
1003
#: mysys/errors.c:28
1005
msgid "Error on close of '%s' (Errcode: %d)"
1008
#: mysys/errors.c:29
1010
msgid "Out of memory (Needed %u bytes)"
1013
#: mysys/errors.c:30
1015
msgid "Error on delete of '%s' (Errcode: %d)"
1018
#: mysys/errors.c:31
1020
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1023
#: mysys/errors.c:32
1025
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1028
#: mysys/errors.c:33
1030
msgid "Can't lock file (Errcode: %d)"
1033
#: mysys/errors.c:34
1035
msgid "Can't unlock file (Errcode: %d)"
1038
#: mysys/errors.c:35
1040
msgid "Can't read dir of '%s' (Errcode: %d)"
1043
#: mysys/errors.c:36
1045
msgid "Can't get stat of '%s' (Errcode: %d)"
1048
#: mysys/errors.c:37
1050
msgid "Can't change size of file (Errcode: %d)"
1053
#: mysys/errors.c:38
1055
msgid "Can't open stream from handle (Errcode: %d)"
1058
#: mysys/errors.c:39
1060
msgid "Can't get working dirctory (Errcode: %d)"
1063
#: mysys/errors.c:40
1065
msgid "Can't change dir to '%s' (Errcode: %d)"
1068
#: mysys/errors.c:41
1070
msgid "Warning: '%s' had %d links"
1073
#: mysys/errors.c:42
1075
msgid "Warning: %d files and %d streams is left open\n"
1078
#: mysys/errors.c:43
1080
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1083
#: mysys/errors.c:44
1085
msgid "Can't create directory '%s' (Errcode: %d)"
1088
#: mysys/errors.c:45
1091
"Character set '%s' is not a compiled character set and is not specified in "
1095
#: mysys/errors.c:46
1097
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1100
#: mysys/errors.c:47
1102
msgid "Can't read value for symlink '%s' (Error %d)"
1105
#: mysys/errors.c:48
1107
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1110
#: mysys/errors.c:49
1112
msgid "Error on realpath() on '%s' (Error %d)"
1115
#: mysys/errors.c:50
1117
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1120
#: mysys/errors.c:51
1123
"Collation '%s' is not a compiled collation and is not specified in the %s "
1127
#: mysys/errors.c:53
1129
msgid "File '%s' (fileno: %d) was not closed"
1132
#: mysys/my_error.c:86
1134
msgid "Unknown error %d"
1137
#: mysys/my_getopt.c:83
1141
#: mysys/my_getopt.c:85
1145
#: mysys/my_getopt.c:350
1147
msgid "%s: %s: Option '%s' used, but is disabled\n"
1150
#: mysys/my_getopt.c:351
1154
#: mysys/my_getopt.c:351
775
#: ../client/drizzle.cc:4249
777
msgid "ERROR %d (%s): "
780
#: ../client/drizzle.cc:4251
785
#: ../client/drizzle.cc:4254
789
#: ../client/drizzle.cc:4387
793
#: ../client/drizzle.cc:4389
797
#: ../client/drizzle.cc:4395
801
#: ../client/drizzle.cc:4401
805
#: ../client/drizzle.cc:4502
809
#: ../client/drizzle.cc:4622
811
msgid "Returning to default PROMPT of %s\n"
814
#: ../client/drizzle.cc:4627
815
msgid "Memory allocation error. Not changing prompt\n"
818
#: ../client/drizzle.cc:4632
820
msgid "PROMPT set to '%s'\n"
823
#: ../client/drizzledump.cc:229
824
msgid "Error inserting into destination database"
827
#: ../client/drizzledump.cc:253
829
msgid "Got errno %d on write"
832
#: ../client/drizzledump.cc:298
835
"%s: You can't use --single-transaction and --lock-all-tables at the same "
839
#: ../client/drizzledump.cc:305
841
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
844
#: ../client/drizzledump.cc:373
845
msgid "-- Retrieving database structures..."
848
#: ../client/drizzledump.cc:485
850
"Dump all the databases. This will be same as --databases with all databases "
854
#: ../client/drizzledump.cc:487
855
msgid "Dump all the tablespaces."
858
#: ../client/drizzledump.cc:489
859
msgid "Use complete insert statements."
862
#: ../client/drizzledump.cc:491
864
"Flush logs file in server before starting dump. Note that if you dump many "
865
"databases at once (using the option --databases= or --all-databases), the "
866
"logs will be flushed for each database dumped. The exception is when using --"
867
"lock-all-tables in this case the logs will be flushed only once, "
868
"corresponding to the moment all tables are locked. So if you want your dump "
869
"and the log flush to happen at the same exact moment you should use --lock-"
870
"all-tables or --flush-logs"
873
#: ../client/drizzledump.cc:493
875
msgid "Continue even if we get an sql-error."
876
msgstr "המשך גם אם נקבל הודעת שגיאה לגבי ה SQL"
878
#: ../client/drizzledump.cc:494
880
msgid "Display this help message and exit."
881
msgstr "הצג עזרה זו וצא."
883
#: ../client/drizzledump.cc:496
885
"Locks all tables across all databases. This is achieved by taking a global "
886
"read lock for the duration of the whole dump. Automatically turns --single-"
890
#: ../client/drizzledump.cc:498
892
"Creates a consistent snapshot by dumping all tables in a single transaction. "
893
"Works ONLY for tables stored in storage engines which support "
894
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
895
"be consistent for other storage engines. While a --single-transaction dump "
896
"is in process, to ensure a valid dump file (correct table contents), no "
897
"other connection should use the following statements: ALTER TABLE, DROP "
898
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
902
#: ../client/drizzledump.cc:500
904
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
905
"extended-insert and --disable-keys."
908
#: ../client/drizzledump.cc:501
909
msgid "Overrides option --databases (-B)."
912
#: ../client/drizzledump.cc:503
913
msgid "Number of rows before each output progress report (requires --verbose)."
916
#: ../client/drizzledump.cc:505
917
msgid "Print info about the various stages."
920
#: ../client/drizzledump.cc:507
921
msgid "Turn off Comments"
924
#: ../client/drizzledump.cc:508
925
msgid "Turn off create-options"
928
#: ../client/drizzledump.cc:509
929
msgid "Turn off extended-insert"
932
#: ../client/drizzledump.cc:510
933
msgid "Turn off dump date at the end of the output"
936
#: ../client/drizzledump.cc:511
937
msgid "Do not read from the configuration files"
940
#: ../client/drizzledump.cc:517
941
msgid "Add a 'DROP DATABASE' before each create."
944
#: ../client/drizzledump.cc:518
945
msgid "Do not add a 'drop table' before each create."
948
#: ../client/drizzledump.cc:520
950
"Give less verbose output (useful for debugging). Disables structure comments "
951
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
952
"set-names --skip-disable-keys"
955
#: ../client/drizzledump.cc:522
957
"To dump several databases. Note the difference in usage; In this case no "
958
"tables are given. All name arguments are regarded as databasenames. 'USE "
959
"db_name;' will be included in the output."
962
#: ../client/drizzledump.cc:524
964
"'ALTER TABLE tb_name DISABLE KEYS;' and 'ALTER TABLE tb_name ENABLE KEYS;' "
965
"will not be put in the output."
968
#: ../client/drizzledump.cc:526
970
"Do not dump the specified table. To specify more than one table to ignore, "
971
"use the directive multiple times, once for each table. Each table must be "
972
"specified with both database and table names, e.g. --ignore-table=database."
976
#: ../client/drizzledump.cc:528
977
msgid "Insert rows with INSERT IGNORE."
980
#: ../client/drizzledump.cc:530
981
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
984
#: ../client/drizzledump.cc:532
986
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
987
"above line will be added otherwise, if --databases or --all-databases option "
991
#: ../client/drizzledump.cc:534
992
msgid "No row information."
995
#: ../client/drizzledump.cc:536
996
msgid "Use REPLACE INTO instead of INSERT INTO."
999
#: ../client/drizzledump.cc:538
1000
msgid "Where to send output to (stdout|database"
1003
#: ../client/drizzledump.cc:540
1005
"Hostname for destination db server (requires --destination-type=database)"
1008
#: ../client/drizzledump.cc:542
1010
"Port number for destination db server (requires --destination-type=database)"
1013
#: ../client/drizzledump.cc:544
1015
"User name for destination db server (resquires --destination-type=database)"
1018
#: ../client/drizzledump.cc:546
1020
"Password for destination db server (requires --destination-type=database)"
1023
#: ../client/drizzledump.cc:548
1025
"The database in the destination db server (requires --destination-"
1026
"type=database, not for use with --all-databases)"
1029
#: ../client/drizzledump.cc:550
1031
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1035
#: ../client/drizzledump.cc:556
1036
msgid "Connect to host."
1039
#: ../client/drizzledump.cc:558
1041
"Password to use when connecting to server. If password is not given it's "
1042
"solicited on the tty."
1045
#: ../client/drizzledump.cc:560
1046
#: ../plugin/transaction_log/utilities/transaction_reader.cc:585
1047
msgid "Port number to use for connection."
1050
#: ../client/drizzledump.cc:567
1051
msgid "Hidden Options"
1054
#: ../client/drizzledump.cc:569
1055
msgid "Used to select the database"
1058
#: ../client/drizzledump.cc:570
1059
msgid "Used to select the tables"
1062
#: ../client/drizzledump.cc:573
1063
msgid "Allowed Options + Hidden Options"
1066
#: ../client/drizzledump.cc:637
1068
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1071
#: ../client/drizzledump.cc:642
1073
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1074
"and you are welcome to modify and redistribute it under the GPL license\n"
1077
#: ../client/drizzledump.cc:643
1078
msgid "Dumps definitions and data from a Drizzle database server"
1081
#: ../client/drizzledump.cc:644
1083
msgid "Usage: %s [OPTIONS] database [tables]\n"
1086
#: ../client/drizzledump.cc:645
1088
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1091
#: ../client/drizzledump.cc:647
1093
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1096
#: ../client/drizzledump.cc:688 ../client/drizzleimport.cc:484
1097
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5671
1099
msgid "Value supplied for port is not valid.\n"
1102
#: ../client/drizzledump.cc:743
1104
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1107
#: ../client/drizzledump_data.cc:268
1108
msgid "-- Retrieving data for "
1111
#: ../client/drizzledump_data.cc:300
1112
msgid " rows dumped for table "
1115
#: ../client/drizzledump_data.cc:547
1116
msgid "-- Connecting to "
1119
#: ../client/drizzledump_data.cc:547
1120
msgid " using protocol "
1123
#: ../client/drizzledump_data.cc:588 ../client/drizzledump_data.cc:594
1124
#: ../client/drizzledump_data.cc:625 ../client/drizzledump_data.cc:631
1125
msgid "Error executing query: "
1128
#: ../client/drizzledump_data.cc:602
1129
msgid "Could not buffer result: "
1132
#: ../client/drizzledump_data.cc:648
1133
msgid "Error: Could not set db '"
1136
#: ../client/drizzledump_data.cc:662 ../client/drizzledump_data.cc:667
1137
#: ../client/drizzledump_data.cc:673
1141
#: ../client/drizzledump_data.cc:682
1142
msgid "-- Disconnecting from "
1145
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1146
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1147
msgid "-- Retrieving table structures for "
1150
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1151
msgid "-- Retrieving fields for "
1154
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:270
1155
msgid "-- Retrieving indexes for "
1158
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:315
1159
msgid "-- Retrieving foreign keys for "
1162
#: ../client/drizzleslap.cc:2292
1164
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1167
#: ../client/drizzletest.cc:5412
1168
msgid "Error: Invalid Value for opt_max_connect_retries"
1171
#: ../client/drizzletest.cc:5422
1172
msgid "Error: Invalid Value for opt_tail_lines"
1175
#: ../client/drizzletest.cc:5432
1176
msgid "Error: Invalid Value for opt_sleep"
1179
#: ../client/drizzletest.cc:5623
1181
msgid "Could not open '%s' for reading: errno = %d"
1184
#: ../client/drizzletest.cc:5628
1186
msgid "Out of memory"
1189
#: ../drizzled/drizzled.cc:491
1158
#: mysys/my_getopt.c:454
1160
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1163
#: mysys/my_getopt.c:767
1165
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1168
#: mysys/my_getopt.c:948
1170
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1173
#: mysys/my_getopt.c:1170
1175
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1178
#: mysys/my_getopt.c:1190
1182
"Variables (--variable-name=value)\n"
1183
"and boolean options {false|true} Value (after reading options)\n"
1184
"--------------------------------- -----------------------------\n"
1187
#: mysys/my_getopt.c:1206 mysys/my_getopt.c:1222
1188
msgid "(No default value)"
1191
#: mysys/my_getopt.c:1225
1195
#: mysys/my_getopt.c:1225
1199
#: mysys/my_getopt.c:1250
1201
msgid "(Disabled)\n"
1204
#: mysys/my_handler_errors.h:10
1205
msgid "Didn't find key on read or update"
1208
#: mysys/my_handler_errors.h:12
1209
msgid "Duplicate key on write or update"
1212
#: mysys/my_handler_errors.h:14
1213
msgid "Internal (unspecified) error in handler"
1216
#: mysys/my_handler_errors.h:16
1218
"Someone has changed the row since it was read (while the table was locked to "
1222
#: mysys/my_handler_errors.h:18
1223
msgid "Wrong index given to function"
1226
#: mysys/my_handler_errors.h:20
1227
msgid "Undefined handler error 125"
1230
#: mysys/my_handler_errors.h:22
1231
msgid "Index file is crashed"
1234
#: mysys/my_handler_errors.h:24
1235
msgid "Record file is crashed"
1238
#: mysys/my_handler_errors.h:26
1239
msgid "Out of memory in engine"
1242
#: mysys/my_handler_errors.h:28
1243
msgid "Undefined handler error 129"
1246
#: mysys/my_handler_errors.h:30
1247
msgid "Incorrect file format"
1250
#: mysys/my_handler_errors.h:32
1251
msgid "Command not supported by database"
1254
#: mysys/my_handler_errors.h:34
1255
msgid "Old database file"
1258
#: mysys/my_handler_errors.h:36
1259
msgid "No record read before update"
1262
#: mysys/my_handler_errors.h:38
1263
msgid "Record was already deleted (or record file crashed)"
1266
#: mysys/my_handler_errors.h:40
1267
msgid "No more room in record file"
1270
#: mysys/my_handler_errors.h:42
1271
msgid "No more room in index file"
1274
#: mysys/my_handler_errors.h:44
1275
msgid "No more records (read after end of file)"
1278
#: mysys/my_handler_errors.h:46
1279
msgid "Unsupported extension used for table"
1282
#: mysys/my_handler_errors.h:48
1286
#: mysys/my_handler_errors.h:50
1287
msgid "Wrong create options"
1290
#: mysys/my_handler_errors.h:52
1291
msgid "Duplicate unique key or constraint on write or update"
1294
#: mysys/my_handler_errors.h:54
1295
msgid "Unknown character set used in table"
1298
#: mysys/my_handler_errors.h:56
1299
msgid "Conflicting table definitions in sub-tables of MERGE table"
1302
#: mysys/my_handler_errors.h:58
1303
msgid "Table is crashed and last repair failed"
1306
#: mysys/my_handler_errors.h:60
1307
msgid "Table was marked as crashed and should be repaired"
1310
#: mysys/my_handler_errors.h:62
1311
msgid "Lock timed out; Retry transaction"
1314
#: mysys/my_handler_errors.h:64
1315
msgid "Lock table is full; Restart program with a larger locktable"
1318
#: mysys/my_handler_errors.h:66
1319
msgid "Updates are not allowed under a read only transactions"
1322
#: mysys/my_handler_errors.h:68
1323
msgid "Lock deadlock; Retry transaction"
1326
#: mysys/my_handler_errors.h:70
1327
msgid "Foreign key constraint is incorrectly formed"
1330
#: mysys/my_handler_errors.h:72
1331
msgid "Cannot add a child row"
1334
#: mysys/my_handler_errors.h:74
1335
msgid "Cannot delete a parent row"
1338
#: mysys/my_handler_errors.h:76
1339
msgid "No savepoint with that name"
1342
#: mysys/my_handler_errors.h:78
1343
msgid "Non unique key block size"
1346
#: mysys/my_handler_errors.h:80
1347
msgid "The table does not exist in engine"
1350
#: mysys/my_handler_errors.h:82
1351
msgid "The table already existed in storage engine"
1354
#: mysys/my_handler_errors.h:84
1355
msgid "Could not connect to storage engine"
1358
#: mysys/my_handler_errors.h:86
1359
msgid "Unexpected null pointer found when using spatial index"
1362
#: mysys/my_handler_errors.h:88
1363
msgid "The table changed in storage engine"
1366
#: mysys/my_handler_errors.h:90
1367
msgid "There's no partition in table for the given value"
1370
#: mysys/my_handler_errors.h:92
1371
msgid "Row-based binlogging of row failed"
1374
#: mysys/my_handler_errors.h:94
1375
msgid "Index needed in foreign key constraint"
1378
#: mysys/my_handler_errors.h:96
1379
msgid "Upholding foreign key constraints would lead to a duplicate key error"
1382
#: mysys/my_handler_errors.h:98
1383
msgid "Table needs to be upgraded before it can be used"
1386
#: mysys/my_handler_errors.h:100
1387
msgid "Table is read only"
1390
#: mysys/my_handler_errors.h:102
1391
msgid "Failed to get next auto increment value"
1394
#: mysys/my_handler_errors.h:104
1395
msgid "Failed to set row auto increment value"
1398
#: mysys/my_handler_errors.h:106
1399
msgid "Unknown (generic) error from engine"
1402
#: mysys/my_handler_errors.h:108
1403
msgid "Record is the same"
1406
#: mysys/my_handler_errors.h:110
1407
msgid "It is not possible to log this statement"
1410
#: mysys/my_handler_errors.h:112
1411
msgid "Tablespace exists"
1414
#: mysys/my_handler_errors.h:114
1415
msgid "The event was corrupt, leading to illegal data being read"
1418
#: mysys/my_handler_errors.h:116
1419
msgid "The table is of a new format not supported by this version"
1422
#: mysys/my_handler_errors.h:118
1423
msgid "The event could not be processed no other hanlder error happened"
1426
#: mysys/my_handler_errors.h:120
1427
msgid "Got a fatal error during initialzaction of handler"
1430
#: mysys/my_handler_errors.h:122
1431
msgid "File to short; Expected more data in file"
1434
#: mysys/my_handler_errors.h:124
1435
msgid "Read page with wrong checksum"
1438
#: mysys/my_handler_errors.h:126
1439
msgid "Lock or active transaction"
1442
#: mysys/my_handler_errors.h:128
1443
msgid "No such table space"
1446
#: mysys/my_handler_errors.h:130
1447
msgid "Tablespace not empty"
1450
#: drizzled/authentication.cc:46 drizzled/handler.cc:362
1451
#: drizzled/sql_plugin.cc:790 drizzled/sql_show.cc:4655
1452
#: drizzled/sql_udf.cc:100
1454
msgid "Plugin '%s' init function returned error."
1457
#: drizzled/drizzled.cc:559
1459
msgid "Got error %d from pthread_cond_timedwait"
1462
#: drizzled/drizzled.cc:699 drizzled/drizzled.cc:1788
1463
msgid "Can't create thread to kill server"
1466
#: drizzled/drizzled.cc:766
1468
msgid "Got signal %d from thread %ld"
1471
#: drizzled/drizzled.cc:800
1190
1472
msgid "Aborting\n"
1193
#: ../drizzled/drizzled.cc:550
1475
#: drizzled/drizzled.cc:997
1194
1476
msgid "One can only use the --user switch if running as root\n"
1197
#: ../drizzled/drizzled.cc:557
1479
#: drizzled/drizzled.cc:1005
1199
1481
"Fatal error: Please read \"Security\" section of the manual to find out how "
1200
"to run drizzled as root!\n"
1482
"to run mysqld as root!\n"
1203
#: ../drizzled/drizzled.cc:577
1485
#: drizzled/drizzled.cc:1029
1206
1488
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1210
#: ../drizzled/drizzled.cc:602
1211
msgid "Set process group ID failed"
1214
#: ../drizzled/drizzled.cc:607
1215
msgid "Set process user ID failed"
1218
#: ../drizzled/drizzled.cc:619
1219
msgid "Process chroot failed"
1222
#: ../drizzled/drizzled.cc:739
1223
msgid "Error: Invalid Value for auto_increment_increment"
1226
#: ../drizzled/drizzled.cc:750
1227
msgid "Error: Invalid Value for auto_increment_offset"
1230
#: ../drizzled/drizzled.cc:761
1231
msgid "Error: Invalid Value for completion_type"
1234
#: ../drizzled/drizzled.cc:773
1235
msgid "Error: Invalid Value for div-precision-increment"
1238
#: ../drizzled/drizzled.cc:784
1239
msgid "Error: Invalid Value for group_concat_max_len"
1242
#: ../drizzled/drizzled.cc:795
1243
msgid "Error: Invalid Value for join_buffer_size"
1246
#: ../drizzled/drizzled.cc:807
1247
msgid "Error: Invalid Value for max_allowed_packet"
1250
#: ../drizzled/drizzled.cc:819
1251
msgid "Error: Invalid Value for max_error_count"
1254
#: ../drizzled/drizzled.cc:830
1255
msgid "Error: Invalid Value for max_heap_table_size"
1258
#: ../drizzled/drizzled.cc:842
1259
msgid "Error: Invalid Value for min_examined_row_limit"
1262
#: ../drizzled/drizzled.cc:853
1263
msgid "Error: Invalid Value for max_join_size"
1266
#: ../drizzled/drizzled.cc:864
1267
msgid "Error: Invalid Value for max_length_for_sort_data"
1270
#: ../drizzled/drizzled.cc:875
1271
msgid "Error: Invalid Value for max_seeks_for_key"
1274
#: ../drizzled/drizzled.cc:886
1275
msgid "Error: Invalid Value for max_sort_length"
1278
#: ../drizzled/drizzled.cc:897
1279
msgid "Error: Invalid Value for optimizer_search_depth"
1282
#: ../drizzled/drizzled.cc:908
1283
msgid "Error: Invalid Value for preload_buff_size"
1286
#: ../drizzled/drizzled.cc:919
1287
msgid "Error: Invalid Value for query_alloc_block_size"
1290
#: ../drizzled/drizzled.cc:931
1291
msgid "Error: Invalid Value for query_prealloc_size"
1294
#: ../drizzled/drizzled.cc:943
1295
msgid "Error: Invalid Value for range_alloc_block_size"
1298
#: ../drizzled/drizzled.cc:955
1299
msgid "Error: Invalid Value for read_buff_size"
1302
#: ../drizzled/drizzled.cc:967
1303
msgid "Error: Invalid Value for read_rnd_buff_size"
1306
#: ../drizzled/drizzled.cc:978
1307
msgid "Error: Invalid Value for sort_buff_size"
1310
#: ../drizzled/drizzled.cc:989
1311
msgid "Error: Invalid Value for table_def_size"
1314
#: ../drizzled/drizzled.cc:1000
1315
msgid "Error: Invalid Value for table_cache_size"
1318
#: ../drizzled/drizzled.cc:1011 ../drizzled/drizzled.cc:1027
1319
msgid "Error: Invalid Value for table_lock_wait_timeout"
1322
#: ../drizzled/drizzled.cc:1038
1324
"Error: Invalid Value for transaction_message_threshold valid values are "
1325
"between 131072 - 1048576 bytes"
1328
#: ../drizzled/drizzled.cc:1096
1330
msgid "Defaults file '%s' not found\n"
1333
#: ../drizzled/drizzled.cc:1138
1492
#: drizzled/drizzled.cc:1204
1494
msgid "Retrying bind on TCP/IP port %u"
1497
#: drizzled/drizzled.cc:1210
1498
msgid "Can't start server: Bind on TCP/IP port"
1501
#: drizzled/drizzled.cc:1211
1503
msgid "Do you already have another drizzled server running on port: %d ?"
1506
#: drizzled/drizzled.cc:1217
1507
msgid "Can't start server: listen() on TCP/IP port"
1510
#: drizzled/drizzled.cc:1218
1512
msgid "listen() on TCP/IP failed with error %d"
1515
#: drizzled/drizzled.cc:1436
1520
#: drizzled/drizzled.cc:1454
1523
"We will try our best to scrape up some info that will hopefully help "
1525
"the problem, but since we have already crashed, something is definitely "
1527
"and this may fail.\n"
1531
#: drizzled/drizzled.cc:1465
1534
"It is possible that mysqld could use up to \n"
1535
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1537
"Hope that's ok; if not, decrease some variables in the equation.\n"
1541
#: drizzled/drizzled.cc:1483
1544
"Attempting backtrace. You can use the following information to find out\n"
1545
"where mysqld died. If you see no messages after this, something went\n"
1546
"terribly wrong...\n"
1549
#: drizzled/drizzled.cc:1511
1552
"Trying to get some variables.\n"
1553
"Some pointers may be invalid and cause the dump to abort...\n"
1556
#: drizzled/drizzled.cc:1523
1560
"This crash occured while the server was calling initgroups(). This is\n"
1561
"often due to the use of a drizzled that is statically linked against glibc\n"
1562
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1563
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1564
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1565
"drizzled that is not statically linked.\n"
1568
#: drizzled/drizzled.cc:1538
1572
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1573
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1574
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1575
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1576
"the documentation for your distribution on how to do that.\n"
1579
#: drizzled/drizzled.cc:1551
1583
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1584
"unreliable and unstable on some operating systems and operating-system\n"
1585
"versions (notably, some versions of Linux). This crash could be due to use\n"
1586
"of those buggy OS calls. You should consider whether you really need the\n"
1587
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1591
#: drizzled/drizzled.cc:1566
1593
msgid "Writing a core file\n"
1596
#: drizzled/drizzled.cc:1613
1598
"setrlimit could not change the size of core files to 'infinity'; We may not "
1599
"be able to generate a core file on signals"
1602
#: drizzled/drizzled.cc:1681
1604
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1607
#: drizzled/drizzled.cc:1769
1609
msgid "Got signal %d to shutdown mysqld"
1612
#: drizzled/drizzled.cc:1815
1614
msgid "Got signal: %d error: %d"
1617
#: drizzled/drizzled.cc:1954
1619
msgid "Wrong date/time format specifier: %s\n"
1622
#: drizzled/drizzled.cc:2083
1335
1624
msgid "gethostname failed, using '%s' as hostname"
1338
#: ../drizzled/drizzled.cc:1152 ../drizzled/drizzled.cc:1739
1339
msgid "Display this help and exit."
1342
#: ../drizzled/drizzled.cc:1156
1343
msgid "Configuration file to use"
1346
#: ../drizzled/drizzled.cc:1158
1347
msgid "Base location for config files"
1350
#: ../drizzled/drizzled.cc:1160 ../drizzled/drizzled.cc:1927
1351
msgid "Directory for plugins."
1354
#: ../drizzled/drizzled.cc:1165 ../drizzled/drizzled.cc:1931
1356
"Optional comma separated list of plugins to load at startup in addition to "
1357
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1360
#: ../drizzled/drizzled.cc:1169 ../drizzled/drizzled.cc:1937
1362
"Optional comma separated list of plugins to not load at startup. Effectively "
1363
"removes a plugin from the list of plugins to be loaded. [for example: --"
1364
"plugin_remove=crc32,logger_gearman]"
1367
#: ../drizzled/drizzled.cc:1173 ../drizzled/drizzled.cc:1943
1369
"Optional comma separated list of plugins to load at starup instead of the "
1370
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1373
#: ../drizzled/drizzled.cc:1180 ../drizzled/drizzled.cc:1743
1627
#: drizzled/drizzled.cc:2147
1630
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1633
#: drizzled/drizzled.cc:2152
1636
"Could not increase number of max_open_files to more than %u (request: %u)"
1639
#: drizzled/drizzled.cc:2233
1641
msgid "Unknown locale: '%s'"
1644
#: drizzled/drizzled.cc:2253
1646
"Although a path was specified for the --log option, log tables are used. To "
1647
"enable logging to files use the --log-output option."
1650
#: drizzled/drizzled.cc:2260
1652
"Although a path was specified for the --log-slow-queries option, log tables "
1653
"are used. To enable logging to files use the --log-output=file option."
1656
#: drizzled/drizzled.cc:2328
1657
msgid "Can't create thread-keys"
1660
#: drizzled/drizzled.cc:2375
1661
msgid "Out of memory"
1664
#: drizzled/drizzled.cc:2382
1665
msgid "You need to use --log-bin to make --binlog-format work."
1668
#: drizzled/drizzled.cc:2404
1670
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1671
"impossible, it would lead to infinite loops in this server."
1674
#: drizzled/drizzled.cc:2424
1677
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1678
"replication may break when this Drizzle server acts as a master and has his "
1679
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1682
#: drizzled/drizzled.cc:2458
1683
msgid "Failed to initialize plugins."
1686
#: drizzled/drizzled.cc:2489
1689
"%s: Too many arguments (first extra is '%s').\n"
1690
"Use --verbose --help to get a list of available options\n"
1693
#: drizzled/drizzled.cc:2499
1694
msgid "Can't init databases"
1697
#: drizzled/drizzled.cc:2522
1699
msgid "Unknown/unsupported table type: %s"
1702
#: drizzled/drizzled.cc:2528
1704
msgid "Default storage engine (%s) is not available"
1707
#: drizzled/drizzled.cc:2551
1708
msgid "Can't initialize tc_log"
1711
#: drizzled/drizzled.cc:2582
1713
msgid "Failed to lock memory. Errno: %d\n"
1716
#: drizzled/drizzled.cc:2652
1718
msgid "Asked for %u thread stack, but got %llu"
1721
#: drizzled/drizzled.cc:2688
1723
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1724
"value: we force server id to 1; updates will be logged to the binary log, "
1725
"but connections from slaves will not be accepted."
1728
#: drizzled/drizzled.cc:2746
1729
msgid "Before Lock_thread_count"
1732
#: drizzled/drizzled.cc:2753
1733
msgid "After lock_thread_count"
1736
#: drizzled/drizzled.cc:2862
1738
msgid "drizzled: Got error %d from select"
1741
#: drizzled/drizzled.cc:3117 drizzled/drizzled.cc:3236
1742
#: drizzled/drizzled.cc:3406
1743
msgid "Option used by mysql-test for debugging and testing of replication."
1746
#: drizzled/drizzled.cc:3121
1374
1747
msgid "Auto-increment columns are incremented by this"
1377
#: ../drizzled/drizzled.cc:1182 ../drizzled/drizzled.cc:1748
1750
#: drizzled/drizzled.cc:3126
1379
1752
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1383
#: ../drizzled/drizzled.cc:1184 ../drizzled/drizzled.cc:1754
1756
#: drizzled/drizzled.cc:3132
1385
1758
"Path to installation directory. All paths are usually resolved relative to "
1389
#: ../drizzled/drizzled.cc:1187 ../drizzled/drizzled.cc:1759
1390
msgid "Chroot drizzled daemon during startup."
1393
#: ../drizzled/drizzled.cc:1189 ../drizzled/drizzled.cc:1763
1762
#: drizzled/drizzled.cc:3136
1763
msgid "IP address to bind to."
1766
#: drizzled/drizzled.cc:3140
1768
"Does not have any effect without '--log-bin'. Tell the master the form of "
1769
"binary logging to use: either 'row' for row-based binary logging, or "
1770
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1771
"statement-based binary logging except for those statements where only row-"
1772
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1773
"the UUID() function; for those, row-based binary logging is automatically "
1777
#: drizzled/drizzled.cc:3150
1779
"Tells the master it should log updates for the specified database, and "
1780
"exclude all others not explicitly mentioned."
1783
#: drizzled/drizzled.cc:3154
1785
"Tells the master that updates to the given database should not be logged "
1789
#: drizzled/drizzled.cc:3158
1791
"The maximum size of a row-based binary log event in bytes. Rows will be "
1792
"grouped into events smaller than this size if possible. The value has to be "
1793
"a multiple of 256."
1796
#: drizzled/drizzled.cc:3169
1797
msgid "Don't ignore client side character set value sent during handshake."
1800
#: drizzled/drizzled.cc:3174
1801
msgid "Set the filesystem character set."
1804
#: drizzled/drizzled.cc:3186
1805
msgid "Chroot mysqld daemon during startup."
1808
#: drizzled/drizzled.cc:3190
1394
1809
msgid "Set the default collation."
1397
#: ../drizzled/drizzled.cc:1191 ../drizzled/drizzled.cc:1767
1812
#: drizzled/drizzled.cc:3194
1398
1813
msgid "Default completion type."
1401
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1816
#: drizzled/drizzled.cc:3199
1817
msgid "Write error output on screen."
1820
#: drizzled/drizzled.cc:3203
1402
1821
msgid "Write core on errors."
1405
#: ../drizzled/drizzled.cc:1194 ../drizzled/drizzled.cc:1776
1824
#: drizzled/drizzled.cc:3207
1406
1825
msgid "Path to the database root."
1409
#: ../drizzled/drizzled.cc:1196
1410
msgid "Set the default storage engine for tables."
1413
#: ../drizzled/drizzled.cc:1198
1828
#: drizzled/drizzled.cc:3211
1830
"Set the default character set (deprecated option, use --character-set-server "
1834
#: drizzled/drizzled.cc:3216
1836
"Set the default collation (deprecated option, use --collation-server "
1840
#: drizzled/drizzled.cc:3221
1841
msgid "Set the default storage engine (table type) for tables."
1844
#: drizzled/drizzled.cc:3225
1414
1845
msgid "Set the default time zone."
1417
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1780
1848
#: drizzled/drizzled.cc:3229
1849
msgid "Type of DELAY_KEY_WRITE."
1852
#: drizzled/drizzled.cc:3232
1854
"Don't flush key buffers between writes for any MyISAM table (Deprecated "
1855
"option, use --delay-key-write=all instead)."
1858
#: drizzled/drizzled.cc:3242
1859
msgid "Print a symbolic stack trace on failure."
1862
#: drizzled/drizzled.cc:3248
1863
msgid "Push supported query conditions to the storage engine."
1866
#: drizzled/drizzled.cc:3254
1418
1867
msgid "Used for debugging; Use at your own risk!"
1421
#: ../drizzled/drizzled.cc:1202 ../drizzled/drizzled.cc:1785
1870
#: drizzled/drizzled.cc:3257
1871
msgid "Flush tables to disk between SQL commands."
1874
#: drizzled/drizzled.cc:3262
1422
1875
msgid "Set up signals usable for debugging"
1425
#: ../drizzled/drizzled.cc:1204
1878
#: drizzled/drizzled.cc:3266
1879
msgid "Enable general query log"
1882
#: drizzled/drizzled.cc:3270
1883
msgid "Command(s) that are executed for each new connection"
1886
#: drizzled/drizzled.cc:3274
1887
msgid "Read SQL commands from this file at startup."
1890
#: drizzled/drizzled.cc:3278
1891
msgid "Command(s) that are executed when a slave connects to this master"
1894
#: drizzled/drizzled.cc:3282
1898
#: drizzled/drizzled.cc:3286
1426
1899
msgid "Set the language used for the month names and the days of the week."
1429
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1789
1902
#: drizzled/drizzled.cc:3291
1903
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1906
#: drizzled/drizzled.cc:3296
1907
msgid "Log connections and queries to file."
1910
#: drizzled/drizzled.cc:3300
1912
"Log update queries in binary format. Optional argument is the location for "
1913
"the binary log files.(Strongly recommended to avoid replication problems if "
1914
"server's hostname changes)"
1917
#: drizzled/drizzled.cc:3307
1918
msgid "File that holds the names for last binary log files."
1921
#: drizzled/drizzled.cc:3315
1923
"If equal to 0 (the default), then when --log-bin is used, creation of a "
1924
"stored function (or trigger) is allowed only to users having the SUPER "
1925
"privilege and only if this stored function (trigger) may not break binary "
1926
"logging. Note that if ALL connections to this server ALWAYS use row-based "
1927
"binary logging, the security issues do not exist and the binary logging "
1928
"cannot break, so you can safely set this to 1."
1931
#: drizzled/drizzled.cc:3324
1932
msgid "Error log file."
1935
#: drizzled/drizzled.cc:3328
1936
msgid "Log all MyISAM changes to file."
1939
#: drizzled/drizzled.cc:3332
1941
"Log some extra information to update log. Please note that this option is "
1942
"deprecated; see --log-queries-not-using-indexes option."
1945
#: drizzled/drizzled.cc:3337
1947
"Syntax: log-output[=value[,value...]], where \"value\" could be TABLE, FILE "
1951
#: drizzled/drizzled.cc:3343
1953
"Log queries that are executed without benefit of any index to the slow log "
1957
#: drizzled/drizzled.cc:3349
1959
"Tells the slave to log the updates from the slave thread to the binary log. "
1960
"You will need to turn it on if you plan to daisy-chain the slaves."
1963
#: drizzled/drizzled.cc:3356
1965
"Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to the "
1966
"slow log if it is open."
1969
#: drizzled/drizzled.cc:3362
1971
"Log slow statements executed by slave thread to the slow log if it is open."
1974
#: drizzled/drizzled.cc:3368
1976
"Log slow queries to a table or log file. Defaults logging to table mysql."
1977
"slow_log or hostname-slow.log if --log-output=file is used. Must be enabled "
1978
"to activate other slow log options."
1981
#: drizzled/drizzled.cc:3374
1983
"Path to transaction coordinator log (used for transactions that affect more "
1984
"than one storage engine, when binary log is disabled)"
1987
#: drizzled/drizzled.cc:3380
1988
msgid "Size of transaction coordinator log."
1991
#: drizzled/drizzled.cc:3386
1430
1992
msgid "Log some not critical warnings to the log file."
1433
#: ../drizzled/drizzled.cc:1208 ../drizzled/drizzled.cc:1794
1434
msgid "Pid file used by drizzled."
1437
#: ../drizzled/drizzled.cc:1210
1438
msgid "Maximum time in seconds to wait for the port to become free. "
1441
#: ../drizzled/drizzled.cc:1212
1442
msgid "Include the SQL query in replicated protobuf messages."
1445
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1803
1995
#: drizzled/drizzled.cc:3391
1996
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1999
#: drizzled/drizzled.cc:3396
2001
"The location and name of the file that remembers the master and where the I/"
2002
"O replication thread is in the master's binlogs."
2005
#: drizzled/drizzled.cc:3401
2007
"The number of tries the slave will make to connect to the master before "
2011
#: drizzled/drizzled.cc:3410
2012
msgid "Lock mysqld in memory."
2015
#: drizzled/drizzled.cc:3414
2017
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
2018
"BACKUP, FORCE or QUICK."
2021
#: drizzled/drizzled.cc:3419
2022
msgid "Use very new possible 'unsafe' functions."
2025
#: drizzled/drizzled.cc:3424
2026
msgid "Use old, non-optimized alter table."
2029
#: drizzled/drizzled.cc:3429
2031
"Enable old-style user limits (before 5.0.3 user resources were counted per "
2032
"each user+host vs. per account)"
2035
#: drizzled/drizzled.cc:3434
2036
msgid "Pid file used by safe_mysqld."
2039
#: drizzled/drizzled.cc:3444
2041
"Maximum time in seconds to wait for the port to become free. (Default: no "
2045
#: drizzled/drizzled.cc:3449
2046
msgid "The location and name to use for relay logs."
2049
#: drizzled/drizzled.cc:3453
2051
"The location and name to use for the file that keeps a list of the last "
2055
#: drizzled/drizzled.cc:3458
2057
"The location and name of the file that remembers where the SQL replication "
2058
"thread is in the relay logs."
2061
#: drizzled/drizzled.cc:3463
2063
"Tells the slave thread to restrict replication to the specified database. To "
2064
"specify more than one database, use the directive multiple times, once for "
2065
"each database. Note that this will only work if you do not use cross-"
2066
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
2067
"having selected a different or no database. If you need cross database "
2068
"updates to work, use replicate-wild-do-table=db_name.%."
2071
#: drizzled/drizzled.cc:3472
2073
"Tells the slave thread to restrict replication to the specified table. To "
2074
"specify more than one table, use the directive multiple times, once for each "
2075
"table. This will work for cross-database updates, in contrast to replicate-"
2079
#: drizzled/drizzled.cc:3478
2081
"Tells the slave thread to not replicate to the specified database. To "
2082
"specify more than one database to ignore, use the directive multiple times, "
2083
"once for each database. This option will not work if you use cross database "
2084
"updates. If you need cross database updates to work, use replicate-wild-"
2085
"ignore-table=db_name.%. "
2088
#: drizzled/drizzled.cc:3485
2090
"Tells the slave thread to not replicate to the specified table. To specify "
2091
"more than one table to ignore, use the directive multiple times, once for "
2092
"each table. This will work for cross-datbase updates, in contrast to "
2093
"replicate-ignore-db."
2096
#: drizzled/drizzled.cc:3491
2098
"Updates to a database with a different name than the original. Example: "
2099
"replicate-rewrite-db=master_db_name->slave_db_name."
2102
#: drizzled/drizzled.cc:3495
2104
"In replication, if set to 1, do not skip events having our server id. "
2105
"Default value is 0 (to break infinite loops in circular replication). Can't "
2106
"be set to 1 if --log-slave-updates is used."
2109
#: drizzled/drizzled.cc:3502
2111
"Tells the slave thread to restrict replication to the tables that match the "
2112
"specified wildcard pattern. To specify more than one table, use the "
2113
"directive multiple times, once for each table. This will work for cross-"
2114
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
2115
"only updates to tables in all databases that start with foo and whose table "
2116
"names start with bar."
2119
#: drizzled/drizzled.cc:3510
2121
"Tells the slave thread to not replicate to the tables that match the given "
2122
"wildcard pattern. To specify more than one table to ignore, use the "
2123
"directive multiple times, once for each table. This will work for cross-"
2124
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
2125
"updates to tables in databases that start with foo and whose table names "
2129
#: drizzled/drizzled.cc:3519
2131
"Hostname or IP of the slave to be reported to to the master during slave "
2132
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
2133
"you do not want the slave to register itself with the master. Note that it "
2134
"is not sufficient for the master to simply read the IP of the slave off the "
2135
"socket once the slave connects. Due to NAT and other routing issues, that IP "
2136
"may not be valid for connecting to the slave from the master or other hosts."
2139
#: drizzled/drizzled.cc:3532
2141
"Port for connecting to slave reported to the master during slave "
2142
"registration. Set it only if the slave is listening on a non-default port or "
2143
"if you have a special tunnel from the master or other clients to the slave. "
2144
"If not sure, leave this option unset."
2147
#: drizzled/drizzled.cc:3539
2148
msgid "Skip some optimize stages (for testing)."
2151
#: drizzled/drizzled.cc:3542
1447
2153
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1448
2154
"specified directory"
1451
#: ../drizzled/drizzled.cc:1217 ../drizzled/drizzled.cc:1808
2157
#: drizzled/drizzled.cc:3547
1453
2159
"Uniquely identifies the server instance in the community of replication "
1457
#: ../drizzled/drizzled.cc:1220 ../drizzled/drizzled.cc:1813
2163
#: drizzled/drizzled.cc:3552
2165
"Change the value of a variable. Please note that this option is deprecated;"
2166
"you can set variables directly with --variable-name=value."
2169
#: drizzled/drizzled.cc:3556
2170
msgid "Don't use new, possible wrong routines."
2173
#: drizzled/drizzled.cc:3559
2174
msgid "If set, slave is not autostarted."
2177
#: drizzled/drizzled.cc:3563
1458
2178
msgid "Don't print a stack trace on failure."
1461
#: ../drizzled/drizzled.cc:1222 ../drizzled/drizzled.cc:1817
2181
#: drizzled/drizzled.cc:3567
2183
"Don't allow symlinking of tables. Deprecated option. Use --skip-symbolic-"
2187
#: drizzled/drizzled.cc:3571
2188
msgid "Don't give threads different priorities."
2191
#: drizzled/drizzled.cc:3575
2193
"The location where the slave should put its temporary files when replicating "
2194
"a LOAD DATA INFILE command."
2197
#: drizzled/drizzled.cc:3580
2199
"Tells the slave thread to continue replication when a query event returns an "
2200
"error from the provided list."
2203
#: drizzled/drizzled.cc:3584
2205
"Modes for how replication events should be executed. Legal values are "
2206
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
2207
"stop for operations that are idempotent. In STRICT mode, replication will "
2208
"stop on any unexpected difference between the master and the slave."
2211
#: drizzled/drizzled.cc:3592
2212
msgid "Enable|disable slow query log"
2215
#: drizzled/drizzled.cc:3596
2219
#: drizzled/drizzled.cc:3599
1462
2220
msgid "Enable symbolic link support."
1465
#: ../drizzled/drizzled.cc:1224 ../drizzled/drizzled.cc:1826
2223
#: drizzled/drizzled.cc:3608
2225
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
2228
#: drizzled/drizzled.cc:3613
2230
"Decision to use in heuristic recover process. Possible values are COMMIT or "
2234
#: drizzled/drizzled.cc:3618
2236
"Using this option will cause most temporary files created to use a small set "
2237
"of names, rather than a unique name for each new file."
2240
#: drizzled/drizzled.cc:3623
1467
2242
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1470
#: ../drizzled/drizzled.cc:1227
1471
msgid "Path for temporary files."
2245
#: drizzled/drizzled.cc:3628
2247
"Path for temporary files. Several paths may be specified, separated by a "
2248
"colon (:), in this case they are used in a round-robin fashion."
1474
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1831
2251
#: drizzled/drizzled.cc:3634
1475
2252
msgid "Default transaction isolation level."
1478
#: ../drizzled/drizzled.cc:1231
1480
"Max message size written to transaction log, valid values 131072 - 1048576 "
1484
#: ../drizzled/drizzled.cc:1233 ../drizzled/drizzled.cc:1835
1485
msgid "Run drizzled daemon as user."
1488
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1839
1490
"The number of outstanding connection requests Drizzle can have. This comes "
1491
"into play when the main Drizzle thread gets very many connection requests in "
1492
"a very short time."
1495
#: ../drizzled/drizzled.cc:1242 ../drizzled/drizzled.cc:1845
1497
"Size of tree cache used in bulk insert optimization. Note that this is a "
2255
#: drizzled/drizzled.cc:3638
2257
"Enable symbolic link support. Deprecated option; use --symbolic-links "
2261
#: drizzled/drizzled.cc:3643
2262
msgid "Run mysqld daemon as user."
2265
#: drizzled/drizzled.cc:3651
2266
msgid "Deprecated; use --log-warnings instead."
2269
#: drizzled/drizzled.cc:3656
2271
"The number of outstanding connection requests MySQL can have. This comes "
2272
"into play when the main MySQL thread gets very many connection requests in a "
2276
#: drizzled/drizzled.cc:3662
2278
"The size of the cache to hold the SQL statements for the binary log during a "
2279
"transaction. If you often use big, multi-statement transactions you can "
2280
"increase this to get more performance."
2283
#: drizzled/drizzled.cc:3668
2285
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1498
2286
"limit per thread!"
1501
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1851
2289
#: drizzled/drizzled.cc:3674
2291
"The number of seconds the mysqld server is waiting for a connect packet "
2292
"before responding with 'Bad handshake'."
2295
#: drizzled/drizzled.cc:3679
2296
msgid "The DATE format (For future)."
2299
#: drizzled/drizzled.cc:3684
2300
msgid "The DATETIME/TIMESTAMP format (for future)."
2303
#: drizzled/drizzled.cc:3689
2304
msgid "The default week format used by WEEK() functions."
2307
#: drizzled/drizzled.cc:3694
1503
2309
"Precision of the result of '/' operator will be increased on that value."
1506
#: ../drizzled/drizzled.cc:1248
2312
#: drizzled/drizzled.cc:3700
2314
"If non-zero, binary logs will be purged after expire_logs_days days; "
2315
"possible purges happen at startup and at binary log rotation."
2318
#: drizzled/drizzled.cc:3706
1507
2319
msgid "The maximum length of the result of function group_concat."
1510
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1857
2322
#: drizzled/drizzled.cc:3711
2324
"The number of seconds the server waits for activity on an interactive "
2325
"connection before closing it."
2328
#: drizzled/drizzled.cc:3717
1511
2329
msgid "The size of the buffer that is used for full joins."
1514
#: ../drizzled/drizzled.cc:1253
1516
"A global cap on the amount of memory that can be allocated by session join "
1517
"buffers (0 means unlimited)"
1520
#: ../drizzled/drizzled.cc:1255 ../drizzled/drizzled.cc:1863
2332
#: drizzled/drizzled.cc:3723
2333
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2336
#: drizzled/drizzled.cc:3728
2338
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2339
"this to get better index handling (for all reads and multiple writes) to as "
2340
"much as you can afford;"
2343
#: drizzled/drizzled.cc:3737
2345
"This characterizes the number of hits a hot block has to be untouched until "
2346
"it is considered aged enough to be downgraded to a warm block. This "
2347
"specifies the percentage ratio of that number of hits to the total number of "
2348
"blocks in key cache"
2351
#: drizzled/drizzled.cc:3746
2352
msgid "The default size of key cache blocks"
2355
#: drizzled/drizzled.cc:3752
2356
msgid "The minimum percentage of warm blocks in key cache"
2359
#: drizzled/drizzled.cc:3758
2361
"Log all queries that have taken more than long_query_time seconds to execute "
2362
"to file. The argument will be treated as a decimal value with microsecond "
2366
#: drizzled/drizzled.cc:3764
1521
2367
msgid "Max packetlength to send/receive from to server."
1524
#: ../drizzled/drizzled.cc:1257
2370
#: drizzled/drizzled.cc:3769
2372
"Can be used to restrict the total size used to cache a multi-transaction "
2376
#: drizzled/drizzled.cc:3774
2378
"Binary log will be rotated automatically when the size exceeds this value. "
2379
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2380
"for this variable is 4096."
2383
#: drizzled/drizzled.cc:3780
2385
"If there is more than this number of interrupted connections from a host "
2386
"this host will be blocked from further connections."
2389
#: drizzled/drizzled.cc:3787
2390
msgid "The number of simultaneous clients allowed."
2393
#: drizzled/drizzled.cc:3792
1525
2394
msgid "Max number of errors/warnings to store for a statement."
1528
#: ../drizzled/drizzled.cc:1259 ../drizzled/drizzled.cc:1868
2397
#: drizzled/drizzled.cc:3797
1529
2398
msgid "Don't allow creation of heap tables bigger than this."
1532
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1874
2401
#: drizzled/drizzled.cc:3803
1534
2403
"Joins that are probably going to read more than max_join_size records return "
1538
#: ../drizzled/drizzled.cc:1264 ../drizzled/drizzled.cc:1880
2407
#: drizzled/drizzled.cc:3809
1539
2408
msgid "Max number of bytes in sorted records."
1542
#: ../drizzled/drizzled.cc:1266 ../drizzled/drizzled.cc:1885
2411
#: drizzled/drizzled.cc:3814
2413
"If non-zero: relay log will be rotated automatically when the size exceeds "
2414
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2415
"excepted, the minimum value for this variable is 4096."
2418
#: drizzled/drizzled.cc:3821
1543
2419
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1546
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1890
2422
#: drizzled/drizzled.cc:3826
1548
2424
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1549
2425
"max_sort_length bytes of each value are used; the rest are ignored)."
1552
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1897
2428
#: drizzled/drizzled.cc:3833
2429
msgid "Maximum number of temporary tables a client can keep open at a time."
2432
#: drizzled/drizzled.cc:3838
1553
2433
msgid "After this many write locks, allow some read locks to run in between."
1556
#: ../drizzled/drizzled.cc:1274 ../drizzled/drizzled.cc:1901
2436
#: drizzled/drizzled.cc:3842
1558
2438
"Don't log queries which examine less than min_examined_row_limit rows to "
1562
#: ../drizzled/drizzled.cc:1277
1564
"Do not apply any heuristic(s) during query optimization to prune, thus "
1565
"perform an exhaustive search from the optimizer search space."
1568
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1915
2442
#: drizzled/drizzled.cc:3848
2443
msgid "Block size to be used for MyISAM index pages."
2446
#: drizzled/drizzled.cc:3854
2447
msgid "Default pointer size to be used for MyISAM tables."
2450
#: drizzled/drizzled.cc:3859
2451
msgid "(Deprecated option)"
2454
#: drizzled/drizzled.cc:3865
2456
"Don't use the fast sort index method to created index if the temporary file "
2457
"would get bigger than this."
2460
#: drizzled/drizzled.cc:3872
2462
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2463
"disables parallel repair."
2466
#: drizzled/drizzled.cc:3878
2468
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2469
"when creating indexes with CREATE INDEX or ALTER TABLE."
2472
#: drizzled/drizzled.cc:3884
2474
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2475
"Possible values of name are 'nulls_unequal' (default behavior), "
2476
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2479
#: drizzled/drizzled.cc:3891
2480
msgid "Buffer length for TCP/IP and socket communication."
2483
#: drizzled/drizzled.cc:3896
2485
"Number of seconds to wait for more data from a connection before aborting "
2489
#: drizzled/drizzled.cc:3902
2491
"If a read on a communication port is interrupted, retry this many times "
2495
#: drizzled/drizzled.cc:3908
2497
"Number of seconds to wait for a block to be written to a connection before "
2498
"aborting the write."
2501
#: drizzled/drizzled.cc:3914
2502
msgid "Use compatible behavior."
2505
#: drizzled/drizzled.cc:3919
2507
"If this is not 0, then mysqld will use this value to reserve file "
2508
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2509
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2510
"larger) number of files."
2513
#: drizzled/drizzled.cc:3926
2515
"Controls the heuristic(s) applied during query optimization to prune less-"
2516
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2517
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2518
"on number of retrieved rows."
2521
#: drizzled/drizzled.cc:3934
1570
2523
"Maximum depth of search performed by the query optimizer. Values larger than "
1571
2524
"the number of relations in a query result in better query plans, but take "
1576
2529
"(used for testing/comparison)."
1579
#: ../drizzled/drizzled.cc:1289 ../drizzled/drizzled.cc:1949
2532
#: drizzled/drizzled.cc:3946
2533
msgid "Directory for plugins."
2536
#: drizzled/drizzled.cc:3950
2538
"Optional comma separated list of plugins to load, where each plugin is "
2539
"identified by the name of the shared library. [for example: --"
2540
"plugin_load=libmd5udf.so]"
2543
#: drizzled/drizzled.cc:3956
1580
2544
msgid "The size of the buffer that is allocated when preloading indexes"
1583
#: ../drizzled/drizzled.cc:1292 ../drizzled/drizzled.cc:1954
2547
#: drizzled/drizzled.cc:3961
1584
2548
msgid "Allocation block size for query parsing and execution"
1587
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1959
2551
#: drizzled/drizzled.cc:3966
1588
2552
msgid "Persistent buffer for query parsing and execution"
1591
#: ../drizzled/drizzled.cc:1298 ../drizzled/drizzled.cc:1965
2555
#: drizzled/drizzled.cc:3972
1592
2556
msgid "Allocation block size for storing ranges during optimization"
1595
#: ../drizzled/drizzled.cc:1301 ../drizzled/drizzled.cc:1971
2559
#: drizzled/drizzled.cc:3978
1597
2561
"Each thread that does a sequential scan allocates a buffer of this size for "
1598
2562
"each table it scans. If you do many sequential scans, you may want to "
1599
2563
"increase this value."
1602
#: ../drizzled/drizzled.cc:1306
1603
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
2566
#: drizzled/drizzled.cc:3986
2568
"Make all non-temporary tables read-only, with the exception for replication "
2569
"(slave) threads and users with the SUPER privilege"
1606
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1979
2572
#: drizzled/drizzled.cc:3992
1608
2574
"When reading rows in sorted order after a sort, the rows are read through "
1609
2575
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1610
2576
"record_buffer."
1613
#: ../drizzled/drizzled.cc:1314
1614
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1617
#: ../drizzled/drizzled.cc:1316
1618
msgid "Select scheduler to be used (by default multi-thread)."
1621
#: ../drizzled/drizzled.cc:1319 ../drizzled/drizzled.cc:1988
2579
#: drizzled/drizzled.cc:4006
2581
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2585
#: drizzled/drizzled.cc:4012
2586
msgid "Maximum space to use for all relay logs."
2589
#: drizzled/drizzled.cc:4017
2590
msgid "Use compression on master/slave protocol."
2593
#: drizzled/drizzled.cc:4022
2595
"Number of seconds to wait for more data from a master/slave connection "
2596
"before aborting the read."
2599
#: drizzled/drizzled.cc:4027
2601
"Number of times the slave SQL thread will retry a transaction in case it "
2602
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2606
#: drizzled/drizzled.cc:4033
2607
msgid "Allow slave to batch requests."
2610
#: drizzled/drizzled.cc:4037
2612
"If creating the thread takes longer than this value (in seconds), the "
2613
"Slow_launch_threads counter will be incremented."
2616
#: drizzled/drizzled.cc:4042
1622
2617
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1625
#: ../drizzled/drizzled.cc:1322
2620
#: drizzled/drizzled.cc:4048
1627
"A global cap on the amount of memory that can be allocated by session sort "
1628
"buffers (0 means unlimited)"
1631
#: ../drizzled/drizzled.cc:1324 ../drizzled/drizzled.cc:1994
2622
"Synchronously flush binary log to disk after every #th event. Use 0 "
2623
"(default) to disable synchronous flushing."
2626
#: drizzled/drizzled.cc:4053
2627
msgid "Deprecated; use --table_open_cache instead."
2630
#: drizzled/drizzled.cc:4057
1632
2631
msgid "The number of cached table definitions."
1635
#: ../drizzled/drizzled.cc:1326 ../drizzled/drizzled.cc:1998
2634
#: drizzled/drizzled.cc:4061
1636
2635
msgid "The number of cached open tables."
1639
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2002
2638
#: drizzled/drizzled.cc:4065
1641
2640
"Timeout in seconds to wait for a table level lock before returning an error. "
1642
2641
"Used only if the connection has active cursors."
1645
#: ../drizzled/drizzled.cc:1331 ../drizzled/drizzled.cc:2007
2644
#: drizzled/drizzled.cc:4070
2645
msgid "How many threads we should keep in a cache for reuse."
2648
#: drizzled/drizzled.cc:4074
2650
"How many threads we should create to handle query requests in case of "
2651
"'thread_handling=pool-of-threads'"
2654
#: drizzled/drizzled.cc:4079
1646
2655
msgid "The stack size for each thread."
1649
#: ../drizzled/drizzled.cc:1334 ../drizzled/drizzled.cc:2013
2658
#: drizzled/drizzled.cc:4085
2659
msgid "The TIME format (for future)."
2662
#: drizzled/drizzled.cc:4090
1651
"If an internal in-memory temporary table exceeds this size, Drizzle will "
2664
"If an internal in-memory temporary table exceeds this size, MySQL will "
1652
2665
"automatically convert it to an on-disk MyISAM table."
1655
#: ../drizzled/drizzled.cc:1357
1656
msgid "Duplicate entry for command line option\n"
1659
#: ../drizzled/drizzled.cc:1404 ../drizzled/drizzled.cc:1422
1660
#: ../drizzled/drizzled.cc:1456 ../drizzled/drizzled.cc:1464
1661
#: ../drizzled/drizzled.cc:1484
1665
"Use --help to get a list of available options\n"
1668
#: ../drizzled/drizzled.cc:1434
1669
msgid "Failed to initialize plugins\n"
1672
#: ../drizzled/drizzled.cc:1472
1676
"Use --help to get a list of available options\n"
1679
#: ../drizzled/drizzled.cc:1521
1680
msgid "Error getting default charset"
1683
#: ../drizzled/drizzled.cc:1551
1684
msgid "Error setting collation"
1687
#: ../drizzled/drizzled.cc:1559
1689
msgid "Unknown locale: '%s'"
1692
#: ../drizzled/drizzled.cc:1579
1693
msgid "Could not initialize table cache\n"
1696
#: ../drizzled/drizzled.cc:1594
1697
msgid "XA cache initialization failed: Out of memory\n"
1700
#: ../drizzled/drizzled.cc:1624
1701
msgid "No scheduler found, cannot continue!\n"
1704
#: ../drizzled/drizzled.cc:1648
1706
msgid "Unknown/unsupported storage engine: %s\n"
1709
#: ../drizzled/drizzled.cc:1798
1711
"Maximum time in seconds to wait for the port to become free. (Default: no "
1715
#: ../drizzled/drizzled.cc:1907
1717
"Controls the heuristic(s) applied during query optimization to prune less-"
1718
"promising partial plans from the optimizer search space. Meaning: false - do "
1719
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1720
"based on number of retrieved rows."
1723
#: ../drizzled/drizzled.cc:2039
1725
"Copyright (C) 2008 Sun Microsystems\n"
2668
#: drizzled/drizzled.cc:4096
2669
msgid "Allocation block size for transactions to be stored in binary log"
2672
#: drizzled/drizzled.cc:4101
2673
msgid "Persistent buffer for transactions to be stored in binary log"
2676
#: drizzled/drizzled.cc:4106
2678
"The number of seconds the server waits for activity on a connection before "
2682
#: drizzled/drizzled.cc:4354
2684
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
1726
2685
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1727
2686
"and you are welcome to modify and redistribute it under the GPL license\n"
2688
"Starts the Drizzle database server\n"
1731
#: ../drizzled/drizzled.cc:2046
2691
#: drizzled/drizzled.cc:4361
1733
2693
msgid "Usage: %s [OPTIONS]\n"
1736
#: ../drizzled/drizzled.cc:2167
2696
#: drizzled/drizzled.cc:4372
2699
"To see what values a running Drizzle server is using, type\n"
2700
"'drizzleadmin variables' instead of 'drizzled --help'."
2703
#: drizzled/drizzled.cc:4556
1739
2706
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1740
2707
"command line\n"
1743
#: ../drizzled/drizzled.cc:2184
1744
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1747
#: ../drizzled/drizzled.cc:2197
1748
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1751
#: ../drizzled/drizzled.cc:2210
1752
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1755
#: ../drizzled/drizzled.cc:2223
1756
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1759
#: ../drizzled/drizzled.cc:2338
1762
"There was an error creating the '%s' part of the path '%s'. Please check "
1763
"the path exists and is writable.\n"
1766
#: ../drizzled/drizzled.cc:2345
1769
"There was an error opening the path '%s', please check the path exists and "
1773
#: ../drizzled/error.cc:133
1775
msgid "Unknown error %d"
1778
#: ../drizzled/error.cc:207
1782
#: ../drizzled/error.cc:208
1783
msgid "Error on first"
1786
#: ../drizzled/error.cc:209
2710
#: drizzled/drizzled.cc:4608
2712
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2715
#: drizzled/drizzled.cc:4617
2717
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2720
#: drizzled/drizzled.cc:4627
2722
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2725
#: drizzled/drizzled.cc:4656 drizzled/drizzled.cc:4665
2727
msgid "Could not add do table rule '%s'!\n"
2730
#: drizzled/drizzled.cc:4674 drizzled/drizzled.cc:4683
2732
msgid "Could not add ignore table rule '%s'!\n"
2735
#: drizzled/drizzled.cc:4727
2736
msgid "Can't start server: cannot resolve hostname!"
2739
#: drizzled/drizzled.cc:4733
2740
msgid "Can't start server: bind-address refers to multiple interfaces!"
2743
#: drizzled/drizzled.cc:4908
2745
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2746
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2749
#: drizzled/drizzled.cc:5093
2751
msgid "No option given to %s\n"
2754
#: drizzled/drizzled.cc:5095
2756
msgid "Wrong option to %s. Option(s) given: %s\n"
2759
#: drizzled/drizzled.cc:5097
2761
msgid "Alternatives are: '%s'"
2764
#: drizzled/drizzled_error_messages.h:32
2768
#: drizzled/drizzled_error_messages.h:34
2772
#: drizzled/drizzled_error_messages.h:36
1790
#: ../drizzled/error.cc:210
2776
#: drizzled/drizzled_error_messages.h:38
1794
#: ../drizzled/error.cc:211
2780
#: drizzled/drizzled_error_messages.h:40
1796
2782
msgid "Can't create file '%-.200s' (errno: %d)"
1799
#: ../drizzled/error.cc:212
2785
#: drizzled/drizzled_error_messages.h:42
1801
2787
msgid "Can't create table '%-.200s' (errno: %d)"
1804
#: ../drizzled/error.cc:213
1806
msgid "Can't create schema '%-.192s' (errno: %d)"
1809
#: ../drizzled/error.cc:214
1811
msgid "Can't create schema '%-.192s'; schema exists"
1814
#: ../drizzled/error.cc:215
1816
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1819
#: ../drizzled/error.cc:216
2790
#: drizzled/drizzled_error_messages.h:44
2792
msgid "Can't create database '%-.192s' (errno: %d)"
2795
#: drizzled/drizzled_error_messages.h:46
2797
msgid "Can't create database '%-.192s'; database exists"
2800
#: drizzled/drizzled_error_messages.h:48
2802
msgid "Can't drop database '%-.192s'; database doesn't exist"
2805
#: drizzled/drizzled_error_messages.h:50
2807
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2810
#: drizzled/drizzled_error_messages.h:52
2812
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2815
#: drizzled/drizzled_error_messages.h:54
1821
2817
msgid "Error on delete of '%-.192s' (errno: %d)"
1824
#: ../drizzled/error.cc:217
2820
#: drizzled/drizzled_error_messages.h:56
2821
msgid "Can't read record in system table"
2824
#: drizzled/drizzled_error_messages.h:58
1826
2826
msgid "Can't get status of '%-.200s' (errno: %d)"
1829
#: ../drizzled/error.cc:218
2829
#: drizzled/drizzled_error_messages.h:60
2831
msgid "Can't get working directory (errno: %d)"
2834
#: drizzled/drizzled_error_messages.h:62
1831
2836
msgid "Can't lock file (errno: %d)"
1834
#: ../drizzled/error.cc:219
2839
#: drizzled/drizzled_error_messages.h:64
1836
2841
msgid "Can't open file: '%-.200s' (errno: %d)"
1839
#: ../drizzled/error.cc:220
2844
#: drizzled/drizzled_error_messages.h:66
1841
2846
msgid "Can't find file: '%-.200s' (errno: %d)"
1844
#: ../drizzled/error.cc:221
2849
#: drizzled/drizzled_error_messages.h:68
1846
2851
msgid "Can't read dir of '%-.192s' (errno: %d)"
1849
#: ../drizzled/error.cc:222
2854
#: drizzled/drizzled_error_messages.h:70
2856
msgid "Can't change dir to '%-.192s' (errno: %d)"
2859
#: drizzled/drizzled_error_messages.h:72
1851
2861
msgid "Record has changed since last read in table '%-.192s'"
1854
#: ../drizzled/error.cc:223
2864
#: drizzled/drizzled_error_messages.h:74
1856
2866
msgid "Disk full (%s); waiting for someone to free some space..."
1859
#: ../drizzled/error.cc:224
2869
#: drizzled/drizzled_error_messages.h:76
1861
2871
msgid "Can't write; duplicate key in table '%-.192s'"
1864
#: ../drizzled/error.cc:225
2874
#: drizzled/drizzled_error_messages.h:78
1866
2876
msgid "Error on close of '%-.192s' (errno: %d)"
1869
#: ../drizzled/error.cc:226
2879
#: drizzled/drizzled_error_messages.h:80
1871
2881
msgid "Error reading file '%-.200s' (errno: %d)"
1874
#: ../drizzled/error.cc:227
2884
#: drizzled/drizzled_error_messages.h:82
1876
2886
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1879
#: ../drizzled/error.cc:228
2889
#: drizzled/drizzled_error_messages.h:84
1881
2891
msgid "Error writing file '%-.200s' (errno: %d)"
1884
#: ../drizzled/error.cc:229
2894
#: drizzled/drizzled_error_messages.h:86
1886
2896
msgid "'%-.192s' is locked against change"
1889
#: ../drizzled/error.cc:230
2899
#: drizzled/drizzled_error_messages.h:88
1890
2900
msgid "Sort aborted"
1893
#: ../drizzled/error.cc:231
2903
#: drizzled/drizzled_error_messages.h:90
2905
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2908
#: drizzled/drizzled_error_messages.h:92
1895
2910
msgid "Got error %d from storage engine"
1898
#: ../drizzled/error.cc:232
2913
#: drizzled/drizzled_error_messages.h:94
1900
2915
msgid "Table storage engine for '%-.192s' doesn't have this option"
1903
#: ../drizzled/error.cc:233
2918
#: drizzled/drizzled_error_messages.h:96
1905
2920
msgid "Can't find record in '%-.192s'"
1908
#: ../drizzled/error.cc:234
2923
#: drizzled/drizzled_error_messages.h:98
1910
2925
msgid "Incorrect information in file: '%-.200s'"
1913
#: ../drizzled/error.cc:235
2928
#: drizzled/drizzled_error_messages.h:100
1915
2930
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1918
#: ../drizzled/error.cc:236
2933
#: drizzled/drizzled_error_messages.h:102
1920
2935
msgid "Old key file for table '%-.192s'; repair it!"
1923
#: ../drizzled/error.cc:237
2938
#: drizzled/drizzled_error_messages.h:104
1925
2940
msgid "Table '%-.192s' is read only"
1928
#: ../drizzled/error.cc:238
2943
#: drizzled/drizzled_error_messages.h:106
1930
msgid "Out of memory; restart server and try again (needed %lu bytes)"
2945
msgid "Out of memory; restart server and try again (needed %d bytes)"
1933
#: ../drizzled/error.cc:239
2948
#: drizzled/drizzled_error_messages.h:108
1934
2949
msgid "Out of sort memory; increase server sort buffer size"
1937
#: ../drizzled/error.cc:240
1938
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
1941
#: ../drizzled/error.cc:241
1942
msgid "Global join memory constraint hit; increase join-heap-threshold"
1945
#: ../drizzled/error.cc:242
1946
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
1949
#: ../drizzled/error.cc:243
1950
msgid "Global read memory constraint hit; increase read-buffer-threshold"
1953
#: ../drizzled/error.cc:244
2952
#: drizzled/drizzled_error_messages.h:110
1955
2954
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1958
#: ../drizzled/error.cc:245
2957
#: drizzled/drizzled_error_messages.h:112
1959
2958
msgid "Too many connections"
1962
#: ../drizzled/error.cc:246
2961
#: drizzled/drizzled_error_messages.h:114
1964
"Out of memory; check if drizzled or some other process uses all available "
1965
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
2963
"Out of memory; check if mysqld or some other process uses all available "
2964
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
1966
2965
"memory or you can add more swap space"
1969
#: ../drizzled/error.cc:247
2968
#: drizzled/drizzled_error_messages.h:116
1970
2969
msgid "Can't get hostname for your address"
1973
#: ../drizzled/error.cc:248
2972
#: drizzled/drizzled_error_messages.h:118
1974
2973
msgid "Bad handshake"
1977
#: ../drizzled/error.cc:249
2976
#: drizzled/drizzled_error_messages.h:120
1979
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
2978
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1982
#: ../drizzled/error.cc:250
2981
#: drizzled/drizzled_error_messages.h:122
1984
2983
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1987
#: ../drizzled/error.cc:251
1988
msgid "No schema selected"
2986
#: drizzled/drizzled_error_messages.h:124
2987
msgid "No database selected"
1991
#: ../drizzled/error.cc:252
2990
#: drizzled/drizzled_error_messages.h:126
1992
2991
msgid "Unknown command"
1995
#: ../drizzled/error.cc:253
2994
#: drizzled/drizzled_error_messages.h:128
1997
2996
msgid "Column '%-.192s' cannot be null"
2000
#: ../drizzled/error.cc:254
2999
#: drizzled/drizzled_error_messages.h:130
2002
msgid "Unknown schema '%-.192s'"
3001
msgid "Unknown database '%-.192s'"
2005
#: ../drizzled/error.cc:255
3004
#: drizzled/drizzled_error_messages.h:132
2007
3006
msgid "Table '%-.192s' already exists"
2010
#: ../drizzled/error.cc:256
3009
#: drizzled/drizzled_error_messages.h:134
2012
3011
msgid "Unknown table '%-.100s'"
2015
#: ../drizzled/error.cc:257
3014
#: drizzled/drizzled_error_messages.h:136
2017
3016
msgid "Column '%-.192s' in %-.192s is ambiguous"
2020
#: ../drizzled/error.cc:258
3019
#: drizzled/drizzled_error_messages.h:138
2021
3020
msgid "Server shutdown in progress"
2024
#: ../drizzled/error.cc:259
3023
#: drizzled/drizzled_error_messages.h:140
2026
3025
msgid "Unknown column '%-.192s' in '%-.192s'"
2029
#: ../drizzled/error.cc:260
3028
#: drizzled/drizzled_error_messages.h:142
2031
3030
msgid "'%-.192s' isn't in GROUP BY"
2034
#: ../drizzled/error.cc:261
3033
#: drizzled/drizzled_error_messages.h:144
2036
3035
msgid "Can't group on '%-.192s'"
2039
#: ../drizzled/error.cc:262
3038
#: drizzled/drizzled_error_messages.h:146
2040
3039
msgid "Statement has sum functions and columns in same statement"
2043
#: ../drizzled/error.cc:263
3042
#: drizzled/drizzled_error_messages.h:148
2044
3043
msgid "Column count doesn't match value count"
2047
#: ../drizzled/error.cc:264
3046
#: drizzled/drizzled_error_messages.h:150
2049
3048
msgid "Identifier name '%-.100s' is too long"
2052
#: ../drizzled/error.cc:265
3051
#: drizzled/drizzled_error_messages.h:152
2054
3053
msgid "Duplicate column name '%-.192s'"
2057
#: ../drizzled/error.cc:266
3056
#: drizzled/drizzled_error_messages.h:154
2059
3058
msgid "Duplicate key name '%-.192s'"
2062
#: ../drizzled/error.cc:267
3061
#: drizzled/drizzled_error_messages.h:156
2064
3063
msgid "Duplicate entry '%-.192s' for key %d"
2067
#: ../drizzled/error.cc:268
3066
#: drizzled/drizzled_error_messages.h:158
2069
3068
msgid "Incorrect column specifier for column '%-.192s'"
2072
#: ../drizzled/error.cc:269
3071
#: drizzled/drizzled_error_messages.h:160
2074
3073
msgid "%s near '%-.80s' at line %d"
2077
#: ../drizzled/error.cc:270
2079
msgid "Parsing error near '%s'"
2082
#: ../drizzled/error.cc:271
3076
#: drizzled/drizzled_error_messages.h:162
2083
3077
msgid "Query was empty"
2086
#: ../drizzled/error.cc:272
3080
#: drizzled/drizzled_error_messages.h:164
2088
3082
msgid "Not unique table/alias: '%-.192s'"
2091
#: ../drizzled/error.cc:273
3085
#: drizzled/drizzled_error_messages.h:166
2093
3087
msgid "Invalid default value for '%-.192s'"
2096
#: ../drizzled/error.cc:274
3090
#: drizzled/drizzled_error_messages.h:168
2097
3091
msgid "Multiple primary key defined"
2100
#: ../drizzled/error.cc:275
3094
#: drizzled/drizzled_error_messages.h:170
2102
3096
msgid "Too many keys specified; max %d keys allowed"
2105
#: ../drizzled/error.cc:276
3099
#: drizzled/drizzled_error_messages.h:172
2107
3101
msgid "Too many key parts specified; max %d parts allowed"
2110
#: ../drizzled/error.cc:277
3104
#: drizzled/drizzled_error_messages.h:174
2112
3106
msgid "Specified key was too long; max key length is %d bytes"
2115
#: ../drizzled/error.cc:278
3109
#: drizzled/drizzled_error_messages.h:176
2117
3111
msgid "Key column '%-.192s' doesn't exist in table"
2120
#: ../drizzled/error.cc:279
3114
#: drizzled/drizzled_error_messages.h:178
2123
3117
"BLOB column '%-.192s' can't be used in key specification with the used table "
2127
#: ../drizzled/error.cc:280
3121
#: drizzled/drizzled_error_messages.h:180
2130
3124
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2134
#: ../drizzled/error.cc:281
3128
#: drizzled/drizzled_error_messages.h:182
2136
3130
"Incorrect table definition; there can be only one auto column and it must be "
2137
3131
"defined as a key"
2140
#: ../drizzled/error.cc:282
3134
#: drizzled/drizzled_error_messages.h:184
3137
"%s: ready for connections.\n"
3138
"Version: '%s' socket: '%s' port: %d"
3141
#: drizzled/drizzled_error_messages.h:186
2142
3143
msgid "%s: Normal shutdown\n"
2145
#: ../drizzled/error.cc:283
3146
#: drizzled/drizzled_error_messages.h:188
2147
3148
msgid "%s: Got signal %d. Aborting!\n"
2150
#: ../drizzled/error.cc:284
3151
#: drizzled/drizzled_error_messages.h:190
2152
3153
msgid "%s: Shutdown complete\n"
2155
#: ../drizzled/error.cc:285
3156
#: drizzled/drizzled_error_messages.h:192
2157
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
3158
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2160
#: ../drizzled/error.cc:286
3161
#: drizzled/drizzled_error_messages.h:194
2161
3162
msgid "Can't create IP socket"
2164
#: ../drizzled/error.cc:287
3165
#: drizzled/drizzled_error_messages.h:196
2167
3168
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2171
#: ../drizzled/error.cc:288
2174
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
3172
#: drizzled/drizzled_error_messages.h:198
3173
msgid "Field separator argument is not what is expected; check the manual"
2178
#: ../drizzled/error.cc:289
3176
#: drizzled/drizzled_error_messages.h:200
2180
3178
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2183
#: ../drizzled/error.cc:290
3181
#: drizzled/drizzled_error_messages.h:202
2186
"The file '%-.128s' must be in the schema directory or be readable by all"
3184
"The file '%-.128s' must be in the database directory or be readable by all"
2189
#: ../drizzled/error.cc:291
3187
#: drizzled/drizzled_error_messages.h:204
2191
3189
msgid "File '%-.200s' already exists"
2194
#: ../drizzled/error.cc:292
3192
#: drizzled/drizzled_error_messages.h:206
2196
3194
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2199
#: ../drizzled/error.cc:293
3197
#: drizzled/drizzled_error_messages.h:208
3199
msgid "Records: %ld Duplicates: %ld"
3202
#: drizzled/drizzled_error_messages.h:210
2201
3204
"Incorrect prefix key; the used key part isn't a string, the used length is "
2202
3205
"longer than the key part, or the storage engine doesn't support unique "
2206
#: ../drizzled/error.cc:294
3209
#: drizzled/drizzled_error_messages.h:212
2207
3210
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2210
#: ../drizzled/error.cc:295
3213
#: drizzled/drizzled_error_messages.h:214
2212
3215
msgid "Can't DROP '%-.192s'; check that column/key exists"
2215
#: ../drizzled/error.cc:296
3218
#: drizzled/drizzled_error_messages.h:216
2217
3220
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2220
#: ../drizzled/error.cc:297
3223
#: drizzled/drizzled_error_messages.h:218
2222
3225
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2225
#. KILL session errors
2226
#: ../drizzled/error.cc:300
2228
msgid "Unknown session id: %lu"
2231
#: ../drizzled/error.cc:301
2233
msgid "You are not the owner of session %lu"
2236
#: ../drizzled/error.cc:302
2237
msgid "You cannot kill the session you are connected from."
2240
#: ../drizzled/error.cc:305
3228
#: drizzled/drizzled_error_messages.h:220
3230
msgid "Unknown thread id: %lu"
3233
#: drizzled/drizzled_error_messages.h:222
3235
msgid "You are not owner of thread %lu"
3238
#: drizzled/drizzled_error_messages.h:224
2241
3239
msgid "No tables used"
2244
#: ../drizzled/error.cc:306
3242
#: drizzled/drizzled_error_messages.h:226
3244
msgid "Too many strings for column %-.192s and SET"
3247
#: drizzled/drizzled_error_messages.h:228
3249
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
3252
#: drizzled/drizzled_error_messages.h:230
3254
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3257
#: drizzled/drizzled_error_messages.h:232
3259
msgid "Table '%-.192s' was not locked with LOCK TABLES"
3262
#: drizzled/drizzled_error_messages.h:234
2246
3264
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2249
#: ../drizzled/error.cc:307
3267
#: drizzled/drizzled_error_messages.h:236
2251
msgid "Incorrect schema name '%-.100s'"
3269
msgid "Incorrect database name '%-.100s'"
2254
#: ../drizzled/error.cc:308
3272
#: drizzled/drizzled_error_messages.h:238
2256
3274
msgid "Incorrect table name '%-.100s'"
2259
#: ../drizzled/error.cc:309
3277
#: drizzled/drizzled_error_messages.h:240
2261
3279
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2262
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
3280
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
2265
#: ../drizzled/error.cc:310
3283
#: drizzled/drizzled_error_messages.h:242
2266
3284
msgid "Unknown error"
2269
#: ../drizzled/error.cc:311
3287
#: drizzled/drizzled_error_messages.h:244
2271
3289
msgid "Unknown procedure '%-.192s'"
2274
#: ../drizzled/error.cc:312
3292
#: drizzled/drizzled_error_messages.h:246
2276
3294
msgid "Incorrect parameter count to procedure '%-.192s'"
2279
#: ../drizzled/error.cc:313
3297
#: drizzled/drizzled_error_messages.h:248
3299
msgid "Incorrect parameters to procedure '%-.192s'"
3302
#: drizzled/drizzled_error_messages.h:250
2281
3304
msgid "Unknown table '%-.192s' in %-.32s"
2284
#: ../drizzled/error.cc:314
3307
#: drizzled/drizzled_error_messages.h:252
2286
3309
msgid "Column '%-.192s' specified twice"
2289
#: ../drizzled/error.cc:315
3312
#: drizzled/drizzled_error_messages.h:254
2290
3313
msgid "Invalid use of group function"
2293
#: ../drizzled/error.cc:316
3316
#: drizzled/drizzled_error_messages.h:256
2296
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
3319
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
2299
#: ../drizzled/error.cc:317
3322
#: drizzled/drizzled_error_messages.h:258
2300
3323
msgid "A table must have at least 1 column"
2303
#: ../drizzled/error.cc:318
3326
#: drizzled/drizzled_error_messages.h:260
2305
3328
msgid "The table '%-.192s' is full"
2308
#: ../drizzled/error.cc:319
2310
msgid "Too many tables; Drizzle can only use %d tables in a join"
2313
#: ../drizzled/error.cc:320
3331
#: drizzled/drizzled_error_messages.h:262
3333
msgid "Unknown character set: '%-.64s'"
3336
#: drizzled/drizzled_error_messages.h:264
3338
msgid "Too many tables; MySQL can only use %d tables in a join"
3341
#: drizzled/drizzled_error_messages.h:266
2314
3342
msgid "Too many columns"
2317
#: ../drizzled/error.cc:321
3345
#: drizzled/drizzled_error_messages.h:268
2320
3348
"Row size too large. The maximum row size for the used table type, not "
2321
3349
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2324
#: ../drizzled/error.cc:322
3352
#: drizzled/drizzled_error_messages.h:270
3355
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
3356
"thread_stack=#' to specify a bigger stack if needed"
3359
#: drizzled/drizzled_error_messages.h:272
2325
3360
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2328
#: ../drizzled/error.cc:323
3363
#: drizzled/drizzled_error_messages.h:274
2331
3366
"Table handler doesn't support NULL in given index. Please change column "
2332
3367
"'%-.192s' to be NOT NULL or use another handler"
2335
#: ../drizzled/error.cc:324
2336
msgid "No paths allowed for plugin library"
2339
#: ../drizzled/error.cc:325
2341
msgid "Plugin '%-.192s' already exists"
2344
#: ../drizzled/error.cc:326
2346
msgid "Can't open shared library '%-.192s' (errno: %d %s)"
2349
#: ../drizzled/error.cc:327
2351
msgid "Can't find symbol '%-.128s' in library '%s'"
2354
#: ../drizzled/error.cc:328
3370
#: drizzled/drizzled_error_messages.h:276
3372
msgid "Can't load function '%-.192s'"
3375
#: drizzled/drizzled_error_messages.h:278
3377
msgid "Can't initialize function '%-.192s'; %-.80s"
3380
#: drizzled/drizzled_error_messages.h:280
3381
msgid "No paths allowed for shared library"
3384
#: drizzled/drizzled_error_messages.h:282
3386
msgid "Function '%-.192s' already exists"
3389
#: drizzled/drizzled_error_messages.h:284
3391
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3394
#: drizzled/drizzled_error_messages.h:286
3396
msgid "Can't find symbol '%-.128s' in library"
3399
#: drizzled/drizzled_error_messages.h:288
3401
msgid "Function '%-.192s' is not defined"
3404
#: drizzled/drizzled_error_messages.h:290
3407
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3408
"'mysqladmin flush-hosts'"
3411
#: drizzled/drizzled_error_messages.h:292
3413
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3416
#: drizzled/drizzled_error_messages.h:294
3418
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3419
"to change passwords"
3422
#: drizzled/drizzled_error_messages.h:296
3424
"You must have privileges to update tables in the mysql database to be able "
3425
"to change passwords for others"
3428
#: drizzled/drizzled_error_messages.h:298
3429
msgid "Can't find any matching row in the user table"
3432
#: drizzled/drizzled_error_messages.h:300
2356
3434
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2359
#: ../drizzled/error.cc:329
3437
#: drizzled/drizzled_error_messages.h:302
2362
3440
"Can't create a new thread (errno %d); if you are not out of available "
2363
3441
"memory, you can consult the manual for a possible OS-dependent bug"
2366
#: ../drizzled/error.cc:330
3444
#: drizzled/drizzled_error_messages.h:304
2368
3446
msgid "Column count doesn't match value count at row %ld"
2371
#: ../drizzled/error.cc:331
3449
#: drizzled/drizzled_error_messages.h:306
2373
3451
msgid "Can't reopen table: '%-.192s'"
2376
#: ../drizzled/error.cc:332
3454
#: drizzled/drizzled_error_messages.h:308
3455
msgid "Invalid use of NULL value"
3458
#: drizzled/drizzled_error_messages.h:310
3460
msgid "Got error '%-.64s' from regexp"
3463
#: drizzled/drizzled_error_messages.h:312
2378
3465
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2379
3466
"illegal if there is no GROUP BY clause"
2382
#: ../drizzled/error.cc:333
3469
#: drizzled/drizzled_error_messages.h:314
3471
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3474
#: drizzled/drizzled_error_messages.h:316
3476
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3479
#: drizzled/drizzled_error_messages.h:318
3482
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3486
#: drizzled/drizzled_error_messages.h:320
3488
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3489
"privileges can be used"
3492
#: drizzled/drizzled_error_messages.h:322
3493
msgid "The host or user argument to GRANT is too long"
3496
#: drizzled/drizzled_error_messages.h:324
2384
3498
msgid "Table '%-.192s.%-.192s' doesn't exist"
2387
#: ../drizzled/error.cc:334
3501
#: drizzled/drizzled_error_messages.h:326
3504
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3508
#: drizzled/drizzled_error_messages.h:328
3509
msgid "The used command is not allowed with this MySQL version"
3512
#: drizzled/drizzled_error_messages.h:330
2389
3514
"You have an error in your SQL syntax; check the manual that corresponds to "
2390
"your Drizzle server version for the right syntax to use"
2393
#: ../drizzled/error.cc:335
3515
"your MySQL server version for the right syntax to use"
3518
#: drizzled/drizzled_error_messages.h:332
3520
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3523
#: drizzled/drizzled_error_messages.h:334
3524
msgid "Too many delayed threads in use"
3527
#: drizzled/drizzled_error_messages.h:336
3529
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3532
#: drizzled/drizzled_error_messages.h:338
2394
3533
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2397
#: ../drizzled/error.cc:336
3536
#: drizzled/drizzled_error_messages.h:340
3537
msgid "Got a read error from the connection pipe"
3540
#: drizzled/drizzled_error_messages.h:342
3541
msgid "Got an error from fcntl()"
3544
#: drizzled/drizzled_error_messages.h:344
2398
3545
msgid "Got packets out of order"
2401
#: ../drizzled/error.cc:337
3548
#: drizzled/drizzled_error_messages.h:346
3549
msgid "Couldn't uncompress communication packet"
3552
#: drizzled/drizzled_error_messages.h:348
3553
msgid "Got an error reading communication packets"
3556
#: drizzled/drizzled_error_messages.h:350
3557
msgid "Got timeout reading communication packets"
3560
#: drizzled/drizzled_error_messages.h:352
3561
msgid "Got an error writing communication packets"
3564
#: drizzled/drizzled_error_messages.h:354
3565
msgid "Got timeout writing communication packets"
3568
#: drizzled/drizzled_error_messages.h:356
3569
msgid "Result string is longer than 'max_allowed_packet' bytes"
3572
#: drizzled/drizzled_error_messages.h:358
2402
3573
msgid "The used table type doesn't support BLOB/TEXT columns"
2405
#: ../drizzled/error.cc:338
3576
#: drizzled/drizzled_error_messages.h:360
2406
3577
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2409
#: ../drizzled/error.cc:339
3580
#: drizzled/drizzled_error_messages.h:362
3583
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3587
#: drizzled/drizzled_error_messages.h:364
2411
3589
msgid "Incorrect column name '%-.100s'"
2414
#: ../drizzled/error.cc:340
3592
#: drizzled/drizzled_error_messages.h:366
2416
3594
msgid "The used storage engine can't index column '%-.192s'"
2419
#: ../drizzled/error.cc:341
3597
#: drizzled/drizzled_error_messages.h:368
2421
3599
"Unable to open underlying table which is differently defined or of non-"
2422
3600
"MyISAM type or doesn't exist"
2425
#: ../drizzled/error.cc:342
3603
#: drizzled/drizzled_error_messages.h:370
2427
3605
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2430
#: ../drizzled/error.cc:343
3608
#: drizzled/drizzled_error_messages.h:372
2433
3611
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2436
#: ../drizzled/error.cc:344
3614
#: drizzled/drizzled_error_messages.h:374
2438
3616
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2439
3617
"UNIQUE instead"
2442
#: ../drizzled/error.cc:345
3620
#: drizzled/drizzled_error_messages.h:376
2443
3621
msgid "Result consisted of more than one row"
2446
#: ../drizzled/error.cc:346
3624
#: drizzled/drizzled_error_messages.h:378
2447
3625
msgid "This table type requires a primary key"
2450
#: ../drizzled/error.cc:347
3628
#: drizzled/drizzled_error_messages.h:380
3629
msgid "This version of MySQL is not compiled with RAID support"
3632
#: drizzled/drizzled_error_messages.h:382
3634
"You are using safe update mode and you tried to update a table without a "
3635
"WHERE that uses a KEY column"
3638
#: drizzled/drizzled_error_messages.h:384
2452
3640
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2455
#: ../drizzled/error.cc:348
3643
#: drizzled/drizzled_error_messages.h:386
2456
3644
msgid "Can't open table"
2459
#: ../drizzled/error.cc:349
3647
#: drizzled/drizzled_error_messages.h:388
2461
3649
msgid "The storage engine for the table doesn't support %s"
2464
#: ../drizzled/error.cc:350
3652
#: drizzled/drizzled_error_messages.h:390
3653
msgid "You are not allowed to execute this command in a transaction"
3656
#: drizzled/drizzled_error_messages.h:392
2466
3658
msgid "Got error %d during COMMIT"
2469
#: ../drizzled/error.cc:351
3661
#: drizzled/drizzled_error_messages.h:394
2471
3663
msgid "Got error %d during ROLLBACK"
2474
#. This is a very incorrect place to use the PRIi64 macro as the
2475
#. program that looks over the source for the N_() macros does not
2476
#. (obviously) do macro expansion, so the string is entirely wrong for
2477
#. what it is trying to output for every language except english.
2478
#: ../drizzled/error.cc:356
3666
#: drizzled/drizzled_error_messages.h:396
3668
msgid "Got error %d during FLUSH_LOGS"
3671
#: drizzled/drizzled_error_messages.h:398
3673
msgid "Got error %d during CHECKPOINT"
3676
#: drizzled/drizzled_error_messages.h:400
2481
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
3679
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
2482
3680
"'%-.64s' (%-.64s)"
2485
#: ../drizzled/error.cc:357
3683
#: drizzled/drizzled_error_messages.h:402
3684
msgid "The storage engine for the table does not support binary table dump"
3687
#: drizzled/drizzled_error_messages.h:404
3688
msgid "Binlog closed, cannot RESET MASTER"
3691
#: drizzled/drizzled_error_messages.h:406
3693
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3696
#: drizzled/drizzled_error_messages.h:408
3698
msgid "Error from master: '%-.64s'"
3701
#: drizzled/drizzled_error_messages.h:410
3702
msgid "Net error reading from master"
3705
#: drizzled/drizzled_error_messages.h:412
3706
msgid "Net error writing to master"
3709
#: drizzled/drizzled_error_messages.h:414
3710
msgid "Can't find FULLTEXT index matching the column list"
3713
#: drizzled/drizzled_error_messages.h:416
2487
3715
"Can't execute the given command because you have active locked tables or an "
2488
3716
"active transaction"
2491
#: ../drizzled/error.cc:358
3719
#: drizzled/drizzled_error_messages.h:418
2493
3721
msgid "Unknown system variable '%-.64s'"
2496
#: ../drizzled/error.cc:359
3724
#: drizzled/drizzled_error_messages.h:420
2498
3726
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2501
#: ../drizzled/error.cc:360
3729
#: drizzled/drizzled_error_messages.h:422
2504
3732
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2507
#: ../drizzled/error.cc:361
3735
#: drizzled/drizzled_error_messages.h:424
2508
3736
msgid "Some non-transactional changed tables couldn't be rolled back"
2511
#: ../drizzled/error.cc:362
3739
#: drizzled/drizzled_error_messages.h:426
3741
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3742
"of storage; increase this mysqld variable and try again"
3745
#: drizzled/drizzled_error_messages.h:428
3747
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3750
#: drizzled/drizzled_error_messages.h:430
3752
"This operation requires a running slave; configure slave and do START SLAVE"
3755
#: drizzled/drizzled_error_messages.h:432
3756
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3759
#: drizzled/drizzled_error_messages.h:434
3761
"Could not initialize master info structure; more error messages can be found "
3762
"in the MySQL error log"
3765
#: drizzled/drizzled_error_messages.h:436
3766
msgid "Could not create slave thread; check system resources"
3769
#: drizzled/drizzled_error_messages.h:438
3772
"User %-.64s already has more than 'max_user_connections' active connections"
3775
#: drizzled/drizzled_error_messages.h:440
2512
3776
msgid "You may only use constant expressions with SET"
2515
#: ../drizzled/error.cc:363
3779
#: drizzled/drizzled_error_messages.h:442
2516
3780
msgid "Lock wait timeout exceeded; try restarting transaction"
2519
#: ../drizzled/error.cc:364
3783
#: drizzled/drizzled_error_messages.h:444
2520
3784
msgid "The total number of locks exceeds the lock table size"
2523
#: ../drizzled/error.cc:365
3787
#: drizzled/drizzled_error_messages.h:446
2524
3788
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2527
#: ../drizzled/error.cc:366
3791
#: drizzled/drizzled_error_messages.h:448
2528
3792
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2531
#: ../drizzled/error.cc:367
3795
#: drizzled/drizzled_error_messages.h:450
3796
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3799
#: drizzled/drizzled_error_messages.h:452
2533
3801
msgid "Incorrect arguments to %s"
2536
#: ../drizzled/error.cc:368
3804
#: drizzled/drizzled_error_messages.h:454
3806
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3809
#: drizzled/drizzled_error_messages.h:456
3811
"Incorrect table definition; all MERGE tables must be in the same database"
3814
#: drizzled/drizzled_error_messages.h:458
2537
3815
msgid "Deadlock found when trying to get lock; try restarting transaction"
2540
#: ../drizzled/error.cc:369
3818
#: drizzled/drizzled_error_messages.h:460
2541
3819
msgid "The used table type doesn't support FULLTEXT indexes"
2544
#: ../drizzled/error.cc:370
3822
#: drizzled/drizzled_error_messages.h:462
2545
3823
msgid "Cannot add foreign key constraint"
2548
#: ../drizzled/error.cc:371
3826
#: drizzled/drizzled_error_messages.h:464
2549
3827
msgid "Cannot add or update a child row: a foreign key constraint fails"
2552
#: ../drizzled/error.cc:372
3830
#: drizzled/drizzled_error_messages.h:466
2553
3831
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2556
#: ../drizzled/error.cc:373
3834
#: drizzled/drizzled_error_messages.h:468
3836
msgid "Error connecting to master: %-.128s"
3839
#: drizzled/drizzled_error_messages.h:470
3841
msgid "Error running query on master: %-.128s"
3844
#: drizzled/drizzled_error_messages.h:472
3846
msgid "Error when executing command %s: %-.128s"
3849
#: drizzled/drizzled_error_messages.h:474
2558
3851
msgid "Incorrect usage of %s and %s"
2561
#: ../drizzled/error.cc:374
3854
#: drizzled/drizzled_error_messages.h:476
2562
3855
msgid "The used SELECT statements have a different number of columns"
2565
#: ../drizzled/error.cc:375
3858
#: drizzled/drizzled_error_messages.h:478
2566
3859
msgid "Can't execute the query because you have a conflicting read lock"
2569
#: ../drizzled/error.cc:376
3862
#: drizzled/drizzled_error_messages.h:480
3863
msgid "Mixing of transactional and non-transactional tables is disabled"
3866
#: drizzled/drizzled_error_messages.h:482
3868
msgid "Option '%s' used twice in statement"
3871
#: drizzled/drizzled_error_messages.h:484
3873
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3876
#: drizzled/drizzled_error_messages.h:486
3878
msgid "Access denied; you need the %-.128s privilege for this operation"
3881
#: drizzled/drizzled_error_messages.h:488
2572
3884
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2575
#: ../drizzled/error.cc:377
3887
#: drizzled/drizzled_error_messages.h:490
2578
3890
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2581
#: ../drizzled/error.cc:378
3893
#: drizzled/drizzled_error_messages.h:492
2583
3895
msgid "Variable '%-.64s' doesn't have a default value"
2586
#: ../drizzled/error.cc:379
3898
#: drizzled/drizzled_error_messages.h:494
2588
3900
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2591
#: ../drizzled/error.cc:380
3903
#: drizzled/drizzled_error_messages.h:496
2593
3905
msgid "Incorrect argument type to variable '%-.64s'"
2596
#: ../drizzled/error.cc:381
3908
#: drizzled/drizzled_error_messages.h:498
2598
3910
msgid "Variable '%-.64s' can only be set, not read"
2601
#: ../drizzled/error.cc:382
3913
#: drizzled/drizzled_error_messages.h:500
2603
3915
msgid "Incorrect usage/placement of '%s'"
2606
#: ../drizzled/error.cc:383
2608
msgid "This version of Drizzle doesn't yet support '%s'"
2611
#: ../drizzled/error.cc:384
3918
#: drizzled/drizzled_error_messages.h:502
3920
msgid "This version of MySQL doesn't yet support '%s'"
3923
#: drizzled/drizzled_error_messages.h:504
3926
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3929
#: drizzled/drizzled_error_messages.h:506
3930
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3933
#: drizzled/drizzled_error_messages.h:508
2613
3935
msgid "Variable '%-.192s' is a %s variable"
2616
#: ../drizzled/error.cc:385
3938
#: drizzled/drizzled_error_messages.h:510
2618
3940
msgid "Incorrect foreign key definition for '%-.192s': %s"
2621
#: ../drizzled/error.cc:386
3943
#: drizzled/drizzled_error_messages.h:512
2622
3944
msgid "Key reference and table reference don't match"
2625
#: ../drizzled/error.cc:387
3947
#: drizzled/drizzled_error_messages.h:514
2627
3949
msgid "Operand should contain %d column(s)"
2630
#: ../drizzled/error.cc:388
3952
#: drizzled/drizzled_error_messages.h:516
2631
3953
msgid "Subquery returns more than 1 row"
2634
#: ../drizzled/error.cc:389
3956
#: drizzled/drizzled_error_messages.h:518
3958
msgid "Unknown prepared statement handler (%.*s) given to %s"
3961
#: drizzled/drizzled_error_messages.h:520
3962
msgid "Help database is corrupt or does not exist"
3965
#: drizzled/drizzled_error_messages.h:522
3966
msgid "Cyclic reference on subqueries"
3969
#: drizzled/drizzled_error_messages.h:524
2636
3971
msgid "Converting column '%s' from %s to %s"
2639
#: ../drizzled/error.cc:390
3974
#: drizzled/drizzled_error_messages.h:526
2641
3976
msgid "Reference '%-.64s' not supported (%s)"
2644
#: ../drizzled/error.cc:391
3979
#: drizzled/drizzled_error_messages.h:528
2645
3980
msgid "Every derived table must have its own alias"
2648
#: ../drizzled/error.cc:392
3983
#: drizzled/drizzled_error_messages.h:530
2650
3985
msgid "Select %u was reduced during optimization"
2653
#: ../drizzled/error.cc:393
3988
#: drizzled/drizzled_error_messages.h:532
2655
3990
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2658
#: ../drizzled/error.cc:394
3993
#: drizzled/drizzled_error_messages.h:534
3995
"Client does not support authentication protocol requested by server; "
3996
"consider upgrading MySQL client"
3999
#: drizzled/drizzled_error_messages.h:536
2659
4000
msgid "All parts of a SPATIAL index must be NOT NULL"
2662
#: ../drizzled/error.cc:395
4003
#: drizzled/drizzled_error_messages.h:538
2664
4005
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2667
#: ../drizzled/error.cc:396
4008
#: drizzled/drizzled_error_messages.h:540
4009
msgid "Slave is already running"
4012
#: drizzled/drizzled_error_messages.h:542
4013
msgid "Slave already has been stopped"
4016
#: drizzled/drizzled_error_messages.h:544
2670
"Uncompressed data size too large; the maximum size is %d (based on "
2671
"max_allowed_packet). The length of uncompressed data may also be corrupted."
4019
"Uncompressed data size too large; the maximum size is %d (probably, length "
4020
"of uncompressed data was corrupted)"
2674
#: ../drizzled/error.cc:397
4023
#: drizzled/drizzled_error_messages.h:546
2675
4024
msgid "ZLIB: Not enough memory"
2678
#: ../drizzled/error.cc:398
4027
#: drizzled/drizzled_error_messages.h:548
2680
4029
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2681
4030
"data was corrupted)"
2684
#: ../drizzled/error.cc:399
4033
#: drizzled/drizzled_error_messages.h:550
2685
4034
msgid "ZLIB: Input data corrupted"
2688
#: ../drizzled/error.cc:400
4037
#: drizzled/drizzled_error_messages.h:552
2690
4039
msgid "%d line(s) were cut by GROUP_CONCAT()"
2693
#: ../drizzled/error.cc:401
4042
#: drizzled/drizzled_error_messages.h:554
2695
4044
msgid "Row %ld doesn't contain data for all columns"
2698
#: ../drizzled/error.cc:402
4047
#: drizzled/drizzled_error_messages.h:556
2701
4050
"Row %ld was truncated; it contained more data than there were input columns"
2704
#: ../drizzled/error.cc:403
4053
#: drizzled/drizzled_error_messages.h:558
2707
4056
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2710
#: ../drizzled/error.cc:404
4059
#: drizzled/drizzled_error_messages.h:560
2712
4061
msgid "Out of range value for column '%s' at row %ld"
2715
#: ../drizzled/error.cc:405
4064
#: drizzled/drizzled_error_messages.h:562
2717
4066
msgid "Data truncated for column '%s' at row %ld"
2720
#: ../drizzled/error.cc:406
4069
#: drizzled/drizzled_error_messages.h:564
4071
msgid "Using storage engine %s for table '%s'"
4074
#: drizzled/drizzled_error_messages.h:566
2722
4076
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2725
#: ../drizzled/error.cc:407
4079
#: drizzled/drizzled_error_messages.h:568
4080
msgid "Cannot drop one or more of the requested users"
4083
#: drizzled/drizzled_error_messages.h:570
4084
msgid "Can't revoke all privileges for one or more of the requested users"
4087
#: drizzled/drizzled_error_messages.h:572
2727
4089
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2730
#: ../drizzled/error.cc:408
4092
#: drizzled/drizzled_error_messages.h:574
2732
4094
msgid "Illegal mix of collations for operation '%s'"
2735
#: ../drizzled/error.cc:409
4097
#: drizzled/drizzled_error_messages.h:576
2738
4100
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2739
4101
"variable_name)"
2742
#: ../drizzled/error.cc:410
4104
#: drizzled/drizzled_error_messages.h:578
2744
4106
msgid "Unknown collation: '%-.64s'"
2747
#: ../drizzled/error.cc:411
4109
#: drizzled/drizzled_error_messages.h:580
4111
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
4112
"compiled without SSL support; they can be used later if MySQL slave with SSL "
4116
#: drizzled/drizzled_error_messages.h:582
4119
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
4120
"old format; please change the password to the new format"
4123
#: drizzled/drizzled_error_messages.h:584
2750
4126
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2754
#: ../drizzled/error.cc:412
4130
#: drizzled/drizzled_error_messages.h:586
4131
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
4134
#: drizzled/drizzled_error_messages.h:588
4136
"It is recommended to use --skip-slave-start when doing step-by-step "
4137
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
4138
"get an unexpected slave's mysqld restart"
4141
#: drizzled/drizzled_error_messages.h:590
4142
msgid "SQL thread is not to be started so UNTIL options are ignored"
4145
#: drizzled/drizzled_error_messages.h:592
2756
4147
msgid "Incorrect index name '%-.100s'"
2759
#: ../drizzled/error.cc:413
4150
#: drizzled/drizzled_error_messages.h:594
2761
4152
msgid "Incorrect catalog name '%-.100s'"
2764
#: ../drizzled/error.cc:414
4155
#: drizzled/drizzled_error_messages.h:596
4157
msgid "Query cache failed to set size %lu; new query cache size is %lu"
4160
#: drizzled/drizzled_error_messages.h:598
2766
4162
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2769
#: ../drizzled/error.cc:415
4165
#: drizzled/drizzled_error_messages.h:600
4167
msgid "Unknown key cache '%-.100s'"
4170
#: drizzled/drizzled_error_messages.h:602
4172
"MySQL is started in --skip-name-resolve mode; you must restart it without "
4173
"this switch for this grant to work"
4176
#: drizzled/drizzled_error_messages.h:604
2771
4178
msgid "Unknown table engine '%s'"
2774
#: ../drizzled/error.cc:416
4181
#: drizzled/drizzled_error_messages.h:606
4183
msgid "'%s' is deprecated; use '%s' instead"
4186
#: drizzled/drizzled_error_messages.h:608
2776
4188
msgid "The target table %-.100s of the %s is not updatable"
2779
#: ../drizzled/error.cc:417
4191
#: drizzled/drizzled_error_messages.h:610
2782
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
4194
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
2786
#: ../drizzled/error.cc:418
4198
#: drizzled/drizzled_error_messages.h:612
2789
"The Drizzle server is running with the %s option so it cannot execute this "
4201
"The MySQL server is running with the %s option so it cannot execute this "
2793
#: ../drizzled/error.cc:419
4205
#: drizzled/drizzled_error_messages.h:614
2795
4207
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2798
#: ../drizzled/error.cc:420
4210
#: drizzled/drizzled_error_messages.h:616
2800
4212
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2803
#: ../drizzled/error.cc:421
4215
#: drizzled/drizzled_error_messages.h:618
2805
4217
"Incorrect table definition; there can be only one TIMESTAMP column with "
2806
4218
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2809
#: ../drizzled/error.cc:422
4221
#: drizzled/drizzled_error_messages.h:620
2811
4223
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2814
#: ../drizzled/error.cc:423
4226
#: drizzled/drizzled_error_messages.h:622
4227
msgid "This command is not supported in the prepared statement protocol yet"
4230
#: drizzled/drizzled_error_messages.h:624
2816
4232
msgid "Got error %d '%-.100s' from %s"
2819
#: ../drizzled/error.cc:424
4235
#: drizzled/drizzled_error_messages.h:626
2821
4237
msgid "Got temporary error %d '%-.100s' from %s"
2824
#: ../drizzled/error.cc:425
4240
#: drizzled/drizzled_error_messages.h:628
2826
4242
msgid "Unknown or incorrect time zone: '%-.64s'"
2829
#: ../drizzled/error.cc:426
4245
#: drizzled/drizzled_error_messages.h:630
4247
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
4250
#: drizzled/drizzled_error_messages.h:632
2831
4252
msgid "Invalid %s character string: '%.64s'"
2834
#: ../drizzled/error.cc:427
4255
#: drizzled/drizzled_error_messages.h:634
2836
4257
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2839
#: ../drizzled/error.cc:428
4260
#: drizzled/drizzled_error_messages.h:636
4262
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4265
#: drizzled/drizzled_error_messages.h:638
4267
msgid "Can't create a %s from within another stored routine"
4270
#: drizzled/drizzled_error_messages.h:640
4272
msgid "%s %s already exists"
4275
#: drizzled/drizzled_error_messages.h:642
2841
4277
msgid "%s %s does not exist"
2844
#: ../drizzled/error.cc:429
4280
#: drizzled/drizzled_error_messages.h:644
4282
msgid "Failed to DROP %s %s"
4285
#: drizzled/drizzled_error_messages.h:646
4287
msgid "Failed to CREATE %s %s"
4290
#: drizzled/drizzled_error_messages.h:648
4292
msgid "%s with no matching label: %s"
4295
#: drizzled/drizzled_error_messages.h:650
4297
msgid "Redefining label %s"
4300
#: drizzled/drizzled_error_messages.h:652
4302
msgid "End-label %s without match"
4305
#: drizzled/drizzled_error_messages.h:654
4307
msgid "Referring to uninitialized variable %s"
4310
#: drizzled/drizzled_error_messages.h:656
4312
msgid "PROCEDURE %s can't return a result set in the given context"
4315
#: drizzled/drizzled_error_messages.h:658
4316
msgid "RETURN is only allowed in a FUNCTION"
4319
#: drizzled/drizzled_error_messages.h:660
4321
msgid "%s is not allowed in stored procedures"
4324
#: drizzled/drizzled_error_messages.h:662
4326
"The update log is deprecated and replaced by the binary log; SET "
4327
"SQL_LOG_UPDATE has been ignored"
4330
#: drizzled/drizzled_error_messages.h:664
4332
"The update log is deprecated and replaced by the binary log; SET "
4333
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4336
#: drizzled/drizzled_error_messages.h:666
2845
4337
msgid "Query execution was interrupted"
2848
#: ../drizzled/error.cc:430
4340
#: drizzled/drizzled_error_messages.h:668
4342
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4345
#: drizzled/drizzled_error_messages.h:670
4347
msgid "Undefined CONDITION: %s"
4350
#: drizzled/drizzled_error_messages.h:672
4352
msgid "No RETURN found in FUNCTION %s"
4355
#: drizzled/drizzled_error_messages.h:674
4357
msgid "FUNCTION %s ended without RETURN"
4360
#: drizzled/drizzled_error_messages.h:676
4361
msgid "Cursor statement must be a SELECT"
4364
#: drizzled/drizzled_error_messages.h:678
4365
msgid "Cursor SELECT must not have INTO"
4368
#: drizzled/drizzled_error_messages.h:680
4370
msgid "Undefined CURSOR: %s"
4373
#: drizzled/drizzled_error_messages.h:682
4374
msgid "Cursor is already open"
4377
#: drizzled/drizzled_error_messages.h:684
4378
msgid "Cursor is not open"
4381
#: drizzled/drizzled_error_messages.h:686
4383
msgid "Undeclared variable: %s"
4386
#: drizzled/drizzled_error_messages.h:688
4387
msgid "Incorrect number of FETCH variables"
4390
#: drizzled/drizzled_error_messages.h:690
4391
msgid "No data - zero rows fetched, selected, or processed"
4394
#: drizzled/drizzled_error_messages.h:692
4396
msgid "Duplicate parameter: %s"
4399
#: drizzled/drizzled_error_messages.h:694
4401
msgid "Duplicate variable: %s"
4404
#: drizzled/drizzled_error_messages.h:696
4406
msgid "Duplicate condition: %s"
4409
#: drizzled/drizzled_error_messages.h:698
4411
msgid "Duplicate cursor: %s"
4414
#: drizzled/drizzled_error_messages.h:700
4416
msgid "Failed to ALTER %s %s"
4419
#: drizzled/drizzled_error_messages.h:702
4420
msgid "Subquery value not supported"
4423
#: drizzled/drizzled_error_messages.h:704
4425
msgid "%s is not allowed in stored function or trigger"
4428
#: drizzled/drizzled_error_messages.h:706
4429
msgid "Variable or condition declaration after cursor or handler declaration"
4432
#: drizzled/drizzled_error_messages.h:708
4433
msgid "Cursor declaration after handler declaration"
4436
#: drizzled/drizzled_error_messages.h:710
4437
msgid "Case not found for CASE statement"
4440
#: drizzled/drizzled_error_messages.h:712
4442
msgid "Configuration file '%-.192s' is too big"
4445
#: drizzled/drizzled_error_messages.h:714
4447
msgid "Malformed file type header in file '%-.192s'"
4450
#: drizzled/drizzled_error_messages.h:716
4452
msgid "Unexpected end of file while parsing comment '%-.200s'"
4455
#: drizzled/drizzled_error_messages.h:718
4457
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4460
#: drizzled/drizzled_error_messages.h:720
4462
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4465
#: drizzled/drizzled_error_messages.h:722
4466
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4469
#: drizzled/drizzled_error_messages.h:724
4471
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4474
#: drizzled/drizzled_error_messages.h:726
4476
msgid "'%-.192s.%-.192s' is not %s"
4479
#: drizzled/drizzled_error_messages.h:728
4481
msgid "Column '%-.192s' is not updatable"
4484
#: drizzled/drizzled_error_messages.h:730
4485
msgid "View's SELECT contains a subquery in the FROM clause"
4488
#: drizzled/drizzled_error_messages.h:732
4490
msgid "View's SELECT contains a '%s' clause"
4493
#: drizzled/drizzled_error_messages.h:734
4494
msgid "View's SELECT contains a variable or parameter"
4497
#: drizzled/drizzled_error_messages.h:736
4499
msgid "View's SELECT refers to a temporary table '%-.192s'"
4502
#: drizzled/drizzled_error_messages.h:738
4503
msgid "View's SELECT and view's field list have different column counts"
4506
#: drizzled/drizzled_error_messages.h:740
4508
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4511
#: drizzled/drizzled_error_messages.h:742
4512
msgid "View being updated does not have complete key of underlying table in it"
4515
#: drizzled/drizzled_error_messages.h:744
2851
4518
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2852
4519
"(s) or definer/invoker of view lack rights to use them"
2855
#: ../drizzled/error.cc:431
4522
#: drizzled/drizzled_error_messages.h:746
4524
msgid "Can't drop or alter a %s from within another stored routine"
4527
#: drizzled/drizzled_error_messages.h:748
4528
msgid "GOTO is not allowed in a stored procedure handler"
4531
#: drizzled/drizzled_error_messages.h:750
4532
msgid "Trigger already exists"
4535
#: drizzled/drizzled_error_messages.h:752
4536
msgid "Trigger does not exist"
4539
#: drizzled/drizzled_error_messages.h:754
4541
msgid "Trigger's '%-.192s' is view or temporary table"
4544
#: drizzled/drizzled_error_messages.h:756
4546
msgid "Updating of %s row is not allowed in %strigger"
4549
#: drizzled/drizzled_error_messages.h:758
4551
msgid "There is no %s row in %s trigger"
4554
#: drizzled/drizzled_error_messages.h:760
2857
4556
msgid "Field '%-.192s' doesn't have a default value"
2860
#: ../drizzled/error.cc:432
4559
#: drizzled/drizzled_error_messages.h:762
2861
4560
msgid "Division by 0"
2864
#: ../drizzled/error.cc:433
4563
#: drizzled/drizzled_error_messages.h:764
2866
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
4565
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
2869
#: ../drizzled/error.cc:434
4568
#: drizzled/drizzled_error_messages.h:766
2871
4570
msgid "Illegal %s '%-.192s' value found during parsing"
2874
#: ../drizzled/error.cc:435
4573
#: drizzled/drizzled_error_messages.h:768
4575
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4578
#: drizzled/drizzled_error_messages.h:770
4580
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4583
#: drizzled/drizzled_error_messages.h:772
4585
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4588
#: drizzled/drizzled_error_messages.h:774
4590
msgid "Failed purging old relay logs: %s"
4593
#: drizzled/drizzled_error_messages.h:776
4595
msgid "Password hash should be a %d-digit hexadecimal number"
4598
#: drizzled/drizzled_error_messages.h:778
4599
msgid "Target log not found in binlog index"
4602
#: drizzled/drizzled_error_messages.h:780
4603
msgid "I/O error reading log index file"
4606
#: drizzled/drizzled_error_messages.h:782
4607
msgid "Server configuration does not permit binlog purge"
4610
#: drizzled/drizzled_error_messages.h:784
4611
msgid "Failed on fseek()"
4614
#: drizzled/drizzled_error_messages.h:786
4615
msgid "Fatal error during log purge"
4618
#: drizzled/drizzled_error_messages.h:788
4619
msgid "A purgeable log is in use, will not purge"
4622
#: drizzled/drizzled_error_messages.h:790
4623
msgid "Unknown error during log purge"
4626
#: drizzled/drizzled_error_messages.h:792
4628
msgid "Failed initializing relay log position: %s"
4631
#: drizzled/drizzled_error_messages.h:794
4632
msgid "You are not using binary logging"
4635
#: drizzled/drizzled_error_messages.h:796
4638
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4641
#: drizzled/drizzled_error_messages.h:798
4642
msgid "WSAStartup Failed"
4645
#: drizzled/drizzled_error_messages.h:800
4646
msgid "Can't handle procedures with different groups yet"
4649
#: drizzled/drizzled_error_messages.h:802
4650
msgid "Select must have a group with this procedure"
4653
#: drizzled/drizzled_error_messages.h:804
4654
msgid "Can't use ORDER clause with this procedure"
4657
#: drizzled/drizzled_error_messages.h:806
4659
msgid "Binary logging and replication forbid changing the global server %s"
4662
#: drizzled/drizzled_error_messages.h:808
4664
msgid "Can't map file: %-.200s, errno: %d"
4667
#: drizzled/drizzled_error_messages.h:810
4669
msgid "Wrong magic in %-.64s"
4672
#: drizzled/drizzled_error_messages.h:812
4673
msgid "Prepared statement contains too many placeholders"
4676
#: drizzled/drizzled_error_messages.h:814
2876
4678
msgid "Key part '%-.192s' length cannot be 0"
2879
#: ../drizzled/error.cc:436
4681
#: drizzled/drizzled_error_messages.h:816
4682
msgid "View text checksum failed"
4685
#: drizzled/drizzled_error_messages.h:818
4688
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4691
#: drizzled/drizzled_error_messages.h:820
4693
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4696
#: drizzled/drizzled_error_messages.h:822
4698
msgid "Can not delete from join view '%-.192s.%-.192s'"
4701
#: drizzled/drizzled_error_messages.h:824
4703
msgid "Operation %s failed for %.256s"
4706
#: drizzled/drizzled_error_messages.h:826
4707
msgid "XAER_NOTA: Unknown XID"
4710
#: drizzled/drizzled_error_messages.h:828
4711
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4714
#: drizzled/drizzled_error_messages.h:830
2882
4717
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2883
4718
"the %.64s state"
2886
#: ../drizzled/error.cc:437
4721
#: drizzled/drizzled_error_messages.h:832
4722
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4725
#: drizzled/drizzled_error_messages.h:834
4727
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4731
#: drizzled/drizzled_error_messages.h:836
4732
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4735
#: drizzled/drizzled_error_messages.h:838
4738
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4742
#: drizzled/drizzled_error_messages.h:840
4743
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4746
#: drizzled/drizzled_error_messages.h:842
4747
msgid "Failed to revoke all privileges to dropped routine"
4750
#: drizzled/drizzled_error_messages.h:844
2888
4752
msgid "Data too long for column '%s' at row %ld"
2891
#: ../drizzled/error.cc:438
4755
#: drizzled/drizzled_error_messages.h:846
4757
msgid "Bad SQLSTATE: '%s'"
4760
#: drizzled/drizzled_error_messages.h:848
2894
4763
"%s: ready for connections.\n"
2895
"Version: '%s' %s\n"
4764
"Version: '%s' socket: '%s' port: %d %s"
2898
#: ../drizzled/error.cc:439
4767
#: drizzled/drizzled_error_messages.h:850
2899
4768
msgid "Can't load value from file with fixed size rows to variable"
2902
#: ../drizzled/error.cc:440
4771
#: drizzled/drizzled_error_messages.h:852
4772
msgid "You are not allowed to create a user with GRANT"
4775
#: drizzled/drizzled_error_messages.h:854
2904
4777
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2907
#: ../drizzled/error.cc:441
4780
#: drizzled/drizzled_error_messages.h:856
2908
4781
msgid "Table definition has changed, please retry transaction"
2911
#: ../drizzled/error.cc:442
4784
#: drizzled/drizzled_error_messages.h:858
4785
msgid "Duplicate handler declared in the same block"
4788
#: drizzled/drizzled_error_messages.h:860
4791
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4792
"variable in BEFORE trigger"
4795
#: drizzled/drizzled_error_messages.h:862
2913
4797
msgid "Not allowed to return a result set from a %s"
2916
#: ../drizzled/error.cc:443
4800
#: drizzled/drizzled_error_messages.h:864
2917
4801
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2920
#: ../drizzled/error.cc:444
4804
#: drizzled/drizzled_error_messages.h:866
4806
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4807
"declaration and binary logging is enabled; if non-transactional tables were "
4808
"updated, the binary log will miss their changes"
4811
#: drizzled/drizzled_error_messages.h:868
4813
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4814
"declaration and binary logging is enabled (you *might* want to use the less "
4815
"safe log_bin_trust_function_creators variable)"
4818
#: drizzled/drizzled_error_messages.h:870
4820
"You do not have the SUPER privilege and binary logging is enabled (you "
4821
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4824
#: drizzled/drizzled_error_messages.h:872
4826
"You can't execute a prepared statement which has an open cursor associated "
4827
"with it. Reset the statement to re-execute it."
4830
#: drizzled/drizzled_error_messages.h:874
4832
msgid "The statement (%lu) has no open cursor."
4835
#: drizzled/drizzled_error_messages.h:876
2922
4837
"Explicit or implicit commit is not allowed in stored function or trigger."
2925
#: ../drizzled/error.cc:445
4840
#: drizzled/drizzled_error_messages.h:878
4843
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4846
#: drizzled/drizzled_error_messages.h:880
4847
msgid "Recursive stored functions and triggers are not allowed."
4850
#: drizzled/drizzled_error_messages.h:882
2927
4852
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2930
#: ../drizzled/error.cc:446
4855
#: drizzled/drizzled_error_messages.h:884
2932
4857
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2935
#: ../drizzled/error.cc:447
4860
#: drizzled/drizzled_error_messages.h:886
2938
4863
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2942
#: ../drizzled/error.cc:448
4867
#: drizzled/drizzled_error_messages.h:888
4869
"You can't combine write-locking of system tables with other tables or lock "
4873
#: drizzled/drizzled_error_messages.h:890
4875
msgid "Unable to connect to foreign data source: %.64s"
4878
#: drizzled/drizzled_error_messages.h:892
4881
"There was a problem processing the query on the foreign data source. Data "
4882
"source error: %-.64s"
4885
#: drizzled/drizzled_error_messages.h:894
4888
"The foreign data source you are trying to reference does not exist. Data "
4889
"source error: %-.64s"
4892
#: drizzled/drizzled_error_messages.h:896
4895
"Can't create federated table. The data source connection string '%-.64s' is "
4896
"not in the correct format"
4899
#: drizzled/drizzled_error_messages.h:898
4901
msgid "The data source connection string '%-.64s' is not in the correct format"
4904
#: drizzled/drizzled_error_messages.h:900
4906
msgid "Can't create federated table. Foreign data src error: %-.64s"
4909
#: drizzled/drizzled_error_messages.h:902
2943
4910
msgid "Trigger in wrong schema"
2946
#: ../drizzled/error.cc:449
4913
#: drizzled/drizzled_error_messages.h:904
2949
4916
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2950
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2953
#: ../drizzled/error.cc:450
4917
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
4920
#: drizzled/drizzled_error_messages.h:906
4922
msgid "Routine body for '%-.100s' is too long"
4925
#: drizzled/drizzled_error_messages.h:908
4926
msgid "Cannot drop default keycache"
4929
#: drizzled/drizzled_error_messages.h:910
2955
4931
msgid "Display width out of range for column '%-.192s' (max = %d)"
2958
#: ../drizzled/error.cc:451
4934
#: drizzled/drizzled_error_messages.h:912
4935
msgid "XAER_DUPID: The XID already exists"
4938
#: drizzled/drizzled_error_messages.h:914
2960
4940
msgid "Datetime function: %-.32s field overflow"
2963
#: ../drizzled/error.cc:452
4943
#: drizzled/drizzled_error_messages.h:916
4946
"Can't update table '%-.192s' in stored function/trigger because it is "
4947
"already used by statement which invoked this stored function/trigger."
4950
#: drizzled/drizzled_error_messages.h:918
4953
"The definition of table '%-.192s' prevents operation %.192s on table "
4957
#: drizzled/drizzled_error_messages.h:920
4959
"The prepared statement contains a stored routine call that refers to that "
4960
"same statement. It's not allowed to execute a prepared statement in such a "
4964
#: drizzled/drizzled_error_messages.h:922
4965
msgid "Not allowed to set autocommit from a stored function or trigger"
4968
#: drizzled/drizzled_error_messages.h:924
4969
msgid "Definer is not fully qualified"
4972
#: drizzled/drizzled_error_messages.h:926
4975
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4976
"Current user is used as definer. Please recreate the view!"
4979
#: drizzled/drizzled_error_messages.h:928
4982
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4986
#: drizzled/drizzled_error_messages.h:930
4988
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4991
#: drizzled/drizzled_error_messages.h:932
4993
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4996
#: drizzled/drizzled_error_messages.h:934
2966
4999
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2969
#: ../drizzled/error.cc:453
5002
#: drizzled/drizzled_error_messages.h:936
2972
5005
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2975
#: ../drizzled/error.cc:454
2976
msgid "No data - zero rows fetched, selected, or processed"
2979
#: ../drizzled/error.cc:455
5008
#: drizzled/drizzled_error_messages.h:938
5010
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
5013
#: drizzled/drizzled_error_messages.h:940
5016
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
5017
"activated under the authorization of the invoker, which may have "
5018
"insufficient privileges. Please recreate the trigger."
5021
#: drizzled/drizzled_error_messages.h:942
5023
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
5026
#: drizzled/drizzled_error_messages.h:944
5029
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
5030
"exceeded for routine %.192s"
5033
#: drizzled/drizzled_error_messages.h:946
5036
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
5037
"contains bad data (internal code %d)"
5040
#: drizzled/drizzled_error_messages.h:948
5042
msgid "Incorrect routine name '%-.192s'"
5045
#: drizzled/drizzled_error_messages.h:950
2981
5047
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2984
#: ../drizzled/error.cc:456
5050
#: drizzled/drizzled_error_messages.h:952
5051
msgid "AGGREGATE is not supported for stored functions"
5054
#: drizzled/drizzled_error_messages.h:954
5057
"Can't create more than max_prepared_stmt_count statements (current value: %"
5061
#: drizzled/drizzled_error_messages.h:956
5063
msgid "`%-.192s`.`%-.192s` contains view recursion"
5066
#: drizzled/drizzled_error_messages.h:958
2986
5068
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2989
#: ../drizzled/error.cc:457
5071
#: drizzled/drizzled_error_messages.h:960
2990
5072
msgid "The used table type doesn't support SPATIAL indexes"
2993
#: ../drizzled/error.cc:458
5075
#: drizzled/drizzled_error_messages.h:962
5076
msgid "Triggers can not be created on system tables"
5079
#: drizzled/drizzled_error_messages.h:964
2995
5081
msgid "Leading spaces are removed from name '%s'"
2998
#: ../drizzled/error.cc:459
5084
#: drizzled/drizzled_error_messages.h:966
2999
5085
msgid "Failed to read auto-increment value from storage engine"
3002
#: ../drizzled/error.cc:460
5088
#: drizzled/drizzled_error_messages.h:968
5092
#: drizzled/drizzled_error_messages.h:970
5096
#: drizzled/drizzled_error_messages.h:972
3004
5098
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3007
#: ../drizzled/error.cc:461
5101
#: drizzled/drizzled_error_messages.h:974
5103
msgid "The target table %-.100s of the %s is not insertable-into"
5106
#: drizzled/drizzled_error_messages.h:976
5109
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
5112
#: drizzled/drizzled_error_messages.h:978
3008
5113
msgid "Too high level of nesting for select"
3011
#: ../drizzled/error.cc:462
5116
#: drizzled/drizzled_error_messages.h:980
3013
5118
msgid "Name '%-.64s' has become ''"
3016
#: ../drizzled/error.cc:463
5121
#: drizzled/drizzled_error_messages.h:982
3018
5123
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3019
5124
"optional and non-empty FIELDS ENCLOSED BY"
3022
#: ../drizzled/error.cc:464
5127
#: drizzled/drizzled_error_messages.h:984
5129
msgid "The foreign server, %s, you are trying to create already exists."
5132
#: drizzled/drizzled_error_messages.h:986
5135
"The foreign server name you are trying to reference does not exist. Data "
5136
"source error: %-.64s"
5139
#: drizzled/drizzled_error_messages.h:988
3025
5142
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3028
#: ../drizzled/error.cc:465
3030
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3033
#: ../drizzled/error.cc:466
5145
#: drizzled/drizzled_error_messages.h:990
5148
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
5152
#: drizzled/drizzled_error_messages.h:992
5154
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
5157
#: drizzled/drizzled_error_messages.h:994
5158
msgid "MAXVALUE can only be used in last partition definition"
5161
#: drizzled/drizzled_error_messages.h:996
5162
msgid "Subpartitions can only be hash partitions and by key"
5165
#: drizzled/drizzled_error_messages.h:998
5166
msgid "Must define subpartitions on all partitions if on one partition"
5169
#: drizzled/drizzled_error_messages.h:1000
5170
msgid "Wrong number of partitions defined, mismatch with previous setting"
5173
#: drizzled/drizzled_error_messages.h:1002
5174
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
5177
#: drizzled/drizzled_error_messages.h:1004
5178
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
5181
#: drizzled/drizzled_error_messages.h:1006
5182
msgid "Expression in RANGE/LIST VALUES must be constant"
5185
#: drizzled/drizzled_error_messages.h:1008
5186
msgid "Field in list of fields for partition function not found in table"
5189
#: drizzled/drizzled_error_messages.h:1010
5190
msgid "List of fields is only allowed in KEY partitions"
5193
#: drizzled/drizzled_error_messages.h:1012
5195
"The partition info in the frm file is not consistent with what can be "
5196
"written into the frm file"
5199
#: drizzled/drizzled_error_messages.h:1014
5201
msgid "The %-.192s function returns the wrong type"
5204
#: drizzled/drizzled_error_messages.h:1016
5206
msgid "For %-.64s partitions each partition must be defined"
5209
#: drizzled/drizzled_error_messages.h:1018
5210
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
5213
#: drizzled/drizzled_error_messages.h:1020
5214
msgid "VALUES value must be of same type as partition function"
5217
#: drizzled/drizzled_error_messages.h:1022
5218
msgid "Multiple definition of same constant in list partitioning"
5221
#: drizzled/drizzled_error_messages.h:1024
5222
msgid "Partitioning can not be used stand-alone in query"
5225
#: drizzled/drizzled_error_messages.h:1026
5227
"The mix of handlers in the partitions is not allowed in this version of MySQL"
5230
#: drizzled/drizzled_error_messages.h:1028
5232
msgid "For the partitioned engine it is necessary to define all %-.64s"
5235
#: drizzled/drizzled_error_messages.h:1030
5236
msgid "Too many partitions (including subpartitions) were defined"
5239
#: drizzled/drizzled_error_messages.h:1032
5241
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
5242
"partitioning for subpartitioning"
5245
#: drizzled/drizzled_error_messages.h:1034
5246
msgid "Failed to create specific handler file"
5249
#: drizzled/drizzled_error_messages.h:1036
5250
msgid "A BLOB field is not allowed in partition function"
5253
#: drizzled/drizzled_error_messages.h:1038
5255
msgid "A %-.192s must include all columns in the table's partitioning function"
5258
#: drizzled/drizzled_error_messages.h:1040
5260
msgid "Number of %-.64s = 0 is not an allowed value"
5263
#: drizzled/drizzled_error_messages.h:1042
5264
msgid "Partition management on a not partitioned table is not possible"
5267
#: drizzled/drizzled_error_messages.h:1044
5269
"Foreign key condition is not yet supported in conjunction with partitioning"
5272
#: drizzled/drizzled_error_messages.h:1046
5274
msgid "Error in list of partitions to %-.64s"
5277
#: drizzled/drizzled_error_messages.h:1048
5278
msgid "Cannot remove all partitions, use DROP TABLE instead"
5281
#: drizzled/drizzled_error_messages.h:1050
5282
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5285
#: drizzled/drizzled_error_messages.h:1052
5287
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
5291
#: drizzled/drizzled_error_messages.h:1054
5293
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
5294
"tables using HASH PARTITIONs"
5297
#: drizzled/drizzled_error_messages.h:1056
5299
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5302
#: drizzled/drizzled_error_messages.h:1058
5303
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5306
#: drizzled/drizzled_error_messages.h:1060
5307
msgid "At least one partition must be added"
5310
#: drizzled/drizzled_error_messages.h:1062
5311
msgid "At least one partition must be coalesced"
5314
#: drizzled/drizzled_error_messages.h:1064
5315
msgid "More partitions to reorganise than there are partitions"
5318
#: drizzled/drizzled_error_messages.h:1066
5320
msgid "Duplicate partition name %-.192s"
5323
#: drizzled/drizzled_error_messages.h:1068
5324
msgid "It is not allowed to shut off binlog on this command"
5327
#: drizzled/drizzled_error_messages.h:1070
5328
msgid "When reorganising a set of partitions they must be in consecutive order"
5331
#: drizzled/drizzled_error_messages.h:1072
5333
"Reorganize of range partitions cannot change total ranges except for last "
5334
"partition where it can extend the range"
5337
#: drizzled/drizzled_error_messages.h:1074
5338
msgid "Partition function not supported in this version for this handler"
5341
#: drizzled/drizzled_error_messages.h:1076
5342
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5345
#: drizzled/drizzled_error_messages.h:1078
5347
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5350
#: drizzled/drizzled_error_messages.h:1080
5352
msgid "Plugin '%-.192s' is not loaded"
5355
#: drizzled/drizzled_error_messages.h:1082
3035
5357
msgid "Incorrect %-.32s value: '%-.128s'"
3038
#: ../drizzled/error.cc:467
5360
#: drizzled/drizzled_error_messages.h:1084
3040
5362
msgid "Table has no partition for value %-.64s"
3043
#: ../drizzled/error.cc:468
5365
#: drizzled/drizzled_error_messages.h:1086
5367
msgid "It is not allowed to specify %s more than once"
5370
#: drizzled/drizzled_error_messages.h:1088
5371
#: drizzled/drizzled_error_messages.h:1224
5373
msgid "Failed to create %s"
5376
#: drizzled/drizzled_error_messages.h:1090
5377
#: drizzled/drizzled_error_messages.h:1114
5379
msgid "Failed to drop %s"
5382
#: drizzled/drizzled_error_messages.h:1092
5383
msgid "The handler doesn't support autoextend of tablespaces"
5386
#: drizzled/drizzled_error_messages.h:1094
5388
"A size parameter was incorrectly specified, either number or on the form 10M"
5391
#: drizzled/drizzled_error_messages.h:1096
5393
"The size number was correct but we don't allow the digit part to be more "
5397
#: drizzled/drizzled_error_messages.h:1098
5399
msgid "Failed to alter: %s"
5402
#: drizzled/drizzled_error_messages.h:1100
3044
5403
msgid "Writing one row to the row-based binary log failed"
3047
#: ../drizzled/error.cc:469
5406
#: drizzled/drizzled_error_messages.h:1102
5408
msgid "Table definition on master and slave does not match: %s"
5411
#: drizzled/drizzled_error_messages.h:1104
5413
"Slave running with --log-slave-updates must use row-based binary logging to "
5414
"be able to replicate row-based binary log events"
5417
#: drizzled/drizzled_error_messages.h:1106
5419
msgid "Event '%-.192s' already exists"
5422
#: drizzled/drizzled_error_messages.h:1108
5424
msgid "Failed to store event %s. Error code %d from storage engine."
5427
#: drizzled/drizzled_error_messages.h:1110
5429
msgid "Unknown event '%-.192s'"
5432
#: drizzled/drizzled_error_messages.h:1112
5434
msgid "Failed to alter event '%-.192s'"
5437
#: drizzled/drizzled_error_messages.h:1116
5438
msgid "INTERVAL is either not positive or too big"
5441
#: drizzled/drizzled_error_messages.h:1118
5442
msgid "ENDS is either invalid or before STARTS"
5445
#: drizzled/drizzled_error_messages.h:1120
5446
msgid "Event execution time is in the past. Event has been disabled"
5449
#: drizzled/drizzled_error_messages.h:1122
5450
msgid "Failed to open mysql.event"
5453
#: drizzled/drizzled_error_messages.h:1124
5454
msgid "No datetime expression provided"
5457
#: drizzled/drizzled_error_messages.h:1126
5460
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5461
"probably corrupted"
5464
#: drizzled/drizzled_error_messages.h:1128
5466
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5469
#: drizzled/drizzled_error_messages.h:1130
5470
msgid "Failed to delete the event from mysql.event"
5473
#: drizzled/drizzled_error_messages.h:1132
5474
msgid "Error during compilation of event's body"
5477
#: drizzled/drizzled_error_messages.h:1134
5478
msgid "Same old and new event name"
5481
#: drizzled/drizzled_error_messages.h:1136
5483
msgid "Data for column '%s' too long"
5486
#: drizzled/drizzled_error_messages.h:1138
3049
5488
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3052
#: ../drizzled/error.cc:470
5491
#: drizzled/drizzled_error_messages.h:1140
5494
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5498
#: drizzled/drizzled_error_messages.h:1142
5499
msgid "You can't write-lock a log table. Only read access is possible"
5502
#: drizzled/drizzled_error_messages.h:1144
5503
msgid "You can't use locks with log tables."
5506
#: drizzled/drizzled_error_messages.h:1146
3055
5509
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3056
5510
"d would lead to a duplicate entry"
3059
#: ../drizzled/error.cc:471
5513
#: drizzled/drizzled_error_messages.h:1148
5516
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5517
"%d, now running %d. Please use mysql_upgrade to fix this error."
5520
#: drizzled/drizzled_error_messages.h:1150
5522
"Cannot switch out of the row-based binary log format when the session has "
5523
"open temporary tables"
5526
#: drizzled/drizzled_error_messages.h:1152
5528
"Cannot change the binary logging format inside a stored function or trigger"
5531
#: drizzled/drizzled_error_messages.h:1154
5533
"The NDB cluster engine does not support changing the binlog format on the "
5537
#: drizzled/drizzled_error_messages.h:1156
5538
msgid "Cannot create temporary table with partitions"
5541
#: drizzled/drizzled_error_messages.h:1158
5542
msgid "Partition constant is out of partition function domain"
5545
#: drizzled/drizzled_error_messages.h:1160
5546
msgid "This partition function is not allowed"
5549
#: drizzled/drizzled_error_messages.h:1162
5550
msgid "Error in DDL log"
5553
#: drizzled/drizzled_error_messages.h:1164
5554
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5557
#: drizzled/drizzled_error_messages.h:1166
5558
msgid "Incorrect partition name"
5561
#: drizzled/drizzled_error_messages.h:1168
3061
5563
"Transaction isolation level can't be changed while a transaction is in "
3065
#: ../drizzled/error.cc:472
5567
#: drizzled/drizzled_error_messages.h:1170
5570
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5571
"'%-.192s' for key '%-.192s'"
5574
#: drizzled/drizzled_error_messages.h:1172
5576
msgid "Internal scheduler error %d"
5579
#: drizzled/drizzled_error_messages.h:1174
5581
msgid "Error during starting/stopping of the scheduler. Error code %u"
5584
#: drizzled/drizzled_error_messages.h:1176
5585
msgid "Engine cannot be used in partitioned tables"
5588
#: drizzled/drizzled_error_messages.h:1178
5590
msgid "Cannot activate '%-.64s' log"
5593
#: drizzled/drizzled_error_messages.h:1180
5594
msgid "The server was not built with row-based replication"
5597
#: drizzled/drizzled_error_messages.h:1182
5598
msgid "Decoding of base64 string failed"
5601
#: drizzled/drizzled_error_messages.h:1184
5602
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5605
#: drizzled/drizzled_error_messages.h:1186
5607
"Cannot proceed because system tables used by Event Scheduler were found "
5608
"damaged at server start"
5611
#: drizzled/drizzled_error_messages.h:1188
5612
msgid "Only integers allowed as number here"
5615
#: drizzled/drizzled_error_messages.h:1190
5616
msgid "This storage engine cannot be used for log tables"
5619
#: drizzled/drizzled_error_messages.h:1192
5621
msgid "You cannot '%s' a log table if logging is enabled"
5624
#: drizzled/drizzled_error_messages.h:1194
5627
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5628
"rename two tables: the log table to an archive table and another table back "
5632
#: drizzled/drizzled_error_messages.h:1196
3067
5634
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3070
#: ../drizzled/error.cc:473
5637
#: drizzled/drizzled_error_messages.h:1198
3072
5639
msgid "Incorrect parameters in the call to native function '%-.192s'"
3075
#: ../drizzled/error.cc:474
5642
#: drizzled/drizzled_error_messages.h:1200
5644
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5647
#: drizzled/drizzled_error_messages.h:1202
5649
msgid "This function '%-.192s' has the same name as a native function"
5652
#: drizzled/drizzled_error_messages.h:1204
3077
5654
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3080
#: ../drizzled/error.cc:475
5657
#: drizzled/drizzled_error_messages.h:1206
5658
msgid "Too many files opened, please execute the command again"
5661
#: drizzled/drizzled_error_messages.h:1208
5662
#: drizzled/drizzled_error_messages.h:1210
5664
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5665
"The event was dropped immediately after creation."
5668
#: drizzled/drizzled_error_messages.h:1212
5670
msgid "The incident %s occured on the master. Message: %-.64s"
5673
#: drizzled/drizzled_error_messages.h:1214
5674
msgid "Table has no partition for some existing values"
5677
#: drizzled/drizzled_error_messages.h:1216
5678
msgid "Statement is not safe to log in statement format."
5681
#: drizzled/drizzled_error_messages.h:1218
5683
msgid "Fatal error: %s"
5686
#: drizzled/drizzled_error_messages.h:1220
5688
msgid "Relay log read failure: %s"
5691
#: drizzled/drizzled_error_messages.h:1222
5693
msgid "Relay log write failure: %s"
5696
#: drizzled/drizzled_error_messages.h:1226
5698
msgid "Master command %s failed: %s"
5701
#: drizzled/drizzled_error_messages.h:1228
5703
msgid "Binary logging not possible. Message: %s"
5706
#: drizzled/drizzled_error_messages.h:1230
5708
msgid "View `%-.64s`.`%-.64s` has no creation context"
5711
#: drizzled/drizzled_error_messages.h:1232
5713
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5716
#: drizzled/drizzled_error_messages.h:1234
5718
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5721
#: drizzled/drizzled_error_messages.h:1236
5723
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5726
#: drizzled/drizzled_error_messages.h:1238
5728
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5731
#: drizzled/drizzled_error_messages.h:1240
5733
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5736
#: drizzled/drizzled_error_messages.h:1242
5738
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5741
#: drizzled/drizzled_error_messages.h:1244
5743
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5746
#: drizzled/drizzled_error_messages.h:1246
5748
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5751
#: drizzled/drizzled_error_messages.h:1248
5753
msgid "Ambiguous slave modes combination. %s"
5756
#: drizzled/drizzled_error_messages.h:1250
5759
"The BINLOG statement of type `%s` was not preceded by a format description "
5763
#: drizzled/drizzled_error_messages.h:1252
5764
msgid "Corrupted replication event was detected"
5767
#: drizzled/drizzled_error_messages.h:1254
3082
5769
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3085
#: ../drizzled/error.cc:477
3087
msgid "Received an invalid datetime value '%s'."
3090
#: ../drizzled/error.cc:478
3092
msgid "Received an invalid DATE value '%s'."
3095
#: ../drizzled/error.cc:479
3097
msgid "Received a NULL argument for function '%s'."
3100
#: ../drizzled/error.cc:480
3102
msgid "Received an invalid timestamp value '%s'."
3105
#: ../drizzled/error.cc:481
3107
msgid "Received an invalid TIME value '%s'."
3110
#: ../drizzled/error.cc:482
3112
msgid "Received an invalid value '%s' for a UNIX timestamp."
3115
#: ../drizzled/error.cc:484
3117
msgid "Received an out-of-range argument '%s' for function '%s'."
3120
#: ../drizzled/error.cc:485
3122
msgid "Received an invalid enum value '%s'."
3125
#: ../drizzled/error.cc:486
3126
msgid "Tables which are replicated require a primary key."
3129
#: ../drizzled/error.cc:488
3131
msgid "Corrupt or invalid schema definition for '%s' : %s"
3134
#: ../drizzled/error.cc:489
3136
msgid "Corrupt or invalid table definition for '%s': %s"
3139
#: ../drizzled/error.cc:490
3141
msgid "The number of enum that were required was too high for table '%s'"
3144
#: ../drizzled/error.cc:491
3146
msgid "Corrupt or invalid table definition for '%s'"
3149
#: ../drizzled/error.cc:492
3151
msgid "Collation '%s' for table %s is invalid/unknown"
3154
#: ../drizzled/error.cc:494
3156
msgid "Cannot drop table '%s'"
3159
#: ../drizzled/error.cc:495
3161
msgid "Error occurred while dropping table '%s'"
3164
#: ../drizzled/error.cc:496
3166
msgid "Permission denied to create '%s'"
3169
#: ../drizzled/error.cc:497
3171
msgid "Unknown table '%s'"
3174
#: ../drizzled/error.cc:499
3176
msgid "Cannot create schema '%s'"
3179
#: ../drizzled/error.cc:500
3181
msgid "Schema does not exist: %s"
3184
#: ../drizzled/error.cc:501
3186
msgid "Error altering schema: %s"
3189
#: ../drizzled/error.cc:502
3191
msgid "Error droppping Schema : %s"
3194
#: ../drizzled/error.cc:504
3195
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3198
#: ../drizzled/error.cc:505
3200
msgid "Unknown table engine option key/pair %s = %s."
3203
#: ../drizzled/error.cc:506
3205
msgid "Unknown schema engine option key/pair %s = %s."
3208
#: ../drizzled/error.cc:508
3209
msgid "Admin access not allowed from this username/IP address."
3212
#. User lock/barrier error messages
3213
#: ../drizzled/error.cc:511
3214
msgid "wait() can not be called on session owning user defined barrier."
3217
#: ../drizzled/error.cc:512
3218
msgid "Unknown user defined barrier requested."
3221
#: ../drizzled/error.cc:513
3222
msgid "Session does not own user defined barrier."
3225
#: ../drizzled/error.cc:514
3226
msgid "Session can not wait on a user defined lock owned by the session."
3229
#: ../drizzled/error.cc:515
3230
msgid "Session does not own user defined lock."
3233
#: ../drizzled/error.cc:517
3234
msgid "Invalid name for user defined barrier."
3237
#: ../drizzled/error.cc:518
3238
msgid "Invalid name for user defined lock."
3241
#: ../drizzled/error.cc:520
3243
"Either a DEFAULt value or NULL NULL description is required for a new column "
3244
"if table is not empty"
3248
#: ../drizzled/error.cc:523
3251
"Cast to unsigned converted negative integer to it's positive complement: %s"
3254
#: ../drizzled/error.cc:524
3256
msgid "Invalid cast to signed integer: %s"
3259
#: ../drizzled/error.cc:526
3261
msgid "Identifier '%.*s' is a SQL keyword."
3264
#: ../drizzled/error.cc:529
3266
msgid "Can't unlock file (Errcode: %d)"
3269
#: ../drizzled/error.cc:530
3271
msgid "Can't change size of file (Errcode: %d)"
3274
#: ../drizzled/error.cc:531
3276
msgid "Can't open stream from handle (Errcode: %d)"
3279
#: ../drizzled/error.cc:532
3281
msgid "Warning: '%s' had %d links"
3284
#: ../drizzled/error.cc:533
3286
msgid "Warning: %d files and %d streams is left open\n"
3289
#: ../drizzled/error.cc:534
3291
msgid "Can't create directory '%s' (Errcode: %d)"
3294
#: ../drizzled/error.cc:535
3297
"Character set '%s' is not a compiled character set and is not specified in "
3301
#: ../drizzled/error.cc:536
3303
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3306
#: ../drizzled/error.cc:537
3308
msgid "Can't read value for symlink '%s' (Error %d)"
3311
#: ../drizzled/error.cc:538
3313
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3316
#: ../drizzled/error.cc:539
3318
msgid "Error on realpath() on '%s' (Error %d)"
3321
#: ../drizzled/error.cc:540
3323
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3326
#: ../drizzled/error.cc:541
3329
"Collation '%s' is not a compiled collation and is not specified in the %s "
3333
#: ../drizzled/error.cc:542
3335
msgid "File '%s' (fileno: %d) was not closed"
3339
#: ../drizzled/error.cc:545
3340
msgid "Received an invalid UUID value"
3343
#: ../drizzled/error.cc:546
3344
msgid "The UUID was not created with a valid time"
3348
#: ../drizzled/error.cc:549
3350
msgid "Received an invalid BOOLEAN value '%s'."
3353
#: ../drizzled/error.cc:550
3355
msgid "Invalid cast to BOOLEAN: '%s'."
3358
#. Transactional DDL
3359
#: ../drizzled/error.cc:553
3360
msgid "Transactional DDL not supported"
3364
#: ../drizzled/error.cc:555
3366
msgid "Assertion '%s' failed."
3369
#: ../drizzled/error.cc:556
3371
msgid "Assertion '%s' failed, the result was NULL."
3374
#. Catalog related errors
3375
#: ../drizzled/error.cc:574
3377
msgid "Cannot create catalog '%s'."
3380
#: ../drizzled/error.cc:575
3382
msgid "Permission is denied to create '%s' catalog."
3385
#: ../drizzled/error.cc:576
3387
msgid "Cannot drop catalog '%s'."
3390
#: ../drizzled/error.cc:577
3392
msgid "Permission is denied to drop '%s' catalog."
3395
#: ../drizzled/error.cc:578
3397
msgid "Catalog '%s' does not exist."
3400
#: ../drizzled/error.cc:579
3401
msgid "You cannot drop the 'local' catalog."
3404
#: ../drizzled/error.cc:580
3406
msgid "Could not gain lock on '%s'."
3409
#: ../drizzled/error.cc:581
3411
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3414
#: ../drizzled/error.cc:582
3415
msgid "Invalid catalog name."
3418
#: ../drizzled/error.cc:583
3420
"Engine status is now stored in the data_dictionary tables, please use these "
3424
#: ../drizzled/identifier/catalog.cc:56
3426
"Catalog name cannot be encoded and fit within filesystem name length "
3430
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:221
3432
"Schema name cannot be encoded and fit within filesystem name length "
3436
#: ../drizzled/identifier/table.cc:238
3438
"Table name cannot be encoded and fit within filesystem name length "
3444
#. * Since clients still use this code, we use fprintf here.
3445
#. * This fprintf needs to be turned into errmsg_printf
3446
#. * as soon as the client programs no longer use mysys
3447
#. * and can use the pluggable error message system.
3449
#: ../drizzled/internal/default.cc:687
3451
msgid "error: could not open directory: %s\n"
3454
#: ../drizzled/main.cc:169
3456
"setrlimit could not change the size of core files to 'infinity'; We may not "
3457
"be able to generate a core file on signals"
3460
#: ../drizzled/main.cc:269
3462
msgid "Data directory %s does not exist\n"
3465
#: ../drizzled/main.cc:280
3467
msgid "Local catalog %s/local does not exist\n"
3470
#: ../drizzled/main.cc:303 ../plugin/multi_thread/multi_thread.cc:84
3471
msgid "Drizzle has receieved an abort event."
3474
#: ../drizzled/main.cc:304 ../plugin/multi_thread/multi_thread.cc:85
3475
msgid "In Function: "
3478
#: ../drizzled/main.cc:305 ../plugin/multi_thread/multi_thread.cc:86
3482
#: ../drizzled/main.cc:306 ../plugin/multi_thread/multi_thread.cc:87
3486
#: ../drizzled/message/transaction_writer.cc:365
3488
msgid "Usage: %s TRANSACTION_LOG\n"
3491
#: ../drizzled/message/transaction_writer.cc:371
3493
msgid "Cannot open file: %s\n"
3496
#: ../drizzled/module/library.cc:149
3499
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3500
"the current running version of Drizzle: %<PRIu64>."
3503
#: ../drizzled/module/loader.cc:177
3506
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3510
#: ../drizzled/module/loader.cc:224
3512
msgid "Plugin '%s' init function returned error.\n"
3515
#: ../drizzled/module/loader.cc:463
3517
msgid "Couldn't load plugin library named '%s'.\n"
3520
#: ../drizzled/module/loader.cc:473
3522
msgid "Couldn't load plugin named '%s'.\n"
3525
#: ../drizzled/module/registry.cc:176
3528
"Couldn't process plugin module dependencies. %s depends on %s but %s is not "
3532
#: ../drizzled/module/registry.h:117
3534
msgid "Loading plugin %s failed: a %s plugin by that name already exists.\n"
3537
#: ../drizzled/module/registry.h:131
3539
msgid "Fatal error: Failed initializing %s::%s plugin.\n"
3542
#: ../drizzled/option.cc:84
3546
#: ../drizzled/option.cc:86
3550
#: ../drizzled/option.cc:337
3552
msgid "%s: %s: Option '%s' used, but is disabled\n"
3555
#: ../drizzled/option.cc:339
3559
#: ../drizzled/option.cc:441
3561
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3564
#: ../drizzled/option.cc:769
3566
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3569
#: ../drizzled/option.cc:962
3571
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3574
#: ../drizzled/option.cc:1194
3576
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3579
#: ../drizzled/option.cc:1214
3583
"Variables (--variable-name=value)\n"
3584
"and boolean options {false|true} Value (after reading options)\n"
3585
"--------------------------------- -----------------------------\n"
3588
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3589
msgid "(No default value)"
3592
#: ../drizzled/option.cc:1249
3596
#: ../drizzled/option.cc:1249
3600
#: ../drizzled/option.cc:1282
3602
msgid "(Disabled)\n"
3605
#: ../drizzled/plugin/error_message.cc:81
3607
msgid "errmsg plugin '%s' errmsg() failed"
3610
#: ../drizzled/plugin/event_observer.cc:133
3613
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3614
"'%s' from EventObserver plugin '%s'"
3617
#: ../drizzled/plugin/event_observer.cc:200
3619
"EventObserver::registerTableEvents(): Table already has events registered on "
3620
"it: probable programming error."
3623
#: ../drizzled/plugin/event_observer.cc:335
3625
"EventObserver::registerSessionEvents(): Session already has events "
3626
"registered on it: probable programming error."
3629
#: ../drizzled/plugin/event_observer.cc:387
3631
msgid "EventIterate event handler '%s' failed for event '%s'"
3634
#: ../drizzled/plugin/function.cc:47 ../drizzled/plugin/function.cc:55
3636
msgid "A function named %s already exists!\n"
3639
#: ../drizzled/plugin/function.cc:65
3640
msgid "Could not add Function!\n"
3643
#: ../drizzled/plugin/listen.cc:67
3644
msgid "Error getting file descriptors"
3647
#: ../drizzled/plugin/listen.cc:85
3648
msgid "No sockets could be bound for listening"
3651
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:343
3653
msgid "pipe() failed with errno %d"
3656
#: ../drizzled/plugin/listen.cc:120
3658
msgid "poll() failed with errno %d"
3661
#: ../drizzled/plugin/listen_tcp.cc:59
3663
msgid "accept() failed with errno %d"
3666
#: ../drizzled/plugin/listen_tcp.cc:95
3668
msgid "getaddrinfo() failed with error %s"
3671
#: ../drizzled/plugin/listen_tcp.cc:127
3673
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3676
#: ../drizzled/plugin/listen_tcp.cc:138
3678
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3681
#: ../drizzled/plugin/listen_tcp.cc:147
3683
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3686
#: ../drizzled/plugin/listen_tcp.cc:156
3688
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3691
#: ../drizzled/plugin/listen_tcp.cc:165
3693
msgid "setsockopt(SO_LINGER) failed with errno %d"
3696
#: ../drizzled/plugin/listen_tcp.cc:174
3698
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3701
#: ../drizzled/plugin/listen_tcp.cc:195
3703
msgid "Retrying bind() on %u\n"
3706
#: ../drizzled/plugin/listen_tcp.cc:202
3708
msgid "bind() failed with errno: %d\n"
3711
#: ../drizzled/plugin/listen_tcp.cc:205
3712
msgid "Do you already have another drizzled running?\n"
3715
#: ../drizzled/plugin/listen_tcp.cc:212
3717
msgid "listen() failed with errno %d\n"
3720
#: ../drizzled/plugin/listen_tcp.cc:218
3722
msgid "Listening on %s:%s\n"
3725
#: ../drizzled/plugin/logging.cc:65
3727
msgid "logging '%s' pre() failed"
3730
#: ../drizzled/plugin/logging.cc:90
3732
msgid "logging '%s' post() failed"
3735
#: ../drizzled/plugin/logging.cc:114
3737
msgid "logging '%s' postEnd() failed"
3740
#: ../drizzled/plugin/logging.cc:137
3742
msgid "logging '%s' resetCurrentScoreboard() failed"
3745
#: ../drizzled/plugin/scheduler.cc:62
3748
"Attempted to register a scheduler %s, but a scheduler has already been "
3749
"registered with that name.\n"
3752
#: ../drizzled/plugin/scheduler.cc:99
3754
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3757
#: ../drizzled/plugin/schema_engine.cc:131
3759
msgid "Error while loading database options: '%s':"
3762
#: ../drizzled/plugin/xa_resource_manager.cc:115
3764
msgid "Found %d prepared transaction(s) in resource manager."
3767
#: ../drizzled/plugin/xa_resource_manager.cc:182
5772
#: drizzled/drizzled_error_messages.h:1256
5774
msgid "Being purged log %s was not found"
5777
#: drizzled/drizzled_error_messages.h:1258
5779
msgid "Converted to non-transactional lock on '%-.64s'"
5782
#: drizzled/drizzled_error_messages.h:1260
5784
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5787
#: drizzled/drizzled_error_messages.h:1262
5790
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5793
#: drizzled/drizzled_error_messages.h:1264
5795
msgid "Can't access storage engine of table %-.64s"
5798
#: drizzled/drizzled_error_messages.h:1266
5799
msgid "Starting backup process"
5802
#: drizzled/drizzled_error_messages.h:1268
5803
msgid "Backup completed"
5806
#: drizzled/drizzled_error_messages.h:1270
5807
msgid "Starting restore process"
5810
#: drizzled/drizzled_error_messages.h:1272
5811
msgid "Restore completed"
5814
#: drizzled/drizzled_error_messages.h:1274
5815
msgid "Nothing to backup"
5818
#: drizzled/drizzled_error_messages.h:1276
5820
msgid "Database '%-.64s' cannot be included in a backup"
5823
#: drizzled/drizzled_error_messages.h:1278
5825
"Error during backup operation - server's error log contains more information "
5829
#: drizzled/drizzled_error_messages.h:1280
5831
"Error during restore operation - server's error log contains more "
5832
"information about the error"
5835
#: drizzled/drizzled_error_messages.h:1282
5837
"Can't execute this command because another BACKUP/RESTORE operation is in "
5841
#: drizzled/drizzled_error_messages.h:1284
5842
msgid "Error when preparing for backup operation"
5845
#: drizzled/drizzled_error_messages.h:1286
5846
msgid "Error when preparing for restore operation"
5849
#: drizzled/drizzled_error_messages.h:1288
5851
msgid "Invalid backup location '%-.64s'"
5854
#: drizzled/drizzled_error_messages.h:1290
5856
msgid "Can't read backup location '%-.64s'"
5859
#: drizzled/drizzled_error_messages.h:1292
5861
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5864
#: drizzled/drizzled_error_messages.h:1294
5865
msgid "Can't enumerate server databases"
5868
#: drizzled/drizzled_error_messages.h:1296
5869
msgid "Can't enumerate server tables"
5872
#: drizzled/drizzled_error_messages.h:1298
5874
msgid "Can't enumerate tables in database %-.64s"
5877
#: drizzled/drizzled_error_messages.h:1300
5879
msgid "Skipping view %-.64s in database %-.64s"
5882
#: drizzled/drizzled_error_messages.h:1302
5884
msgid "Skipping table %-.64s since it has no valid storage engine"
5887
#: drizzled/drizzled_error_messages.h:1304
5889
msgid "Can't open table %-.64s"
5892
#: drizzled/drizzled_error_messages.h:1306
5893
msgid "Can't read backup archive preamble"
5896
#: drizzled/drizzled_error_messages.h:1308
5897
msgid "Can't write backup archive preamble"
5900
#: drizzled/drizzled_error_messages.h:1310
5902
msgid "Can't find backup driver for table %-.64s"
5905
#: drizzled/drizzled_error_messages.h:1312
5908
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5912
#: drizzled/drizzled_error_messages.h:1314
5914
msgid "Can't create %-.64s backup driver"
5917
#: drizzled/drizzled_error_messages.h:1316
5919
msgid "Can't create %-.64s restore driver"
5922
#: drizzled/drizzled_error_messages.h:1318
5924
msgid "Found %d images in backup archive but maximum %d are supported"
5927
#: drizzled/drizzled_error_messages.h:1320
5929
msgid "Error when saving meta-data of %-.64s"
5932
#: drizzled/drizzled_error_messages.h:1322
5933
msgid "Error when reading meta-data list"
5936
#: drizzled/drizzled_error_messages.h:1324
5938
msgid "Can't create %-.64s"
5941
#: drizzled/drizzled_error_messages.h:1326
5942
msgid "Can't allocate buffer for image data transfer"
5945
#: drizzled/drizzled_error_messages.h:1328
5947
msgid "Error when writing %-.64s backup image data (for table #%d)"
5950
#: drizzled/drizzled_error_messages.h:1330
5951
msgid "Error when reading data from backup stream"
5954
#: drizzled/drizzled_error_messages.h:1332
5955
msgid "Can't go to the next chunk in backup stream"
5958
#: drizzled/drizzled_error_messages.h:1334
5960
msgid "Can't initialize %-.64s backup driver"
5963
#: drizzled/drizzled_error_messages.h:1336
5965
msgid "Can't initialize %-.64s restore driver"
5968
#: drizzled/drizzled_error_messages.h:1338
5970
msgid "Can't shut down %-.64s backup driver"
5973
#: drizzled/drizzled_error_messages.h:1340
5975
msgid "Can't shut down %-.64s backup driver(s)"
5978
#: drizzled/drizzled_error_messages.h:1342
5980
msgid "%-.64s backup driver can't prepare for synchronization"
5983
#: drizzled/drizzled_error_messages.h:1344
5985
msgid "%-.64s backup driver can't create its image validity point"
5988
#: drizzled/drizzled_error_messages.h:1346
5990
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5993
#: drizzled/drizzled_error_messages.h:1348
5995
msgid "%-.64s backup driver can't cancel its backup operation"
5998
#: drizzled/drizzled_error_messages.h:1350
6000
msgid "%-.64s restore driver can't cancel its restore operation"
6003
#: drizzled/drizzled_error_messages.h:1352
6005
msgid "Error when polling %-.64s backup driver for its image data"
6008
#: drizzled/drizzled_error_messages.h:1354
6010
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
6013
#: drizzled/drizzled_error_messages.h:1356
6016
"After %d attempts %-.64s restore driver still can't accept next block of data"
6019
#: drizzled/drizzled_error_messages.h:1358
6021
msgid "Open and lock tables failed in %-.64s"
6024
#: drizzled/drizzled_error_messages.h:1360
6025
msgid "Backup driver's table locking thread can not be initialized."
6028
#: drizzled/drizzled_error_messages.h:1362
6030
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
6031
"and 'mysql.online_backup_progress'."
6034
#: drizzled/drizzled_error_messages.h:1364
6036
msgid "Tablespace '%-.192s' already exists"
6039
#: drizzled/drizzled_error_messages.h:1366
6041
msgid "Tablespace '%-.192s' doesn't exist"
6044
#: drizzled/drizzled_error_messages.h:1368
6046
msgid "Unexpected master's heartbeat data: %s"
6049
#: drizzled/drizzled_error_messages.h:1370
6051
msgid "The requested value for the heartbeat period %s %s"
6054
#: drizzled/drizzled_error_messages.h:1372
6056
msgid "Can't write to the online backup progress log %-.64s."
6059
#: drizzled/drizzled_error_messages.h:1374
6061
msgid "Tablespace '%-.192s' not empty"
6064
#: drizzled/drizzled_error_messages.h:1376
6067
"Tablespace `%-.64s` needed by tables being restored has changed on the "
6068
"server. The original definition of the required tablespace is '%-.256s' "
6069
"while the same tablespace is defined on the server as '%-.256s'"
6072
#: drizzled/handler.cc:390
6073
msgid "Too many storage engines!"
6076
#: drizzled/handler.cc:394
6078
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
6081
#: drizzled/handler.cc:1278
6083
msgid "Found %d prepared transaction(s) in %s"
6086
#: drizzled/handler.cc:1330
3768
6087
msgid "Starting crash recovery..."
3771
#: ../drizzled/plugin/xa_resource_manager.cc:192
6090
#: drizzled/handler.cc:1362
3773
6092
msgid "Found %d prepared XA transactions"
3776
#: ../drizzled/plugin/xa_resource_manager.cc:197
6095
#: drizzled/handler.cc:1366
3779
6098
"Found %d prepared transactions! It means that drizzled was not shut down "
3782
6101
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3785
#: ../drizzled/plugin/xa_resource_manager.cc:207
6104
#: drizzled/handler.cc:1376
3786
6105
msgid "Crash recovery finished."
3789
#: ../drizzled/replication_services.cc:94
3791
"You registered a TransactionApplier plugin but no TransactionReplicator "
3792
"plugins were registered.\n"
3795
#: ../drizzled/replication_services.cc:125
3798
"You registered a TransactionApplier plugin but no TransactionReplicator "
3799
"plugins were registered that match the requested replicator name of '%s'.\n"
3800
"We have deactivated the TransactionApplier '%s'.\n"
3803
#: ../drizzled/session.cc:1990 ../drizzled/session.cc:2009
6108
#: drizzled/log.cc:1072
6109
msgid "I/O error reading the header from the binary log"
6112
#: drizzled/log.cc:1079
6114
"Binlog has bad magic number; It's not a binary log file that can be used by "
6115
"this version of Drizzle"
6118
#: drizzled/log.cc:1094
6120
msgid "Failed to open log (file '%s', errno %d)"
6123
#: drizzled/log.cc:1096 drizzled/log.cc:1104
6124
msgid "Could not open log file"
6127
#: drizzled/log.cc:1102
6129
msgid "Failed to create a cache on log (file '%s')"
6132
#: drizzled/log.cc:1256 drizzled/log.cc:1904
6135
"Could not use %s for logging (error %d). Turning logging off for the whole "
6136
"duration of the Drizzle server process. To turn it on again: fix the cause, "
6137
"shutdown the Drizzle server and restart it."
6140
#: drizzled/log.cc:2173 drizzled/log.cc:2204 drizzled/log.cc:2456
6141
#: drizzled/log.cc:2580
6143
msgid "Failed to delete file '%s'"
6146
#: drizzled/log.cc:2182 drizzled/log.cc:2464 drizzled/log.cc:2588
6149
"a problem with deleting %s; consider examining correspondence of your binlog "
6150
"index file to the actual binlog files"
6153
#: drizzled/log.cc:2310
6155
msgid "next log error: %d offset: %s log: %s included: %d"
6158
#: drizzled/log.cc:2422 drizzled/log.cc:2548
6160
msgid "Failed to execute stat() on file '%s'"
6163
#: drizzled/log.cc:2433 drizzled/log.cc:2559
6166
"a problem with getting info on being purged %s; consider examining "
6167
"correspondence of your binlog index file to the actual binlog files"
6170
#: drizzled/log.cc:4055 drizzled/log.cc:4548
6172
msgid "Recovering after a crash using %s"
6175
#: drizzled/log.cc:4058
6177
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
6180
#: drizzled/log.cc:4395
6181
msgid "Bad magic header in tc log"
6184
#: drizzled/log.cc:4405
6187
"Recovery failed! You must enable exactly %d storage engines that support two-"
6188
"phase commit protocol"
6191
#: drizzled/log.cc:4433
6193
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6194
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
6195
"heuristic-recover={commit|rollback}"
6198
#: drizzled/log.cc:4463
6199
msgid "Heuristic crash recovery mode"
6202
#: drizzled/log.cc:4465
6203
msgid "Heuristic crash recovery failed"
6206
#: drizzled/log.cc:4466
6207
msgid "Please restart mysqld without --tc-heuristic-recover"
6210
#: drizzled/log.cc:4510 drizzled/log.cc:4534
6212
msgid "find_log_pos() failed (error: %d)"
6215
#: drizzled/log.cc:4647
6217
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6218
"of memory error) and restart, or delete (or rename) binary log and start "
6219
"mysqld with --tc-heuristic-recover={commit|rollback}"
6222
#: drizzled/log_event.cc:990
6225
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
6228
#: drizzled/log_event.cc:3693
6231
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6232
"produced %ld warning(s). Default database: '%s'"
6235
#: drizzled/log_event.cc:4731
6236
msgid "Out of memory while recording slave event"
6239
#: drizzled/rpl_mi.cc:148
6241
msgid "Failed to create a new master info file (file '%s', errno %d)"
6244
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
6246
msgid "Failed to create a cache on master info file (file '%s')"
6249
#: drizzled/rpl_mi.cc:170
6251
msgid "Failed to open the existing master info file (file '%s', errno %d)"
6254
#: drizzled/rpl_mi.cc:276
6257
"SSL information in the master info file ('%s') are ignored because this "
6258
"MySQL slave was compiled without SSL support."
6261
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2151
6262
msgid "Failed to flush master info file"
6265
#: drizzled/rpl_mi.cc:305
6266
msgid "Error reading master configuration"
6269
#: drizzled/rpl_reporting.cc:43
6271
msgid "Slave %s: %s%s Error_code: %d"
6274
#: drizzled/rpl_rli.cc:134
6277
"Neither --relay-log nor --relay-log-index were used; so replication may "
6278
"break when this MySQL server acts as a slave and has his hostname changed!! "
6279
"Please use '--relay-log=%s' to avoid this problem."
6282
#: drizzled/rpl_rli.cc:151
6283
msgid "Failed in open_log() called from init_relay_log_info()"
6286
#: drizzled/rpl_rli.cc:168
6288
msgid "Failed to create a new relay log info file ( file '%s', errno %d)"
6291
#: drizzled/rpl_rli.cc:176 drizzled/rpl_rli.cc:210
6293
msgid "Failed to create a cache on relay log info file '%s'"
6296
#: drizzled/rpl_rli.cc:186
6297
msgid "Failed to open the relay log 'FIRST' (relay_log_pos 4)"
6300
#: drizzled/rpl_rli.cc:202
6302
msgid "Failed to open the existing relay log info file '%s' (errno %d)"
6305
#: drizzled/rpl_rli.cc:253
6307
msgid "Failed to open the relay log '%s' (relay_log_pos %s)"
6310
#: drizzled/rpl_rli.cc:268
6311
msgid "Failed to flush relay log info file"
6314
#: drizzled/rpl_rli.cc:271
6315
msgid "Error counting relay log space"
6318
#: drizzled/rpl_rli.cc:295
6320
msgid "log %s listed in the index, but failed to stat"
6323
#: drizzled/rpl_rli.cc:310
6324
msgid "Could not find first log while counting relay log space"
6327
#: drizzled/rpl_rli.cc:967
6328
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6331
#: drizzled/rpl_utility.cc:122
6333
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6336
#: drizzled/rpl_utility.cc:137
6339
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6340
"Master's column size should be <= the slave's column size."
6343
#: drizzled/scheduler.cc:121
6344
msgid "Memory allocation error in thd_scheduler::init\n"
6347
#: drizzled/scheduler.cc:212
6348
msgid "init_pipe(thd_add_pipe) error in libevent_init\n"
6351
#: drizzled/scheduler.cc:218
6352
msgid "init_pipe(thd_kill_pipe) error in libevent_init\n"
6355
#: drizzled/scheduler.cc:230
6356
msgid "thd_add_event event_add error in libevent_init\n"
6359
#: drizzled/scheduler.cc:246
6361
msgid "Can't create completion port thread (error %d)"
6364
#: drizzled/scheduler.cc:359
6365
msgid "event_add error in libevent_add_thd_callback\n"
6368
#: drizzled/scheduler.cc:385
6369
msgid "Scheduler init error in libevent_add_new_connection\n"
6372
#: drizzled/scheduler.cc:467
6373
msgid "libevent_thread_proc: my_thread_init() failed\n"
6376
#: drizzled/set_var.cc:898
6377
msgid "Ambiguous slave modes combination. STRICT will be used"
6380
#: drizzled/slave.cc:89
6381
msgid "Waiting to reconnect after a failed registration on master"
6384
#: drizzled/slave.cc:90
6386
"Slave I/O thread killed while waitnig to reconnect after a failed "
6387
"registration on master"
6390
#: drizzled/slave.cc:92
6391
msgid "Reconnecting after a failed registration on master"
6394
#: drizzled/slave.cc:93
6397
"failed registering on master, reconnecting to try again, log '%s' at postion "
6401
#: drizzled/slave.cc:96 drizzled/slave.cc:105
6402
msgid "Slave I/O thread killed during or after reconnect"
6405
#: drizzled/slave.cc:99
6406
msgid "Waiting to reconnect after a failed binlog dump request"
6409
#: drizzled/slave.cc:100
6410
msgid "Slave I/O thread killed while retrying master dump"
6413
#: drizzled/slave.cc:101
6414
msgid "Reconnecting after a failed binlog dump request"
6417
#: drizzled/slave.cc:102
6419
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6422
#: drizzled/slave.cc:108
6423
msgid "Waiting to reconnect after a failed master event read"
6426
#: drizzled/slave.cc:109
6427
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6430
#: drizzled/slave.cc:111
6431
msgid "Reconnecting after a failed master event read"
6434
#: drizzled/slave.cc:112
6437
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6441
#: drizzled/slave.cc:115
6443
"Slave I/O thread killed during or after a reconnect done to recover from "
6447
#: drizzled/slave.cc:229
6448
msgid "Failed to allocate memory for the master info structure"
6451
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
6452
msgid "Failed to initialize the master info structure"
6455
#: drizzled/slave.cc:251
6456
msgid "Failed to create slave threads"
6459
#: drizzled/slave.cc:448
6460
msgid "Server id not set, will not start slave"
6463
#: drizzled/slave.cc:616
6465
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6466
"updates to a non-transactional table without any primary key. There is a "
6467
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6468
"check your tables' contents after restart."
6471
#: drizzled/slave.cc:777 drizzled/slave.cc:792
6472
msgid "Master reported unrecognized DRIZZLE version"
6475
#: drizzled/slave.cc:833
6476
msgid "default Format_description_log_event"
6479
#: drizzled/slave.cc:855
6482
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6483
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6486
#: drizzled/slave.cc:882
6488
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6489
"server ids; these ids must be different for replication to work (or the --"
6490
"replicate-same-server-id option must be used on slave but this doesnot "
6491
"always make sense; please check the manual before using it)."
6494
#: drizzled/slave.cc:927
6496
"The slave I/O thread stops because master and slave have different values "
6497
"for the COLLATION_SERVER global variable. The values must be equal for "
6498
"replication to work"
6501
#: drizzled/slave.cc:963
6503
"The slave I/O thread stops because master and slave have different values "
6504
"for the TIME_ZONE global variable. The values must be equal for replication "
6508
#: drizzled/slave.cc:1028
6509
msgid "Waiting for the slave SQL thread to free enough relay log space"
6512
#: drizzled/slave.cc:1074
6514
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6518
#: drizzled/slave.cc:1085
6519
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6522
#: drizzled/slave.cc:1476
6524
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6527
#: drizzled/slave.cc:1529
6529
msgid "Error reading packet from server: %s ( server_errno=%d)"
6532
#: drizzled/slave.cc:1537
6534
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6537
#: drizzled/slave.cc:1691
6540
"It was not possible to update the positions of the relay log information: "
6541
"the slave may be in an inconsistent state. Stopped in %s position %s"
6544
#: drizzled/slave.cc:1766 drizzled/slave.cc:2366
6546
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6549
#: drizzled/slave.cc:1825 drizzled/slave.cc:2315
6551
msgid "Error initializing relay log position: %s"
6554
#: drizzled/slave.cc:1841
6557
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6558
"Consider raising the value of the slave_transaction_retries variable."
6561
#: drizzled/slave.cc:1864
6563
"Could not parse relay log event entry. The possible reasons are: the "
6564
"master's binary log is corrupted (you can check this by running "
6565
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6566
"can check this by running 'mysqlbinlog' on the relay log), a network "
6567
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6568
"check the master's binary log or slave's relay log, you will be able to know "
6569
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6572
#: drizzled/slave.cc:1988
6573
msgid "Failed during slave I/O thread initialization"
6576
#: drizzled/slave.cc:2002
6577
msgid "error in drizzle_create()"
6580
#: drizzled/slave.cc:2010
6583
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6584
"'%s' at position %s"
6587
#: drizzled/slave.cc:2024
6588
msgid "Slave I/O thread killed while connecting to master"
6591
#: drizzled/slave.cc:2048
6592
msgid "Slave I/O thread couldn't register on master"
6595
#: drizzled/slave.cc:2060 drizzled/slave.cc:2084 drizzled/slave.cc:2108
6596
msgid "Forcing to reconnect slave I/O thread"
6599
#: drizzled/slave.cc:2073
6600
msgid "Failed on request_dump()"
6603
#: drizzled/slave.cc:2074
6604
msgid "Slave I/O thread killed while requesting master dump"
6607
#: drizzled/slave.cc:2100
6608
msgid "Waiting for master to send event"
6611
#: drizzled/slave.cc:2102
6612
msgid "Slave I/O thread killed while reading event"
6615
#: drizzled/slave.cc:2120
6618
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6619
"entry is correct, restart the server with a higher value of "
6620
"max_allowed_packet"
6623
#: drizzled/slave.cc:2134
6624
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6627
#: drizzled/slave.cc:2144
6628
msgid "Queueing master event to the relay log"
6631
#: drizzled/slave.cc:2171
6632
msgid "Slave I/O thread aborted while waiting for relay log space"
6635
#: drizzled/slave.cc:2181
6637
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6640
#: drizzled/slave.cc:2205
6641
msgid "Waiting for slave mutex on exit"
6644
#: drizzled/slave.cc:2271
6645
msgid "Failed during slave thread initialization"
6648
#: drizzled/slave.cc:2337
6651
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6652
"s, relay log '%s' position: %s"
6655
#: drizzled/slave.cc:2351
6656
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6659
#: drizzled/slave.cc:2377
6660
msgid "Reading event from the relay log"
6663
#: drizzled/slave.cc:2402
6665
msgid "Slave (additional info): %s Error_code: %d"
6668
#: drizzled/slave.cc:2419
6670
msgid "Slave: %s Error_code: %d"
6673
#: drizzled/slave.cc:2422
6676
"Error loading user-defined library, slave SQL thread aborted. Install the "
6677
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6678
"stopped at log '%s' position %s"
6681
#: drizzled/slave.cc:2430
6684
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6685
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6688
#: drizzled/slave.cc:2442
6691
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6694
#: drizzled/slave.cc:2538
6696
msgid "Slave I/O: failed requesting download of '%s'"
6699
#: drizzled/slave.cc:2555
6701
msgid "Network read error downloading '%s' from master"
6704
#: drizzled/slave.cc:2577
6705
msgid "error writing Exec_load event to relay log"
6708
#: drizzled/slave.cc:2591
6709
msgid "error writing Create_file event to relay log"
6712
#: drizzled/slave.cc:2606
6713
msgid "error writing Append_block event to relay log"
6716
#: drizzled/slave.cc:2702
6717
msgid "Memory allocation failed"
6720
#: drizzled/slave.cc:2727 drizzled/slave.cc:2813
6723
"Read invalid event from master: '%s', master could be corrupt but a more "
6724
"likely cause of this is a bug"
6727
#: drizzled/slave.cc:3086
6728
msgid "could not queue event from master"
6731
#: drizzled/slave.cc:3180
6733
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6736
#: drizzled/slave.cc:3182
6737
msgid "reconnecting"
6740
#: drizzled/slave.cc:3182
6744
#: drizzled/slave.cc:3208
6747
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6751
#: drizzled/slave.cc:3598
6753
msgid "next log '%s' is currently active"
6756
#: drizzled/slave.cc:3628
6758
msgid "next log '%s' is not active"
6761
#: drizzled/slave.cc:3644
6764
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6767
#: drizzled/slave.cc:3650
6768
msgid "Aborting slave SQL thread because of partial event read"
6771
#: drizzled/slave.cc:3656 drizzled/slave.cc:3663
6773
msgid "Error reading relay log event: %s"
6776
#: drizzled/slave.cc:3657
6777
msgid "slave SQL thread was killed"
6780
#: drizzled/slave.cc:3755
6783
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6784
"check error log on slave for more info"
6787
#: drizzled/slave.cc:3761
6790
"According to the master's version ('%s'), it is probable that master suffers "
6791
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6792
"current binary log event may make the slave's data become different from the "
6793
"master's data. To take no risk, slave refuses to replicate this event and "
6794
"stops. We recommend that all updates be stopped on the master and slave, "
6795
"that the data of both be manually synchronized, that master's binary logs be "
6796
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6797
"Then replication can be restarted."
6800
#: drizzled/sql_base.cc:2527
6802
msgid "Table %s had a open data handler in reopen_table"
6805
#: drizzled/sql_base.cc:3178
6807
msgid "Couldn't repair table: %s.%s"
6810
#: drizzled/sql_base.cc:3221
6813
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6814
"s`.`%s`' to the binary log"
6817
#: drizzled/sql_base.cc:3950
3805
6819
msgid "Could not remove temporary table: '%s', error: %d"
3808
#: ../drizzled/signal_handler.cc:52
3810
msgid "Got signal %d from thread %<PRIu32>"
3813
#: ../drizzled/signal_handler.cc:118
3815
msgid "Fatal signal %d while backtracing\n"
3818
#: ../drizzled/signal_handler.cc:127
3820
msgid "Fatal: time() call failed\n"
3823
#: ../drizzled/signal_handler.cc:133
3826
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3827
"This could be because you hit a bug. It is also possible that this binary\n"
3828
" or one of the libraries it was linked against is corrupt, improperly "
3830
" or misconfigured. This error can also be caused by malfunctioning "
3834
#: ../drizzled/signal_handler.cc:141
3837
"We will try our best to scrape up some info that will hopefully help "
3839
"the problem, but since we have already crashed, something is definitely "
3841
"and this may fail.\n"
3845
#: ../drizzled/signal_handler.cc:148
3848
"It is possible that drizzled could use up to \n"
3849
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3851
"Hope that's ok; if not, decrease some variables in the equation.\n"
3855
#: ../drizzled/sql_table.cc:1933
6822
#: drizzled/sql_db.cc:396 drizzled/sql_db.cc:404
6824
msgid "Error while loading database options: '%s':"
6827
#: drizzled/sql_plugin.cc:647
6829
msgid "Plugin '%s' of type %s failed deinitialization"
6832
#: drizzled/sql_plugin.cc:661
6834
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6837
#: drizzled/sql_plugin.cc:781
6839
msgid "Plugin '%s' registration as a %s failed."
6842
#: drizzled/sql_plugin.cc:1035
6843
msgid "plugin-load parameter too long"
6846
#: drizzled/sql_plugin.cc:1095
6848
msgid "Couldn't load plugin named '%s' with soname '%s'."
6851
#: drizzled/sql_plugin.cc:1146
6853
msgid "Forcing shutdown of %d plugins"
6856
#: drizzled/sql_plugin.cc:1168
6858
msgid "Plugin '%s' will be forced to shutdown"
6861
#: drizzled/sql_plugin.cc:1184
6863
msgid "Plugin '%s' has ref_count=%d after shutdown."
6866
#: drizzled/sql_plugin.cc:2433 drizzled/sql_plugin.cc:2496
6868
msgid "Unknown variable type code 0x%x in plugin '%s'."
6871
#: drizzled/sql_plugin.cc:2476
6874
"Server variable %s of plugin %s was forced to be read-only: string variable "
6875
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6878
#: drizzled/sql_plugin.cc:2507
6880
msgid "Missing variable name in plugin '%s'."
6883
#: drizzled/sql_plugin.cc:2524
6885
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6888
#: drizzled/sql_plugin.cc:2643
6890
msgid "Out of memory for plugin '%s'."
6893
#: drizzled/sql_plugin.cc:2650
6895
msgid "Bad options for plugin '%s'."
6898
#: drizzled/sql_plugin.cc:2659
6900
msgid "Parsing options for plugin '%s' failed."
6903
#: drizzled/sql_plugin.cc:2702
6905
msgid "Plugin '%s' has conflicting system variables"
6908
#: drizzled/sql_plugin.cc:2712
6910
msgid "Plugin '%s' disabled by command line option"
6913
#: drizzled/sql_repl.cc:101
6914
msgid "Failed in send_file() while reading file name"
6917
#: drizzled/sql_repl.cc:114
6918
msgid "Failed in send_file() on open of file"
6921
#: drizzled/sql_repl.cc:122
6922
msgid "Failed in send_file() while writing data to client"
6925
#: drizzled/sql_repl.cc:131
6926
msgid "Failed in send_file() while negotiating file transfer close"
6929
#: drizzled/sql_table.cc:81
6931
msgid "Invalid (old?) table or database name '%s'"
6934
#: drizzled/sql_table.cc:2716
3857
6936
msgid "Unknown - internal error %d during operation"
3860
#: ../drizzled/statement/alter_table.cc:1514
6939
#: drizzled/sql_table.cc:4992
6941
msgid "Could not open table %s.%s after rename\n"
6944
#: drizzled/sql_table.cc:5159
3863
6947
"order_st BY ignored because there is a user-defined clustered index in the "
3864
6948
"table '%-.192s'"
3867
#: ../drizzled/sys_var.cc:1526
3869
msgid "Variable named %s already exists!\n"
3872
#: ../drizzled/sys_var.cc:1535
3874
msgid "Could not add Variable: %s\n"
3877
#: ../drizzled/sys_var.cc:1633
3878
msgid "Failed to initialize system variables"
3881
#: ../drizzled/table.cc:1690
3883
msgid "Got error %d when reading table '%s'"
3886
#: ../drizzled/table/instance/base.cc:1883
6951
#: drizzled/sql_udf.cc:39
6952
msgid "Can't allocate memory for udf structures"
6955
#: drizzled/table.cc:488
6958
"'%s' had no or invalid character set, and default character set is multi-"
6959
"byte, so character column sizes may have changed"
6962
#: drizzled/table.cc:1692
3888
6964
msgid "Unknown collation '%s' in table '%-.64s' definition"
3891
#: ../drizzled/table/instance/base.cc:1890
6967
#: drizzled/table.cc:1699
3894
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
6970
"Table '%-.64s' was created with a different version of MySQL and cannot be "
3898
#: ../drizzled/tztime.cc:170
6974
#: drizzled/table.cc:2311
6977
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6981
#: drizzled/table.cc:2337
6984
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6985
"have type %s, found type %s."
6988
#: drizzled/table.cc:2346
6991
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6992
"position %d to have character set '%s' but the type has no character set."
6995
#: drizzled/table.cc:2356
6998
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6999
"position %d to have character set '%s' but found character set '%s'."
7002
#: drizzled/table.cc:2367
7005
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7006
"have type %s but the column is not found."
7009
#: drizzled/table.cc:4750
7011
msgid "Got error %d when reading table '%s'"
7014
#: drizzled/tztime.cc:1063
3900
7016
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3903
#: ../plugin/auth_file/auth_file.cc:227
3905
msgid "Could not load auth file: %s\n"
3908
#: ../plugin/auth_file/auth_file.cc:243
3909
msgid "File to load for usernames and passwords"
3912
#: ../plugin/auth_http/auth_http.cc:135
3914
"auth_http plugin loaded but required option url not specified. Against which "
3915
"URL are you intending on authenticating?\n"
3918
#: ../plugin/auth_http/auth_http.cc:151
3919
msgid "URL for HTTP Auth check"
3922
#: ../plugin/auth_ldap/auth_ldap.cc:291
3924
msgid "Reconnect failed: %s\n"
3927
#: ../plugin/auth_ldap/auth_ldap.cc:310
3929
msgid "ldap_search_ext_s failed: %s\n"
3932
#: ../plugin/auth_ldap/auth_ldap.cc:416
3934
msgid "Could not load auth ldap: %s\n"
3937
#: ../plugin/auth_ldap/auth_ldap.cc:437
3938
msgid "URI of the LDAP server to contact"
3941
#: ../plugin/auth_ldap/auth_ldap.cc:439
3942
msgid "DN to use when binding to the LDAP server"
3945
#: ../plugin/auth_ldap/auth_ldap.cc:441
3946
msgid "Password to use when binding the DN"
3949
#: ../plugin/auth_ldap/auth_ldap.cc:443
3950
msgid "DN to use when searching"
3953
#: ../plugin/auth_ldap/auth_ldap.cc:445
3954
msgid "Attribute in LDAP with plain text password"
3957
#: ../plugin/auth_ldap/auth_ldap.cc:447
3958
msgid "Attribute in LDAP with MySQL hashed password"
3961
#: ../plugin/auth_ldap/auth_ldap.cc:449
3962
msgid "How often to empty the users cache, 0 to disable"
3965
#: ../plugin/blitzdb/ha_blitz.cc:1507
3966
msgid "Estimated number of rows that a BlitzDB table will store."
3969
#: ../plugin/console/console.cc:379
3970
msgid "Enable the console."
3973
#: ../plugin/console/console.cc:382
3974
msgid "Turn on extra debugging."
3977
#: ../plugin/console/console.cc:385
3978
msgid "User to use for auth."
3981
#: ../plugin/console/console.cc:388
3982
msgid "Password to use for auth."
3985
#: ../plugin/console/console.cc:391
3986
msgid "Default catalog to use."
3989
#: ../plugin/console/console.cc:394
3990
msgid "Default schema to use."
3993
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
3995
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
3999
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
4000
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
4001
msgid "Connect Timeout."
4004
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
4005
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
4006
msgid "Read Timeout."
4009
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
4010
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
4011
msgid "Write Timeout."
4014
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
4015
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
4016
msgid "Retry Count."
4019
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
4020
#: ../plugin/mysql_protocol/mysql_protocol.cc:1030
4021
msgid "Buffer length."
4024
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
4025
#: ../plugin/mysql_protocol/mysql_protocol.cc:1033
4026
msgid "Address to bind to."
4029
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
4030
#: ../plugin/mysql_protocol/mysql_protocol.cc:1036
4031
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
4032
msgid "Maximum simultaneous connections."
4035
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
4036
#: ../plugin/mysql_protocol/mysql_protocol.cc:1039
4037
msgid "A restrictive IP address list for incoming admin connections."
4040
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4041
msgid "Failed to send error message to libnotify\n"
4044
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4045
msgid "Error Messages to stderr"
4048
#: ../plugin/filtered_replicator/filtered_replicator.cc:578
4049
msgid "Comma-separated list of schemas to exclude"
4052
#: ../plugin/filtered_replicator/filtered_replicator.cc:581
4053
msgid "Comma-separated list of tables to exclude"
4056
#: ../plugin/filtered_replicator/filtered_replicator.cc:584
4057
msgid "Regular expression to apply to schemas to exclude"
4060
#: ../plugin/filtered_replicator/filtered_replicator.cc:587
4061
msgid "Regular expression to apply to tables to exclude"
4064
#: ../plugin/haildb/haildb_engine.cc:1080
4065
#: ../plugin/haildb/haildb_engine.cc:1218
4066
#: ../plugin/haildb/haildb_engine.cc:1248
4068
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4071
#: ../plugin/haildb/haildb_engine.cc:1099
4073
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4076
#: ../plugin/haildb/haildb_engine.cc:1197
4077
#: ../plugin/haildb/haildb_engine.cc:1310
4078
#: ../plugin/haildb/haildb_engine.cc:1491
4079
#: ../plugin/haildb/haildb_engine.cc:2157
4081
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4084
#: ../plugin/haildb/haildb_engine.cc:1349
4085
#: ../plugin/haildb/haildb_engine.cc:1365
4087
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4090
#: ../plugin/haildb/haildb_engine.cc:3403
4092
msgid "Error starting HailDB %d (%s)\n"
4095
#: ../plugin/haildb/haildb_engine.cc:3432
4096
msgid "Disable HailDB adaptive hash index (enabled by default)."
4099
#: ../plugin/haildb/haildb_engine.cc:3434
4100
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4103
#: ../plugin/haildb/haildb_engine.cc:3437
4105
"Size of a memory pool HailDB uses to store data dictionary information and "
4106
"other internal data structures."
4109
#: ../plugin/haildb/haildb_engine.cc:3440
4110
msgid "Data file autoextend increment in megabytes"
4113
#: ../plugin/haildb/haildb_engine.cc:3443
4115
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4119
#: ../plugin/haildb/haildb_engine.cc:3446
4120
msgid "The common part for HailDB table spaces."
4123
#: ../plugin/haildb/haildb_engine.cc:3448
4124
msgid "Disable HailDB checksums validation (enabled by default)."
4127
#: ../plugin/haildb/haildb_engine.cc:3450
4128
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4131
#: ../plugin/haildb/haildb_engine.cc:3453
4132
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4135
#: ../plugin/haildb/haildb_engine.cc:3456
4137
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4138
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4141
#: ../plugin/haildb/haildb_engine.cc:3459
4142
msgid "Stores each HailDB table to an .ibd file in the database dir."
4145
#: ../plugin/haildb/haildb_engine.cc:3462
4146
msgid "File format to use for new tables in .ibd files."
4149
#: ../plugin/haildb/haildb_engine.cc:3465
4151
"Set to 0 (write and flush once per second),1 (write and flush at each "
4152
"commit) or 2 (write at commit, flush once per second)."
4155
#: ../plugin/haildb/haildb_engine.cc:3468
4156
msgid "With which method to flush data."
4159
#: ../plugin/haildb/haildb_engine.cc:3471
4161
"Helps to save your data in case the disk image of the database becomes "
4165
#: ../plugin/haildb/haildb_engine.cc:3474
4166
msgid "Path to individual files and their sizes."
4169
#: ../plugin/haildb/haildb_engine.cc:3477
4170
msgid "Path to HailDB log files."
4173
#: ../plugin/haildb/haildb_engine.cc:3480
4174
msgid "Size of each log file in a log group."
4177
#: ../plugin/haildb/haildb_engine.cc:3483
4179
"Number of log files in the log group. HailDB writes to the files in a "
4180
"circular fashion. Value 3 is recommended here."
4183
#: ../plugin/haildb/haildb_engine.cc:3486
4185
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4186
"rolled back. Values above 100000000 disable the timeout."
4189
#: ../plugin/haildb/haildb_engine.cc:3489
4191
"The size of the buffer which HailDB uses to write log to the log files on "
4195
#: ../plugin/haildb/haildb_engine.cc:3492
4197
"Sets the point in the LRU list from where all pages are classified as old "
4201
#: ../plugin/haildb/haildb_engine.cc:3495
4203
"Milliseconds between accesses to a block at which it is made young. "
4204
"0=disabled (Advanced users)"
4207
#: ../plugin/haildb/haildb_engine.cc:3498
4208
msgid "Percentage of dirty pages allowed in bufferpool."
4211
#: ../plugin/haildb/haildb_engine.cc:3501
4212
msgid "Desired maximum length of the purge queue (0 = no limit)"
4215
#: ../plugin/haildb/haildb_engine.cc:3504
4217
"Roll back the complete transaction on lock wait timeout, for 4.x "
4218
"compatibility (disabled by default)"
4221
#: ../plugin/haildb/haildb_engine.cc:3507
4222
msgid "How many files at the maximum HailDB keeps open at the same time."
4225
#: ../plugin/haildb/haildb_engine.cc:3510
4226
msgid "Number of background read I/O threads in HailDB."
4229
#: ../plugin/haildb/haildb_engine.cc:3513
4230
msgid "Number of background write I/O threads in HailDB."
4233
#: ../plugin/haildb/haildb_engine.cc:3515
4235
"Disable if you want to reduce the number of messages written to the log "
4236
"(default: enabled)."
4239
#: ../plugin/haildb/haildb_engine.cc:3518
4240
msgid "Enable SHOW HAILDB STATUS output in the log"
4243
#: ../plugin/haildb/haildb_engine.cc:3521
4244
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4247
#: ../plugin/haildb/haildb_engine.cc:3523
4249
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4252
#: ../plugin/hello_events/hello_events.cc:401
4253
msgid "Enable Example Events Plugin"
4256
#: ../plugin/hello_events/hello_events.cc:404
4257
#: ../plugin/hello_events/hello_events.cc:407
4258
msgid "A comma delimited list of databases to watch"
4261
#: ../plugin/hello_events/hello_events.cc:410
4262
msgid "Before write row event observer call position"
4265
#: ../plugin/hello_events/hello_events.cc:413
4266
#: ../plugin/pbms/src/parameters_ms.cc:461
4267
msgid "Before update row event observer call position"
4270
#: ../plugin/hello_events/hello_events.cc:416
4271
msgid "After drop database event observer call position"
4274
#: ../plugin/hello_events/hello_events.cc:427
4275
msgid "An example events Plugin"
4278
#: ../plugin/innobase/handler/data_dictionary.cc:760
4280
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4283
#: ../plugin/innobase/handler/ha_innodb.cc:1914
4285
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4289
#: ../plugin/innobase/handler/ha_innodb.cc:2179
4291
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4295
#: ../plugin/innobase/handler/ha_innodb.cc:2223
4298
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4299
"or its equivalent numeric id"
4302
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4303
msgid "Do not use Native AIO library for IO, even if available"
4306
#: ../plugin/innobase/handler/ha_innodb.cc:9375
4307
msgid "Enable internal replication log."
4310
#: ../plugin/innobase/handler/ha_innodb.cc:9378
4312
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4313
"rolled back. Values above 100000000 disable the timeout."
4316
#: ../plugin/innobase/handler/ha_innodb.cc:9381
4317
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4320
#: ../plugin/innobase/handler/ha_innodb.cc:9384
4322
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4323
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4326
#: ../plugin/innobase/handler/replication_dictionary.cc:109
4327
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4328
#: ../plugin/transaction_log/print_transaction_message.cc:177
4329
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4331
msgid "Unable to parse transaction. Got error: %s.\n"
4334
#: ../plugin/innobase/srv/srv0start.cc:1034
4335
msgid "InnoDB: cannot determine Mac OS X version!\n"
4338
#: ../plugin/innobase/srv/srv0start.cc:1039
4340
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4341
"InnoDB: making transactions unsafe!\n"
4344
#: ../plugin/innobase/srv/srv0start.cc:1048
4347
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu.\n"
4348
"InnoDB: The sizes should be the same so that on a 64-bit platform you can\n"
4349
"InnoDB: allocate more than 4 GB of memory."
4352
#: ../plugin/innobase/srv/srv0start.cc:1063
4354
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4357
#: ../plugin/innobase/srv/srv0start.cc:1068
4360
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4361
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4362
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4365
#: ../plugin/innobase/srv/srv0start.cc:1078
4367
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4370
#: ../plugin/innobase/srv/srv0start.cc:1083
4372
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4375
#: ../plugin/innobase/srv/srv0start.cc:1088
4377
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4380
#: ../plugin/innobase/srv/srv0start.cc:1092
4382
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4385
#: ../plugin/innobase/srv/srv0start.cc:1097
4387
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4390
#: ../plugin/innobase/srv/srv0start.cc:1167
4392
msgid " InnoDB: Using Linux native AIO\n"
4395
#: ../plugin/logging_gearman/logging_gearman.cc:186
4397
msgid "fail gearman_client_create(): %s"
4400
#: ../plugin/logging_gearman/logging_gearman.cc:197
4402
msgid "fail gearman_client_add_server(): %s"
4405
#: ../plugin/logging_gearman/logging_gearman.cc:302
4406
msgid "Hostname for logging to a Gearman server"
4409
#: ../plugin/logging_gearman/logging_gearman.cc:305
4410
msgid "Gearman Function to send logging to"
4413
#: ../plugin/logging_gearman/logging_gearman.cc:316
4414
msgid "Log queries to a Gearman server"
4417
#: ../plugin/logging_query/logging_query.cc:178
4419
msgid "fail open() fn=%s er=%s\n"
4422
#: ../plugin/logging_query/logging_query.cc:319
4423
msgid "Enable logging to CSV file"
4426
#: ../plugin/logging_query/logging_query.cc:322
4427
msgid "File to log to"
4430
#: ../plugin/logging_query/logging_query.cc:325
4431
msgid "PCRE to match the query against"
4434
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
4435
msgid "Threshold for logging slow queries, in microseconds"
4438
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
4439
msgid "Threshold for logging big queries, for rows returned"
4442
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
4443
msgid "Threshold for logging big queries, for rows examined"
4446
#: ../plugin/logging_query/logging_query.cc:345
4447
msgid "Log queries to a CSV file"
4450
#: ../plugin/logging_stats/logging_stats.cc:373
4451
msgid "Max number of users that will be logged"
4454
#: ../plugin/logging_stats/logging_stats.cc:376
4455
msgid "Max number of range locks to use for Scoreboard"
4458
#: ../plugin/logging_stats/logging_stats.cc:379
4459
msgid "Max number of concurrent sessions that will be logged"
4462
#: ../plugin/logging_stats/logging_stats.cc:380
4463
msgid "Enable Logging Statistics Collection"
4466
#: ../plugin/logging_stats/logging_stats.cc:389
4467
msgid "User Statistics as DATA_DICTIONARY tables"
4470
#: ../plugin/md5/md5.cc:99
4471
msgid "libgcrypt library version mismatch\n"
4474
#: ../plugin/memcached_query_cache/memcached_qc.cc:388
4475
#: ../plugin/memcached_stats/memcached_stats.cc:87
4476
msgid "List of memcached servers."
4479
#: ../plugin/memcached_query_cache/memcached_qc.cc:391
4480
msgid "Expiry time of memcached entries"
4483
#: ../plugin/memcached_query_cache/memcached_qc.cc:394
4484
msgid "Enable Memcached Query Cache"
4487
#: ../plugin/memcached_stats/analysis_table.cc:78
4488
#: ../plugin/memcached_stats/stats_table.cc:144
4489
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4492
#: ../plugin/memcached_stats/memcached_stats.cc:98
4493
msgid "Memcached Stats as I_S tables"
4496
#: ../plugin/memcached_stats/stats_table.cc:74
4499
"Unable get stats from memcached server %s. Got error from "
4500
"memcached_stat_servername()."
4503
#: ../plugin/memcached_stats/stats_table.cc:151
4504
msgid "Unable to create memcached struct. Got error from memcached_create()."
4507
#: ../plugin/memcached_stats/stats_table.cc:159
4510
"Unable to create memcached server list. Got error from "
4511
"memcached_servers_parse(%s)."
4514
#: ../plugin/multi_thread/multi_thread.cc:62
4515
msgid "Session killed before thread could execute"
4518
#: ../plugin/multi_thread/multi_thread.cc:109
4519
msgid "Unable to get thread stack size\n"
4522
#: ../plugin/multi_thread/multi_thread.cc:211
4523
msgid "Maximum number of user threads available."
4526
#: ../plugin/myisam/ha_myisam.cc:532
4528
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4531
#: ../plugin/myisam/ha_myisam.cc:536
4533
msgid "Got an error from unknown thread, %s:%d"
4536
#: ../plugin/myisam/ha_myisam.cc:542
4537
msgid "Unknown thread accessing table"
4540
#: ../plugin/myisam/ha_myisam.cc:1506
4542
"Don't use the fast sort index method to created index if the temporary file "
4543
"would get bigger than this."
4546
#: ../plugin/myisam/ha_myisam.cc:1509
4548
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4549
"when creating indexes with CREATE INDEX or ALTER TABLE."
4552
#: ../plugin/myisam/my_handler_errors.cc:42
4553
msgid "Didn't find key on read or update"
4556
#: ../plugin/myisam/my_handler_errors.cc:43
4557
msgid "Duplicate key on write or update"
4560
#: ../plugin/myisam/my_handler_errors.cc:44
4561
msgid "Internal (unspecified) error in handler"
4564
#: ../plugin/myisam/my_handler_errors.cc:46
4566
"Someone has changed the row since it was read (while the table was locked to "
4570
#: ../plugin/myisam/my_handler_errors.cc:48
4571
msgid "Wrong index given to function"
4574
#: ../plugin/myisam/my_handler_errors.cc:49
4575
msgid "Index file is crashed"
4578
#: ../plugin/myisam/my_handler_errors.cc:50
4579
msgid "Record file is crashed"
4582
#: ../plugin/myisam/my_handler_errors.cc:51
4583
msgid "Out of memory in engine"
4586
#: ../plugin/myisam/my_handler_errors.cc:52
4587
msgid "Incorrect file format"
4590
#: ../plugin/myisam/my_handler_errors.cc:53
4591
msgid "Command not supported by database"
4594
#: ../plugin/myisam/my_handler_errors.cc:54
4595
msgid "Old database file"
4598
#: ../plugin/myisam/my_handler_errors.cc:55
4599
msgid "No record read before update"
4602
#: ../plugin/myisam/my_handler_errors.cc:56
4603
msgid "Record was already deleted (or record file crashed)"
4606
#: ../plugin/myisam/my_handler_errors.cc:57
4607
msgid "No more room in record file"
4610
#: ../plugin/myisam/my_handler_errors.cc:58
4611
msgid "No more room in index file"
4614
#: ../plugin/myisam/my_handler_errors.cc:59
4615
msgid "No more records (read after end of file)"
4618
#: ../plugin/myisam/my_handler_errors.cc:60
4619
msgid "Unsupported extension used for table"
4622
#: ../plugin/myisam/my_handler_errors.cc:61
4626
#: ../plugin/myisam/my_handler_errors.cc:62
4627
msgid "Wrong create options"
4630
#: ../plugin/myisam/my_handler_errors.cc:63
4631
msgid "Duplicate unique key or constraint on write or update"
4634
#: ../plugin/myisam/my_handler_errors.cc:64
4635
msgid "Unknown character set used in table"
4638
#: ../plugin/myisam/my_handler_errors.cc:65
4639
msgid "Conflicting table definitions in sub-tables of MERGE table"
4642
#: ../plugin/myisam/my_handler_errors.cc:66
4643
msgid "Table is crashed and last repair failed"
4646
#: ../plugin/myisam/my_handler_errors.cc:67
4647
msgid "Table was marked as crashed and should be repaired"
4650
#: ../plugin/myisam/my_handler_errors.cc:68
4651
msgid "Lock timed out; Retry transaction"
4654
#: ../plugin/myisam/my_handler_errors.cc:69
4655
msgid "Lock table is full; Restart program with a larger locktable"
4658
#: ../plugin/myisam/my_handler_errors.cc:70
4659
msgid "Updates are not allowed under a read only transactions"
4662
#: ../plugin/myisam/my_handler_errors.cc:71
4663
msgid "Lock deadlock; Retry transaction"
4666
#: ../plugin/myisam/my_handler_errors.cc:72
4667
msgid "Foreign key constraint is incorrectly formed"
4670
#: ../plugin/myisam/my_handler_errors.cc:73
4671
msgid "Cannot add a child row"
4674
#: ../plugin/myisam/my_handler_errors.cc:74
4675
msgid "Cannot delete a parent row"
4678
#: ../plugin/myisam/my_handler_errors.cc:75
4679
msgid "No savepoint with that name"
4682
#: ../plugin/myisam/my_handler_errors.cc:76
4683
msgid "Non unique key block size"
4686
#: ../plugin/myisam/my_handler_errors.cc:77
4687
msgid "The table does not exist in engine"
4690
#: ../plugin/myisam/my_handler_errors.cc:78
4691
msgid "The table already existed in storage engine"
4694
#: ../plugin/myisam/my_handler_errors.cc:79
4695
msgid "Could not connect to storage engine"
4698
#: ../plugin/myisam/my_handler_errors.cc:80
4699
msgid "Unexpected null pointer found when using spatial index"
4702
#: ../plugin/myisam/my_handler_errors.cc:81
4703
msgid "The table changed in storage engine"
4706
#: ../plugin/myisam/my_handler_errors.cc:82
4707
msgid "There's no partition in table for the given value"
4710
#: ../plugin/myisam/my_handler_errors.cc:83
4711
msgid "Row-based binlogging of row failed"
4714
#: ../plugin/myisam/my_handler_errors.cc:84
4715
msgid "Index needed in foreign key constraint"
4718
#: ../plugin/myisam/my_handler_errors.cc:85
4719
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4722
#: ../plugin/myisam/my_handler_errors.cc:86
4723
msgid "Table needs to be upgraded before it can be used"
4726
#: ../plugin/myisam/my_handler_errors.cc:87
4727
msgid "Table is read only"
4730
#: ../plugin/myisam/my_handler_errors.cc:88
4731
msgid "Failed to get next auto increment value"
4734
#: ../plugin/myisam/my_handler_errors.cc:89
4735
msgid "Failed to set row auto increment value"
4738
#: ../plugin/myisam/my_handler_errors.cc:90
4739
msgid "Unknown (generic) error from engine"
4742
#: ../plugin/myisam/my_handler_errors.cc:91
4743
msgid "Record is the same"
4746
#: ../plugin/myisam/my_handler_errors.cc:92
4747
msgid "It is not possible to log this statement"
4750
#: ../plugin/myisam/my_handler_errors.cc:93
4751
msgid "Tablespace exists"
4754
#: ../plugin/myisam/my_handler_errors.cc:94
4755
msgid "The event was corrupt, leading to illegal data being read"
4758
#: ../plugin/myisam/my_handler_errors.cc:95
4759
msgid "The table is of a new format not supported by this version"
4762
#: ../plugin/myisam/my_handler_errors.cc:96
4763
msgid "The event could not be processed no other handler error happened"
4766
#: ../plugin/myisam/my_handler_errors.cc:97
4767
msgid "Got a fatal error during initialzation of handler"
4770
#: ../plugin/myisam/my_handler_errors.cc:98
4771
msgid "File to short; Expected more data in file"
4774
#: ../plugin/myisam/my_handler_errors.cc:99
4775
msgid "Read page with wrong checksum"
4778
#. TODO: get a better message for these
4779
#: ../plugin/myisam/my_handler_errors.cc:101
4780
msgid "Lock or active transaction"
4783
#: ../plugin/myisam/my_handler_errors.cc:102
4784
msgid "No such table space"
4787
#: ../plugin/myisam/my_handler_errors.cc:103
4788
msgid "Tablespace not empty"
4791
#: ../plugin/mysql_protocol/mysql_protocol.cc:1014
4793
"Port number to use for connection or 0 for default to with MySQL protocol."
4796
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:83
4798
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4799
"the file is stale and should be removed?"
4802
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:168
4803
msgid "Path used for MySQL UNIX Socket Protocol."
4806
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:170
4807
msgid "Clobber socket file if one is there already."
4810
#: ../plugin/pbms/src/parameters_ms.cc:426
4811
msgid "Port number to use for connection or 0 for default PBMS port "
4814
#: ../plugin/pbms/src/parameters_ms.cc:429
4815
msgid "The maximum size of a BLOB repository file."
4818
#: ../plugin/pbms/src/parameters_ms.cc:432
4819
msgid "The maximum size of a temorary BLOB log file."
4822
#: ../plugin/pbms/src/parameters_ms.cc:435
4824
"A ':' delimited list of metadata header names to be used to initialize the "
4825
"pbms_metadata_header table when a database is created."
4828
#: ../plugin/pbms/src/parameters_ms.cc:439
4829
msgid "The percentage of garbage in a repository file before it is compacted."
4832
#: ../plugin/pbms/src/parameters_ms.cc:442
4834
"The timeout, in seconds, for temporary BLOBs. Uploaded blob data is removed "
4835
"after this time, unless committed to the database."
4838
#: ../plugin/pbms/src/parameters_ms.cc:445
4840
"The timeout, in milli-seconds, before the HTTP server will close an inactive "
4844
#: ../plugin/pbms/src/parameters_ms.cc:448
4845
msgid "The next backup ID to use when backing up a PBMS database."
4848
#: ../plugin/pbms/src/parameters_ms.cc:451
4850
"A comma delimited list of tables to watch of the format: <database>."
4854
#: ../plugin/pbms/src/parameters_ms.cc:453
4855
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
4858
#: ../plugin/pbms/src/parameters_ms.cc:457
4859
msgid "Before insert row event observer call position"
4862
#: ../plugin/rabbitmq/rabbitmq_handler.cc:53
4863
msgid "Could not open socket, is rabbitmq running?"
4866
#: ../plugin/rabbitmq/rabbitmq_log.cc:72
4867
msgid "Failed to allocate enough memory to transaction message\n"
4870
#: ../plugin/rabbitmq/rabbitmq_log.cc:117
4872
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
4875
#: ../plugin/rabbitmq/rabbitmq_log.cc:130
4877
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
4880
#: ../plugin/rabbitmq/rabbitmq_log.cc:155
4881
msgid "Host name to connect to"
4884
#: ../plugin/rabbitmq/rabbitmq_log.cc:158
4885
msgid "Port to connect to"
4888
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
4889
msgid "RabbitMQ virtualhost"
4892
#: ../plugin/rabbitmq/rabbitmq_log.cc:164
4893
msgid "RabbitMQ username"
4896
#: ../plugin/rabbitmq/rabbitmq_log.cc:167
4897
msgid "RabbitMQ password"
4900
#: ../plugin/rabbitmq/rabbitmq_log.cc:170
4901
#: ../plugin/transaction_log/module.cc:270
4902
msgid "Name of the replicator plugin to use (default='default_replicator')"
4905
#: ../plugin/rabbitmq/rabbitmq_log.cc:173
4906
msgid "Name of RabbitMQ exchange to publish to"
4909
#: ../plugin/rabbitmq/rabbitmq_log.cc:176
4910
msgid "Name of RabbitMQ routing key to use"
4913
#: ../plugin/session_dictionary/processlist.cc:78
4916
msgstr "(לא בשימוש)"
4918
#: ../plugin/syslog/errmsg.cc:42 ../plugin/syslog/logging.cc:55
4920
msgid "syslog facility \"%s\" not known, using \"local0\""
4923
#: ../plugin/syslog/errmsg.cc:50
4925
msgid "syslog priority \"%s\" not known, using \"warn\""
4928
#: ../plugin/syslog/logging.cc:63
4930
msgid "syslog priority \"%s\" not known, using \"info\""
4933
#: ../plugin/syslog/module.cc:95
4934
msgid "Syslog Ident"
4937
#: ../plugin/syslog/module.cc:98
4938
msgid "Syslog Facility"
4941
#: ../plugin/syslog/module.cc:101
4942
msgid "Enable logging to syslog of the query log"
4945
#: ../plugin/syslog/module.cc:104
4946
msgid "Syslog Priority of query logging"
4949
#: ../plugin/syslog/module.cc:116
4950
msgid "Enable logging to syslog of the error messages"
4953
#: ../plugin/syslog/module.cc:119
4954
msgid "Syslog Priority of error messages"
4957
#: ../plugin/transaction_log/background_worker.cc:77
4959
msgid "Unable to create background worker thread. Got error %s.\n"
4962
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
4963
#: ../plugin/transaction_log/print_transaction_message.cc:106
4964
#: ../plugin/transaction_log/transaction_log_reader.cc:97
4966
msgid "Failed to open transaction log file %s. Got error: %s\n"
4969
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
4970
#: ../plugin/transaction_log/print_transaction_message.cc:169
4971
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4972
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:155
4974
msgid "Could not read transaction message.\n"
4977
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
4978
#: ../plugin/transaction_log/print_transaction_message.cc:170
4979
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4981
msgid "GPB ERROR: %s.\n"
4984
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
4985
#: ../plugin/transaction_log/print_transaction_message.cc:171
4986
#: ../plugin/transaction_log/transaction_log_reader.cc:154
4988
msgid "Raw buffer read: %s.\n"
4991
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
4992
#: ../plugin/transaction_log/print_transaction_message.cc:179
4993
#: ../plugin/transaction_log/transaction_log_reader.cc:163
4995
msgid "BUFFER: %s\n"
4998
#: ../plugin/transaction_log/module.cc:171
5000
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5003
#: ../plugin/transaction_log/module.cc:180
5005
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5008
#: ../plugin/transaction_log/module.cc:192
5010
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5013
#: ../plugin/transaction_log/module.cc:201
5015
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5018
#: ../plugin/transaction_log/module.cc:216
5020
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5023
#: ../plugin/transaction_log/module.cc:258
5024
msgid "DEBUGGING - Truncate transaction log"
5027
#: ../plugin/transaction_log/module.cc:261
5028
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5031
#: ../plugin/transaction_log/module.cc:264
5032
msgid "Enable transaction log"
5035
#: ../plugin/transaction_log/module.cc:267
5036
msgid "Path to the file to use for transaction log"
5039
#: ../plugin/transaction_log/module.cc:273
5041
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5042
"each transaction write, 2 == sync log file once per second"
5045
#: ../plugin/transaction_log/module.cc:276
5046
msgid "Number of slots for in-memory write buffers (default=8)."
5049
#: ../plugin/transaction_log/print_transaction_message.cc:135
5051
msgid "GPB message is not a valid type.\n"
5054
#: ../plugin/transaction_log/print_transaction_message.cc:155
5056
msgid "GPB message is not a valid size.\n"
5059
#: ../plugin/transaction_log/transaction_log.cc:114
5060
msgid "Failed to open transaction log file "
5063
#: ../plugin/transaction_log/transaction_log.cc:215
5066
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5067
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5070
#: ../plugin/transaction_log/transaction_log.cc:236
5072
msgid "Failed to sync log file. Got error: %s\n"
5075
#: ../plugin/transaction_log/transaction_log_reader.cc:119
5076
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:120
5078
msgid "Attempted to read record bigger than INT_MAX\n"
5081
#: ../plugin/transaction_log/transaction_log_reader.cc:139
5083
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
5086
#: ../plugin/transaction_log/transaction_log_reader.cc:174
5088
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
5091
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:67
5092
msgid "Cannot open file: "
5095
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:77
5096
msgid "Could not skip to position "
5099
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:114
5100
msgid "Found a non-transaction message in log. Currently, not supported.\n"
5103
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:140
5104
msgid "Memory allocation failure trying to allocate "
5107
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:142
5111
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:156
5115
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:162
5121
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:170
5122
msgid "Unable to parse command. Got error: "
5125
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:179
5132
#: ../plugin/transaction_log/utilities/transaction_reader.cc:580
5134
msgid "Display help and exit"
5135
msgstr "הצג עזרה זו וצא."
5137
#: ../plugin/transaction_log/utilities/transaction_reader.cc:581
5138
msgid "Read from the innodb transaction log"
5141
#: ../plugin/transaction_log/utilities/transaction_reader.cc:587
5142
msgid "Password to use when connecting to server"
5145
#: ../plugin/transaction_log/utilities/transaction_reader.cc:590
5146
msgid "Perform checksum"
5149
#: ../plugin/transaction_log/utilities/transaction_reader.cc:591
5150
msgid "Ignore event messages"
5153
#: ../plugin/transaction_log/utilities/transaction_reader.cc:592
5154
msgid "Transaction log file"
5157
#: ../plugin/transaction_log/utilities/transaction_reader.cc:593
5158
msgid "Print raw Protobuf messages instead of SQL"
5161
#: ../plugin/transaction_log/utilities/transaction_reader.cc:596
5162
msgid "Start reading from the given file position"
5165
#: ../plugin/transaction_log/utilities/transaction_reader.cc:599
5166
msgid "Only output for the given transaction ID and later"
5169
#: ../plugin/transaction_log/utilities/transaction_reader.cc:602
5170
msgid "Only output for the given transaction ID"
5173
#: ../plugin/transaction_log/utilities/transaction_reader.cc:603
5174
msgid "Summarize message contents"
5177
#: ../plugin/transaction_log/utilities/transaction_reader.cc:637
5178
msgid "Cannot use --start-pos and --transaction-id together\n"
5181
#: ../plugin/transaction_log/utilities/transaction_reader.cc:643
5182
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
5185
#: ../plugin/transaction_log/utilities/transaction_reader.cc:753
5186
msgid "Checksum failed. Wanted "
5189
#: ../plugin/transaction_log/utilities/transaction_reader.cc:755
5193
#~ msgid "Use compression in server/client protocol."
5194
#~ msgstr "השתמש בכיווץ בפרוטוקול שרת/לקוח"
7019
#: drizzled/definitions.h:48
7020
msgid "Invalid error code"