325
#: ../client/drizzle.cc:1355
326
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
329
#: ../client/drizzle.cc:1357
326
#: client/drizzle.cc:1510
328
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
329
"option deprecated; use --disable-pager instead."
332
#: client/drizzle.cc:1513
334
"Password to use when connecting to server. If password is not given it's "
335
"asked from the tty."
338
#: client/drizzle.cc:1515
340
"Port number to use for connection or 0 for default to, in order of "
341
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
344
#: client/drizzle.cc:1516
345
msgid "built-in default"
348
#: client/drizzle.cc:1518
330
349
msgid "Set the drizzle prompt to this value."
333
#: ../client/drizzle.cc:1359
352
#: client/drizzle.cc:1522
335
354
"Don't cache result, print it row by row. This may slow down the server if "
336
355
"the output is suspended. Doesn't use history file."
339
#: ../client/drizzle.cc:1361
358
#: client/drizzle.cc:1524
340
359
msgid "Write fields without conversion. Used with --batch."
343
#: ../client/drizzle.cc:1362
344
msgid "Do not reconnect if the connection is lost."
347
#: ../client/drizzle.cc:1364
348
msgid "Shutdown the server"
351
#: ../client/drizzle.cc:1365
362
#: client/drizzle.cc:1527
364
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
365
"option is enabled by default."
368
#: client/drizzle.cc:1529
369
msgid "Shutdown the server."
372
#: client/drizzle.cc:1531
353
374
"Be more silent. Print results with a tab as separator, each row on new line."
356
#: ../client/drizzle.cc:1367
377
#: client/drizzle.cc:1533
378
msgid "Socket file to use for connection."
381
#: client/drizzle.cc:1536
382
msgid "Output in table format."
383
msgstr "Afisare in format tabelar."
385
#: client/drizzle.cc:1539
358
387
"Append everything into outfile. See interactive help (\\h) also. Does not "
359
388
"work in batch mode. Disable with --disable-tee. This option is disabled by "
363
#: ../client/drizzle.cc:1369
364
msgid "Disable outfile. See interactive help (\\h) also."
367
#: ../client/drizzle.cc:1371
392
#: client/drizzle.cc:1541
394
"Disable outfile. See interactive help (\\h) also. WARNING: option "
395
"deprecated; use --disable-tee instead"
398
#: client/drizzle.cc:1543
399
msgid "User for login if not current user."
402
#: client/drizzle.cc:1545
403
msgid "Only allow UPDATE and DELETE that uses keys."
404
msgstr "Accepta numai UPDATE si DELETE care contin chei."
406
#: client/drizzle.cc:1548
407
msgid "Synonym for option --safe-updates, -U."
410
#: client/drizzle.cc:1551
411
msgid "Write more. (-v -v -v gives the table output format)."
414
#: client/drizzle.cc:1553 drizzled/drizzled.cc:1822
415
msgid "Output version information and exit."
418
#: client/drizzle.cc:1555
419
msgid "Wait and retry if connection is down."
422
#: client/drizzle.cc:1558
368
423
msgid "Number of seconds before connection timeout."
371
#: ../client/drizzle.cc:1373
426
#: client/drizzle.cc:1563
372
427
msgid "Max length of input line"
373
428
msgstr "Lungimea maxima a liniei de intrare."
375
#: ../client/drizzle.cc:1375
430
#: client/drizzle.cc:1568
376
431
msgid "Automatic limit for SELECT when using --safe-updates"
379
#: ../client/drizzle.cc:1377
434
#: client/drizzle.cc:1573
380
435
msgid "Automatic limit for rows in a join when using --safe-updates"
383
#: ../client/drizzle.cc:1380 ../client/drizzledump.cc:553
384
msgid "Options specific to the client"
387
#: ../client/drizzle.cc:1383
389
msgid "Connect to host"
390
msgstr "Conectare la gazda."
392
#: ../client/drizzle.cc:1385
394
"Password to use when connecting to server. If password is not given it's "
395
"asked from the tty."
398
#: ../client/drizzle.cc:1387
400
"Port number to use for connection or 0 for default to, in order of "
401
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
404
#: ../client/drizzle.cc:1393 ../client/drizzledump.cc:562
405
#: ../plugin/transaction_log/utilities/transaction_reader.cc:583
406
msgid "User for login if not current user."
409
#: ../client/drizzle.cc:1395 ../client/drizzledump.cc:564
410
#: ../plugin/transaction_log/utilities/transaction_reader.cc:589
411
msgid "The protocol of connection (mysql or drizzle)."
414
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:576
415
msgid "Allowed Options"
418
#: ../client/drizzle.cc:1463 ../client/drizzle.cc:1470
420
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
423
#: ../client/drizzle.cc:1534 ../client/drizzle.cc:3791
438
#: client/drizzle.cc:1577
439
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
442
#: client/drizzle.cc:1582
443
msgid "Number of lines before each import progress report."
446
#: client/drizzle.cc:1585
447
msgid "Ping the server to check if it's alive."
450
#: client/drizzle.cc:1595
452
msgid "%s Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
455
#: client/drizzle.cc:1602
458
"Copyright (C) 2008 Sun Microsystems\n"
459
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
460
"and you are welcome to modify and redistribute it under the GPL license\n"
463
#: client/drizzle.cc:1607
465
msgid "Usage: %s [OPTIONS] [database]\n"
466
msgstr "Utilizare: %s [OPTIUNI] [baza de date]\n"
468
#: client/drizzle.cc:1638
424
469
msgid "DELIMITER cannot contain a backslash character"
427
#: ../client/drizzle.cc:1613 ../client/drizzledump.cc:675
428
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:623
429
#: ../client/drizzletest.cc:5659
430
msgid "Error: Unknown protocol"
433
#: ../client/drizzle.cc:1627
435
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
438
#: ../client/drizzle.cc:1673 ../client/drizzle.cc:4081
440
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
443
#: ../client/drizzle.cc:1679
446
"Copyright (C) 2008 Sun Microsystems\n"
447
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
448
"and you are welcome to modify and redistribute it under the GPL license\n"
451
#: ../client/drizzle.cc:1684
453
msgid "Usage: drizzle [OPTIONS] [schema]\n"
454
msgstr "Utilizare: %s [OPTIUNI] [baza de date]\n"
456
#: ../client/drizzle.cc:1738
458
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
459
msgstr "Bun venit la clientul Drizzle.. Comenzile se termina cu ; sau \\g."
461
#: ../client/drizzle.cc:1747
464
"Your Drizzle connection id is %u\n"
465
"Connection protocol: %s\n"
466
"Server version: %s\n"
468
"Identificatorul conexiunii Drizzle este %u\n"
469
"Versiunea serverului: %s\n"
471
#: ../client/drizzle.cc:1781
473
msgid "Reading history-file %s\n"
474
msgstr "Citesc fisierul istoric %s\n"
476
#: ../client/drizzle.cc:1785
478
msgid "Couldn't allocate memory for temp histfile!\n"
479
msgstr "Nu am putut aloca memorie pentru acest fisier de istoric temporar!\n"
481
#: ../client/drizzle.cc:1792
482
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
484
"Scrieti 'help;' sau '\\h' pentru ajutor. Scrieti '\\c' pentru a goli "
487
#: ../client/drizzle.cc:1802
491
#: ../client/drizzle.cc:1815
493
msgid "Writing history-file %s\n"
494
msgstr "Scrie fisierul de istoric %s\n"
496
#: ../client/drizzle.cc:1823
500
#: ../client/drizzle.cc:1823
504
#: ../client/drizzle.cc:1873
505
msgid "Query aborted by Ctrl+C\n"
506
msgstr "Cerere abandonata prin Ctrl+C\n"
508
#: ../client/drizzle.cc:1957
472
#: client/drizzle.cc:1656
474
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
477
#: client/drizzle.cc:1679
479
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
482
#: client/drizzle.cc:1683
484
msgid "WARNING: --server-arg option not supported in this configuration.\n"
487
#: client/drizzle.cc:1714
489
"Non-integer value supplied for port. If you are trying to enter a password "
490
"please use --password instead."
493
#: client/drizzle.cc:1722
494
msgid "Value supplied for port is not valid."
497
#: client/drizzle.cc:1861
510
499
msgid "Processing line: %<PRIu32>\n"
513
#: ../client/drizzle.cc:2175
502
#: client/drizzle.cc:2076
514
503
msgid "Unknown command: "
517
#: ../client/drizzle.cc:2346
518
msgid "Not found a delimiter within max_input_line of input"
521
#: ../client/drizzle.cc:2592
506
#: client/drizzle.cc:2490
523
508
"Reading table information for completion of table and column names\n"
524
"You can turn off this feature to get a quicker startup with -A\n"
509
" You can turn off this feature to get a quicker startup with -A\n"
528
#: ../client/drizzle.cc:2631
513
#: client/drizzle.cc:2579
529
514
msgid "No connection. Trying to reconnect..."
532
#: ../client/drizzle.cc:2637
517
#: client/drizzle.cc:2585
533
518
msgid "Can't connect to the server\n"
534
519
msgstr "Nu se poate realiza conexiunea la server\n"
536
#: ../client/drizzle.cc:2721
521
#: client/drizzle.cc:2663
537
522
msgid "List of all Drizzle commands:"
540
#: ../client/drizzle.cc:2725
543
"Note that all text commands must be first on line and end with '%s' or \\g"
525
#: client/drizzle.cc:2665
526
msgid "Note that all text commands must be first on line and end with ';'"
546
#: ../client/drizzle.cc:2783
529
#: client/drizzle.cc:2720
547
530
msgid "No query specified\n"
548
531
msgstr "Nu a fost specificata nici o interogare\n"
550
#: ../client/drizzle.cc:2798
533
#: client/drizzle.cc:2735
551
534
msgid "Ignoring query to other database"
554
#: ../client/drizzle.cc:2848
537
#: client/drizzle.cc:2785
555
538
msgid "Empty set"
558
#: ../client/drizzle.cc:2861
541
#: client/drizzle.cc:2798
560
543
msgid "%ld row in set"
561
544
msgid_plural "%ld rows in set"
565
#: ../client/drizzle.cc:2870
548
#: client/drizzle.cc:2807
569
#: ../client/drizzle.cc:2872
552
#: client/drizzle.cc:2809
571
554
msgid "Query OK, %ld row affected"
572
555
msgid_plural "Query OK, %ld rows affected"
576
#: ../client/drizzle.cc:2944
577
msgid "popen() failed! defaulting PAGER to stdout!\n"
580
#: ../client/drizzle.cc:2966
582
msgid "Error logging to file '%s'\n"
585
#: ../client/drizzle.cc:2971
587
msgid "Logging to file '%s'\n"
588
msgstr "Citesc fisierul istoric %s\n"
590
#: ../client/drizzle.cc:3055
599
"Collation: %s (%u)\n"
607
#: ../client/drizzle.cc:3522
609
msgid "No previous outfile available, you must give a filename!\n"
612
#: ../client/drizzle.cc:3527
614
msgid "Currently logging to file '%s'\n"
617
#: ../client/drizzle.cc:3547
619
msgid "No outfile specified!\n"
620
msgstr "Nu a fost specificata nici o interogare\n"
622
#: ../client/drizzle.cc:3560
623
msgid "Outfile disabled.\n"
626
#: ../client/drizzle.cc:3587
627
msgid "Default pager wasn't set, using stdout.\n"
630
#: ../client/drizzle.cc:3607
632
msgid "PAGER set to '%s'\n"
635
#: ../client/drizzle.cc:3618
636
msgid "PAGER set to stdout\n"
639
#: ../client/drizzle.cc:3701
641
msgid "Connection id: %u"
644
#: ../client/drizzle.cc:3703
646
msgid "Current schema: %.128s\n"
649
#: ../client/drizzle.cc:3704
654
#: ../client/drizzle.cc:3724
655
msgid "Usage: \\. <filename> | source <filename>"
658
#: ../client/drizzle.cc:3739
660
msgid "Failed to open file '%s', error: %d"
663
#: ../client/drizzle.cc:3747
664
msgid "Can't initialize LineBuffer"
667
#: ../client/drizzle.cc:3783
668
msgid "DELIMITER must be followed by a 'delimiter' character or string"
671
#: ../client/drizzle.cc:3816
672
msgid "USE must be followed by a schema name"
675
#: ../client/drizzle.cc:3884
677
msgid "Schema changed"
678
msgstr "Baza de date folosita."
680
#: ../client/drizzle.cc:3930
682
msgid "Show warnings enabled."
683
msgstr "Afiseaza avertismente dupa fiecare declaratie."
685
#: ../client/drizzle.cc:3938
687
msgid "Show warnings disabled."
688
msgstr "Afiseaza avertismente dupa fiecare declaratie."
690
#: ../client/drizzle.cc:4088
694
"Connection id:\t\t%lu\n"
697
#: ../client/drizzle.cc:4100
699
msgid "Current schema:\t%s\n"
702
#: ../client/drizzle.cc:4101
704
msgid "Current user:\t\t%s\n"
707
#: ../client/drizzle.cc:4107
708
msgid "SSL:\t\t\tNot in use"
711
#: ../client/drizzle.cc:4112
717
#: ../client/drizzle.cc:4119
720
"All updates ignored to this schema\n"
723
#: ../client/drizzle.cc:4122
725
msgid "Current pager:\t\t%s\n"
728
#: ../client/drizzle.cc:4123
730
msgid "Using outfile:\t\t'%s'\n"
733
#: ../client/drizzle.cc:4124
735
msgid "Using delimiter:\t%s\n"
738
#: ../client/drizzle.cc:4125
740
msgid "Server version:\t\t%s\n"
743
#: ../client/drizzle.cc:4126
745
msgid "Protocol:\t\t%s\n"
748
#: ../client/drizzle.cc:4127
750
msgid "Protocol version:\t%d\n"
753
#: ../client/drizzle.cc:4128
755
msgid "Connection:\t\t%s\n"
758
#: ../client/drizzle.cc:4135
760
msgid "UNIX socket:\t\t%s\n"
763
#: ../client/drizzle.cc:4137
765
msgid "TCP port:\t\t%d\n"
768
#: ../client/drizzle.cc:4142
771
"Note that you are running in safe_update_mode:\n"
774
#: ../client/drizzle.cc:4144
777
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
779
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
781
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
782
" Max number of examined row combination in a join is set to: %"
787
#: ../client/drizzle.cc:4206 ../drizzled/option.cc:339
792
#: ../client/drizzle.cc:4249
794
msgid "ERROR %d (%s): "
797
#: ../client/drizzle.cc:4251
802
#: ../client/drizzle.cc:4254
806
#: ../client/drizzle.cc:4387
810
#: ../client/drizzle.cc:4389
814
#: ../client/drizzle.cc:4395
818
#: ../client/drizzle.cc:4401
822
#: ../client/drizzle.cc:4502
826
#: ../client/drizzle.cc:4622
828
msgid "Returning to default PROMPT of %s\n"
831
#: ../client/drizzle.cc:4627
832
msgid "Memory allocation error. Not changing prompt\n"
835
#: ../client/drizzle.cc:4632
837
msgid "PROMPT set to '%s'\n"
840
#: ../client/drizzledump.cc:229
841
msgid "Error inserting into destination database"
844
#: ../client/drizzledump.cc:253
559
#: client/drizzledump.cc:345
560
msgid "Number of rows before each output progress report (requires --verbose)."
563
#: client/drizzledump.cc:415
846
565
msgid "Got errno %d on write"
849
#: ../client/drizzledump.cc:298
852
"%s: You can't use --single-transaction and --lock-all-tables at the same "
856
#: ../client/drizzledump.cc:305
858
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
861
#: ../client/drizzledump.cc:373
862
msgid "-- Retrieving database structures..."
865
#: ../client/drizzledump.cc:485
867
"Dump all the databases. This will be same as --databases with all databases "
871
#: ../client/drizzledump.cc:487
872
msgid "Dump all the tablespaces."
875
#: ../client/drizzledump.cc:489
876
msgid "Use complete insert statements."
879
#: ../client/drizzledump.cc:491
881
"Flush logs file in server before starting dump. Note that if you dump many "
882
"databases at once (using the option --databases= or --all-databases), the "
883
"logs will be flushed for each database dumped. The exception is when using --"
884
"lock-all-tables in this case the logs will be flushed only once, "
885
"corresponding to the moment all tables are locked. So if you want your dump "
886
"and the log flush to happen at the same exact moment you should use --lock-"
887
"all-tables or --flush-logs"
890
#: ../client/drizzledump.cc:493
892
msgid "Continue even if we get an sql-error."
893
msgstr "Continua chiar daca se obtine o eroare sql."
895
#: ../client/drizzledump.cc:494
897
msgid "Display this help message and exit."
898
msgstr "Afiseaza acest mesaj de ajutor si iesi."
900
#: ../client/drizzledump.cc:496
902
"Locks all tables across all databases. This is achieved by taking a global "
903
"read lock for the duration of the whole dump. Automatically turns --single-"
907
#: ../client/drizzledump.cc:498
909
"Creates a consistent snapshot by dumping all tables in a single transaction. "
910
"Works ONLY for tables stored in storage engines which support "
911
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
912
"be consistent for other storage engines. While a --single-transaction dump "
913
"is in process, to ensure a valid dump file (correct table contents), no "
914
"other connection should use the following statements: ALTER TABLE, DROP "
915
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
919
#: ../client/drizzledump.cc:500
921
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
922
"extended-insert and --disable-keys."
925
#: ../client/drizzledump.cc:501
926
msgid "Overrides option --databases (-B)."
929
#: ../client/drizzledump.cc:503
930
msgid "Number of rows before each output progress report (requires --verbose)."
933
#: ../client/drizzledump.cc:505
934
msgid "Print info about the various stages."
937
#: ../client/drizzledump.cc:507
938
msgid "Turn off Comments"
941
#: ../client/drizzledump.cc:508
943
msgid "Turn off create-options"
944
msgstr "Dezactiveaza sunetul de alarma in caz de eroare."
946
#: ../client/drizzledump.cc:509
947
msgid "Turn off extended-insert"
950
#: ../client/drizzledump.cc:510
951
msgid "Turn off dump date at the end of the output"
954
#: ../client/drizzledump.cc:511
955
msgid "Do not read from the configuration files"
958
#: ../client/drizzledump.cc:517
959
msgid "Add a 'DROP DATABASE' before each create."
962
#: ../client/drizzledump.cc:518
963
msgid "Do not add a 'drop table' before each create."
966
#: ../client/drizzledump.cc:520
968
"Give less verbose output (useful for debugging). Disables structure comments "
969
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
970
"set-names --skip-disable-keys"
973
#: ../client/drizzledump.cc:522
975
"To dump several databases. Note the difference in usage; In this case no "
976
"tables are given. All name arguments are regarded as databasenames. 'USE "
977
"db_name;' will be included in the output."
980
#: ../client/drizzledump.cc:524
982
"'ALTER TABLE tb_name DISABLE KEYS;' and 'ALTER TABLE tb_name ENABLE KEYS;' "
983
"will not be put in the output."
986
#: ../client/drizzledump.cc:526
988
"Do not dump the specified table. To specify more than one table to ignore, "
989
"use the directive multiple times, once for each table. Each table must be "
990
"specified with both database and table names, e.g. --ignore-table=database."
994
#: ../client/drizzledump.cc:528
995
msgid "Insert rows with INSERT IGNORE."
998
#: ../client/drizzledump.cc:530
999
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
1002
#: ../client/drizzledump.cc:532
1004
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1005
"above line will be added otherwise, if --databases or --all-databases option "
1009
#: ../client/drizzledump.cc:534
1010
msgid "No row information."
1013
#: ../client/drizzledump.cc:536
1014
msgid "Use REPLACE INTO instead of INSERT INTO."
1017
#: ../client/drizzledump.cc:538
1018
msgid "Where to send output to (stdout|database"
1021
#: ../client/drizzledump.cc:540
1023
"Hostname for destination db server (requires --destination-type=database)"
1026
#: ../client/drizzledump.cc:542
1028
"Port number for destination db server (requires --destination-type=database)"
1031
#: ../client/drizzledump.cc:544
1033
"User name for destination db server (resquires --destination-type=database)"
1036
#: ../client/drizzledump.cc:546
1038
"Password for destination db server (requires --destination-type=database)"
1041
#: ../client/drizzledump.cc:548
1043
"The database in the destination db server (requires --destination-"
1044
"type=database, not for use with --all-databases)"
1047
#: ../client/drizzledump.cc:550
1049
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1053
#: ../client/drizzledump.cc:556
1055
msgid "Connect to host."
1056
msgstr "Conectare la gazda."
1058
#: ../client/drizzledump.cc:558
1060
"Password to use when connecting to server. If password is not given it's "
1061
"solicited on the tty."
1064
#: ../client/drizzledump.cc:560
1065
#: ../plugin/transaction_log/utilities/transaction_reader.cc:585
1066
msgid "Port number to use for connection."
1069
#: ../client/drizzledump.cc:567
1070
msgid "Hidden Options"
1073
#: ../client/drizzledump.cc:569
1074
msgid "Used to select the database"
1077
#: ../client/drizzledump.cc:570
1078
msgid "Used to select the tables"
1081
#: ../client/drizzledump.cc:573
1082
msgid "Allowed Options + Hidden Options"
1085
#: ../client/drizzledump.cc:637
1087
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1090
#: ../client/drizzledump.cc:642
1092
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1093
"and you are welcome to modify and redistribute it under the GPL license\n"
1096
#: ../client/drizzledump.cc:643
1097
msgid "Dumps definitions and data from a Drizzle database server"
1100
#: ../client/drizzledump.cc:644
568
#: client/drizzledump.cc:420
570
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
573
#: client/drizzledump.cc:427
1102
575
msgid "Usage: %s [OPTIONS] database [tables]\n"
1105
#: ../client/drizzledump.cc:645
578
#: client/drizzledump.cc:428
1107
580
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1110
#: ../client/drizzledump.cc:647
583
#: client/drizzledump.cc:430
1112
585
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1115
#: ../client/drizzledump.cc:688 ../client/drizzleimport.cc:484
1116
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5671
588
#: client/drizzledump.cc:438
590
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
591
"and you are welcome to modify and redistribute it under the GPL license\n"
594
#: client/drizzledump.cc:439
595
msgid "Dumps definitions and data from a Drizzle database server"
598
#: client/drizzledump.cc:450
600
msgid "For more options, use %s --help\n"
601
msgstr "Pentru mai multe optiuni, foloseste %s --help\n"
603
#: client/drizzledump.cc:557 client/drizzleimport.cc:195
604
#: client/drizzleslap.cc:747 client/drizzletest.cc:4729
607
"Non-integer value supplied for port. If you are trying to enter a password "
608
"please use --password instead.\n"
611
#: client/drizzledump.cc:565 client/drizzleimport.cc:203
612
#: client/drizzleslap.cc:755 client/drizzletest.cc:4737
1118
614
msgid "Value supplied for port is not valid.\n"
1121
#: ../client/drizzledump.cc:743
617
#: client/drizzledump.cc:582
619
msgid "Memory allocation error while copying password. Aborting.\n"
622
#: client/drizzledump.cc:621
624
msgid "Input filename too long: %s"
625
msgstr "Numele fisierului de intrare este prea lung: %s"
627
#: client/drizzledump.cc:656
1123
629
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1126
#: ../client/drizzledump_data.cc:268
1127
msgid "-- Retrieving data for "
1130
#: ../client/drizzledump_data.cc:300
1131
msgid " rows dumped for table "
1134
#: ../client/drizzledump_data.cc:547
1136
msgid "-- Connecting to "
1137
msgstr "Conectare la gazda."
1139
#: ../client/drizzledump_data.cc:547
1140
msgid " using protocol "
1143
#: ../client/drizzledump_data.cc:588 ../client/drizzledump_data.cc:594
1144
#: ../client/drizzledump_data.cc:625 ../client/drizzledump_data.cc:631
1145
msgid "Error executing query: "
1148
#: ../client/drizzledump_data.cc:602
1149
msgid "Could not buffer result: "
1152
#: ../client/drizzledump_data.cc:648
1153
msgid "Error: Could not set db '"
1156
#: ../client/drizzledump_data.cc:662 ../client/drizzledump_data.cc:667
1157
#: ../client/drizzledump_data.cc:673
1161
#: ../client/drizzledump_data.cc:682
1162
msgid "-- Disconnecting from "
1165
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1166
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1167
msgid "-- Retrieving table structures for "
1170
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1171
msgid "-- Retrieving fields for "
1174
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:270
1175
msgid "-- Retrieving indexes for "
1178
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:315
1179
msgid "-- Retrieving foreign keys for "
1182
#: ../client/drizzleslap.cc:2292
1184
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1187
#: ../client/drizzletest.cc:5412
1188
msgid "Error: Invalid Value for opt_max_connect_retries"
1191
#: ../client/drizzletest.cc:5422
1192
msgid "Error: Invalid Value for opt_tail_lines"
1195
#: ../client/drizzletest.cc:5432
1196
msgid "Error: Invalid Value for opt_sleep"
1199
#: ../client/drizzletest.cc:5623
1201
msgid "Could not open '%s' for reading: errno = %d"
1204
#: ../client/drizzletest.cc:5628
1206
msgid "Out of memory"
1209
#: ../drizzled/drizzled.cc:491
632
#: client/drizzledump.cc:681
634
msgid "Invalid mode to --compatible: %s\n"
637
#: client/drizzledump.cc:726
639
msgid "%s: You must use option --tab with --fields-...\n"
642
#: client/drizzledump.cc:732
645
"%s: You can't use --single-transaction and --lock-all-tables at the same "
649
#: client/drizzledump.cc:738
652
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
656
#: client/drizzledump.cc:744
658
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
661
#: client/drizzledump.cc:767
663
msgid "Got error: %s (%d) %s"
666
#: client/drizzledump.cc:774
668
msgid "Got error: %d %s"
671
#: client/drizzledump.cc:872 client/drizzledump.cc:879
672
#: client/drizzledump.cc:892
674
msgid "Couldn't execute '%s': %s (%d)"
677
#: client/drizzledump.cc:956
679
msgid "-- Connecting to %s...\n"
682
#: client/drizzledump.cc:977
684
msgid "-- Disconnecting from %s...\n"
687
#: client/drizzledump.cc:988
688
msgid "Couldn't allocate memory"
689
msgstr "Nu se poate aloca memoria"
691
#: client/drizzledump.cc:1332
694
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
698
#: client/drizzledump.cc:1346
700
msgid "-- Retrieving table structure for table %s...\n"
703
#: client/drizzledump.cc:1460
705
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
708
#: client/drizzledump.cc:1567
710
msgid "%s: Can't get keys for table %s\n"
713
#: client/drizzledump.cc:1645 client/drizzledump.cc:2719
715
msgid "Error: Couldn't read status information for table %s\n"
718
#: client/drizzledump.cc:1788
720
msgid "Error retrieving table structure for table: \"%s\""
723
#: client/drizzledump.cc:1795
725
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
728
#: client/drizzledump.cc:1806
730
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
733
#: client/drizzledump.cc:1813
735
msgid "-- Skipping dump data for table '%s', it has no fields\n"
738
#: client/drizzledump.cc:1821
739
msgid "-- Sending SELECT query...\n"
742
#: client/drizzledump.cc:1875 client/drizzledump.cc:2350
743
msgid "when executing 'SELECT INTO OUTFILE'"
746
#: client/drizzledump.cc:1885
751
"-- Dumping data for table %s\n"
755
#: client/drizzledump.cc:1926
756
msgid "-- Retrieving rows...\n"
759
#: client/drizzledump.cc:1929
761
msgid "%s: Error in field count for table: %s ! Aborting.\n"
764
#: client/drizzledump.cc:1973
766
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
769
#: client/drizzledump.cc:1990
771
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
774
#: client/drizzledump.cc:2012
776
msgid "Not enough fields from table %s! Aborting.\n"
779
#: client/drizzledump.cc:2411 client/drizzledump.cc:2525
780
msgid "when doing refresh"
783
#: client/drizzledump.cc:2497
784
msgid "alloc_root failure."
787
#: client/drizzledump.cc:2512
789
msgid "Couldn't find table: \"%s\""
792
#: client/drizzledump.cc:2790 client/drizzledump.cc:2797
793
#: client/drizzledump.cc:2807
796
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
799
#: client/drizzledump.cc:2837
801
msgid "Error: Not enough memory to store ORDER BY clause\n"
806
msgid "Error while loading database options: '%s':"
809
#: drizzled/drizzled.cc:503
811
msgid "Got signal %d from thread %<PRIu64>"
814
#: drizzled/drizzled.cc:537
1210
815
msgid "Aborting\n"
1213
#: ../drizzled/drizzled.cc:550
818
#: drizzled/drizzled.cc:658
1214
819
msgid "One can only use the --user switch if running as root\n"
1217
#: ../drizzled/drizzled.cc:557
822
#: drizzled/drizzled.cc:665
1219
824
"Fatal error: Please read \"Security\" section of the manual to find out how "
1220
825
"to run drizzled as root!\n"
1223
#: ../drizzled/drizzled.cc:577
828
#: drizzled/drizzled.cc:685
1226
831
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1230
#: ../drizzled/drizzled.cc:602
1231
msgid "Set process group ID failed"
1234
#: ../drizzled/drizzled.cc:607
1235
msgid "Set process user ID failed"
1238
#: ../drizzled/drizzled.cc:619
1239
msgid "Process chroot failed"
1242
#: ../drizzled/drizzled.cc:739
1243
msgid "Error: Invalid Value for auto_increment_increment"
1246
#: ../drizzled/drizzled.cc:750
1247
msgid "Error: Invalid Value for auto_increment_offset"
1250
#: ../drizzled/drizzled.cc:761
1251
msgid "Error: Invalid Value for completion_type"
1254
#: ../drizzled/drizzled.cc:773
1255
msgid "Error: Invalid Value for div-precision-increment"
1258
#: ../drizzled/drizzled.cc:784
1259
msgid "Error: Invalid Value for group_concat_max_len"
1262
#: ../drizzled/drizzled.cc:795
1263
msgid "Error: Invalid Value for join_buffer_size"
1266
#: ../drizzled/drizzled.cc:807
1267
msgid "Error: Invalid Value for max_allowed_packet"
1270
#: ../drizzled/drizzled.cc:819
1271
msgid "Error: Invalid Value for max_error_count"
1274
#: ../drizzled/drizzled.cc:830
1275
msgid "Error: Invalid Value for max_heap_table_size"
1278
#: ../drizzled/drizzled.cc:842
1279
msgid "Error: Invalid Value for min_examined_row_limit"
1282
#: ../drizzled/drizzled.cc:853
1283
msgid "Error: Invalid Value for max_join_size"
1286
#: ../drizzled/drizzled.cc:864
1287
msgid "Error: Invalid Value for max_length_for_sort_data"
1290
#: ../drizzled/drizzled.cc:875
1291
msgid "Error: Invalid Value for max_seeks_for_key"
1294
#: ../drizzled/drizzled.cc:886
1295
msgid "Error: Invalid Value for max_sort_length"
1298
#: ../drizzled/drizzled.cc:897
1299
msgid "Error: Invalid Value for optimizer_search_depth"
1302
#: ../drizzled/drizzled.cc:908
1303
msgid "Error: Invalid Value for preload_buff_size"
1306
#: ../drizzled/drizzled.cc:919
1307
msgid "Error: Invalid Value for query_alloc_block_size"
1310
#: ../drizzled/drizzled.cc:931
1311
msgid "Error: Invalid Value for query_prealloc_size"
1314
#: ../drizzled/drizzled.cc:943
1315
msgid "Error: Invalid Value for range_alloc_block_size"
1318
#: ../drizzled/drizzled.cc:955
1319
msgid "Error: Invalid Value for read_buff_size"
1322
#: ../drizzled/drizzled.cc:967
1323
msgid "Error: Invalid Value for read_rnd_buff_size"
1326
#: ../drizzled/drizzled.cc:978
1327
msgid "Error: Invalid Value for sort_buff_size"
1330
#: ../drizzled/drizzled.cc:989
1331
msgid "Error: Invalid Value for table_def_size"
1334
#: ../drizzled/drizzled.cc:1000
1335
msgid "Error: Invalid Value for table_cache_size"
1338
#: ../drizzled/drizzled.cc:1011 ../drizzled/drizzled.cc:1027
1339
msgid "Error: Invalid Value for table_lock_wait_timeout"
1342
#: ../drizzled/drizzled.cc:1038
1344
"Error: Invalid Value for transaction_message_threshold valid values are "
1345
"between 131072 - 1048576 bytes"
1348
#: ../drizzled/drizzled.cc:1096
1350
msgid "Defaults file '%s' not found\n"
1353
#: ../drizzled/drizzled.cc:1138
835
#: drizzled/drizzled.cc:841
837
msgid "Fatal signal %d while backtracing\n"
840
#: drizzled/drizzled.cc:864
843
"We will try our best to scrape up some info that will hopefully help "
845
"the problem, but since we have already crashed, something is definitely "
847
"and this may fail.\n"
851
#: drizzled/drizzled.cc:873
854
"It is possible that drizzled could use up to \n"
855
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
857
"Hope that's ok; if not, decrease some variables in the equation.\n"
861
#: drizzled/drizzled.cc:886
864
"Attempting backtrace. You can use the following information to find out\n"
865
"where drizzled died. If you see no messages after this, something went\n"
866
"terribly wrong...\n"
869
#: drizzled/drizzled.cc:914
872
"Trying to get some variables.\n"
873
"Some pointers may be invalid and cause the dump to abort...\n"
876
#: drizzled/drizzled.cc:926
880
"This crash occurred while the server was calling initgroups(). This is\n"
881
"often due to the use of a drizzled that is statically linked against glibc\n"
882
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
883
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
884
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
885
"drizzled that is not statically linked.\n"
888
#: drizzled/drizzled.cc:941
892
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
893
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
894
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
895
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
896
"the documentation for your distribution on how to do that.\n"
899
#: drizzled/drizzled.cc:954
903
"The '--memlock' argument, which was enabled, uses system calls that are\n"
904
"unreliable and unstable on some operating systems and operating-system\n"
905
"versions (notably, some versions of Linux). This crash could be due to use\n"
906
"of those buggy OS calls. You should consider whether you really need the\n"
907
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
911
#: drizzled/drizzled.cc:969
913
msgid "Writing a core file\n"
916
#: drizzled/drizzled.cc:1015
918
"setrlimit could not change the size of core files to 'infinity'; We may not "
919
"be able to generate a core file on signals"
922
#: drizzled/drizzled.cc:1210
1355
924
msgid "gethostname failed, using '%s' as hostname"
1358
#: ../drizzled/drizzled.cc:1152 ../drizzled/drizzled.cc:1739
1359
msgid "Display this help and exit."
1360
msgstr "Afiseaza acest mesaj de ajutor si iesi."
1362
#: ../drizzled/drizzled.cc:1156
1363
msgid "Configuration file to use"
1366
#: ../drizzled/drizzled.cc:1158
1367
msgid "Base location for config files"
1370
#: ../drizzled/drizzled.cc:1160 ../drizzled/drizzled.cc:1927
1371
msgid "Directory for plugins."
1374
#: ../drizzled/drizzled.cc:1165 ../drizzled/drizzled.cc:1931
1376
"Optional comma separated list of plugins to load at startup in addition to "
1377
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1380
#: ../drizzled/drizzled.cc:1169 ../drizzled/drizzled.cc:1937
1382
"Optional comma separated list of plugins to not load at startup. Effectively "
1383
"removes a plugin from the list of plugins to be loaded. [for example: --"
1384
"plugin_remove=crc32,logger_gearman]"
1387
#: ../drizzled/drizzled.cc:1173 ../drizzled/drizzled.cc:1943
1389
"Optional comma separated list of plugins to load at starup instead of the "
1390
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1393
#: ../drizzled/drizzled.cc:1180 ../drizzled/drizzled.cc:1743
927
#: drizzled/drizzled.cc:1281
929
msgid "Unknown locale: '%s'"
932
#: drizzled/drizzled.cc:1310
933
msgid "Can't create thread-keys"
936
#: drizzled/drizzled.cc:1335
937
msgid "Out of memory"
940
#: drizzled/drizzled.cc:1346
941
msgid "Failed to initialize plugins."
944
#: drizzled/drizzled.cc:1377
947
"%s: Too many arguments (first extra is '%s').\n"
948
"Use --verbose --help to get a list of available options\n"
951
#: drizzled/drizzled.cc:1397
952
msgid "No scheduler found, cannot continue!\n"
955
#: drizzled/drizzled.cc:1404
956
msgid "Can't init databases"
959
#: drizzled/drizzled.cc:1428
961
msgid "Unknown/unsupported table type: %s"
964
#: drizzled/drizzled.cc:1434
966
msgid "Default storage engine (%s) is not available"
969
#: drizzled/drizzled.cc:1465
971
msgid "Failed to lock memory. Errno: %d\n"
974
#: drizzled/drizzled.cc:1681
975
msgid "Display this help and exit after initializing plugins."
978
#: drizzled/drizzled.cc:1685
1394
979
msgid "Auto-increment columns are incremented by this"
1397
#: ../drizzled/drizzled.cc:1182 ../drizzled/drizzled.cc:1748
982
#: drizzled/drizzled.cc:1690
1399
984
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1403
#: ../drizzled/drizzled.cc:1184 ../drizzled/drizzled.cc:1754
988
#: drizzled/drizzled.cc:1696
1405
990
"Path to installation directory. All paths are usually resolved relative to "
1409
#: ../drizzled/drizzled.cc:1187 ../drizzled/drizzled.cc:1759
994
#: drizzled/drizzled.cc:1700
995
msgid "IP address to bind to."
998
#: drizzled/drizzled.cc:1704
1410
999
msgid "Chroot drizzled daemon during startup."
1413
#: ../drizzled/drizzled.cc:1189 ../drizzled/drizzled.cc:1763
1002
#: drizzled/drizzled.cc:1708
1414
1003
msgid "Set the default collation."
1417
#: ../drizzled/drizzled.cc:1191 ../drizzled/drizzled.cc:1767
1006
#: drizzled/drizzled.cc:1712
1418
1007
msgid "Default completion type."
1421
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1010
#: drizzled/drizzled.cc:1717
1422
1011
msgid "Write core on errors."
1425
#: ../drizzled/drizzled.cc:1194 ../drizzled/drizzled.cc:1776
1014
#: drizzled/drizzled.cc:1721
1426
1015
msgid "Path to the database root."
1429
#: ../drizzled/drizzled.cc:1196
1430
msgid "Set the default storage engine for tables."
1018
#: drizzled/drizzled.cc:1725
1019
msgid "Set the default storage engine (table type) for tables."
1433
#: ../drizzled/drizzled.cc:1198
1022
#: drizzled/drizzled.cc:1729
1434
1023
msgid "Set the default time zone."
1437
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1780
1026
#: drizzled/drizzled.cc:1734
1027
msgid "Print a symbolic stack trace on failure."
1030
#: drizzled/drizzled.cc:1740
1438
1031
msgid "Used for debugging; Use at your own risk!"
1441
#: ../drizzled/drizzled.cc:1202 ../drizzled/drizzled.cc:1785
1034
#: drizzled/drizzled.cc:1745
1442
1035
msgid "Set up signals usable for debugging"
1445
#: ../drizzled/drizzled.cc:1204
1038
#: drizzled/drizzled.cc:1749
1042
#: drizzled/drizzled.cc:1753
1446
1043
msgid "Set the language used for the month names and the days of the week."
1449
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1789
1046
#: drizzled/drizzled.cc:1758
1450
1047
msgid "Log some not critical warnings to the log file."
1453
#: ../drizzled/drizzled.cc:1208 ../drizzled/drizzled.cc:1794
1454
msgid "Pid file used by drizzled."
1457
#: ../drizzled/drizzled.cc:1210
1458
msgid "Maximum time in seconds to wait for the port to become free. "
1461
#: ../drizzled/drizzled.cc:1212
1462
msgid "Include the SQL query in replicated protobuf messages."
1465
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1803
1050
#: drizzled/drizzled.cc:1763
1051
msgid "Lock drizzled in memory."
1054
#: drizzled/drizzled.cc:1767
1055
msgid "Pid file used by safe_mysqld."
1058
#: drizzled/drizzled.cc:1771
1060
"Port number to use for connection or 0 for default to, in order of "
1061
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1064
#: drizzled/drizzled.cc:1777
1066
"Maximum time in seconds to wait for the port to become free. (Default: no "
1070
#: drizzled/drizzled.cc:1782
1467
1072
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1468
1073
"specified directory"
1471
#: ../drizzled/drizzled.cc:1217 ../drizzled/drizzled.cc:1808
1076
#: drizzled/drizzled.cc:1787
1473
1078
"Uniquely identifies the server instance in the community of replication "
1477
#: ../drizzled/drizzled.cc:1220 ../drizzled/drizzled.cc:1813
1082
#: drizzled/drizzled.cc:1792
1478
1083
msgid "Don't print a stack trace on failure."
1481
#: ../drizzled/drizzled.cc:1222 ../drizzled/drizzled.cc:1817
1086
#: drizzled/drizzled.cc:1796
1482
1087
msgid "Enable symbolic link support."
1485
#: ../drizzled/drizzled.cc:1224 ../drizzled/drizzled.cc:1826
1090
#: drizzled/drizzled.cc:1805
1487
1092
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1490
#: ../drizzled/drizzled.cc:1227
1095
#: drizzled/drizzled.cc:1810
1491
1096
msgid "Path for temporary files."
1494
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1831
1099
#: drizzled/drizzled.cc:1814
1495
1100
msgid "Default transaction isolation level."
1498
#: ../drizzled/drizzled.cc:1231
1500
"Max message size written to transaction log, valid values 131072 - 1048576 "
1504
#: ../drizzled/drizzled.cc:1233 ../drizzled/drizzled.cc:1835
1103
#: drizzled/drizzled.cc:1818
1505
1104
msgid "Run drizzled daemon as user."
1508
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1839
1107
#: drizzled/drizzled.cc:1826
1510
1109
"The number of outstanding connection requests Drizzle can have. This comes "
1511
1110
"into play when the main Drizzle thread gets very many connection requests in "
1512
1111
"a very short time."
1515
#: ../drizzled/drizzled.cc:1242 ../drizzled/drizzled.cc:1845
1114
#: drizzled/drizzled.cc:1832
1517
1116
"Size of tree cache used in bulk insert optimization. Note that this is a "
1518
1117
"limit per thread!"
1521
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1851
1120
#: drizzled/drizzled.cc:1838
1523
1122
"Precision of the result of '/' operator will be increased on that value."
1526
#: ../drizzled/drizzled.cc:1248
1125
#: drizzled/drizzled.cc:1844
1527
1126
msgid "The maximum length of the result of function group_concat."
1530
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1857
1129
#: drizzled/drizzled.cc:1849
1531
1130
msgid "The size of the buffer that is used for full joins."
1534
#: ../drizzled/drizzled.cc:1253
1536
"A global cap on the amount of memory that can be allocated by session join "
1537
"buffers (0 means unlimited)"
1540
#: ../drizzled/drizzled.cc:1255 ../drizzled/drizzled.cc:1863
1133
#: drizzled/drizzled.cc:1855
1135
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1136
"this to get better index handling (for all reads and multiple writes) to as "
1137
"much as you can afford;"
1140
#: drizzled/drizzled.cc:1864
1142
"This characterizes the number of hits a hot block has to be untouched until "
1143
"it is considered aged enough to be downgraded to a warm block. This "
1144
"specifies the percentage ratio of that number of hits to the total number of "
1145
"blocks in key cache"
1148
#: drizzled/drizzled.cc:1873
1149
msgid "The default size of key cache blocks"
1152
#: drizzled/drizzled.cc:1879
1153
msgid "The minimum percentage of warm blocks in key cache"
1156
#: drizzled/drizzled.cc:1885
1541
1157
msgid "Max packetlength to send/receive from to server."
1544
#: ../drizzled/drizzled.cc:1257
1160
#: drizzled/drizzled.cc:1890
1162
"If there is more than this number of interrupted connections from a host "
1163
"this host will be blocked from further connections."
1166
#: drizzled/drizzled.cc:1895
1545
1167
msgid "Max number of errors/warnings to store for a statement."
1548
#: ../drizzled/drizzled.cc:1259 ../drizzled/drizzled.cc:1868
1170
#: drizzled/drizzled.cc:1900
1549
1171
msgid "Don't allow creation of heap tables bigger than this."
1552
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1874
1174
#: drizzled/drizzled.cc:1906
1554
1176
"Joins that are probably going to read more than max_join_size records return "
1558
#: ../drizzled/drizzled.cc:1264 ../drizzled/drizzled.cc:1880
1180
#: drizzled/drizzled.cc:1912
1559
1181
msgid "Max number of bytes in sorted records."
1562
#: ../drizzled/drizzled.cc:1266 ../drizzled/drizzled.cc:1885
1184
#: drizzled/drizzled.cc:1917
1563
1185
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1566
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1890
1188
#: drizzled/drizzled.cc:1922
1568
1190
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1569
1191
"max_sort_length bytes of each value are used; the rest are ignored)."
1572
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1897
1194
#: drizzled/drizzled.cc:1929
1573
1195
msgid "After this many write locks, allow some read locks to run in between."
1576
#: ../drizzled/drizzled.cc:1274 ../drizzled/drizzled.cc:1901
1198
#: drizzled/drizzled.cc:1933
1578
1200
"Don't log queries which examine less than min_examined_row_limit rows to "
1582
#: ../drizzled/drizzled.cc:1277
1204
#: drizzled/drizzled.cc:1939
1205
msgid "Buffer length for TCP/IP and socket communication."
1208
#: drizzled/drizzled.cc:1944
1584
"Do not apply any heuristic(s) during query optimization to prune, thus "
1585
"perform an exhaustive search from the optimizer search space."
1210
"Controls the heuristic(s) applied during query optimization to prune less-"
1211
"promising partial plans from the optimizer search space. Meaning: false - do "
1212
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1213
"based on number of retrieved rows."
1588
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1915
1216
#: drizzled/drizzled.cc:1952
1590
1218
"Maximum depth of search performed by the query optimizer. Values larger than "
1591
1219
"the number of relations in a query result in better query plans, but take "
1596
1224
"(used for testing/comparison)."
1599
#: ../drizzled/drizzled.cc:1289 ../drizzled/drizzled.cc:1949
1227
#: drizzled/drizzled.cc:1964
1228
msgid "Directory for plugins."
1231
#: drizzled/drizzled.cc:1968
1233
"Optional comma separated list of plugins to load at starup.[for example: --"
1234
"plugin_load=crc32,logger_gearman]"
1237
#: drizzled/drizzled.cc:1973
1600
1238
msgid "The size of the buffer that is allocated when preloading indexes"
1603
#: ../drizzled/drizzled.cc:1292 ../drizzled/drizzled.cc:1954
1241
#: drizzled/drizzled.cc:1978
1604
1242
msgid "Allocation block size for query parsing and execution"
1607
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1959
1245
#: drizzled/drizzled.cc:1983
1608
1246
msgid "Persistent buffer for query parsing and execution"
1611
#: ../drizzled/drizzled.cc:1298 ../drizzled/drizzled.cc:1965
1249
#: drizzled/drizzled.cc:1989
1612
1250
msgid "Allocation block size for storing ranges during optimization"
1615
#: ../drizzled/drizzled.cc:1301 ../drizzled/drizzled.cc:1971
1253
#: drizzled/drizzled.cc:1995
1617
1255
"Each thread that does a sequential scan allocates a buffer of this size for "
1618
1256
"each table it scans. If you do many sequential scans, you may want to "
1619
1257
"increase this value."
1622
#: ../drizzled/drizzled.cc:1306
1623
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
1626
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1979
1260
#: drizzled/drizzled.cc:2003
1628
1262
"When reading rows in sorted order after a sort, the rows are read through "
1629
1263
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1630
1264
"record_buffer."
1633
#: ../drizzled/drizzled.cc:1314
1634
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1637
#: ../drizzled/drizzled.cc:1316
1267
#: drizzled/drizzled.cc:2011
1638
1268
msgid "Select scheduler to be used (by default multi-thread)."
1641
#: ../drizzled/drizzled.cc:1319 ../drizzled/drizzled.cc:1988
1271
#: drizzled/drizzled.cc:2016
1642
1272
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1645
#: ../drizzled/drizzled.cc:1322
1647
"A global cap on the amount of memory that can be allocated by session sort "
1648
"buffers (0 means unlimited)"
1651
#: ../drizzled/drizzled.cc:1324 ../drizzled/drizzled.cc:1994
1275
#: drizzled/drizzled.cc:2022
1652
1276
msgid "The number of cached table definitions."
1655
#: ../drizzled/drizzled.cc:1326 ../drizzled/drizzled.cc:1998
1279
#: drizzled/drizzled.cc:2026
1656
1280
msgid "The number of cached open tables."
1659
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2002
1283
#: drizzled/drizzled.cc:2030
1661
1285
"Timeout in seconds to wait for a table level lock before returning an error. "
1662
1286
"Used only if the connection has active cursors."
1665
#: ../drizzled/drizzled.cc:1331 ../drizzled/drizzled.cc:2007
1289
#: drizzled/drizzled.cc:2035
1666
1290
msgid "The stack size for each thread."
1669
#: ../drizzled/drizzled.cc:1334 ../drizzled/drizzled.cc:2013
1293
#: drizzled/drizzled.cc:2041
1671
1295
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1672
1296
"automatically convert it to an on-disk MyISAM table."
1675
#: ../drizzled/drizzled.cc:1357
1676
msgid "Duplicate entry for command line option\n"
1679
#: ../drizzled/drizzled.cc:1404 ../drizzled/drizzled.cc:1422
1680
#: ../drizzled/drizzled.cc:1456 ../drizzled/drizzled.cc:1464
1681
#: ../drizzled/drizzled.cc:1484
1685
"Use --help to get a list of available options\n"
1688
#: ../drizzled/drizzled.cc:1434
1689
msgid "Failed to initialize plugins\n"
1692
#: ../drizzled/drizzled.cc:1472
1696
"Use --help to get a list of available options\n"
1699
#: ../drizzled/drizzled.cc:1521
1701
msgid "Error getting default charset"
1702
msgstr "Stabileste setul de caractere implicit."
1704
#: ../drizzled/drizzled.cc:1551
1705
msgid "Error setting collation"
1708
#: ../drizzled/drizzled.cc:1559
1710
msgid "Unknown locale: '%s'"
1713
#: ../drizzled/drizzled.cc:1579
1714
msgid "Could not initialize table cache\n"
1717
#: ../drizzled/drizzled.cc:1594
1718
msgid "XA cache initialization failed: Out of memory\n"
1721
#: ../drizzled/drizzled.cc:1624
1722
msgid "No scheduler found, cannot continue!\n"
1725
#: ../drizzled/drizzled.cc:1648
1727
msgid "Unknown/unsupported storage engine: %s\n"
1730
#: ../drizzled/drizzled.cc:1798
1732
"Maximum time in seconds to wait for the port to become free. (Default: no "
1736
#: ../drizzled/drizzled.cc:1907
1738
"Controls the heuristic(s) applied during query optimization to prune less-"
1739
"promising partial plans from the optimizer search space. Meaning: false - do "
1740
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1741
"based on number of retrieved rows."
1744
#: ../drizzled/drizzled.cc:2039
1299
#: drizzled/drizzled.cc:2047
1300
msgid "Allocation block size for transactions to be stored in binary log"
1303
#: drizzled/drizzled.cc:2052
1304
msgid "Persistent buffer for transactions to be stored in binary log"
1307
#: drizzled/drizzled.cc:2183
1746
1309
"Copyright (C) 2008 Sun Microsystems\n"
1747
1310
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1748
1311
"and you are welcome to modify and redistribute it under the GPL license\n"
1313
"Starts the Drizzle database server\n"
1752
#: ../drizzled/drizzled.cc:2046
1316
#: drizzled/drizzled.cc:2190
1754
1318
msgid "Usage: %s [OPTIONS]\n"
1757
#: ../drizzled/drizzled.cc:2167
1321
#: drizzled/drizzled.cc:2322
1760
1324
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1761
1325
"command line\n"
1764
#: ../drizzled/drizzled.cc:2184
1765
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1768
#: ../drizzled/drizzled.cc:2197
1769
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1772
#: ../drizzled/drizzled.cc:2210
1773
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1776
#: ../drizzled/drizzled.cc:2223
1777
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1780
#: ../drizzled/drizzled.cc:2338
1783
"There was an error creating the '%s' part of the path '%s'. Please check "
1784
"the path exists and is writable.\n"
1787
#: ../drizzled/drizzled.cc:2345
1790
"There was an error opening the path '%s', please check the path exists and "
1794
#: ../drizzled/error.cc:133
1796
msgid "Unknown error %d"
1799
#: ../drizzled/error.cc:207
1803
#: ../drizzled/error.cc:208
1804
msgid "Error on first"
1807
#: ../drizzled/error.cc:209
1328
#: drizzled/drizzled.cc:2366
1329
msgid "Can't start server: cannot resolve hostname!"
1332
#: drizzled/drizzled.cc:2372
1333
msgid "Can't start server: bind-address refers to multiple interfaces!"
1336
#: drizzled/errmsg.cc:73
1338
msgid "errmsg plugin '%s' errmsg() failed"
1341
#: drizzled/error.cc:34 drizzled/error.cc:36
1345
#: drizzled/error.cc:38
1811
#: ../drizzled/error.cc:210
1349
#: drizzled/error.cc:40
1815
#: ../drizzled/error.cc:211
1353
#: drizzled/error.cc:42
1817
1355
msgid "Can't create file '%-.200s' (errno: %d)"
1820
#: ../drizzled/error.cc:212
1358
#: drizzled/error.cc:44
1822
1360
msgid "Can't create table '%-.200s' (errno: %d)"
1825
#: ../drizzled/error.cc:213
1827
msgid "Can't create schema '%-.192s' (errno: %d)"
1830
#: ../drizzled/error.cc:214
1832
msgid "Can't create schema '%-.192s'; schema exists"
1835
#: ../drizzled/error.cc:215
1837
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1840
#: ../drizzled/error.cc:216
1363
#: drizzled/error.cc:46
1365
msgid "Can't create database '%-.192s' (errno: %d)"
1368
#: drizzled/error.cc:48
1370
msgid "Can't create database '%-.192s'; database exists"
1373
#: drizzled/error.cc:50
1375
msgid "Can't drop database '%-.192s'; database doesn't exist"
1378
#: drizzled/error.cc:52
1380
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1383
#: drizzled/error.cc:54
1385
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1388
#: drizzled/error.cc:56
1842
1390
msgid "Error on delete of '%-.192s' (errno: %d)"
1845
#: ../drizzled/error.cc:217
1393
#: drizzled/error.cc:58
1394
msgid "Can't read record in system table"
1397
#: drizzled/error.cc:60
1847
1399
msgid "Can't get status of '%-.200s' (errno: %d)"
1850
#: ../drizzled/error.cc:218
1402
#: drizzled/error.cc:62
1404
msgid "Can't get working directory (errno: %d)"
1407
#: drizzled/error.cc:64
1852
1409
msgid "Can't lock file (errno: %d)"
1855
#: ../drizzled/error.cc:219
1412
#: drizzled/error.cc:66
1857
1414
msgid "Can't open file: '%-.200s' (errno: %d)"
1860
#: ../drizzled/error.cc:220
1417
#: drizzled/error.cc:68
1862
1419
msgid "Can't find file: '%-.200s' (errno: %d)"
1865
#: ../drizzled/error.cc:221
1422
#: drizzled/error.cc:70
1867
1424
msgid "Can't read dir of '%-.192s' (errno: %d)"
1870
#: ../drizzled/error.cc:222
1427
#: drizzled/error.cc:72
1429
msgid "Can't change dir to '%-.192s' (errno: %d)"
1432
#: drizzled/error.cc:74
1872
1434
msgid "Record has changed since last read in table '%-.192s'"
1875
#: ../drizzled/error.cc:223
1437
#: drizzled/error.cc:76
1877
1439
msgid "Disk full (%s); waiting for someone to free some space..."
1880
#: ../drizzled/error.cc:224
1442
#: drizzled/error.cc:78
1882
1444
msgid "Can't write; duplicate key in table '%-.192s'"
1885
#: ../drizzled/error.cc:225
1447
#: drizzled/error.cc:80
1887
1449
msgid "Error on close of '%-.192s' (errno: %d)"
1890
#: ../drizzled/error.cc:226
1452
#: drizzled/error.cc:82
1892
1454
msgid "Error reading file '%-.200s' (errno: %d)"
1895
#: ../drizzled/error.cc:227
1457
#: drizzled/error.cc:84
1897
1459
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1900
#: ../drizzled/error.cc:228
1462
#: drizzled/error.cc:86
1902
1464
msgid "Error writing file '%-.200s' (errno: %d)"
1905
#: ../drizzled/error.cc:229
1467
#: drizzled/error.cc:88
1907
1469
msgid "'%-.192s' is locked against change"
1910
#: ../drizzled/error.cc:230
1472
#: drizzled/error.cc:90
1911
1473
msgid "Sort aborted"
1914
#: ../drizzled/error.cc:231
1476
#: drizzled/error.cc:92
1478
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1481
#: drizzled/error.cc:94
1916
1483
msgid "Got error %d from storage engine"
1919
#: ../drizzled/error.cc:232
1486
#: drizzled/error.cc:96
1921
1488
msgid "Table storage engine for '%-.192s' doesn't have this option"
1924
#: ../drizzled/error.cc:233
1491
#: drizzled/error.cc:98
1926
1493
msgid "Can't find record in '%-.192s'"
1929
#: ../drizzled/error.cc:234
1496
#: drizzled/error.cc:100
1931
1498
msgid "Incorrect information in file: '%-.200s'"
1934
#: ../drizzled/error.cc:235
1501
#: drizzled/error.cc:102
1936
1503
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1939
#: ../drizzled/error.cc:236
1506
#: drizzled/error.cc:104
1941
1508
msgid "Old key file for table '%-.192s'; repair it!"
1944
#: ../drizzled/error.cc:237
1511
#: drizzled/error.cc:106
1946
1513
msgid "Table '%-.192s' is read only"
1949
#: ../drizzled/error.cc:238
1516
#: drizzled/error.cc:108
1951
1518
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1954
#: ../drizzled/error.cc:239
1521
#: drizzled/error.cc:110
1955
1522
msgid "Out of sort memory; increase server sort buffer size"
1958
#: ../drizzled/error.cc:240
1959
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
1962
#: ../drizzled/error.cc:241
1963
msgid "Global join memory constraint hit; increase join-heap-threshold"
1966
#: ../drizzled/error.cc:242
1967
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
1970
#: ../drizzled/error.cc:243
1971
msgid "Global read memory constraint hit; increase read-buffer-threshold"
1974
#: ../drizzled/error.cc:244
1525
#: drizzled/error.cc:112
1976
1527
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1979
#: ../drizzled/error.cc:245
1530
#: drizzled/error.cc:114
1980
1531
msgid "Too many connections"
1983
#: ../drizzled/error.cc:246
1534
#: drizzled/error.cc:116
1985
1536
"Out of memory; check if drizzled or some other process uses all available "
1986
1537
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1987
1538
"memory or you can add more swap space"
1990
#: ../drizzled/error.cc:247
1541
#: drizzled/error.cc:118
1991
1542
msgid "Can't get hostname for your address"
1994
#: ../drizzled/error.cc:248
1545
#: drizzled/error.cc:120
1995
1546
msgid "Bad handshake"
1998
#: ../drizzled/error.cc:249
1549
#: drizzled/error.cc:122
2000
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
1551
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2003
#: ../drizzled/error.cc:250
1554
#: drizzled/error.cc:124
2005
1556
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2008
#: ../drizzled/error.cc:251
2009
msgid "No schema selected"
1559
#: drizzled/error.cc:126
1560
msgid "No database selected"
2012
#: ../drizzled/error.cc:252
1563
#: drizzled/error.cc:128
2013
1564
msgid "Unknown command"
2016
#: ../drizzled/error.cc:253
1567
#: drizzled/error.cc:130
2018
1569
msgid "Column '%-.192s' cannot be null"
2021
#: ../drizzled/error.cc:254
1572
#: drizzled/error.cc:132
2023
msgid "Unknown schema '%-.192s'"
1574
msgid "Unknown database '%-.192s'"
2026
#: ../drizzled/error.cc:255
1577
#: drizzled/error.cc:134
2028
1579
msgid "Table '%-.192s' already exists"
2031
#: ../drizzled/error.cc:256
1582
#: drizzled/error.cc:136
2033
1584
msgid "Unknown table '%-.100s'"
2036
#: ../drizzled/error.cc:257
1587
#: drizzled/error.cc:138
2038
1589
msgid "Column '%-.192s' in %-.192s is ambiguous"
2041
#: ../drizzled/error.cc:258
1592
#: drizzled/error.cc:140
2042
1593
msgid "Server shutdown in progress"
2045
#: ../drizzled/error.cc:259
1596
#: drizzled/error.cc:142
2047
1598
msgid "Unknown column '%-.192s' in '%-.192s'"
2050
#: ../drizzled/error.cc:260
1601
#: drizzled/error.cc:144
2052
1603
msgid "'%-.192s' isn't in GROUP BY"
2055
#: ../drizzled/error.cc:261
1606
#: drizzled/error.cc:146
2057
1608
msgid "Can't group on '%-.192s'"
2060
#: ../drizzled/error.cc:262
1611
#: drizzled/error.cc:148
2061
1612
msgid "Statement has sum functions and columns in same statement"
2064
#: ../drizzled/error.cc:263
1615
#: drizzled/error.cc:150
2065
1616
msgid "Column count doesn't match value count"
2068
#: ../drizzled/error.cc:264
1619
#: drizzled/error.cc:152
2070
1621
msgid "Identifier name '%-.100s' is too long"
2073
#: ../drizzled/error.cc:265
1624
#: drizzled/error.cc:154
2075
1626
msgid "Duplicate column name '%-.192s'"
2078
#: ../drizzled/error.cc:266
1629
#: drizzled/error.cc:156
2080
1631
msgid "Duplicate key name '%-.192s'"
2083
#: ../drizzled/error.cc:267
1634
#: drizzled/error.cc:158
2085
1636
msgid "Duplicate entry '%-.192s' for key %d"
2088
#: ../drizzled/error.cc:268
1639
#: drizzled/error.cc:160
2090
1641
msgid "Incorrect column specifier for column '%-.192s'"
2093
#: ../drizzled/error.cc:269
1644
#: drizzled/error.cc:162
2095
1646
msgid "%s near '%-.80s' at line %d"
2098
#: ../drizzled/error.cc:270
2100
msgid "Parsing error near '%s'"
2103
#: ../drizzled/error.cc:271
1649
#: drizzled/error.cc:164
2104
1650
msgid "Query was empty"
2107
#: ../drizzled/error.cc:272
1653
#: drizzled/error.cc:166
2109
1655
msgid "Not unique table/alias: '%-.192s'"
2112
#: ../drizzled/error.cc:273
1658
#: drizzled/error.cc:168
2114
1660
msgid "Invalid default value for '%-.192s'"
2117
#: ../drizzled/error.cc:274
1663
#: drizzled/error.cc:170
2118
1664
msgid "Multiple primary key defined"
2121
#: ../drizzled/error.cc:275
1667
#: drizzled/error.cc:172
2123
1669
msgid "Too many keys specified; max %d keys allowed"
2126
#: ../drizzled/error.cc:276
1672
#: drizzled/error.cc:174
2128
1674
msgid "Too many key parts specified; max %d parts allowed"
2131
#: ../drizzled/error.cc:277
1677
#: drizzled/error.cc:176
2133
1679
msgid "Specified key was too long; max key length is %d bytes"
2136
#: ../drizzled/error.cc:278
1682
#: drizzled/error.cc:178
2138
1684
msgid "Key column '%-.192s' doesn't exist in table"
2141
#: ../drizzled/error.cc:279
1687
#: drizzled/error.cc:180
2144
1690
"BLOB column '%-.192s' can't be used in key specification with the used table "
2148
#: ../drizzled/error.cc:280
1694
#: drizzled/error.cc:182
2151
1697
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2155
#: ../drizzled/error.cc:281
1701
#: drizzled/error.cc:184
2157
1703
"Incorrect table definition; there can be only one auto column and it must be "
2158
1704
"defined as a key"
2161
#: ../drizzled/error.cc:282
1707
#: drizzled/error.cc:186
1710
"%s: ready for connections.\n"
1711
"Version: '%s' socket: '%s' port: %u\n"
1714
#: drizzled/error.cc:188
2163
1716
msgid "%s: Normal shutdown\n"
2166
#: ../drizzled/error.cc:283
1719
#: drizzled/error.cc:190
2168
1721
msgid "%s: Got signal %d. Aborting!\n"
2171
#: ../drizzled/error.cc:284
1724
#: drizzled/error.cc:192
2173
1726
msgid "%s: Shutdown complete\n"
2176
#: ../drizzled/error.cc:285
1729
#: drizzled/error.cc:194
2178
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
1731
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2181
#: ../drizzled/error.cc:286
1734
#: drizzled/error.cc:196
2182
1735
msgid "Can't create IP socket"
2185
#: ../drizzled/error.cc:287
1738
#: drizzled/error.cc:198
2188
1741
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2192
#: ../drizzled/error.cc:288
1745
#: drizzled/error.cc:200
2195
1748
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2196
1749
"check the manual"
2199
#: ../drizzled/error.cc:289
1752
#: drizzled/error.cc:202
2201
1754
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2204
#: ../drizzled/error.cc:290
1757
#: drizzled/error.cc:204
2207
"The file '%-.128s' must be in the schema directory or be readable by all"
1760
"The file '%-.128s' must be in the database directory or be readable by all"
2210
#: ../drizzled/error.cc:291
1763
#: drizzled/error.cc:206
2212
1765
msgid "File '%-.200s' already exists"
2215
#: ../drizzled/error.cc:292
1768
#: drizzled/error.cc:208
2217
1770
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2220
#: ../drizzled/error.cc:293
1773
#: drizzled/error.cc:210
1775
msgid "Records: %ld Duplicates: %ld"
1778
#: drizzled/error.cc:212
2222
1780
"Incorrect prefix key; the used key part isn't a string, the used length is "
2223
1781
"longer than the key part, or the storage engine doesn't support unique "
2227
#: ../drizzled/error.cc:294
1785
#: drizzled/error.cc:214
2228
1786
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2231
#: ../drizzled/error.cc:295
1789
#: drizzled/error.cc:216
2233
1791
msgid "Can't DROP '%-.192s'; check that column/key exists"
2236
#: ../drizzled/error.cc:296
1794
#: drizzled/error.cc:218
2238
1796
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2241
#: ../drizzled/error.cc:297
1799
#: drizzled/error.cc:220
2243
1801
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2246
#. KILL session errors
2247
#: ../drizzled/error.cc:300
2249
msgid "Unknown session id: %lu"
2252
#: ../drizzled/error.cc:301
2254
msgid "You are not the owner of session %lu"
2257
#: ../drizzled/error.cc:302
2258
msgid "You cannot kill the session you are connected from."
2261
#: ../drizzled/error.cc:305
1804
#: drizzled/error.cc:222
1806
msgid "Unknown thread id: %lu"
1809
#: drizzled/error.cc:224
1811
msgid "You are not owner of thread %lu"
1814
#: drizzled/error.cc:226
2262
1815
msgid "No tables used"
2265
#: ../drizzled/error.cc:306
1818
#: drizzled/error.cc:228
1820
msgid "Too many strings for column %-.192s and SET"
1823
#: drizzled/error.cc:230
1825
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
1828
#: drizzled/error.cc:232
1830
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
1833
#: drizzled/error.cc:234
1835
msgid "Table '%-.192s' was not locked with LOCK TABLES"
1838
#: drizzled/error.cc:236
2267
1840
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2270
#: ../drizzled/error.cc:307
1843
#: drizzled/error.cc:238
2272
msgid "Incorrect schema name '%-.100s'"
1845
msgid "Incorrect database name '%-.100s'"
2275
#: ../drizzled/error.cc:308
1848
#: drizzled/error.cc:240
2277
1850
msgid "Incorrect table name '%-.100s'"
2280
#: ../drizzled/error.cc:309
1853
#: drizzled/error.cc:242
2282
1855
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2283
1856
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2286
#: ../drizzled/error.cc:310
1859
#: drizzled/error.cc:244
2287
1860
msgid "Unknown error"
2290
#: ../drizzled/error.cc:311
1863
#: drizzled/error.cc:246
2292
1865
msgid "Unknown procedure '%-.192s'"
2295
#: ../drizzled/error.cc:312
1868
#: drizzled/error.cc:248
2297
1870
msgid "Incorrect parameter count to procedure '%-.192s'"
2300
#: ../drizzled/error.cc:313
1873
#: drizzled/error.cc:250
1875
msgid "Incorrect parameters to procedure '%-.192s'"
1878
#: drizzled/error.cc:252
2302
1880
msgid "Unknown table '%-.192s' in %-.32s"
2305
#: ../drizzled/error.cc:314
1883
#: drizzled/error.cc:254
2307
1885
msgid "Column '%-.192s' specified twice"
2310
#: ../drizzled/error.cc:315
1888
#: drizzled/error.cc:256
2311
1889
msgid "Invalid use of group function"
2314
#: ../drizzled/error.cc:316
1892
#: drizzled/error.cc:258
2317
1895
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2320
#: ../drizzled/error.cc:317
1898
#: drizzled/error.cc:260
2321
1899
msgid "A table must have at least 1 column"
2324
#: ../drizzled/error.cc:318
1902
#: drizzled/error.cc:262
2326
1904
msgid "The table '%-.192s' is full"
2329
#: ../drizzled/error.cc:319
1907
#: drizzled/error.cc:264
1909
msgid "Unknown character set: '%-.64s'"
1912
#: drizzled/error.cc:266
2331
1914
msgid "Too many tables; Drizzle can only use %d tables in a join"
2334
#: ../drizzled/error.cc:320
1917
#: drizzled/error.cc:268
2335
1918
msgid "Too many columns"
2338
#: ../drizzled/error.cc:321
1921
#: drizzled/error.cc:270
2341
1924
"Row size too large. The maximum row size for the used table type, not "
2342
1925
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2345
#: ../drizzled/error.cc:322
1928
#: drizzled/error.cc:272
1931
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
1932
"thread_stack=#' to specify a bigger stack if needed"
1935
#: drizzled/error.cc:274
2346
1936
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2349
#: ../drizzled/error.cc:323
1939
#: drizzled/error.cc:276
2352
1942
"Table handler doesn't support NULL in given index. Please change column "
2353
1943
"'%-.192s' to be NOT NULL or use another handler"
2356
#: ../drizzled/error.cc:324
2357
msgid "No paths allowed for plugin library"
2360
#: ../drizzled/error.cc:325
2362
msgid "Plugin '%-.192s' already exists"
2365
#: ../drizzled/error.cc:326
2367
msgid "Can't open shared library '%-.192s' (errno: %d %s)"
2370
#: ../drizzled/error.cc:327
2372
msgid "Can't find symbol '%-.128s' in library '%s'"
2375
#: ../drizzled/error.cc:328
1946
#: drizzled/error.cc:278
1948
msgid "Can't load function '%-.192s'"
1951
#: drizzled/error.cc:280
1953
msgid "Can't initialize function '%-.192s'; %-.80s"
1956
#: drizzled/error.cc:282
1957
msgid "No paths allowed for shared library"
1960
#: drizzled/error.cc:284
1962
msgid "Function '%-.192s' already exists"
1965
#: drizzled/error.cc:286
1967
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
1970
#: drizzled/error.cc:288
1972
msgid "Can't find symbol '%-.128s' in library"
1975
#: drizzled/error.cc:290
1977
msgid "Function '%-.192s' is not defined"
1980
#: drizzled/error.cc:292
1983
"Host '%-.64s' is blocked because of many connection errors; unblock with "
1984
"'drizzleadmin flush-hosts'"
1987
#: drizzled/error.cc:294
1989
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
1992
#: drizzled/error.cc:296
1994
"You are using Drizzle as an anonymous user and anonymous users are not "
1995
"allowed to change passwords"
1998
#: drizzled/error.cc:298
2000
"You must have privileges to update tables in the drizzle database to be able "
2001
"to change passwords for others"
2004
#: drizzled/error.cc:300
2005
msgid "Can't find any matching row in the user table"
2008
#: drizzled/error.cc:302
2377
2010
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2380
#: ../drizzled/error.cc:329
2013
#: drizzled/error.cc:304
2383
2016
"Can't create a new thread (errno %d); if you are not out of available "
2384
2017
"memory, you can consult the manual for a possible OS-dependent bug"
2387
#: ../drizzled/error.cc:330
2020
#: drizzled/error.cc:306
2389
2022
msgid "Column count doesn't match value count at row %ld"
2392
#: ../drizzled/error.cc:331
2025
#: drizzled/error.cc:308
2394
2027
msgid "Can't reopen table: '%-.192s'"
2397
#: ../drizzled/error.cc:332
2030
#: drizzled/error.cc:310
2031
msgid "Invalid use of NULL value"
2034
#: drizzled/error.cc:312
2036
msgid "Got error '%-.64s' from regexp"
2039
#: drizzled/error.cc:314
2399
2041
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2400
2042
"illegal if there is no GROUP BY clause"
2403
#: ../drizzled/error.cc:333
2045
#: drizzled/error.cc:316
2047
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
2050
#: drizzled/error.cc:318
2052
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
2055
#: drizzled/error.cc:320
2058
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
2062
#: drizzled/error.cc:322
2064
"Illegal GRANT/REVOKE command; please consult the manual to see which "
2065
"privileges can be used"
2068
#: drizzled/error.cc:324
2069
msgid "The host or user argument to GRANT is too long"
2072
#: drizzled/error.cc:326
2405
2074
msgid "Table '%-.192s.%-.192s' doesn't exist"
2408
#: ../drizzled/error.cc:334
2077
#: drizzled/error.cc:328
2080
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
2084
#: drizzled/error.cc:330
2085
msgid "The used command is not allowed with this Drizzle version"
2088
#: drizzled/error.cc:332
2410
2090
"You have an error in your SQL syntax; check the manual that corresponds to "
2411
2091
"your Drizzle server version for the right syntax to use"
2414
#: ../drizzled/error.cc:335
2094
#: drizzled/error.cc:334
2096
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
2099
#: drizzled/error.cc:336
2100
msgid "Too many delayed threads in use"
2103
#: drizzled/error.cc:338
2105
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
2108
#: drizzled/error.cc:340
2415
2109
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2418
#: ../drizzled/error.cc:336
2112
#: drizzled/error.cc:342
2113
msgid "Got a read error from the connection pipe"
2116
#: drizzled/error.cc:344
2117
msgid "Got an error from fcntl()"
2120
#: drizzled/error.cc:346
2419
2121
msgid "Got packets out of order"
2422
#: ../drizzled/error.cc:337
2124
#: drizzled/error.cc:348 plugin/oldlibdrizzle/errmsg.cc:98
2125
msgid "Couldn't uncompress communication packet"
2128
#: drizzled/error.cc:350 plugin/oldlibdrizzle/errmsg.cc:100
2129
msgid "Got an error reading communication packets"
2132
#: drizzled/error.cc:352 plugin/oldlibdrizzle/errmsg.cc:102
2133
msgid "Got timeout reading communication packets"
2136
#: drizzled/error.cc:354 plugin/oldlibdrizzle/errmsg.cc:104
2137
msgid "Got an error writing communication packets"
2140
#: drizzled/error.cc:356 plugin/oldlibdrizzle/errmsg.cc:106
2141
msgid "Got timeout writing communication packets"
2144
#: drizzled/error.cc:358
2145
msgid "Result string is longer than 'max_allowed_packet' bytes"
2148
#: drizzled/error.cc:360
2423
2149
msgid "The used table type doesn't support BLOB/TEXT columns"
2426
#: ../drizzled/error.cc:338
2152
#: drizzled/error.cc:362
2427
2153
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2430
#: ../drizzled/error.cc:339
2156
#: drizzled/error.cc:364
2159
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
2163
#: drizzled/error.cc:366
2432
2165
msgid "Incorrect column name '%-.100s'"
2435
#: ../drizzled/error.cc:340
2168
#: drizzled/error.cc:368
2437
2170
msgid "The used storage engine can't index column '%-.192s'"
2440
#: ../drizzled/error.cc:341
2173
#: drizzled/error.cc:370
2442
2175
"Unable to open underlying table which is differently defined or of non-"
2443
2176
"MyISAM type or doesn't exist"
2446
#: ../drizzled/error.cc:342
2179
#: drizzled/error.cc:372
2448
2181
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2451
#: ../drizzled/error.cc:343
2184
#: drizzled/error.cc:374
2454
2187
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2457
#: ../drizzled/error.cc:344
2190
#: drizzled/error.cc:376
2459
2192
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2460
2193
"UNIQUE instead"
2463
#: ../drizzled/error.cc:345
2196
#: drizzled/error.cc:378
2464
2197
msgid "Result consisted of more than one row"
2467
#: ../drizzled/error.cc:346
2200
#: drizzled/error.cc:380
2468
2201
msgid "This table type requires a primary key"
2471
#: ../drizzled/error.cc:347
2204
#: drizzled/error.cc:382
2205
msgid "This version of Drizzle is not compiled with RAID support"
2208
#: drizzled/error.cc:384
2210
"You are using safe update mode and you tried to update a table without a "
2211
"WHERE that uses a KEY column"
2214
#: drizzled/error.cc:386
2473
2216
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2476
#: ../drizzled/error.cc:348
2219
#: drizzled/error.cc:388
2477
2220
msgid "Can't open table"
2480
#: ../drizzled/error.cc:349
2223
#: drizzled/error.cc:390
2482
2225
msgid "The storage engine for the table doesn't support %s"
2485
#: ../drizzled/error.cc:350
2228
#: drizzled/error.cc:392
2229
msgid "You are not allowed to execute this command in a transaction"
2232
#: drizzled/error.cc:394
2487
2234
msgid "Got error %d during COMMIT"
2490
#: ../drizzled/error.cc:351
2237
#: drizzled/error.cc:396
2492
2239
msgid "Got error %d during ROLLBACK"
2495
#. This is a very incorrect place to use the PRIi64 macro as the
2496
#. program that looks over the source for the N_() macros does not
2497
#. (obviously) do macro expansion, so the string is entirely wrong for
2498
#. what it is trying to output for every language except english.
2499
#: ../drizzled/error.cc:356
2242
#: drizzled/error.cc:398
2244
msgid "Got error %d during FLUSH_LOGS"
2247
#: drizzled/error.cc:400
2249
msgid "Got error %d during CHECKPOINT"
2252
#: drizzled/error.cc:402
2502
2255
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2503
2256
"'%-.64s' (%-.64s)"
2506
#: ../drizzled/error.cc:357
2259
#: drizzled/error.cc:404
2260
msgid "The storage engine for the table does not support binary table dump"
2263
#: drizzled/error.cc:406
2264
msgid "Binlog closed, cannot RESET MASTER"
2267
#: drizzled/error.cc:408
2269
msgid "Failed rebuilding the index of dumped table '%-.192s'"
2272
#: drizzled/error.cc:410
2274
msgid "Error from master: '%-.64s'"
2277
#: drizzled/error.cc:412
2278
msgid "Net error reading from master"
2281
#: drizzled/error.cc:414
2282
msgid "Net error writing to master"
2285
#: drizzled/error.cc:416
2286
msgid "Can't find FULLTEXT index matching the column list"
2289
#: drizzled/error.cc:418
2508
2291
"Can't execute the given command because you have active locked tables or an "
2509
2292
"active transaction"
2512
#: ../drizzled/error.cc:358
2295
#: drizzled/error.cc:420
2514
2297
msgid "Unknown system variable '%-.64s'"
2517
#: ../drizzled/error.cc:359
2300
#: drizzled/error.cc:422
2519
2302
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2522
#: ../drizzled/error.cc:360
2305
#: drizzled/error.cc:424
2525
2308
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2528
#: ../drizzled/error.cc:361
2311
#: drizzled/error.cc:426
2529
2312
msgid "Some non-transactional changed tables couldn't be rolled back"
2532
#: ../drizzled/error.cc:362
2315
#: drizzled/error.cc:428
2317
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
2318
"of storage; increase this drizzled variable and try again"
2321
#: drizzled/error.cc:430
2323
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2326
#: drizzled/error.cc:432
2328
"This operation requires a running slave; configure slave and do START SLAVE"
2331
#: drizzled/error.cc:434
2332
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
2335
#: drizzled/error.cc:436
2337
"Could not initialize master info structure; more error messages can be found "
2338
"in the Drizzle error log"
2341
#: drizzled/error.cc:438
2342
msgid "Could not create slave thread; check system resources"
2345
#: drizzled/error.cc:440
2348
"User %-.64s already has more than 'max_user_connections' active connections"
2351
#: drizzled/error.cc:442
2533
2352
msgid "You may only use constant expressions with SET"
2536
#: ../drizzled/error.cc:363
2355
#: drizzled/error.cc:444
2537
2356
msgid "Lock wait timeout exceeded; try restarting transaction"
2540
#: ../drizzled/error.cc:364
2359
#: drizzled/error.cc:446
2541
2360
msgid "The total number of locks exceeds the lock table size"
2544
#: ../drizzled/error.cc:365
2363
#: drizzled/error.cc:448
2545
2364
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2548
#: ../drizzled/error.cc:366
2367
#: drizzled/error.cc:450
2549
2368
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2552
#: ../drizzled/error.cc:367
2371
#: drizzled/error.cc:452
2372
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2375
#: drizzled/error.cc:454
2554
2377
msgid "Incorrect arguments to %s"
2557
#: ../drizzled/error.cc:368
2380
#: drizzled/error.cc:456
2382
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
2385
#: drizzled/error.cc:458
2387
"Incorrect table definition; all MERGE tables must be in the same database"
2390
#: drizzled/error.cc:460
2558
2391
msgid "Deadlock found when trying to get lock; try restarting transaction"
2561
#: ../drizzled/error.cc:369
2394
#: drizzled/error.cc:462
2562
2395
msgid "The used table type doesn't support FULLTEXT indexes"
2565
#: ../drizzled/error.cc:370
2398
#: drizzled/error.cc:464
2566
2399
msgid "Cannot add foreign key constraint"
2569
#: ../drizzled/error.cc:371
2402
#: drizzled/error.cc:466
2570
2403
msgid "Cannot add or update a child row: a foreign key constraint fails"
2573
#: ../drizzled/error.cc:372
2406
#: drizzled/error.cc:468
2574
2407
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2577
#: ../drizzled/error.cc:373
2410
#: drizzled/error.cc:470
2412
msgid "Error connecting to master: %-.128s"
2415
#: drizzled/error.cc:472
2417
msgid "Error running query on master: %-.128s"
2420
#: drizzled/error.cc:474
2422
msgid "Error when executing command %s: %-.128s"
2425
#: drizzled/error.cc:476
2579
2427
msgid "Incorrect usage of %s and %s"
2582
#: ../drizzled/error.cc:374
2430
#: drizzled/error.cc:478
2583
2431
msgid "The used SELECT statements have a different number of columns"
2586
#: ../drizzled/error.cc:375
2434
#: drizzled/error.cc:480
2587
2435
msgid "Can't execute the query because you have a conflicting read lock"
2590
#: ../drizzled/error.cc:376
2438
#: drizzled/error.cc:482
2439
msgid "Mixing of transactional and non-transactional tables is disabled"
2442
#: drizzled/error.cc:484
2444
msgid "Option '%s' used twice in statement"
2447
#: drizzled/error.cc:486
2449
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2452
#: drizzled/error.cc:488
2454
msgid "Access denied; you need the %-.128s privilege for this operation"
2457
#: drizzled/error.cc:490
2593
2460
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2596
#: ../drizzled/error.cc:377
2463
#: drizzled/error.cc:492
2599
2466
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2602
#: ../drizzled/error.cc:378
2469
#: drizzled/error.cc:494
2604
2471
msgid "Variable '%-.64s' doesn't have a default value"
2607
#: ../drizzled/error.cc:379
2474
#: drizzled/error.cc:496
2609
2476
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2612
#: ../drizzled/error.cc:380
2479
#: drizzled/error.cc:498
2614
2481
msgid "Incorrect argument type to variable '%-.64s'"
2617
#: ../drizzled/error.cc:381
2484
#: drizzled/error.cc:500
2619
2486
msgid "Variable '%-.64s' can only be set, not read"
2622
#: ../drizzled/error.cc:382
2489
#: drizzled/error.cc:502
2624
2491
msgid "Incorrect usage/placement of '%s'"
2627
#: ../drizzled/error.cc:383
2494
#: drizzled/error.cc:504
2629
2496
msgid "This version of Drizzle doesn't yet support '%s'"
2632
#: ../drizzled/error.cc:384
2499
#: drizzled/error.cc:506
2502
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2505
#: drizzled/error.cc:508
2506
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2509
#: drizzled/error.cc:510
2634
2511
msgid "Variable '%-.192s' is a %s variable"
2637
#: ../drizzled/error.cc:385
2514
#: drizzled/error.cc:512
2639
2516
msgid "Incorrect foreign key definition for '%-.192s': %s"
2642
#: ../drizzled/error.cc:386
2519
#: drizzled/error.cc:514
2643
2520
msgid "Key reference and table reference don't match"
2646
#: ../drizzled/error.cc:387
2523
#: drizzled/error.cc:516
2648
2525
msgid "Operand should contain %d column(s)"
2651
#: ../drizzled/error.cc:388
2528
#: drizzled/error.cc:518
2652
2529
msgid "Subquery returns more than 1 row"
2655
#: ../drizzled/error.cc:389
2532
#: drizzled/error.cc:520
2534
msgid "Unknown prepared statement handler (%.*s) given to %s"
2537
#: drizzled/error.cc:522
2538
msgid "Help database is corrupt or does not exist"
2541
#: drizzled/error.cc:524
2542
msgid "Cyclic reference on subqueries"
2545
#: drizzled/error.cc:526
2657
2547
msgid "Converting column '%s' from %s to %s"
2660
#: ../drizzled/error.cc:390
2550
#: drizzled/error.cc:528
2662
2552
msgid "Reference '%-.64s' not supported (%s)"
2665
#: ../drizzled/error.cc:391
2555
#: drizzled/error.cc:530
2666
2556
msgid "Every derived table must have its own alias"
2669
#: ../drizzled/error.cc:392
2559
#: drizzled/error.cc:532
2671
2561
msgid "Select %u was reduced during optimization"
2674
#: ../drizzled/error.cc:393
2564
#: drizzled/error.cc:534
2676
2566
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2679
#: ../drizzled/error.cc:394
2569
#: drizzled/error.cc:536
2571
"Client does not support authentication protocol requested by server; "
2572
"consider upgrading Drizzle client"
2575
#: drizzled/error.cc:538
2680
2576
msgid "All parts of a SPATIAL index must be NOT NULL"
2683
#: ../drizzled/error.cc:395
2579
#: drizzled/error.cc:540
2685
2581
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2688
#: ../drizzled/error.cc:396
2584
#: drizzled/error.cc:542
2585
msgid "Slave is already running"
2588
#: drizzled/error.cc:544
2589
msgid "Slave already has been stopped"
2592
#: drizzled/error.cc:546
2691
"Uncompressed data size too large; the maximum size is %d (based on "
2692
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2595
"Uncompressed data size too large; the maximum size is %d (probably, length "
2596
"of uncompressed data was corrupted)"
2695
#: ../drizzled/error.cc:397
2599
#: drizzled/error.cc:548
2696
2600
msgid "ZLIB: Not enough memory"
2699
#: ../drizzled/error.cc:398
2603
#: drizzled/error.cc:550
2701
2605
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2702
2606
"data was corrupted)"
2705
#: ../drizzled/error.cc:399
2609
#: drizzled/error.cc:552
2706
2610
msgid "ZLIB: Input data corrupted"
2709
#: ../drizzled/error.cc:400
2613
#: drizzled/error.cc:554
2711
2615
msgid "%d line(s) were cut by GROUP_CONCAT()"
2714
#: ../drizzled/error.cc:401
2618
#: drizzled/error.cc:556
2716
2620
msgid "Row %ld doesn't contain data for all columns"
2719
#: ../drizzled/error.cc:402
2623
#: drizzled/error.cc:558
2722
2626
"Row %ld was truncated; it contained more data than there were input columns"
2725
#: ../drizzled/error.cc:403
2629
#: drizzled/error.cc:560
2728
2632
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2731
#: ../drizzled/error.cc:404
2635
#: drizzled/error.cc:562
2733
2637
msgid "Out of range value for column '%s' at row %ld"
2736
#: ../drizzled/error.cc:405
2640
#: drizzled/error.cc:564
2738
2642
msgid "Data truncated for column '%s' at row %ld"
2741
#: ../drizzled/error.cc:406
2645
#: drizzled/error.cc:566
2647
msgid "Using storage engine %s for table '%s'"
2650
#: drizzled/error.cc:568
2743
2652
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2746
#: ../drizzled/error.cc:407
2655
#: drizzled/error.cc:570
2656
msgid "Cannot drop one or more of the requested users"
2659
#: drizzled/error.cc:572
2660
msgid "Can't revoke all privileges for one or more of the requested users"
2663
#: drizzled/error.cc:574
2748
2665
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2751
#: ../drizzled/error.cc:408
2668
#: drizzled/error.cc:576
2753
2670
msgid "Illegal mix of collations for operation '%s'"
2756
#: ../drizzled/error.cc:409
2673
#: drizzled/error.cc:578
2759
2676
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2760
2677
"variable_name)"
2763
#: ../drizzled/error.cc:410
2680
#: drizzled/error.cc:580
2765
2682
msgid "Unknown collation: '%-.64s'"
2768
#: ../drizzled/error.cc:411
2685
#: drizzled/error.cc:582
2687
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
2688
"compiled without SSL support; they can be used later if Drizzle slave with "
2692
#: drizzled/error.cc:584
2695
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
2696
"old format; please change the password to the new format"
2699
#: drizzled/error.cc:586
2771
2702
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2775
#: ../drizzled/error.cc:412
2706
#: drizzled/error.cc:588
2707
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
2710
#: drizzled/error.cc:590
2712
"It is recommended to use --skip-slave-start when doing step-by-step "
2713
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
2714
"get an unexpected slave's drizzled restart"
2717
#: drizzled/error.cc:592
2718
msgid "SQL thread is not to be started so UNTIL options are ignored"
2721
#: drizzled/error.cc:594
2777
2723
msgid "Incorrect index name '%-.100s'"
2780
#: ../drizzled/error.cc:413
2726
#: drizzled/error.cc:596
2782
2728
msgid "Incorrect catalog name '%-.100s'"
2785
#: ../drizzled/error.cc:414
2731
#: drizzled/error.cc:598
2733
msgid "Query cache failed to set size %lu; new query cache size is %lu"
2736
#: drizzled/error.cc:600
2787
2738
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2790
#: ../drizzled/error.cc:415
2741
#: drizzled/error.cc:602
2743
msgid "Unknown key cache '%-.100s'"
2746
#: drizzled/error.cc:604
2748
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
2749
"this switch for this grant to work"
2752
#: drizzled/error.cc:606
2792
2754
msgid "Unknown table engine '%s'"
2795
#: ../drizzled/error.cc:416
2757
#: drizzled/error.cc:608
2759
msgid "'%s' is deprecated; use '%s' instead"
2762
#: drizzled/error.cc:610
2797
2764
msgid "The target table %-.100s of the %s is not updatable"
2800
#: ../drizzled/error.cc:417
2767
#: drizzled/error.cc:612
2803
2770
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2807
#: ../drizzled/error.cc:418
2774
#: drizzled/error.cc:614
2810
2777
"The Drizzle server is running with the %s option so it cannot execute this "
2814
#: ../drizzled/error.cc:419
2781
#: drizzled/error.cc:616
2816
2783
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2819
#: ../drizzled/error.cc:420
2786
#: drizzled/error.cc:618
2821
2788
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2824
#: ../drizzled/error.cc:421
2791
#: drizzled/error.cc:620
2826
2793
"Incorrect table definition; there can be only one TIMESTAMP column with "
2827
2794
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2830
#: ../drizzled/error.cc:422
2797
#: drizzled/error.cc:622
2832
2799
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2835
#: ../drizzled/error.cc:423
2802
#: drizzled/error.cc:624
2803
msgid "This command is not supported in the prepared statement protocol yet"
2806
#: drizzled/error.cc:626
2837
2808
msgid "Got error %d '%-.100s' from %s"
2840
#: ../drizzled/error.cc:424
2811
#: drizzled/error.cc:628
2842
2813
msgid "Got temporary error %d '%-.100s' from %s"
2845
#: ../drizzled/error.cc:425
2816
#: drizzled/error.cc:630
2847
2818
msgid "Unknown or incorrect time zone: '%-.64s'"
2850
#: ../drizzled/error.cc:426
2821
#: drizzled/error.cc:632
2823
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
2826
#: drizzled/error.cc:634
2852
2828
msgid "Invalid %s character string: '%.64s'"
2855
#: ../drizzled/error.cc:427
2831
#: drizzled/error.cc:636
2857
2833
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2860
#: ../drizzled/error.cc:428
2836
#: drizzled/error.cc:638
2838
msgid "Conflicting declarations: '%s%s' and '%s%s'"
2841
#: drizzled/error.cc:640
2843
msgid "Can't create a %s from within another stored routine"
2846
#: drizzled/error.cc:642
2848
msgid "%s %s already exists"
2851
#: drizzled/error.cc:644
2862
2853
msgid "%s %s does not exist"
2865
#: ../drizzled/error.cc:429
2856
#: drizzled/error.cc:646
2858
msgid "Failed to DROP %s %s"
2861
#: drizzled/error.cc:648
2863
msgid "Failed to CREATE %s %s"
2866
#: drizzled/error.cc:650
2868
msgid "%s with no matching label: %s"
2871
#: drizzled/error.cc:652
2873
msgid "Redefining label %s"
2876
#: drizzled/error.cc:654
2878
msgid "End-label %s without match"
2881
#: drizzled/error.cc:656
2883
msgid "Referring to uninitialized variable %s"
2886
#: drizzled/error.cc:658
2888
msgid "PROCEDURE %s can't return a result set in the given context"
2891
#: drizzled/error.cc:660
2892
msgid "RETURN is only allowed in a FUNCTION"
2895
#: drizzled/error.cc:662
2897
msgid "%s is not allowed in stored procedures"
2900
#: drizzled/error.cc:664
2902
"The update log is deprecated and replaced by the binary log; SET "
2903
"SQL_LOG_UPDATE has been ignored"
2906
#: drizzled/error.cc:666
2908
"The update log is deprecated and replaced by the binary log; SET "
2909
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
2912
#: drizzled/error.cc:668
2866
2913
msgid "Query execution was interrupted"
2869
#: ../drizzled/error.cc:430
2916
#: drizzled/error.cc:670
2918
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
2921
#: drizzled/error.cc:672
2923
msgid "Undefined CONDITION: %s"
2926
#: drizzled/error.cc:674
2928
msgid "No RETURN found in FUNCTION %s"
2931
#: drizzled/error.cc:676
2933
msgid "FUNCTION %s ended without RETURN"
2936
#: drizzled/error.cc:678
2937
msgid "Cursor statement must be a SELECT"
2940
#: drizzled/error.cc:680
2941
msgid "Cursor SELECT must not have INTO"
2944
#: drizzled/error.cc:682
2946
msgid "Undefined CURSOR: %s"
2949
#: drizzled/error.cc:684
2950
msgid "Cursor is already open"
2953
#: drizzled/error.cc:686
2954
msgid "Cursor is not open"
2957
#: drizzled/error.cc:688
2959
msgid "Undeclared variable: %s"
2962
#: drizzled/error.cc:690
2963
msgid "Incorrect number of FETCH variables"
2966
#: drizzled/error.cc:692
2967
msgid "No data - zero rows fetched, selected, or processed"
2970
#: drizzled/error.cc:694
2972
msgid "Duplicate parameter: %s"
2975
#: drizzled/error.cc:696
2977
msgid "Duplicate variable: %s"
2980
#: drizzled/error.cc:698
2982
msgid "Duplicate condition: %s"
2985
#: drizzled/error.cc:700
2987
msgid "Duplicate cursor: %s"
2990
#: drizzled/error.cc:702
2992
msgid "Failed to ALTER %s %s"
2995
#: drizzled/error.cc:704
2996
msgid "Subquery value not supported"
2999
#: drizzled/error.cc:706
3001
msgid "%s is not allowed in stored function or trigger"
3004
#: drizzled/error.cc:708
3005
msgid "Variable or condition declaration after cursor or handler declaration"
3008
#: drizzled/error.cc:710
3009
msgid "Cursor declaration after handler declaration"
3012
#: drizzled/error.cc:712
3013
msgid "Case not found for CASE statement"
3016
#: drizzled/error.cc:714
3018
msgid "Configuration file '%-.192s' is too big"
3021
#: drizzled/error.cc:716
3023
msgid "Malformed file type header in file '%-.192s'"
3026
#: drizzled/error.cc:718
3028
msgid "Unexpected end of file while parsing comment '%-.200s'"
3031
#: drizzled/error.cc:720
3033
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3036
#: drizzled/error.cc:722
3038
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
3041
#: drizzled/error.cc:724
3042
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3045
#: drizzled/error.cc:726
3047
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
3050
#: drizzled/error.cc:728
3052
msgid "'%-.192s.%-.192s' is not %s"
3055
#: drizzled/error.cc:730
3057
msgid "Column '%-.192s' is not updatable"
3060
#: drizzled/error.cc:732
3061
msgid "View's SELECT contains a subquery in the FROM clause"
3064
#: drizzled/error.cc:734
3066
msgid "View's SELECT contains a '%s' clause"
3069
#: drizzled/error.cc:736
3070
msgid "View's SELECT contains a variable or parameter"
3073
#: drizzled/error.cc:738
3075
msgid "View's SELECT refers to a temporary table '%-.192s'"
3078
#: drizzled/error.cc:740
3079
msgid "View's SELECT and view's field list have different column counts"
3082
#: drizzled/error.cc:742
3084
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3087
#: drizzled/error.cc:744
3088
msgid "View being updated does not have complete key of underlying table in it"
3091
#: drizzled/error.cc:746
2872
3094
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2873
3095
"(s) or definer/invoker of view lack rights to use them"
2876
#: ../drizzled/error.cc:431
3098
#: drizzled/error.cc:748
3100
msgid "Can't drop or alter a %s from within another stored routine"
3103
#: drizzled/error.cc:750
3104
msgid "GOTO is not allowed in a stored procedure handler"
3107
#: drizzled/error.cc:752
3108
msgid "Trigger already exists"
3111
#: drizzled/error.cc:754
3112
msgid "Trigger does not exist"
3115
#: drizzled/error.cc:756
3117
msgid "Trigger's '%-.192s' is view or temporary table"
3120
#: drizzled/error.cc:758
3122
msgid "Updating of %s row is not allowed in %strigger"
3125
#: drizzled/error.cc:760
3127
msgid "There is no %s row in %s trigger"
3130
#: drizzled/error.cc:762
2878
3132
msgid "Field '%-.192s' doesn't have a default value"
2881
#: ../drizzled/error.cc:432
3135
#: drizzled/error.cc:764
2882
3136
msgid "Division by 0"
2885
#: ../drizzled/error.cc:433
3139
#: drizzled/error.cc:766
2887
3141
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2890
#: ../drizzled/error.cc:434
3144
#: drizzled/error.cc:768
2892
3146
msgid "Illegal %s '%-.192s' value found during parsing"
2895
#: ../drizzled/error.cc:435
3149
#: drizzled/error.cc:770
3151
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3154
#: drizzled/error.cc:772
3156
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
3159
#: drizzled/error.cc:774
3161
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3164
#: drizzled/error.cc:776
3166
msgid "Failed purging old relay logs: %s"
3169
#: drizzled/error.cc:778
3171
msgid "Password hash should be a %d-digit hexadecimal number"
3174
#: drizzled/error.cc:780
3175
msgid "Target log not found in binlog index"
3178
#: drizzled/error.cc:782
3179
msgid "I/O error reading log index file"
3182
#: drizzled/error.cc:784
3183
msgid "Server configuration does not permit binlog purge"
3186
#: drizzled/error.cc:786
3187
msgid "Failed on fseek()"
3190
#: drizzled/error.cc:788
3191
msgid "Fatal error during log purge"
3194
#: drizzled/error.cc:790
3195
msgid "A purgeable log is in use, will not purge"
3198
#: drizzled/error.cc:792
3199
msgid "Unknown error during log purge"
3202
#: drizzled/error.cc:794
3204
msgid "Failed initializing relay log position: %s"
3207
#: drizzled/error.cc:796
3208
msgid "You are not using binary logging"
3211
#: drizzled/error.cc:798
3214
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
3217
#: drizzled/error.cc:800
3218
msgid "WSAStartup Failed"
3221
#: drizzled/error.cc:802
3222
msgid "Can't handle procedures with different groups yet"
3225
#: drizzled/error.cc:804
3226
msgid "Select must have a group with this procedure"
3229
#: drizzled/error.cc:806
3230
msgid "Can't use ORDER clause with this procedure"
3233
#: drizzled/error.cc:808
3235
msgid "Binary logging and replication forbid changing the global server %s"
3238
#: drizzled/error.cc:810
3240
msgid "Can't map file: %-.200s, errno: %d"
3243
#: drizzled/error.cc:812
3245
msgid "Wrong magic in %-.64s"
3248
#: drizzled/error.cc:814
3249
msgid "Prepared statement contains too many placeholders"
3252
#: drizzled/error.cc:816
2897
3254
msgid "Key part '%-.192s' length cannot be 0"
2900
#: ../drizzled/error.cc:436
3257
#: drizzled/error.cc:818
3258
msgid "View text checksum failed"
3261
#: drizzled/error.cc:820
3264
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
3267
#: drizzled/error.cc:822
3269
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
3272
#: drizzled/error.cc:824
3274
msgid "Can not delete from join view '%-.192s.%-.192s'"
3277
#: drizzled/error.cc:826
3279
msgid "Operation %s failed for %.256s"
3282
#: drizzled/error.cc:828
3283
msgid "XAER_NOTA: Unknown XID"
3286
#: drizzled/error.cc:830
3287
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
3290
#: drizzled/error.cc:832
2903
3293
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2904
3294
"the %.64s state"
2907
#: ../drizzled/error.cc:437
3297
#: drizzled/error.cc:834
3298
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
3301
#: drizzled/error.cc:836
3303
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
3307
#: drizzled/error.cc:838
3308
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
3311
#: drizzled/error.cc:840
3314
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
3318
#: drizzled/error.cc:842
3319
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
3322
#: drizzled/error.cc:844
3323
msgid "Failed to revoke all privileges to dropped routine"
3326
#: drizzled/error.cc:846
2909
3328
msgid "Data too long for column '%s' at row %ld"
2912
#: ../drizzled/error.cc:438
3331
#: drizzled/error.cc:848
3333
msgid "Bad SQLSTATE: '%s'"
3336
#: drizzled/error.cc:850
2915
3339
"%s: ready for connections.\n"
2916
3340
"Version: '%s' %s\n"
2919
#: ../drizzled/error.cc:439
3343
#: drizzled/error.cc:852
2920
3344
msgid "Can't load value from file with fixed size rows to variable"
2923
#: ../drizzled/error.cc:440
3347
#: drizzled/error.cc:854
3348
msgid "You are not allowed to create a user with GRANT"
3351
#: drizzled/error.cc:856
2925
3353
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2928
#: ../drizzled/error.cc:441
3356
#: drizzled/error.cc:858
2929
3357
msgid "Table definition has changed, please retry transaction"
2932
#: ../drizzled/error.cc:442
3360
#: drizzled/error.cc:860
3361
msgid "Duplicate handler declared in the same block"
3364
#: drizzled/error.cc:862
3367
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
3368
"variable in BEFORE trigger"
3371
#: drizzled/error.cc:864
2934
3373
msgid "Not allowed to return a result set from a %s"
2937
#: ../drizzled/error.cc:443
3376
#: drizzled/error.cc:866
2938
3377
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2941
#: ../drizzled/error.cc:444
3380
#: drizzled/error.cc:868
3382
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
3383
"declaration and binary logging is enabled; if non-transactional tables were "
3384
"updated, the binary log will miss their changes"
3387
#: drizzled/error.cc:870
3389
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
3390
"declaration and binary logging is enabled (you *might* want to use the less "
3391
"safe log_bin_trust_function_creators variable)"
3394
#: drizzled/error.cc:872
3396
"You do not have the SUPER privilege and binary logging is enabled (you "
3397
"*might* want to use the less safe log_bin_trust_function_creators variable)"
3400
#: drizzled/error.cc:874
3402
"You can't execute a prepared statement which has an open cursor associated "
3403
"with it. Reset the statement to re-execute it."
3406
#: drizzled/error.cc:876
3408
msgid "The statement (%lu) has no open cursor."
3411
#: drizzled/error.cc:878
2943
3413
"Explicit or implicit commit is not allowed in stored function or trigger."
2946
#: ../drizzled/error.cc:445
3416
#: drizzled/error.cc:880
3419
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
3422
#: drizzled/error.cc:882
3423
msgid "Recursive stored functions and triggers are not allowed."
3426
#: drizzled/error.cc:884
2948
3428
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2951
#: ../drizzled/error.cc:446
3431
#: drizzled/error.cc:886
2953
3433
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2956
#: ../drizzled/error.cc:447
3436
#: drizzled/error.cc:888
2959
3439
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2963
#: ../drizzled/error.cc:448
3443
#: drizzled/error.cc:890
3445
"You can't combine write-locking of system tables with other tables or lock "
3449
#: drizzled/error.cc:892
3451
msgid "Unable to connect to foreign data source: %.64s"
3454
#: drizzled/error.cc:894
3457
"There was a problem processing the query on the foreign data source. Data "
3458
"source error: %-.64s"
3461
#: drizzled/error.cc:896
3464
"The foreign data source you are trying to reference does not exist. Data "
3465
"source error: %-.64s"
3468
#: drizzled/error.cc:898
3471
"Can't create federated table. The data source connection string '%-.64s' is "
3472
"not in the correct format"
3475
#: drizzled/error.cc:900
3477
msgid "The data source connection string '%-.64s' is not in the correct format"
3480
#: drizzled/error.cc:902
3482
msgid "Can't create federated table. Foreign data src error: %-.64s"
3485
#: drizzled/error.cc:904
2964
3486
msgid "Trigger in wrong schema"
2967
#: ../drizzled/error.cc:449
3489
#: drizzled/error.cc:906
2970
3492
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2971
3493
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2974
#: ../drizzled/error.cc:450
3496
#: drizzled/error.cc:908
3498
msgid "Routine body for '%-.100s' is too long"
3501
#: drizzled/error.cc:910
3502
msgid "Cannot drop default keycache"
3505
#: drizzled/error.cc:912
2976
3507
msgid "Display width out of range for column '%-.192s' (max = %d)"
2979
#: ../drizzled/error.cc:451
3510
#: drizzled/error.cc:914
3511
msgid "XAER_DUPID: The XID already exists"
3514
#: drizzled/error.cc:916
2981
3516
msgid "Datetime function: %-.32s field overflow"
2984
#: ../drizzled/error.cc:452
3519
#: drizzled/error.cc:918
3522
"Can't update table '%-.192s' in stored function/trigger because it is "
3523
"already used by statement which invoked this stored function/trigger."
3526
#: drizzled/error.cc:920
3529
"The definition of table '%-.192s' prevents operation %.192s on table "
3533
#: drizzled/error.cc:922
3535
"The prepared statement contains a stored routine call that refers to that "
3536
"same statement. It's not allowed to execute a prepared statement in such a "
3540
#: drizzled/error.cc:924
3541
msgid "Not allowed to set autocommit from a stored function or trigger"
3544
#: drizzled/error.cc:926
3545
msgid "Definer is not fully qualified"
3548
#: drizzled/error.cc:928
3551
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
3552
"Current user is used as definer. Please recreate the view!"
3555
#: drizzled/error.cc:930
3558
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
3562
#: drizzled/error.cc:932
3564
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
3567
#: drizzled/error.cc:934
3569
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
3572
#: drizzled/error.cc:936
2987
3575
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2990
#: ../drizzled/error.cc:453
3578
#: drizzled/error.cc:938
2993
3581
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2996
#: ../drizzled/error.cc:454
2997
msgid "No data - zero rows fetched, selected, or processed"
3000
#: ../drizzled/error.cc:455
3584
#: drizzled/error.cc:940
3586
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
3589
#: drizzled/error.cc:942
3592
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
3593
"activated under the authorization of the invoker, which may have "
3594
"insufficient privileges. Please recreate the trigger."
3597
#: drizzled/error.cc:944
3599
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
3602
#: drizzled/error.cc:946
3605
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
3606
"exceeded for routine %.192s"
3609
#: drizzled/error.cc:948
3612
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
3613
"or contains bad data (internal code %d)"
3616
#: drizzled/error.cc:950
3618
msgid "Incorrect routine name '%-.192s'"
3621
#: drizzled/error.cc:952
3002
3623
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3005
#: ../drizzled/error.cc:456
3626
#: drizzled/error.cc:954
3627
msgid "AGGREGATE is not supported for stored functions"
3630
#: drizzled/error.cc:956
3633
"Can't create more than max_prepared_stmt_count statements (current value: %"
3637
#: drizzled/error.cc:958
3639
msgid "`%-.192s`.`%-.192s` contains view recursion"
3642
#: drizzled/error.cc:960
3007
3644
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
3010
#: ../drizzled/error.cc:457
3647
#: drizzled/error.cc:962
3011
3648
msgid "The used table type doesn't support SPATIAL indexes"
3014
#: ../drizzled/error.cc:458
3651
#: drizzled/error.cc:964
3652
msgid "Triggers can not be created on system tables"
3655
#: drizzled/error.cc:966
3016
3657
msgid "Leading spaces are removed from name '%s'"
3019
#: ../drizzled/error.cc:459
3660
#: drizzled/error.cc:968
3020
3661
msgid "Failed to read auto-increment value from storage engine"
3023
#: ../drizzled/error.cc:460
3664
#: drizzled/error.cc:970
3668
#: drizzled/error.cc:972
3672
#: drizzled/error.cc:974
3025
3674
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3028
#: ../drizzled/error.cc:461
3677
#: drizzled/error.cc:976
3679
msgid "The target table %-.100s of the %s is not insertable-into"
3682
#: drizzled/error.cc:978
3685
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
3688
#: drizzled/error.cc:980
3029
3689
msgid "Too high level of nesting for select"
3032
#: ../drizzled/error.cc:462
3692
#: drizzled/error.cc:982
3034
3694
msgid "Name '%-.64s' has become ''"
3037
#: ../drizzled/error.cc:463
3697
#: drizzled/error.cc:984
3039
3699
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3040
3700
"optional and non-empty FIELDS ENCLOSED BY"
3043
#: ../drizzled/error.cc:464
3703
#: drizzled/error.cc:986
3705
msgid "The foreign server, %s, you are trying to create already exists."
3708
#: drizzled/error.cc:988
3711
"The foreign server name you are trying to reference does not exist. Data "
3712
"source error: %-.64s"
3715
#: drizzled/error.cc:990
3046
3718
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3049
#: ../drizzled/error.cc:465
3051
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3054
#: ../drizzled/error.cc:466
3721
#: drizzled/error.cc:992
3724
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
3728
#: drizzled/error.cc:994
3730
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
3733
#: drizzled/error.cc:996
3734
msgid "MAXVALUE can only be used in last partition definition"
3737
#: drizzled/error.cc:998
3738
msgid "Subpartitions can only be hash partitions and by key"
3741
#: drizzled/error.cc:1000
3742
msgid "Must define subpartitions on all partitions if on one partition"
3745
#: drizzled/error.cc:1002
3746
msgid "Wrong number of partitions defined, mismatch with previous setting"
3749
#: drizzled/error.cc:1004
3750
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
3753
#: drizzled/error.cc:1006
3754
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
3757
#: drizzled/error.cc:1008
3758
msgid "Expression in RANGE/LIST VALUES must be constant"
3761
#: drizzled/error.cc:1010
3762
msgid "Field in list of fields for partition function not found in table"
3765
#: drizzled/error.cc:1012
3766
msgid "List of fields is only allowed in KEY partitions"
3769
#: drizzled/error.cc:1014
3771
"The partition info in the frm file is not consistent with what can be "
3772
"written into the frm file"
3775
#: drizzled/error.cc:1016
3777
msgid "The %-.192s function returns the wrong type"
3780
#: drizzled/error.cc:1018
3782
msgid "For %-.64s partitions each partition must be defined"
3785
#: drizzled/error.cc:1020
3786
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
3789
#: drizzled/error.cc:1022
3790
msgid "VALUES value must be of same type as partition function"
3793
#: drizzled/error.cc:1024
3794
msgid "Multiple definition of same constant in list partitioning"
3797
#: drizzled/error.cc:1026
3798
msgid "Partitioning can not be used stand-alone in query"
3801
#: drizzled/error.cc:1028
3803
"The mix of handlers in the partitions is not allowed in this version of "
3807
#: drizzled/error.cc:1030
3809
msgid "For the partitioned engine it is necessary to define all %-.64s"
3812
#: drizzled/error.cc:1032
3813
msgid "Too many partitions (including subpartitions) were defined"
3816
#: drizzled/error.cc:1034
3818
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
3819
"partitioning for subpartitioning"
3822
#: drizzled/error.cc:1036
3823
msgid "Failed to create specific handler file"
3826
#: drizzled/error.cc:1038
3827
msgid "A BLOB field is not allowed in partition function"
3830
#: drizzled/error.cc:1040
3832
msgid "A %-.192s must include all columns in the table's partitioning function"
3835
#: drizzled/error.cc:1042
3837
msgid "Number of %-.64s = 0 is not an allowed value"
3840
#: drizzled/error.cc:1044
3841
msgid "Partition management on a not partitioned table is not possible"
3844
#: drizzled/error.cc:1046
3846
"Foreign key condition is not yet supported in conjunction with partitioning"
3849
#: drizzled/error.cc:1048
3851
msgid "Error in list of partitions to %-.64s"
3854
#: drizzled/error.cc:1050
3855
msgid "Cannot remove all partitions, use DROP TABLE instead"
3858
#: drizzled/error.cc:1052
3859
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
3862
#: drizzled/error.cc:1054
3864
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
3868
#: drizzled/error.cc:1056
3870
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
3871
"tables using HASH PARTITIONs"
3874
#: drizzled/error.cc:1058
3876
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
3879
#: drizzled/error.cc:1060
3880
msgid "Trying to Add partition(s) with wrong number of subpartitions"
3883
#: drizzled/error.cc:1062
3884
msgid "At least one partition must be added"
3887
#: drizzled/error.cc:1064
3888
msgid "At least one partition must be coalesced"
3891
#: drizzled/error.cc:1066
3892
msgid "More partitions to reorganize than there are partitions"
3895
#: drizzled/error.cc:1068
3897
msgid "Duplicate partition name %-.192s"
3900
#: drizzled/error.cc:1070
3901
msgid "It is not allowed to shut off binlog on this command"
3904
#: drizzled/error.cc:1072
3905
msgid "When reorganizing a set of partitions they must be in consecutive order"
3908
#: drizzled/error.cc:1074
3910
"Reorganize of range partitions cannot change total ranges except for last "
3911
"partition where it can extend the range"
3914
#: drizzled/error.cc:1076
3915
msgid "Partition function not supported in this version for this handler"
3918
#: drizzled/error.cc:1078
3919
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
3922
#: drizzled/error.cc:1080
3924
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
3927
#: drizzled/error.cc:1082
3929
msgid "Plugin '%-.192s' is not loaded"
3932
#: drizzled/error.cc:1084
3056
3934
msgid "Incorrect %-.32s value: '%-.128s'"
3059
#: ../drizzled/error.cc:467
3937
#: drizzled/error.cc:1086
3061
3939
msgid "Table has no partition for value %-.64s"
3064
#: ../drizzled/error.cc:468
3942
#: drizzled/error.cc:1088
3944
msgid "It is not allowed to specify %s more than once"
3947
#: drizzled/error.cc:1090 drizzled/error.cc:1226
3949
msgid "Failed to create %s"
3952
#: drizzled/error.cc:1092 drizzled/error.cc:1116
3954
msgid "Failed to drop %s"
3957
#: drizzled/error.cc:1094
3958
msgid "The handler doesn't support autoextend of tablespaces"
3961
#: drizzled/error.cc:1096
3963
"A size parameter was incorrectly specified, either number or on the form 10M"
3966
#: drizzled/error.cc:1098
3968
"The size number was correct but we don't allow the digit part to be more "
3972
#: drizzled/error.cc:1100
3974
msgid "Failed to alter: %s"
3977
#: drizzled/error.cc:1102
3065
3978
msgid "Writing one row to the row-based binary log failed"
3068
#: ../drizzled/error.cc:469
3981
#: drizzled/error.cc:1104
3983
msgid "Table definition on master and slave does not match: %s"
3986
#: drizzled/error.cc:1106
3988
"Slave running with --log-slave-updates must use row-based binary logging to "
3989
"be able to replicate row-based binary log events"
3992
#: drizzled/error.cc:1108
3994
msgid "Event '%-.192s' already exists"
3997
#: drizzled/error.cc:1110
3999
msgid "Failed to store event %s. Error code %d from storage engine."
4002
#: drizzled/error.cc:1112
4004
msgid "Unknown event '%-.192s'"
4007
#: drizzled/error.cc:1114
4009
msgid "Failed to alter event '%-.192s'"
4012
#: drizzled/error.cc:1118
4013
msgid "INTERVAL is either not positive or too big"
4016
#: drizzled/error.cc:1120
4017
msgid "ENDS is either invalid or before STARTS"
4020
#: drizzled/error.cc:1122
4021
msgid "Event execution time is in the past. Event has been disabled"
4024
#: drizzled/error.cc:1124
4025
msgid "Failed to open drizzle.event"
4028
#: drizzled/error.cc:1126
4029
msgid "No datetime expression provided"
4032
#: drizzled/error.cc:1128
4035
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
4036
"probably corrupted"
4039
#: drizzled/error.cc:1130
4041
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4044
#: drizzled/error.cc:1132
4045
msgid "Failed to delete the event from drizzle.event"
4048
#: drizzled/error.cc:1134
4049
msgid "Error during compilation of event's body"
4052
#: drizzled/error.cc:1136
4053
msgid "Same old and new event name"
4056
#: drizzled/error.cc:1138
4058
msgid "Data for column '%s' too long"
4061
#: drizzled/error.cc:1140
3070
4063
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3073
#: ../drizzled/error.cc:470
4066
#: drizzled/error.cc:1142
4069
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
4073
#: drizzled/error.cc:1144
4074
msgid "You can't write-lock a log table. Only read access is possible"
4077
#: drizzled/error.cc:1146
4078
msgid "You can't use locks with log tables."
4081
#: drizzled/error.cc:1148
3076
4084
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3077
4085
"d would lead to a duplicate entry"
3080
#: ../drizzled/error.cc:471
4088
#: drizzled/error.cc:1150
4091
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
4092
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
4095
#: drizzled/error.cc:1152
4097
"Cannot switch out of the row-based binary log format when the session has "
4098
"open temporary tables"
4101
#: drizzled/error.cc:1154
4103
"Cannot change the binary logging format inside a stored function or trigger"
4106
#: drizzled/error.cc:1156
4108
"The NDB cluster engine does not support changing the binlog format on the "
4112
#: drizzled/error.cc:1158
4113
msgid "Cannot create temporary table with partitions"
4116
#: drizzled/error.cc:1160
4117
msgid "Partition constant is out of partition function domain"
4120
#: drizzled/error.cc:1162
4121
msgid "This partition function is not allowed"
4124
#: drizzled/error.cc:1164
4125
msgid "Error in DDL log"
4128
#: drizzled/error.cc:1166
4129
msgid "Not allowed to use NULL value in VALUES LESS THAN"
4132
#: drizzled/error.cc:1168
4133
msgid "Incorrect partition name"
4136
#: drizzled/error.cc:1170
3082
4138
"Transaction isolation level can't be changed while a transaction is in "
3086
#: ../drizzled/error.cc:472
4142
#: drizzled/error.cc:1172
4145
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
4146
"'%-.192s' for key '%-.192s'"
4149
#: drizzled/error.cc:1174
4151
msgid "Internal scheduler error %d"
4154
#: drizzled/error.cc:1176
4156
msgid "Error during starting/stopping of the scheduler. Error code %u"
4159
#: drizzled/error.cc:1178
4160
msgid "Engine cannot be used in partitioned tables"
4163
#: drizzled/error.cc:1180
4165
msgid "Cannot activate '%-.64s' log"
4168
#: drizzled/error.cc:1182
4169
msgid "The server was not built with row-based replication"
4172
#: drizzled/error.cc:1184
4173
msgid "Decoding of base64 string failed"
4176
#: drizzled/error.cc:1186
4177
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
4180
#: drizzled/error.cc:1188
4182
"Cannot proceed because system tables used by Event Scheduler were found "
4183
"damaged at server start"
4186
#: drizzled/error.cc:1190
4187
msgid "Only integers allowed as number here"
4190
#: drizzled/error.cc:1192
4191
msgid "This storage engine cannot be used for log tables"
4194
#: drizzled/error.cc:1194
4196
msgid "You cannot '%s' a log table if logging is enabled"
4199
#: drizzled/error.cc:1196
4202
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
4203
"rename two tables: the log table to an archive table and another table back "
4207
#: drizzled/error.cc:1198
3088
4209
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3091
#: ../drizzled/error.cc:473
4212
#: drizzled/error.cc:1200
3093
4214
msgid "Incorrect parameters in the call to native function '%-.192s'"
3096
#: ../drizzled/error.cc:474
4217
#: drizzled/error.cc:1202
4219
msgid "Incorrect parameters in the call to stored function '%-.192s'"
4222
#: drizzled/error.cc:1204
4224
msgid "This function '%-.192s' has the same name as a native function"
4227
#: drizzled/error.cc:1206
3098
4229
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3101
#: ../drizzled/error.cc:475
4232
#: drizzled/error.cc:1208
4233
msgid "Too many files opened, please execute the command again"
4236
#: drizzled/error.cc:1210 drizzled/error.cc:1212
4238
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
4239
"The event was dropped immediately after creation."
4242
#: drizzled/error.cc:1214
4244
msgid "The incident %s occurred on the master. Message: %-.64s"
4247
#: drizzled/error.cc:1216
4248
msgid "Table has no partition for some existing values"
4251
#: drizzled/error.cc:1218
4252
msgid "Statement is not safe to log in statement format."
4255
#: drizzled/error.cc:1220
4257
msgid "Fatal error: %s"
4260
#: drizzled/error.cc:1222
4262
msgid "Relay log read failure: %s"
4265
#: drizzled/error.cc:1224
4267
msgid "Relay log write failure: %s"
4270
#: drizzled/error.cc:1228
4272
msgid "Master command %s failed: %s"
4275
#: drizzled/error.cc:1230
4277
msgid "Binary logging not possible. Message: %s"
4280
#: drizzled/error.cc:1232
4282
msgid "View `%-.64s`.`%-.64s` has no creation context"
4285
#: drizzled/error.cc:1234
4287
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
4290
#: drizzled/error.cc:1236
4292
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
4295
#: drizzled/error.cc:1238
4297
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
4300
#: drizzled/error.cc:1240
4302
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
4305
#: drizzled/error.cc:1242
4307
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
4310
#: drizzled/error.cc:1244
4312
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
4315
#: drizzled/error.cc:1246
4317
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
4320
#: drizzled/error.cc:1248
4322
msgid "Cannot create stored routine `%-.64s`. Check warnings"
4325
#: drizzled/error.cc:1250
4327
msgid "Ambiguous slave modes combination. %s"
4330
#: drizzled/error.cc:1252
4333
"The BINLOG statement of type `%s` was not preceded by a format description "
4337
#: drizzled/error.cc:1254
4338
msgid "Corrupted replication event was detected"
4341
#: drizzled/error.cc:1256
3103
4343
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3106
#: ../drizzled/error.cc:477
4346
#: drizzled/error.cc:1258
4348
msgid "Being purged log %s was not found"
4351
#: drizzled/error.cc:1260
4353
msgid "Converted to non-transactional lock on '%-.64s'"
4356
#: drizzled/error.cc:1262
4358
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
4361
#: drizzled/error.cc:1264
4364
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
4367
#: drizzled/error.cc:1266
4369
msgid "Can't access storage engine of table %-.64s"
4372
#: drizzled/error.cc:1268
4373
msgid "Starting backup process"
4376
#: drizzled/error.cc:1270
4377
msgid "Backup completed"
4380
#: drizzled/error.cc:1272
4381
msgid "Starting restore process"
4384
#: drizzled/error.cc:1274
4385
msgid "Restore completed"
4388
#: drizzled/error.cc:1276
4389
msgid "Nothing to backup"
4392
#: drizzled/error.cc:1278
4394
msgid "Database '%-.64s' cannot be included in a backup"
4397
#: drizzled/error.cc:1280
4399
"Error during backup operation - server's error log contains more information "
4403
#: drizzled/error.cc:1282
4405
"Error during restore operation - server's error log contains more "
4406
"information about the error"
4409
#: drizzled/error.cc:1284
4411
"Can't execute this command because another BACKUP/RESTORE operation is in "
4415
#: drizzled/error.cc:1286
4416
msgid "Error when preparing for backup operation"
4419
#: drizzled/error.cc:1288
4420
msgid "Error when preparing for restore operation"
4423
#: drizzled/error.cc:1290
4425
msgid "Invalid backup location '%-.64s'"
4428
#: drizzled/error.cc:1292
4430
msgid "Can't read backup location '%-.64s'"
4433
#: drizzled/error.cc:1294
4435
msgid "Can't write to backup location '%-.64s' (file already exists?)"
4438
#: drizzled/error.cc:1296
4439
msgid "Can't enumerate server databases"
4442
#: drizzled/error.cc:1298
4443
msgid "Can't enumerate server tables"
4446
#: drizzled/error.cc:1300
4448
msgid "Can't enumerate tables in database %-.64s"
4451
#: drizzled/error.cc:1302
4453
msgid "Skipping view %-.64s in database %-.64s"
4456
#: drizzled/error.cc:1304
4458
msgid "Skipping table %-.64s since it has no valid storage engine"
4461
#: drizzled/error.cc:1306
4463
msgid "Can't open table %-.64s"
4466
#: drizzled/error.cc:1308
4467
msgid "Can't read backup archive preamble"
4470
#: drizzled/error.cc:1310
4471
msgid "Can't write backup archive preamble"
4474
#: drizzled/error.cc:1312
4476
msgid "Can't find backup driver for table %-.64s"
4479
#: drizzled/error.cc:1314
4482
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
4486
#: drizzled/error.cc:1316
4488
msgid "Can't create %-.64s backup driver"
4491
#: drizzled/error.cc:1318
4493
msgid "Can't create %-.64s restore driver"
4496
#: drizzled/error.cc:1320
4498
msgid "Found %d images in backup archive but maximum %d are supported"
4501
#: drizzled/error.cc:1322
4503
msgid "Error when saving meta-data of %-.64s"
4506
#: drizzled/error.cc:1324
4507
msgid "Error when reading meta-data list"
4510
#: drizzled/error.cc:1326
4512
msgid "Can't create %-.64s"
4515
#: drizzled/error.cc:1328
4516
msgid "Can't allocate buffer for image data transfer"
4519
#: drizzled/error.cc:1330
4521
msgid "Error when writing %-.64s backup image data (for table #%d)"
4524
#: drizzled/error.cc:1332
4525
msgid "Error when reading data from backup stream"
4528
#: drizzled/error.cc:1334
4529
msgid "Can't go to the next chunk in backup stream"
4532
#: drizzled/error.cc:1336
4534
msgid "Can't initialize %-.64s backup driver"
4537
#: drizzled/error.cc:1338
4539
msgid "Can't initialize %-.64s restore driver"
4542
#: drizzled/error.cc:1340
4544
msgid "Can't shut down %-.64s backup driver"
4547
#: drizzled/error.cc:1342
4549
msgid "Can't shut down %-.64s backup driver(s)"
4552
#: drizzled/error.cc:1344
4554
msgid "%-.64s backup driver can't prepare for synchronization"
4557
#: drizzled/error.cc:1346
4559
msgid "%-.64s backup driver can't create its image validity point"
4562
#: drizzled/error.cc:1348
4564
msgid "Can't unlock %-.64s backup driver after creating the validity point"
4567
#: drizzled/error.cc:1350
4569
msgid "%-.64s backup driver can't cancel its backup operation"
4572
#: drizzled/error.cc:1352
4574
msgid "%-.64s restore driver can't cancel its restore operation"
4577
#: drizzled/error.cc:1354
4579
msgid "Error when polling %-.64s backup driver for its image data"
4582
#: drizzled/error.cc:1356
4584
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
4587
#: drizzled/error.cc:1358
4590
"After %d attempts %-.64s restore driver still can't accept next block of data"
4593
#: drizzled/error.cc:1360
4595
msgid "Open and lock tables failed in %-.64s"
4598
#: drizzled/error.cc:1362
4599
msgid "Backup driver's table locking thread can not be initialized."
4602
#: drizzled/error.cc:1364
4604
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
4605
"and 'drizzle.online_backup_progress'."
4608
#: drizzled/error.cc:1366
4610
msgid "Tablespace '%-.192s' already exists"
4613
#: drizzled/error.cc:1368
4615
msgid "Tablespace '%-.192s' doesn't exist"
4618
#: drizzled/error.cc:1370
4620
msgid "Unexpected master's heartbeat data: %s"
4623
#: drizzled/error.cc:1372
4625
msgid "The requested value for the heartbeat period %s %s"
4628
#: drizzled/error.cc:1374
4630
msgid "Can't write to the online backup progress log %-.64s."
4633
#: drizzled/error.cc:1376
4635
msgid "Tablespace '%-.192s' not empty"
4638
#: drizzled/error.cc:1378
4641
"Tablespace `%-.64s` needed by tables being restored has changed on the "
4642
"server. The original definition of the required tablespace is '%-.256s' "
4643
"while the same tablespace is defined on the server as '%-.256s'"
4646
#: drizzled/error.cc:1380
4647
msgid "A virtual column cannot be based on a virtual column"
4650
#: drizzled/error.cc:1382
4652
msgid "Non-deterministic expression for virtual column '%s'."
4655
#: drizzled/error.cc:1384
4658
"Generated value for virtual column '%s' cannot be converted to type '%s'."
4661
#: drizzled/error.cc:1386
4662
msgid "Primary key cannot be defined upon a virtual column."
4665
#: drizzled/error.cc:1388
4666
msgid "Key/Index cannot be defined on a non-stored virtual column."
4669
#: drizzled/error.cc:1390
4671
msgid "Cannot define foreign key with %s clause on a virtual column."
4674
#: drizzled/error.cc:1392
4676
msgid "The value specified for virtual column '%s' in table '%s' ignored."
4679
#: drizzled/error.cc:1394
4681
msgid "'%s' is not yet supported for virtual columns."
4684
#: drizzled/error.cc:1396
4685
msgid "Constant expression in virtual column function is not allowed."
4688
#: drizzled/error.cc:1398
4689
msgid "Encountered an unknown temporal type."
4692
#: drizzled/error.cc:1400
4694
msgid "Received an invalid string format '%s' for a date value."
4697
#: drizzled/error.cc:1402
4699
msgid "Received an invalid string format '%s' for a time value."
4702
#: drizzled/error.cc:1404
4704
msgid "Received an invalid value '%s' for a UNIX timestamp."
4707
#: drizzled/error.cc:1406
3108
4709
msgid "Received an invalid datetime value '%s'."
3111
#: ../drizzled/error.cc:478
3113
msgid "Received an invalid DATE value '%s'."
3116
#: ../drizzled/error.cc:479
4712
#: drizzled/error.cc:1408
3118
4714
msgid "Received a NULL argument for function '%s'."
3121
#: ../drizzled/error.cc:480
3123
msgid "Received an invalid timestamp value '%s'."
3126
#: ../drizzled/error.cc:481
3128
msgid "Received an invalid TIME value '%s'."
3131
#: ../drizzled/error.cc:482
3133
msgid "Received an invalid value '%s' for a UNIX timestamp."
3136
#: ../drizzled/error.cc:484
4717
#: drizzled/error.cc:1410
4719
msgid "Received an invalid negative argument '%s' for function '%s'."
4722
#: drizzled/error.cc:1412
3138
4724
msgid "Received an out-of-range argument '%s' for function '%s'."
3141
#: ../drizzled/error.cc:485
4727
#: drizzled/error.cc:1414
4729
msgid "Received an invalid time value '%s'."
4732
#: drizzled/error.cc:1416
3143
4734
msgid "Received an invalid enum value '%s'."
3146
#: ../drizzled/error.cc:486
3147
msgid "Tables which are replicated require a primary key."
3150
#: ../drizzled/error.cc:488
3152
msgid "Corrupt or invalid schema definition for '%s' : %s"
3155
#: ../drizzled/error.cc:489
3157
msgid "Corrupt or invalid table definition for '%s': %s"
3160
#: ../drizzled/error.cc:490
3162
msgid "The number of enum that were required was too high for table '%s'"
3165
#: ../drizzled/error.cc:491
3167
msgid "Corrupt or invalid table definition for '%s'"
3170
#: ../drizzled/error.cc:492
3172
msgid "Collation '%s' for table %s is invalid/unknown"
3175
#: ../drizzled/error.cc:494
3177
msgid "Cannot drop table '%s'"
3180
#: ../drizzled/error.cc:495
3182
msgid "Error occurred while dropping table '%s'"
3185
#: ../drizzled/error.cc:496
3187
msgid "Permission denied to create '%s'"
3190
#: ../drizzled/error.cc:497
3192
msgid "Unknown table '%s'"
3195
#: ../drizzled/error.cc:499
3197
msgid "Cannot create schema '%s'"
3200
#: ../drizzled/error.cc:500
3202
msgid "Schema does not exist: %s"
3205
#: ../drizzled/error.cc:501
3207
msgid "Error altering schema: %s"
3210
#: ../drizzled/error.cc:502
3212
msgid "Error droppping Schema : %s"
3215
#: ../drizzled/error.cc:504
3216
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3219
#: ../drizzled/error.cc:505
3221
msgid "Unknown table engine option key/pair %s = %s."
3224
#: ../drizzled/error.cc:506
3226
msgid "Unknown schema engine option key/pair %s = %s."
3229
#: ../drizzled/error.cc:508
3230
msgid "Admin access not allowed from this username/IP address."
3233
#. User lock/barrier error messages
3234
#: ../drizzled/error.cc:511
3235
msgid "wait() can not be called on session owning user defined barrier."
3238
#: ../drizzled/error.cc:512
3239
msgid "Unknown user defined barrier requested."
3242
#: ../drizzled/error.cc:513
3243
msgid "Session does not own user defined barrier."
3246
#: ../drizzled/error.cc:514
3247
msgid "Session can not wait on a user defined lock owned by the session."
3250
#: ../drizzled/error.cc:515
3251
msgid "Session does not own user defined lock."
3254
#: ../drizzled/error.cc:517
3255
msgid "Invalid name for user defined barrier."
3258
#: ../drizzled/error.cc:518
3259
msgid "Invalid name for user defined lock."
3262
#: ../drizzled/error.cc:520
3264
"Either a DEFAULt value or NULL NULL description is required for a new column "
3265
"if table is not empty"
3269
#: ../drizzled/error.cc:523
3272
"Cast to unsigned converted negative integer to it's positive complement: %s"
3275
#: ../drizzled/error.cc:524
3277
msgid "Invalid cast to signed integer: %s"
3280
#: ../drizzled/error.cc:526
3282
msgid "Identifier '%.*s' is a SQL keyword."
3285
#: ../drizzled/error.cc:529
4737
#: drizzled/logging.cc:59
4739
msgid "logging '%s' pre() failed"
4742
#: drizzled/logging.cc:84
4744
msgid "logging '%s' post() failed"
4747
#: drizzled/message/command_reader.cc:55
4749
msgid "Usage: %s COMMAND_LOG\n"
4752
#: drizzled/message/command_reader.cc:64
4754
msgid "Cannot open file: %s\n"
4757
#: drizzled/message/command_reader.cc:83
4759
msgid "Failed to read initial length header\n"
4762
#: drizzled/message/command_reader.cc:90
4764
msgid "Attempted to read record bigger than SIZE_MAX\n"
4767
#: drizzled/message/command_reader.cc:110
4769
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
4772
#: drizzled/message/command_reader.cc:120
4775
"Could not read entire transaction. Read %<PRIu64> bytes instead of %<PRIu64> "
4779
#: drizzled/message/command_reader.cc:126
4781
msgid "Unable to parse command. Got error: %s.\n"
4784
#: drizzled/message/command_reader.cc:128
4786
msgid "BUFFER: %s\n"
4789
#: drizzled/message/command_reader.cc:136
4792
"Could not read entire checksum. Read %<PRIu64> bytes instead of 4 bytes.\n"
4795
#: drizzled/plugin/listen_tcp.cc:47
4797
msgid "accept() failed with errno %d"
4800
#: drizzled/plugin/listen_tcp.cc:83
4802
msgid "getaddrinfo() failed with error %s"
4805
#: drizzled/plugin/listen_tcp.cc:115
4807
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4810
#: drizzled/plugin/listen_tcp.cc:126
4812
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
4815
#: drizzled/plugin/listen_tcp.cc:135
4817
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4820
#: drizzled/plugin/listen_tcp.cc:144
4822
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4825
#: drizzled/plugin/listen_tcp.cc:153
4827
msgid "setsockopt(SO_LINGER) failed with errno %d"
4830
#: drizzled/plugin/listen_tcp.cc:162
4832
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4835
#: drizzled/plugin/listen_tcp.cc:183
4837
msgid "Retrying bind() on %u"
4840
#: drizzled/plugin/listen_tcp.cc:190
4842
msgid "bind() failed with errno: %d"
4845
#: drizzled/plugin/listen_tcp.cc:193
4846
msgid "Do you already have another drizzled running?"
4849
#: drizzled/plugin/listen_tcp.cc:200
4851
msgid "listen() failed with errno %d"
4854
#: drizzled/plugin/listen_tcp.cc:206
4856
msgid "Listening on %s:%s\n"
4859
#: drizzled/plugin/storage_engine.cc:315
4861
msgid "Found %d prepared transaction(s) in %s"
4864
#: drizzled/plugin/storage_engine.cc:389
4865
msgid "Starting crash recovery..."
4868
#: drizzled/plugin/storage_engine.cc:398
4870
msgid "Found %d prepared XA transactions"
4873
#: drizzled/plugin/storage_engine.cc:403
4876
"Found %d prepared transactions! It means that drizzled was not shut down "
4877
"properly last time and critical recovery information (last binlog or %s "
4878
"file) was manually deleted after a crash. You have to start drizzled with "
4879
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
4882
#: drizzled/plugin/storage_engine.cc:413
4883
msgid "Crash recovery finished."
4886
#: drizzled/qcache.cc:63
4888
msgid "qcache plugin '%s' try_fetch_and_send() failed"
4891
#: drizzled/qcache.cc:86
4893
msgid "qcache plugin '%s' set() failed"
4896
#: drizzled/qcache.cc:110
4898
msgid "qcache plugin '%s' invalidate_table() failed"
4901
#: drizzled/qcache.cc:137
4903
msgid "qcache plugin '%s' invalidate_db() failed"
4906
#: drizzled/qcache.cc:157
4908
msgid "qcache plugin '%s' flush() failed"
4911
#: drizzled/scheduling.cc:37
4914
"Attempted to register a scheduler %s, but a scheduler has already been "
4915
"registered with that name.\n"
4918
#: drizzled/scheduling.cc:62
4920
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
4923
#: drizzled/scheduling.cc:77
4924
msgid "Scheduler initialization failed.\n"
4927
#: drizzled/session.cc:2166
4929
msgid "Could not remove temporary table: '%s', error: %d"
4932
#: drizzled/slot/listen.cc:75 drizzled/slot/listen.cc:112
4934
msgid "realloc() failed with errno %d"
4937
#: drizzled/slot/listen.cc:94
4938
msgid "No sockets could be bound for listening"
4941
#: drizzled/slot/listen.cc:104 plugin/console/console.cc:314
4943
msgid "pipe() failed with errno %d"
4946
#: drizzled/slot/listen.cc:137
4948
msgid "poll() failed with errno %d"
4951
#: drizzled/sql_base.cc:1445
4953
msgid "Table %s had a open data handler in reopen_table"
4956
#: drizzled/sql_base.cc:2026
4958
msgid "Couldn't repair table: %s.%s"
4961
#: drizzled/sql_base.cc:2068
4964
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
4965
"s`.`%s`' to replication"
4968
#: drizzled/sql_plugin.cc:553
4970
msgid "Plugin '%s' init function returned error.\n"
4973
#: drizzled/sql_plugin.cc:713
4974
msgid "plugin-load parameter too long"
4977
#: drizzled/sql_plugin.cc:775
4979
msgid "Couldn't load plugin named '%s' with soname '%s'."
4982
#: drizzled/sql_plugin.cc:1115
4983
msgid "Out of memory."
4986
#: drizzled/sql_plugin.cc:1967 drizzled/sql_plugin.cc:2030
4988
msgid "Unknown variable type code 0x%x in plugin '%s'."
4991
#: drizzled/sql_plugin.cc:2010
4994
"Server variable %s of plugin %s was forced to be read-only: string variable "
4995
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4998
#: drizzled/sql_plugin.cc:2041
5000
msgid "Missing variable name in plugin '%s'."
5003
#: drizzled/sql_plugin.cc:2058
5005
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5008
#: drizzled/sql_plugin.cc:2186
5010
msgid "Out of memory for plugin '%s'."
5013
#: drizzled/sql_plugin.cc:2193
5015
msgid "Bad options for plugin '%s'."
5018
#: drizzled/sql_plugin.cc:2202
5020
msgid "Parsing options for plugin '%s' failed."
5023
#: drizzled/sql_plugin.cc:2251
5025
msgid "Plugin '%s' has conflicting system variables"
5028
#: drizzled/sql_table.cc:231
5030
"Table name cannot be encoded and fit within filesystem name length "
5034
#: drizzled/sql_table.cc:241
5036
"Schema name cannot be encoded and fit within filesystem name length "
5040
#: drizzled/sql_table.cc:2360
5042
msgid "Unknown - internal error %d during operation"
5045
#: drizzled/statement/alter_table.cc:1136
5047
msgid "Could not open table %s.%s after rename\n"
5050
#: drizzled/statement/alter_table.cc:1299
5053
"order_st BY ignored because there is a user-defined clustered index in the "
5057
#: drizzled/table.cc:329
5060
"'%s' had no or invalid character set, and default character set is multi-"
5061
"byte, so character column sizes may have changed"
5064
#: drizzled/table.cc:1608
5066
msgid "Unknown collation '%s' in table '%-.64s' definition"
5069
#: drizzled/table.cc:1615
5072
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5076
#: drizzled/table.cc:3515
5078
msgid "Got error %d when reading table '%s'"
5081
#: drizzled/tztime.cc:1061
5083
msgid "Fatal error: Illegal or unknown default time zone '%s'"
5086
#: gnulib/getopt.c:529 gnulib/getopt.c:545
5088
msgid "%s: option `%s' is ambiguous\n"
5091
#: gnulib/getopt.c:578 gnulib/getopt.c:582
5093
msgid "%s: option `--%s' doesn't allow an argument\n"
5096
#: gnulib/getopt.c:591 gnulib/getopt.c:596
5098
msgid "%s: option `%c%s' doesn't allow an argument\n"
5101
#: gnulib/getopt.c:639 gnulib/getopt.c:658 gnulib/getopt.c:974
5102
#: gnulib/getopt.c:993
5104
msgid "%s: option `%s' requires an argument\n"
5107
#: gnulib/getopt.c:696 gnulib/getopt.c:699
5109
msgid "%s: unrecognized option `--%s'\n"
5112
#: gnulib/getopt.c:707 gnulib/getopt.c:710
5114
msgid "%s: unrecognized option `%c%s'\n"
5117
#: gnulib/getopt.c:762 gnulib/getopt.c:765
5119
msgid "%s: illegal option -- %c\n"
5122
#: gnulib/getopt.c:771 gnulib/getopt.c:774
5124
msgid "%s: invalid option -- %c\n"
5127
#: gnulib/getopt.c:826 gnulib/getopt.c:842 gnulib/getopt.c:1046
5128
#: gnulib/getopt.c:1064
5130
msgid "%s: option requires an argument -- %c\n"
5133
#: gnulib/getopt.c:895 gnulib/getopt.c:911
5135
msgid "%s: option `-W %s' is ambiguous\n"
5138
#: gnulib/getopt.c:935 gnulib/getopt.c:953
5140
msgid "%s: option `-W %s' doesn't allow an argument\n"
5143
#: mysys/default.cc:684
5145
msgid "error: could not open directory: %s\n"
5148
#: mysys/errors.cc:25
5150
msgid "Can't create/write to file '%s' (Errcode: %d)"
5153
#: mysys/errors.cc:26
5155
msgid "Error reading file '%s' (Errcode: %d)"
5158
#: mysys/errors.cc:27
5160
msgid "Error writing file '%s' (Errcode: %d)"
5163
#: mysys/errors.cc:28
5165
msgid "Error on close of '%s' (Errcode: %d)"
5168
#: mysys/errors.cc:29
5170
msgid "Out of memory (Needed %u bytes)"
5173
#: mysys/errors.cc:30
5175
msgid "Error on delete of '%s' (Errcode: %d)"
5178
#: mysys/errors.cc:31
5180
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
5183
#: mysys/errors.cc:32
5185
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
5188
#: mysys/errors.cc:33
5190
msgid "Can't lock file (Errcode: %d)"
5193
#: mysys/errors.cc:34
3287
5195
msgid "Can't unlock file (Errcode: %d)"
3290
#: ../drizzled/error.cc:530
5198
#: mysys/errors.cc:35
5200
msgid "Can't read dir of '%s' (Errcode: %d)"
5203
#: mysys/errors.cc:36
5205
msgid "Can't get stat of '%s' (Errcode: %d)"
5208
#: mysys/errors.cc:37
3292
5210
msgid "Can't change size of file (Errcode: %d)"
3295
#: ../drizzled/error.cc:531
5213
#: mysys/errors.cc:38
3297
5215
msgid "Can't open stream from handle (Errcode: %d)"
3300
#: ../drizzled/error.cc:532
5218
#: mysys/errors.cc:39
5220
msgid "Can't get working dirctory (Errcode: %d)"
5223
#: mysys/errors.cc:40
5225
msgid "Can't change dir to '%s' (Errcode: %d)"
5228
#: mysys/errors.cc:41
3302
5230
msgid "Warning: '%s' had %d links"
3305
#: ../drizzled/error.cc:533
5233
#: mysys/errors.cc:42
3307
5235
msgid "Warning: %d files and %d streams is left open\n"
3310
#: ../drizzled/error.cc:534
5238
#: mysys/errors.cc:43
5240
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
5243
#: mysys/errors.cc:44
3312
5245
msgid "Can't create directory '%s' (Errcode: %d)"
3315
#: ../drizzled/error.cc:535
5248
#: mysys/errors.cc:45
3318
5251
"Character set '%s' is not a compiled character set and is not specified in "
3322
#: ../drizzled/error.cc:536
5255
#: mysys/errors.cc:46
3324
5257
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3327
#: ../drizzled/error.cc:537
5260
#: mysys/errors.cc:47
3329
5262
msgid "Can't read value for symlink '%s' (Error %d)"
3332
#: ../drizzled/error.cc:538
5265
#: mysys/errors.cc:48
3334
5267
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3337
#: ../drizzled/error.cc:539
5270
#: mysys/errors.cc:49
3339
5272
msgid "Error on realpath() on '%s' (Error %d)"
3342
#: ../drizzled/error.cc:540
5275
#: mysys/errors.cc:50
3344
5277
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3347
#: ../drizzled/error.cc:541
5280
#: mysys/errors.cc:51
3350
5283
"Collation '%s' is not a compiled collation and is not specified in the %s "
3354
#: ../drizzled/error.cc:542
5287
#: mysys/errors.cc:52
5289
msgid "File '%s' not found (Errcode: %d)"
5292
#: mysys/errors.cc:53
3356
5294
msgid "File '%s' (fileno: %d) was not closed"
3360
#: ../drizzled/error.cc:545
3361
msgid "Received an invalid UUID value"
3364
#: ../drizzled/error.cc:546
3365
msgid "The UUID was not created with a valid time"
3369
#: ../drizzled/error.cc:549
3371
msgid "Received an invalid BOOLEAN value '%s'."
3374
#: ../drizzled/error.cc:550
3376
msgid "Invalid cast to BOOLEAN: '%s'."
3379
#. Transactional DDL
3380
#: ../drizzled/error.cc:553
3381
msgid "Transactional DDL not supported"
3385
#: ../drizzled/error.cc:555
3387
msgid "Assertion '%s' failed."
3390
#: ../drizzled/error.cc:556
3392
msgid "Assertion '%s' failed, the result was NULL."
3395
#. Catalog related errors
3396
#: ../drizzled/error.cc:574
3398
msgid "Cannot create catalog '%s'."
3401
#: ../drizzled/error.cc:575
3403
msgid "Permission is denied to create '%s' catalog."
3406
#: ../drizzled/error.cc:576
3408
msgid "Cannot drop catalog '%s'."
3411
#: ../drizzled/error.cc:577
3413
msgid "Permission is denied to drop '%s' catalog."
3416
#: ../drizzled/error.cc:578
3418
msgid "Catalog '%s' does not exist."
3421
#: ../drizzled/error.cc:579
3422
msgid "You cannot drop the 'local' catalog."
3425
#: ../drizzled/error.cc:580
3427
msgid "Could not gain lock on '%s'."
3430
#: ../drizzled/error.cc:581
3432
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3435
#: ../drizzled/error.cc:582
3436
msgid "Invalid catalog name."
3439
#: ../drizzled/error.cc:583
3441
"Engine status is now stored in the data_dictionary tables, please use these "
3445
#: ../drizzled/identifier/catalog.cc:56
3447
"Catalog name cannot be encoded and fit within filesystem name length "
3451
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:221
3453
"Schema name cannot be encoded and fit within filesystem name length "
3457
#: ../drizzled/identifier/table.cc:238
3459
"Table name cannot be encoded and fit within filesystem name length "
3465
#. * Since clients still use this code, we use fprintf here.
3466
#. * This fprintf needs to be turned into errmsg_printf
3467
#. * as soon as the client programs no longer use mysys
3468
#. * and can use the pluggable error message system.
3470
#: ../drizzled/internal/default.cc:687
3472
msgid "error: could not open directory: %s\n"
3475
#: ../drizzled/main.cc:169
3477
"setrlimit could not change the size of core files to 'infinity'; We may not "
3478
"be able to generate a core file on signals"
3481
#: ../drizzled/main.cc:269
3483
msgid "Data directory %s does not exist\n"
3486
#: ../drizzled/main.cc:280
3488
msgid "Local catalog %s/local does not exist\n"
3491
#: ../drizzled/main.cc:303 ../plugin/multi_thread/multi_thread.cc:84
3492
msgid "Drizzle has receieved an abort event."
3495
#: ../drizzled/main.cc:304 ../plugin/multi_thread/multi_thread.cc:85
3496
msgid "In Function: "
3499
#: ../drizzled/main.cc:305 ../plugin/multi_thread/multi_thread.cc:86
3503
#: ../drizzled/main.cc:306 ../plugin/multi_thread/multi_thread.cc:87
3507
#: ../drizzled/message/transaction_writer.cc:365
3509
msgid "Usage: %s TRANSACTION_LOG\n"
3512
#: ../drizzled/message/transaction_writer.cc:371
3514
msgid "Cannot open file: %s\n"
3517
#: ../drizzled/module/library.cc:149
3520
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3521
"the current running version of Drizzle: %<PRIu64>."
3524
#: ../drizzled/module/loader.cc:177
3527
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3531
#: ../drizzled/module/loader.cc:224
3533
msgid "Plugin '%s' init function returned error.\n"
3536
#: ../drizzled/module/loader.cc:463
3538
msgid "Couldn't load plugin library named '%s'.\n"
3541
#: ../drizzled/module/loader.cc:473
3543
msgid "Couldn't load plugin named '%s'.\n"
3546
#: ../drizzled/module/registry.cc:176
3549
"Couldn't process plugin module dependencies. %s depends on %s but %s is not "
3553
#: ../drizzled/module/registry.h:117
3555
msgid "Loading plugin %s failed: a %s plugin by that name already exists.\n"
3558
#: ../drizzled/module/registry.h:131
3560
msgid "Fatal error: Failed initializing %s::%s plugin.\n"
3563
#: ../drizzled/option.cc:84
5297
#: mysys/my_error.cc:85
5299
msgid "Unknown error %d"
5302
#: mysys/my_getopt.cc:90
3564
5303
msgid "Warning: "
3567
#: ../drizzled/option.cc:86
5306
#: mysys/my_getopt.cc:92
3571
#: ../drizzled/option.cc:337
5310
#: mysys/my_getopt.cc:356
3573
5312
msgid "%s: %s: Option '%s' used, but is disabled\n"
3576
#: ../drizzled/option.cc:339
5315
#: mysys/my_getopt.cc:357
3577
5316
msgid "WARNING"
3580
#: ../drizzled/option.cc:441
5319
#: mysys/my_getopt.cc:357
5323
#: mysys/my_getopt.cc:460
3582
5325
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3585
#: ../drizzled/option.cc:769
5328
#: mysys/my_getopt.cc:775
3587
5330
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3590
#: ../drizzled/option.cc:962
5333
#: mysys/my_getopt.cc:968
3592
5335
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3595
#: ../drizzled/option.cc:1194
5338
#: mysys/my_getopt.cc:1200
3597
5340
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3600
#: ../drizzled/option.cc:1214
5343
#: mysys/my_getopt.cc:1220
3606
5349
"--------------------------------- -----------------------------\n"
3609
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
5352
#: mysys/my_getopt.cc:1236 mysys/my_getopt.cc:1252
3610
5353
msgid "(No default value)"
3613
#: ../drizzled/option.cc:1249
5356
#: mysys/my_getopt.cc:1255
3617
#: ../drizzled/option.cc:1249
5360
#: mysys/my_getopt.cc:1255
3621
#: ../drizzled/option.cc:1282
5364
#: mysys/my_getopt.cc:1288
3623
5366
msgid "(Disabled)\n"
3626
#: ../drizzled/plugin/error_message.cc:81
3628
msgid "errmsg plugin '%s' errmsg() failed"
3631
#: ../drizzled/plugin/event_observer.cc:133
3634
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3635
"'%s' from EventObserver plugin '%s'"
3638
#: ../drizzled/plugin/event_observer.cc:200
3640
"EventObserver::registerTableEvents(): Table already has events registered on "
3641
"it: probable programming error."
3644
#: ../drizzled/plugin/event_observer.cc:335
3646
"EventObserver::registerSessionEvents(): Session already has events "
3647
"registered on it: probable programming error."
3650
#: ../drizzled/plugin/event_observer.cc:387
3652
msgid "EventIterate event handler '%s' failed for event '%s'"
3655
#: ../drizzled/plugin/function.cc:47 ../drizzled/plugin/function.cc:55
3657
msgid "A function named %s already exists!\n"
3660
#: ../drizzled/plugin/function.cc:65
3661
msgid "Could not add Function!\n"
3664
#: ../drizzled/plugin/listen.cc:67
3665
msgid "Error getting file descriptors"
3668
#: ../drizzled/plugin/listen.cc:85
3669
msgid "No sockets could be bound for listening"
3672
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:343
3674
msgid "pipe() failed with errno %d"
3677
#: ../drizzled/plugin/listen.cc:120
3679
msgid "poll() failed with errno %d"
3682
#: ../drizzled/plugin/listen_tcp.cc:59
3684
msgid "accept() failed with errno %d"
3687
#: ../drizzled/plugin/listen_tcp.cc:95
3689
msgid "getaddrinfo() failed with error %s"
3692
#: ../drizzled/plugin/listen_tcp.cc:127
3694
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3697
#: ../drizzled/plugin/listen_tcp.cc:138
3699
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3702
#: ../drizzled/plugin/listen_tcp.cc:147
3704
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3707
#: ../drizzled/plugin/listen_tcp.cc:156
3709
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3712
#: ../drizzled/plugin/listen_tcp.cc:165
3714
msgid "setsockopt(SO_LINGER) failed with errno %d"
3717
#: ../drizzled/plugin/listen_tcp.cc:174
3719
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3722
#: ../drizzled/plugin/listen_tcp.cc:195
3724
msgid "Retrying bind() on %u\n"
3727
#: ../drizzled/plugin/listen_tcp.cc:202
3729
msgid "bind() failed with errno: %d\n"
3732
#: ../drizzled/plugin/listen_tcp.cc:205
3733
msgid "Do you already have another drizzled running?\n"
3736
#: ../drizzled/plugin/listen_tcp.cc:212
3738
msgid "listen() failed with errno %d\n"
3741
#: ../drizzled/plugin/listen_tcp.cc:218
3743
msgid "Listening on %s:%s\n"
3746
#: ../drizzled/plugin/logging.cc:65
3748
msgid "logging '%s' pre() failed"
3751
#: ../drizzled/plugin/logging.cc:90
3753
msgid "logging '%s' post() failed"
3756
#: ../drizzled/plugin/logging.cc:114
3758
msgid "logging '%s' postEnd() failed"
3761
#: ../drizzled/plugin/logging.cc:137
3763
msgid "logging '%s' resetCurrentScoreboard() failed"
3766
#: ../drizzled/plugin/scheduler.cc:62
3769
"Attempted to register a scheduler %s, but a scheduler has already been "
3770
"registered with that name.\n"
3773
#: ../drizzled/plugin/scheduler.cc:99
3775
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3778
#: ../drizzled/plugin/schema_engine.cc:131
3780
msgid "Error while loading database options: '%s':"
3783
#: ../drizzled/plugin/xa_resource_manager.cc:115
3785
msgid "Found %d prepared transaction(s) in resource manager."
3788
#: ../drizzled/plugin/xa_resource_manager.cc:182
3789
msgid "Starting crash recovery..."
3792
#: ../drizzled/plugin/xa_resource_manager.cc:192
3794
msgid "Found %d prepared XA transactions"
3797
#: ../drizzled/plugin/xa_resource_manager.cc:197
3800
"Found %d prepared transactions! It means that drizzled was not shut down "
3801
"properly last time and critical recovery information (last binlog or %s "
3802
"file) was manually deleted after a crash. You have to start drizzled with "
3803
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3806
#: ../drizzled/plugin/xa_resource_manager.cc:207
3807
msgid "Crash recovery finished."
3810
#: ../drizzled/replication_services.cc:94
3812
"You registered a TransactionApplier plugin but no TransactionReplicator "
3813
"plugins were registered.\n"
3816
#: ../drizzled/replication_services.cc:125
3819
"You registered a TransactionApplier plugin but no TransactionReplicator "
3820
"plugins were registered that match the requested replicator name of '%s'.\n"
3821
"We have deactivated the TransactionApplier '%s'.\n"
3824
#: ../drizzled/session.cc:1990 ../drizzled/session.cc:2009
3826
msgid "Could not remove temporary table: '%s', error: %d"
3829
#: ../drizzled/signal_handler.cc:52
3831
msgid "Got signal %d from thread %<PRIu32>"
3834
#: ../drizzled/signal_handler.cc:118
3836
msgid "Fatal signal %d while backtracing\n"
3839
#: ../drizzled/signal_handler.cc:127
3841
msgid "Fatal: time() call failed\n"
3844
#: ../drizzled/signal_handler.cc:133
3847
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3848
"This could be because you hit a bug. It is also possible that this binary\n"
3849
" or one of the libraries it was linked against is corrupt, improperly "
3851
" or misconfigured. This error can also be caused by malfunctioning "
3855
#: ../drizzled/signal_handler.cc:141
3858
"We will try our best to scrape up some info that will hopefully help "
3860
"the problem, but since we have already crashed, something is definitely "
3862
"and this may fail.\n"
3866
#: ../drizzled/signal_handler.cc:148
3869
"It is possible that drizzled could use up to \n"
3870
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3872
"Hope that's ok; if not, decrease some variables in the equation.\n"
3876
#: ../drizzled/sql_table.cc:1933
3878
msgid "Unknown - internal error %d during operation"
3881
#: ../drizzled/statement/alter_table.cc:1514
3884
"order_st BY ignored because there is a user-defined clustered index in the "
3888
#: ../drizzled/sys_var.cc:1526
3890
msgid "Variable named %s already exists!\n"
3893
#: ../drizzled/sys_var.cc:1535
3895
msgid "Could not add Variable: %s\n"
3898
#: ../drizzled/sys_var.cc:1633
3899
msgid "Failed to initialize system variables"
3902
#: ../drizzled/table.cc:1690
3904
msgid "Got error %d when reading table '%s'"
3907
#: ../drizzled/table/instance/base.cc:1883
3909
msgid "Unknown collation '%s' in table '%-.64s' definition"
3912
#: ../drizzled/table/instance/base.cc:1890
3915
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
3919
#: ../drizzled/tztime.cc:170
3921
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3924
#: ../plugin/auth_file/auth_file.cc:227
3926
msgid "Could not load auth file: %s\n"
3929
#: ../plugin/auth_file/auth_file.cc:243
3930
msgid "File to load for usernames and passwords"
3933
#: ../plugin/auth_http/auth_http.cc:135
3935
"auth_http plugin loaded but required option url not specified. Against which "
3936
"URL are you intending on authenticating?\n"
3939
#: ../plugin/auth_http/auth_http.cc:151
5369
#: plugin/auth_http/auth_http.cc:138
5370
msgid "Enable HTTP Auth check"
5373
#: plugin/auth_http/auth_http.cc:148
3940
5374
msgid "URL for HTTP Auth check"
3943
#: ../plugin/auth_ldap/auth_ldap.cc:291
3945
msgid "Reconnect failed: %s\n"
3948
#: ../plugin/auth_ldap/auth_ldap.cc:310
3950
msgid "ldap_search_ext_s failed: %s\n"
3953
#: ../plugin/auth_ldap/auth_ldap.cc:416
3955
msgid "Could not load auth ldap: %s\n"
3958
#: ../plugin/auth_ldap/auth_ldap.cc:437
3959
msgid "URI of the LDAP server to contact"
3962
#: ../plugin/auth_ldap/auth_ldap.cc:439
3963
msgid "DN to use when binding to the LDAP server"
3966
#: ../plugin/auth_ldap/auth_ldap.cc:441
3967
msgid "Password to use when binding the DN"
3970
#: ../plugin/auth_ldap/auth_ldap.cc:443
3971
msgid "DN to use when searching"
3974
#: ../plugin/auth_ldap/auth_ldap.cc:445
3975
msgid "Attribute in LDAP with plain text password"
3978
#: ../plugin/auth_ldap/auth_ldap.cc:447
3979
msgid "Attribute in LDAP with MySQL hashed password"
3982
#: ../plugin/auth_ldap/auth_ldap.cc:449
3983
msgid "How often to empty the users cache, 0 to disable"
3986
#: ../plugin/blitzdb/ha_blitz.cc:1507
3987
msgid "Estimated number of rows that a BlitzDB table will store."
3990
#: ../plugin/console/console.cc:379
5377
#: plugin/command_log/command_log.cc:116
5378
#: plugin/command_log/command_log_reader.cc:94
5380
msgid "Failed to open command log file %s. Got error: %s\n"
5383
#: plugin/command_log/command_log.cc:200
5386
"Failed to write full size of command. Tried to write %<PRId64> bytes at "
5387
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5390
#: plugin/command_log/command_log.cc:242
5393
"Failed to write full serialized command. Tried to write %<PRId64> bytes at "
5394
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5397
#: plugin/command_log/command_log.cc:294
5400
"Failed to write full checksum of command. Tried to write %<PRId64> bytes at "
5401
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5404
#: plugin/command_log/command_log.cc:390
5405
msgid "Enable command log"
5408
#: plugin/command_log/command_log.cc:398
5409
msgid "DEBUGGING - Truncate command log"
5412
#: plugin/command_log/command_log.cc:406
5413
msgid "Path to the file to use for command log."
5416
#: plugin/command_log/command_log.cc:414
5417
msgid "Enable CRC32 Checksumming"
5420
#: plugin/command_log/command_log.cc:432
5421
msgid "Command Message Log"
5424
#: plugin/command_log/command_log_reader.cc:114
5426
msgid "Failed to read length header at offset %<PRId64>. Got error: %s\n"
5429
#: plugin/command_log/command_log_reader.cc:137
5431
msgid "Failed to parse command message at offset %<PRId64>. Got error: %s\n"
5434
#: plugin/command_log/command_log_reader.cc:171
5436
msgid "Failed to read checksum trailer at offset %<PRId64>. Got error: %s\n"
5439
#: plugin/command_log/command_log_reader.cc:186
5440
msgid "Checksum FAILED!\n"
5443
#: plugin/console/console.cc:346
3991
5444
msgid "Enable the console."
3994
#: ../plugin/console/console.cc:382
5447
#: plugin/console/console.cc:349
3995
5448
msgid "Turn on extra debugging."
3998
#: ../plugin/console/console.cc:385
3999
msgid "User to use for auth."
4002
#: ../plugin/console/console.cc:388
4003
msgid "Password to use for auth."
4006
#: ../plugin/console/console.cc:391
4008
msgid "Default catalog to use."
4009
msgstr "Baza de date folosita."
4011
#: ../plugin/console/console.cc:394
4013
msgid "Default schema to use."
4014
msgstr "Baza de date folosita."
4016
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
4018
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
4022
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
4023
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
4024
msgid "Connect Timeout."
4027
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
4028
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
4029
msgid "Read Timeout."
4032
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
4033
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
4034
msgid "Write Timeout."
4037
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
4038
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
4039
msgid "Retry Count."
4042
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
4043
#: ../plugin/mysql_protocol/mysql_protocol.cc:1030
4044
msgid "Buffer length."
4047
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
4048
#: ../plugin/mysql_protocol/mysql_protocol.cc:1033
4049
msgid "Address to bind to."
4052
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
4053
#: ../plugin/mysql_protocol/mysql_protocol.cc:1036
4054
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
4055
msgid "Maximum simultaneous connections."
4058
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
4059
#: ../plugin/mysql_protocol/mysql_protocol.cc:1039
4060
msgid "A restrictive IP address list for incoming admin connections."
4063
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4064
msgid "Failed to send error message to libnotify\n"
4067
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
5451
#: plugin/default_replicator/default_replicator.cc:97
5452
msgid "Enable default replicator"
5455
#: plugin/default_replicator/default_replicator.cc:112
5456
msgid "Default Replicator"
5459
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
4068
5460
msgid "Error Messages to stderr"
4071
#: ../plugin/filtered_replicator/filtered_replicator.cc:578
4072
msgid "Comma-separated list of schemas to exclude"
4075
#: ../plugin/filtered_replicator/filtered_replicator.cc:581
4076
msgid "Comma-separated list of tables to exclude"
4079
#: ../plugin/filtered_replicator/filtered_replicator.cc:584
4080
msgid "Regular expression to apply to schemas to exclude"
4083
#: ../plugin/filtered_replicator/filtered_replicator.cc:587
4084
msgid "Regular expression to apply to tables to exclude"
4087
#: ../plugin/haildb/haildb_engine.cc:1080
4088
#: ../plugin/haildb/haildb_engine.cc:1218
4089
#: ../plugin/haildb/haildb_engine.cc:1248
4091
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4094
#: ../plugin/haildb/haildb_engine.cc:1099
4096
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4099
#: ../plugin/haildb/haildb_engine.cc:1197
4100
#: ../plugin/haildb/haildb_engine.cc:1310
4101
#: ../plugin/haildb/haildb_engine.cc:1491
4102
#: ../plugin/haildb/haildb_engine.cc:2157
4104
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4107
#: ../plugin/haildb/haildb_engine.cc:1349
4108
#: ../plugin/haildb/haildb_engine.cc:1365
4110
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4113
#: ../plugin/haildb/haildb_engine.cc:3403
4115
msgid "Error starting HailDB %d (%s)\n"
4118
#: ../plugin/haildb/haildb_engine.cc:3432
4119
msgid "Disable HailDB adaptive hash index (enabled by default)."
4122
#: ../plugin/haildb/haildb_engine.cc:3434
4123
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4126
#: ../plugin/haildb/haildb_engine.cc:3437
4128
"Size of a memory pool HailDB uses to store data dictionary information and "
4129
"other internal data structures."
4132
#: ../plugin/haildb/haildb_engine.cc:3440
4133
msgid "Data file autoextend increment in megabytes"
4136
#: ../plugin/haildb/haildb_engine.cc:3443
4138
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4142
#: ../plugin/haildb/haildb_engine.cc:3446
4143
msgid "The common part for HailDB table spaces."
4146
#: ../plugin/haildb/haildb_engine.cc:3448
4147
msgid "Disable HailDB checksums validation (enabled by default)."
4150
#: ../plugin/haildb/haildb_engine.cc:3450
4151
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4154
#: ../plugin/haildb/haildb_engine.cc:3453
4155
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4158
#: ../plugin/haildb/haildb_engine.cc:3456
4160
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4161
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4164
#: ../plugin/haildb/haildb_engine.cc:3459
4165
msgid "Stores each HailDB table to an .ibd file in the database dir."
4168
#: ../plugin/haildb/haildb_engine.cc:3462
4169
msgid "File format to use for new tables in .ibd files."
4172
#: ../plugin/haildb/haildb_engine.cc:3465
4174
"Set to 0 (write and flush once per second),1 (write and flush at each "
4175
"commit) or 2 (write at commit, flush once per second)."
4178
#: ../plugin/haildb/haildb_engine.cc:3468
4179
msgid "With which method to flush data."
4182
#: ../plugin/haildb/haildb_engine.cc:3471
4184
"Helps to save your data in case the disk image of the database becomes "
4188
#: ../plugin/haildb/haildb_engine.cc:3474
4189
msgid "Path to individual files and their sizes."
4192
#: ../plugin/haildb/haildb_engine.cc:3477
4193
msgid "Path to HailDB log files."
4196
#: ../plugin/haildb/haildb_engine.cc:3480
4197
msgid "Size of each log file in a log group."
4200
#: ../plugin/haildb/haildb_engine.cc:3483
4202
"Number of log files in the log group. HailDB writes to the files in a "
4203
"circular fashion. Value 3 is recommended here."
4206
#: ../plugin/haildb/haildb_engine.cc:3486
4208
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4209
"rolled back. Values above 100000000 disable the timeout."
4212
#: ../plugin/haildb/haildb_engine.cc:3489
4214
"The size of the buffer which HailDB uses to write log to the log files on "
4218
#: ../plugin/haildb/haildb_engine.cc:3492
4220
"Sets the point in the LRU list from where all pages are classified as old "
4224
#: ../plugin/haildb/haildb_engine.cc:3495
4226
"Milliseconds between accesses to a block at which it is made young. "
4227
"0=disabled (Advanced users)"
4230
#: ../plugin/haildb/haildb_engine.cc:3498
4231
msgid "Percentage of dirty pages allowed in bufferpool."
4234
#: ../plugin/haildb/haildb_engine.cc:3501
4235
msgid "Desired maximum length of the purge queue (0 = no limit)"
4238
#: ../plugin/haildb/haildb_engine.cc:3504
4240
"Roll back the complete transaction on lock wait timeout, for 4.x "
4241
"compatibility (disabled by default)"
4244
#: ../plugin/haildb/haildb_engine.cc:3507
4245
msgid "How many files at the maximum HailDB keeps open at the same time."
4248
#: ../plugin/haildb/haildb_engine.cc:3510
4249
msgid "Number of background read I/O threads in HailDB."
4252
#: ../plugin/haildb/haildb_engine.cc:3513
4253
msgid "Number of background write I/O threads in HailDB."
4256
#: ../plugin/haildb/haildb_engine.cc:3515
4258
"Disable if you want to reduce the number of messages written to the log "
4259
"(default: enabled)."
4262
#: ../plugin/haildb/haildb_engine.cc:3518
4263
msgid "Enable SHOW HAILDB STATUS output in the log"
4266
#: ../plugin/haildb/haildb_engine.cc:3521
4267
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4270
#: ../plugin/haildb/haildb_engine.cc:3523
4272
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4275
#: ../plugin/hello_events/hello_events.cc:401
4276
msgid "Enable Example Events Plugin"
4279
#: ../plugin/hello_events/hello_events.cc:404
4280
#: ../plugin/hello_events/hello_events.cc:407
4281
msgid "A comma delimited list of databases to watch"
4284
#: ../plugin/hello_events/hello_events.cc:410
4285
msgid "Before write row event observer call position"
4288
#: ../plugin/hello_events/hello_events.cc:413
4289
#: ../plugin/pbms/src/parameters_ms.cc:461
4290
msgid "Before update row event observer call position"
4293
#: ../plugin/hello_events/hello_events.cc:416
4294
msgid "After drop database event observer call position"
4297
#: ../plugin/hello_events/hello_events.cc:427
4298
msgid "An example events Plugin"
4301
#: ../plugin/innobase/handler/data_dictionary.cc:760
4303
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4306
#: ../plugin/innobase/handler/ha_innodb.cc:1914
4308
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4312
#: ../plugin/innobase/handler/ha_innodb.cc:2179
4314
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4318
#: ../plugin/innobase/handler/ha_innodb.cc:2223
4321
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4322
"or its equivalent numeric id"
4325
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4326
msgid "Do not use Native AIO library for IO, even if available"
4329
#: ../plugin/innobase/handler/ha_innodb.cc:9375
4330
msgid "Enable internal replication log."
4333
#: ../plugin/innobase/handler/ha_innodb.cc:9378
4335
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4336
"rolled back. Values above 100000000 disable the timeout."
4339
#: ../plugin/innobase/handler/ha_innodb.cc:9381
4340
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4343
#: ../plugin/innobase/handler/ha_innodb.cc:9384
4345
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4346
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4349
#: ../plugin/innobase/handler/replication_dictionary.cc:109
4350
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4351
#: ../plugin/transaction_log/print_transaction_message.cc:177
4352
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4354
msgid "Unable to parse transaction. Got error: %s.\n"
4357
#: ../plugin/innobase/srv/srv0start.cc:1034
4358
msgid "InnoDB: cannot determine Mac OS X version!\n"
4361
#: ../plugin/innobase/srv/srv0start.cc:1039
4363
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4364
"InnoDB: making transactions unsafe!\n"
4367
#: ../plugin/innobase/srv/srv0start.cc:1048
4370
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu.\n"
4371
"InnoDB: The sizes should be the same so that on a 64-bit platform you can\n"
4372
"InnoDB: allocate more than 4 GB of memory."
4375
#: ../plugin/innobase/srv/srv0start.cc:1063
4377
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4380
#: ../plugin/innobase/srv/srv0start.cc:1068
4383
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4384
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4385
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4388
#: ../plugin/innobase/srv/srv0start.cc:1078
4390
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4393
#: ../plugin/innobase/srv/srv0start.cc:1083
4395
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4398
#: ../plugin/innobase/srv/srv0start.cc:1088
4400
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4403
#: ../plugin/innobase/srv/srv0start.cc:1092
4405
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4408
#: ../plugin/innobase/srv/srv0start.cc:1097
4410
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4413
#: ../plugin/innobase/srv/srv0start.cc:1167
4415
msgid " InnoDB: Using Linux native AIO\n"
4418
#: ../plugin/logging_gearman/logging_gearman.cc:186
5463
#: plugin/filtered_replicator/filtered_replicator.cc:486
5464
msgid "Enable filtered replicator"
5467
#: plugin/filtered_replicator/filtered_replicator.cc:493
5468
msgid "List of schemas to filter"
5471
#: plugin/filtered_replicator/filtered_replicator.cc:500
5472
msgid "List of tables to filter"
5475
#: plugin/filtered_replicator/filtered_replicator.cc:507
5476
msgid "Regular expression to apply to schemas to filter"
5479
#: plugin/filtered_replicator/filtered_replicator.cc:514
5480
msgid "Regular expression to apply to tables to filter"
5483
#: plugin/filtered_replicator/filtered_replicator.cc:533
5484
msgid "Filtered Replicator"
5487
#: plugin/logging_gearman/logging_gearman.cc:186
4420
5489
msgid "fail gearman_client_create(): %s"
4423
#: ../plugin/logging_gearman/logging_gearman.cc:197
5492
#: plugin/logging_gearman/logging_gearman.cc:197
4425
5494
msgid "fail gearman_client_add_server(): %s"
4428
#: ../plugin/logging_gearman/logging_gearman.cc:302
5497
#: plugin/logging_gearman/logging_gearman.cc:310
5498
msgid "Enable logging to a gearman server"
5501
#: plugin/logging_gearman/logging_gearman.cc:319
4429
5502
msgid "Hostname for logging to a Gearman server"
4432
#: ../plugin/logging_gearman/logging_gearman.cc:305
5505
#: plugin/logging_gearman/logging_gearman.cc:328
4433
5506
msgid "Gearman Function to send logging to"
4436
#: ../plugin/logging_gearman/logging_gearman.cc:316
5509
#: plugin/logging_gearman/logging_gearman.cc:345
4437
5510
msgid "Log queries to a Gearman server"
4440
#: ../plugin/logging_query/logging_query.cc:178
5513
#: plugin/logging_query/logging_query.cc:188
4442
5515
msgid "fail open() fn=%s er=%s\n"
4445
#: ../plugin/logging_query/logging_query.cc:319
5518
#: plugin/logging_query/logging_query.cc:344
4446
5519
msgid "Enable logging to CSV file"
4449
#: ../plugin/logging_query/logging_query.cc:322
5522
#: plugin/logging_query/logging_query.cc:353
4450
5523
msgid "File to log to"
4453
#: ../plugin/logging_query/logging_query.cc:325
5526
#: plugin/logging_query/logging_query.cc:362
4454
5527
msgid "PCRE to match the query against"
4457
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
5530
#: plugin/logging_query/logging_query.cc:371
5531
#: plugin/logging_syslog/logging_syslog.cc:231
4458
5532
msgid "Threshold for logging slow queries, in microseconds"
4461
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
5535
#: plugin/logging_query/logging_query.cc:383
5536
#: plugin/logging_syslog/logging_syslog.cc:243
4462
5537
msgid "Threshold for logging big queries, for rows returned"
4465
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
5540
#: plugin/logging_query/logging_query.cc:395
5541
#: plugin/logging_syslog/logging_syslog.cc:255
4466
5542
msgid "Threshold for logging big queries, for rows examined"
4469
#: ../plugin/logging_query/logging_query.cc:345
5545
#: plugin/logging_query/logging_query.cc:418
4470
5546
msgid "Log queries to a CSV file"
4473
#: ../plugin/logging_stats/logging_stats.cc:373
4474
msgid "Max number of users that will be logged"
4477
#: ../plugin/logging_stats/logging_stats.cc:376
4478
msgid "Max number of range locks to use for Scoreboard"
4481
#: ../plugin/logging_stats/logging_stats.cc:379
4482
msgid "Max number of concurrent sessions that will be logged"
4485
#: ../plugin/logging_stats/logging_stats.cc:380
4486
msgid "Enable Logging Statistics Collection"
4489
#: ../plugin/logging_stats/logging_stats.cc:389
4490
msgid "User Statistics as DATA_DICTIONARY tables"
4493
#: ../plugin/md5/md5.cc:99
4494
msgid "libgcrypt library version mismatch\n"
4497
#: ../plugin/memcached_query_cache/memcached_qc.cc:388
4498
#: ../plugin/memcached_stats/memcached_stats.cc:87
4499
msgid "List of memcached servers."
4502
#: ../plugin/memcached_query_cache/memcached_qc.cc:391
4503
msgid "Expiry time of memcached entries"
4506
#: ../plugin/memcached_query_cache/memcached_qc.cc:394
4507
msgid "Enable Memcached Query Cache"
4510
#: ../plugin/memcached_stats/analysis_table.cc:78
4511
#: ../plugin/memcached_stats/stats_table.cc:144
4512
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4515
#: ../plugin/memcached_stats/memcached_stats.cc:98
4516
msgid "Memcached Stats as I_S tables"
4519
#: ../plugin/memcached_stats/stats_table.cc:74
4522
"Unable get stats from memcached server %s. Got error from "
4523
"memcached_stat_servername()."
4526
#: ../plugin/memcached_stats/stats_table.cc:151
4527
msgid "Unable to create memcached struct. Got error from memcached_create()."
4530
#: ../plugin/memcached_stats/stats_table.cc:159
4533
"Unable to create memcached server list. Got error from "
4534
"memcached_servers_parse(%s)."
4537
#: ../plugin/multi_thread/multi_thread.cc:62
4538
msgid "Session killed before thread could execute"
4541
#: ../plugin/multi_thread/multi_thread.cc:109
4542
msgid "Unable to get thread stack size\n"
4545
#: ../plugin/multi_thread/multi_thread.cc:211
5549
#: plugin/logging_syslog/logging_syslog.cc:84
5551
msgid "syslog facility \"%s\" not known, using \"local0\""
5554
#: plugin/logging_syslog/logging_syslog.cc:100
5556
msgid "syslog priority \"%s\" not known, using \"info\""
5559
#: plugin/logging_syslog/logging_syslog.cc:195
5560
msgid "Enable logging to syslog"
5563
#: plugin/logging_syslog/logging_syslog.cc:204
5564
msgid "Syslog Ident"
5567
#: plugin/logging_syslog/logging_syslog.cc:213
5568
msgid "Syslog Facility"
5571
#: plugin/logging_syslog/logging_syslog.cc:222
5572
msgid "Syslog Priority"
5575
#: plugin/logging_syslog/logging_syslog.cc:279
5576
msgid "Log to syslog"
5579
#: plugin/multi_thread/multi_thread.cc:171
4546
5580
msgid "Maximum number of user threads available."
4549
#: ../plugin/myisam/ha_myisam.cc:532
5583
#: plugin/myisam/ha_myisam.cc:447
4551
5585
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4554
#: ../plugin/myisam/ha_myisam.cc:536
5588
#: plugin/myisam/ha_myisam.cc:451
4556
5590
msgid "Got an error from unknown thread, %s:%d"
4559
#: ../plugin/myisam/ha_myisam.cc:542
5593
#: plugin/myisam/ha_myisam.cc:457
4560
5594
msgid "Unknown thread accessing table"
4563
#: ../plugin/myisam/ha_myisam.cc:1506
5597
#: plugin/myisam/ha_myisam.cc:1488
5598
msgid "Block size to be used for MyISAM index pages."
5601
#: plugin/myisam/ha_myisam.cc:1494
5603
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5604
"disables parallel repair."
5607
#: plugin/myisam/ha_myisam.cc:1500
4565
5609
"Don't use the fast sort index method to created index if the temporary file "
4566
5610
"would get bigger than this."
4569
#: ../plugin/myisam/ha_myisam.cc:1509
5613
#: plugin/myisam/ha_myisam.cc:1505
4571
5615
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4572
5616
"when creating indexes with CREATE INDEX or ALTER TABLE."
4575
#: ../plugin/myisam/my_handler_errors.cc:42
5619
#: plugin/myisam/ha_myisam.cc:1511
5620
msgid "Default pointer size to be used for MyISAM tables."
5623
#: plugin/myisam/my_handler_errors.cc:34
4576
5624
msgid "Didn't find key on read or update"
4579
#: ../plugin/myisam/my_handler_errors.cc:43
5627
#: plugin/myisam/my_handler_errors.cc:36
4580
5628
msgid "Duplicate key on write or update"
4583
#: ../plugin/myisam/my_handler_errors.cc:44
5631
#: plugin/myisam/my_handler_errors.cc:38
4584
5632
msgid "Internal (unspecified) error in handler"
4587
#: ../plugin/myisam/my_handler_errors.cc:46
5635
#: plugin/myisam/my_handler_errors.cc:40
4589
5637
"Someone has changed the row since it was read (while the table was locked to "
4593
#: ../plugin/myisam/my_handler_errors.cc:48
5641
#: plugin/myisam/my_handler_errors.cc:43
4594
5642
msgid "Wrong index given to function"
4597
#: ../plugin/myisam/my_handler_errors.cc:49
5645
#: plugin/myisam/my_handler_errors.cc:45
5646
msgid "Undefined handler error 125"
5649
#: plugin/myisam/my_handler_errors.cc:47
4598
5650
msgid "Index file is crashed"
4601
#: ../plugin/myisam/my_handler_errors.cc:50
5653
#: plugin/myisam/my_handler_errors.cc:49
4602
5654
msgid "Record file is crashed"
4605
#: ../plugin/myisam/my_handler_errors.cc:51
5657
#: plugin/myisam/my_handler_errors.cc:51
4606
5658
msgid "Out of memory in engine"
4609
#: ../plugin/myisam/my_handler_errors.cc:52
5661
#: plugin/myisam/my_handler_errors.cc:53
5662
msgid "Undefined handler error 129"
5665
#: plugin/myisam/my_handler_errors.cc:55
4610
5666
msgid "Incorrect file format"
4613
#: ../plugin/myisam/my_handler_errors.cc:53
5669
#: plugin/myisam/my_handler_errors.cc:57
4614
5670
msgid "Command not supported by database"
4617
#: ../plugin/myisam/my_handler_errors.cc:54
5673
#: plugin/myisam/my_handler_errors.cc:59
4618
5674
msgid "Old database file"
4621
#: ../plugin/myisam/my_handler_errors.cc:55
5677
#: plugin/myisam/my_handler_errors.cc:61
4622
5678
msgid "No record read before update"
4625
#: ../plugin/myisam/my_handler_errors.cc:56
5681
#: plugin/myisam/my_handler_errors.cc:63
4626
5682
msgid "Record was already deleted (or record file crashed)"
4629
#: ../plugin/myisam/my_handler_errors.cc:57
5685
#: plugin/myisam/my_handler_errors.cc:65
4630
5686
msgid "No more room in record file"
4633
#: ../plugin/myisam/my_handler_errors.cc:58
5689
#: plugin/myisam/my_handler_errors.cc:67
4634
5690
msgid "No more room in index file"
4637
#: ../plugin/myisam/my_handler_errors.cc:59
5693
#: plugin/myisam/my_handler_errors.cc:69
4638
5694
msgid "No more records (read after end of file)"
4641
#: ../plugin/myisam/my_handler_errors.cc:60
5697
#: plugin/myisam/my_handler_errors.cc:71
4642
5698
msgid "Unsupported extension used for table"
4645
#: ../plugin/myisam/my_handler_errors.cc:61
5701
#: plugin/myisam/my_handler_errors.cc:73
4646
5702
msgid "Too big row"
4649
#: ../plugin/myisam/my_handler_errors.cc:62
5705
#: plugin/myisam/my_handler_errors.cc:75
4650
5706
msgid "Wrong create options"
4653
#: ../plugin/myisam/my_handler_errors.cc:63
5709
#: plugin/myisam/my_handler_errors.cc:77
4654
5710
msgid "Duplicate unique key or constraint on write or update"
4657
#: ../plugin/myisam/my_handler_errors.cc:64
5713
#: plugin/myisam/my_handler_errors.cc:79
4658
5714
msgid "Unknown character set used in table"
4661
#: ../plugin/myisam/my_handler_errors.cc:65
5717
#: plugin/myisam/my_handler_errors.cc:81
4662
5718
msgid "Conflicting table definitions in sub-tables of MERGE table"
4665
#: ../plugin/myisam/my_handler_errors.cc:66
5721
#: plugin/myisam/my_handler_errors.cc:83
4666
5722
msgid "Table is crashed and last repair failed"
4669
#: ../plugin/myisam/my_handler_errors.cc:67
5725
#: plugin/myisam/my_handler_errors.cc:85
4670
5726
msgid "Table was marked as crashed and should be repaired"
4673
#: ../plugin/myisam/my_handler_errors.cc:68
5729
#: plugin/myisam/my_handler_errors.cc:87
4674
5730
msgid "Lock timed out; Retry transaction"
4677
#: ../plugin/myisam/my_handler_errors.cc:69
5733
#: plugin/myisam/my_handler_errors.cc:89
4678
5734
msgid "Lock table is full; Restart program with a larger locktable"
4681
#: ../plugin/myisam/my_handler_errors.cc:70
5737
#: plugin/myisam/my_handler_errors.cc:91
4682
5738
msgid "Updates are not allowed under a read only transactions"
4685
#: ../plugin/myisam/my_handler_errors.cc:71
5741
#: plugin/myisam/my_handler_errors.cc:93
4686
5742
msgid "Lock deadlock; Retry transaction"
4689
#: ../plugin/myisam/my_handler_errors.cc:72
5745
#: plugin/myisam/my_handler_errors.cc:95
4690
5746
msgid "Foreign key constraint is incorrectly formed"
4693
#: ../plugin/myisam/my_handler_errors.cc:73
5749
#: plugin/myisam/my_handler_errors.cc:97
4694
5750
msgid "Cannot add a child row"
4697
#: ../plugin/myisam/my_handler_errors.cc:74
5753
#: plugin/myisam/my_handler_errors.cc:99
4698
5754
msgid "Cannot delete a parent row"
4701
#: ../plugin/myisam/my_handler_errors.cc:75
5757
#: plugin/myisam/my_handler_errors.cc:101
4702
5758
msgid "No savepoint with that name"
4705
#: ../plugin/myisam/my_handler_errors.cc:76
5761
#: plugin/myisam/my_handler_errors.cc:103
4706
5762
msgid "Non unique key block size"
4709
#: ../plugin/myisam/my_handler_errors.cc:77
5765
#: plugin/myisam/my_handler_errors.cc:105
4710
5766
msgid "The table does not exist in engine"
4713
#: ../plugin/myisam/my_handler_errors.cc:78
5769
#: plugin/myisam/my_handler_errors.cc:107
4714
5770
msgid "The table already existed in storage engine"
4717
#: ../plugin/myisam/my_handler_errors.cc:79
5773
#: plugin/myisam/my_handler_errors.cc:109
4718
5774
msgid "Could not connect to storage engine"
4721
#: ../plugin/myisam/my_handler_errors.cc:80
5777
#: plugin/myisam/my_handler_errors.cc:111
4722
5778
msgid "Unexpected null pointer found when using spatial index"
4725
#: ../plugin/myisam/my_handler_errors.cc:81
5781
#: plugin/myisam/my_handler_errors.cc:113
4726
5782
msgid "The table changed in storage engine"
4729
#: ../plugin/myisam/my_handler_errors.cc:82
5785
#: plugin/myisam/my_handler_errors.cc:115
4730
5786
msgid "There's no partition in table for the given value"
4733
#: ../plugin/myisam/my_handler_errors.cc:83
5789
#: plugin/myisam/my_handler_errors.cc:117
4734
5790
msgid "Row-based binlogging of row failed"
4737
#: ../plugin/myisam/my_handler_errors.cc:84
5793
#: plugin/myisam/my_handler_errors.cc:119
4738
5794
msgid "Index needed in foreign key constraint"
4741
#: ../plugin/myisam/my_handler_errors.cc:85
5797
#: plugin/myisam/my_handler_errors.cc:121
4742
5798
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4745
#: ../plugin/myisam/my_handler_errors.cc:86
5801
#: plugin/myisam/my_handler_errors.cc:123
4746
5802
msgid "Table needs to be upgraded before it can be used"
4749
#: ../plugin/myisam/my_handler_errors.cc:87
5805
#: plugin/myisam/my_handler_errors.cc:125
4750
5806
msgid "Table is read only"
4753
#: ../plugin/myisam/my_handler_errors.cc:88
5809
#: plugin/myisam/my_handler_errors.cc:127
4754
5810
msgid "Failed to get next auto increment value"
4757
#: ../plugin/myisam/my_handler_errors.cc:89
5813
#: plugin/myisam/my_handler_errors.cc:129
4758
5814
msgid "Failed to set row auto increment value"
4761
#: ../plugin/myisam/my_handler_errors.cc:90
5817
#: plugin/myisam/my_handler_errors.cc:131
4762
5818
msgid "Unknown (generic) error from engine"
4765
#: ../plugin/myisam/my_handler_errors.cc:91
5821
#: plugin/myisam/my_handler_errors.cc:133
4766
5822
msgid "Record is the same"
4769
#: ../plugin/myisam/my_handler_errors.cc:92
5825
#: plugin/myisam/my_handler_errors.cc:135
4770
5826
msgid "It is not possible to log this statement"
4773
#: ../plugin/myisam/my_handler_errors.cc:93
5829
#: plugin/myisam/my_handler_errors.cc:137
4774
5830
msgid "Tablespace exists"
4777
#: ../plugin/myisam/my_handler_errors.cc:94
5833
#: plugin/myisam/my_handler_errors.cc:139
4778
5834
msgid "The event was corrupt, leading to illegal data being read"
4781
#: ../plugin/myisam/my_handler_errors.cc:95
5837
#: plugin/myisam/my_handler_errors.cc:141
4782
5838
msgid "The table is of a new format not supported by this version"
4785
#: ../plugin/myisam/my_handler_errors.cc:96
5841
#: plugin/myisam/my_handler_errors.cc:143
4786
5842
msgid "The event could not be processed no other handler error happened"
4789
#: ../plugin/myisam/my_handler_errors.cc:97
5845
#: plugin/myisam/my_handler_errors.cc:145
4790
5846
msgid "Got a fatal error during initialzation of handler"
4793
#: ../plugin/myisam/my_handler_errors.cc:98
5849
#: plugin/myisam/my_handler_errors.cc:147
4794
5850
msgid "File to short; Expected more data in file"
4797
#: ../plugin/myisam/my_handler_errors.cc:99
5853
#: plugin/myisam/my_handler_errors.cc:149
4798
5854
msgid "Read page with wrong checksum"
4801
#. TODO: get a better message for these
4802
#: ../plugin/myisam/my_handler_errors.cc:101
5857
#: plugin/myisam/my_handler_errors.cc:151
4803
5858
msgid "Lock or active transaction"
4806
#: ../plugin/myisam/my_handler_errors.cc:102
5861
#: plugin/myisam/my_handler_errors.cc:153
4807
5862
msgid "No such table space"
4810
#: ../plugin/myisam/my_handler_errors.cc:103
5865
#: plugin/myisam/my_handler_errors.cc:155
4811
5866
msgid "Tablespace not empty"
4814
#: ../plugin/mysql_protocol/mysql_protocol.cc:1014
4816
"Port number to use for connection or 0 for default to with MySQL protocol."
4819
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:83
4821
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4822
"the file is stale and should be removed?"
4825
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:168
4826
msgid "Path used for MySQL UNIX Socket Protocol."
4829
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:170
4830
msgid "Clobber socket file if one is there already."
4833
#: ../plugin/pbms/src/parameters_ms.cc:426
4834
msgid "Port number to use for connection or 0 for default PBMS port "
4837
#: ../plugin/pbms/src/parameters_ms.cc:429
4838
msgid "The maximum size of a BLOB repository file."
4841
#: ../plugin/pbms/src/parameters_ms.cc:432
4842
msgid "The maximum size of a temorary BLOB log file."
4845
#: ../plugin/pbms/src/parameters_ms.cc:435
4847
"A ':' delimited list of metadata header names to be used to initialize the "
4848
"pbms_metadata_header table when a database is created."
4851
#: ../plugin/pbms/src/parameters_ms.cc:439
4852
msgid "The percentage of garbage in a repository file before it is compacted."
4855
#: ../plugin/pbms/src/parameters_ms.cc:442
4857
"The timeout, in seconds, for temporary BLOBs. Uploaded blob data is removed "
4858
"after this time, unless committed to the database."
4861
#: ../plugin/pbms/src/parameters_ms.cc:445
4863
"The timeout, in milli-seconds, before the HTTP server will close an inactive "
4867
#: ../plugin/pbms/src/parameters_ms.cc:448
4868
msgid "The next backup ID to use when backing up a PBMS database."
4871
#: ../plugin/pbms/src/parameters_ms.cc:451
4873
"A comma delimited list of tables to watch of the format: <database>."
4877
#: ../plugin/pbms/src/parameters_ms.cc:453
4878
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
4881
#: ../plugin/pbms/src/parameters_ms.cc:457
4882
msgid "Before insert row event observer call position"
4885
#: ../plugin/rabbitmq/rabbitmq_handler.cc:53
4886
msgid "Could not open socket, is rabbitmq running?"
4889
#: ../plugin/rabbitmq/rabbitmq_log.cc:72
4890
msgid "Failed to allocate enough memory to transaction message\n"
4893
#: ../plugin/rabbitmq/rabbitmq_log.cc:117
4895
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
4898
#: ../plugin/rabbitmq/rabbitmq_log.cc:130
4900
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
4903
#: ../plugin/rabbitmq/rabbitmq_log.cc:155
4904
msgid "Host name to connect to"
4907
#: ../plugin/rabbitmq/rabbitmq_log.cc:158
4908
msgid "Port to connect to"
4911
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
4912
msgid "RabbitMQ virtualhost"
4915
#: ../plugin/rabbitmq/rabbitmq_log.cc:164
4916
msgid "RabbitMQ username"
4919
#: ../plugin/rabbitmq/rabbitmq_log.cc:167
4920
msgid "RabbitMQ password"
4923
#: ../plugin/rabbitmq/rabbitmq_log.cc:170
4924
#: ../plugin/transaction_log/module.cc:270
4925
msgid "Name of the replicator plugin to use (default='default_replicator')"
4928
#: ../plugin/rabbitmq/rabbitmq_log.cc:173
4929
msgid "Name of RabbitMQ exchange to publish to"
4932
#: ../plugin/rabbitmq/rabbitmq_log.cc:176
4933
msgid "Name of RabbitMQ routing key to use"
4936
#: ../plugin/session_dictionary/processlist.cc:78
4939
msgstr "(neutilizat)"
4941
#: ../plugin/syslog/errmsg.cc:42 ../plugin/syslog/logging.cc:55
4943
msgid "syslog facility \"%s\" not known, using \"local0\""
4946
#: ../plugin/syslog/errmsg.cc:50
4948
msgid "syslog priority \"%s\" not known, using \"warn\""
4951
#: ../plugin/syslog/logging.cc:63
4953
msgid "syslog priority \"%s\" not known, using \"info\""
4956
#: ../plugin/syslog/module.cc:95
4957
msgid "Syslog Ident"
4960
#: ../plugin/syslog/module.cc:98
4961
msgid "Syslog Facility"
4964
#: ../plugin/syslog/module.cc:101
4965
msgid "Enable logging to syslog of the query log"
4968
#: ../plugin/syslog/module.cc:104
4969
msgid "Syslog Priority of query logging"
4972
#: ../plugin/syslog/module.cc:116
4973
msgid "Enable logging to syslog of the error messages"
4976
#: ../plugin/syslog/module.cc:119
4977
msgid "Syslog Priority of error messages"
4980
#: ../plugin/transaction_log/background_worker.cc:77
4982
msgid "Unable to create background worker thread. Got error %s.\n"
4985
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
4986
#: ../plugin/transaction_log/print_transaction_message.cc:106
4987
#: ../plugin/transaction_log/transaction_log_reader.cc:97
4989
msgid "Failed to open transaction log file %s. Got error: %s\n"
4992
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
4993
#: ../plugin/transaction_log/print_transaction_message.cc:169
4994
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4995
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:155
4997
msgid "Could not read transaction message.\n"
5000
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
5001
#: ../plugin/transaction_log/print_transaction_message.cc:170
5002
#: ../plugin/transaction_log/transaction_log_reader.cc:153
5004
msgid "GPB ERROR: %s.\n"
5007
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
5008
#: ../plugin/transaction_log/print_transaction_message.cc:171
5009
#: ../plugin/transaction_log/transaction_log_reader.cc:154
5011
msgid "Raw buffer read: %s.\n"
5014
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
5015
#: ../plugin/transaction_log/print_transaction_message.cc:179
5016
#: ../plugin/transaction_log/transaction_log_reader.cc:163
5018
msgid "BUFFER: %s\n"
5021
#: ../plugin/transaction_log/module.cc:171
5023
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5026
#: ../plugin/transaction_log/module.cc:180
5028
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5031
#: ../plugin/transaction_log/module.cc:192
5033
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5036
#: ../plugin/transaction_log/module.cc:201
5038
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5041
#: ../plugin/transaction_log/module.cc:216
5043
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5046
#: ../plugin/transaction_log/module.cc:258
5047
msgid "DEBUGGING - Truncate transaction log"
5050
#: ../plugin/transaction_log/module.cc:261
5051
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5054
#: ../plugin/transaction_log/module.cc:264
5055
msgid "Enable transaction log"
5058
#: ../plugin/transaction_log/module.cc:267
5059
msgid "Path to the file to use for transaction log"
5062
#: ../plugin/transaction_log/module.cc:273
5064
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5065
"each transaction write, 2 == sync log file once per second"
5068
#: ../plugin/transaction_log/module.cc:276
5069
msgid "Number of slots for in-memory write buffers (default=8)."
5072
#: ../plugin/transaction_log/print_transaction_message.cc:135
5074
msgid "GPB message is not a valid type.\n"
5077
#: ../plugin/transaction_log/print_transaction_message.cc:155
5079
msgid "GPB message is not a valid size.\n"
5082
#: ../plugin/transaction_log/transaction_log.cc:114
5083
msgid "Failed to open transaction log file "
5086
#: ../plugin/transaction_log/transaction_log.cc:215
5089
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5090
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5093
#: ../plugin/transaction_log/transaction_log.cc:236
5095
msgid "Failed to sync log file. Got error: %s\n"
5098
#: ../plugin/transaction_log/transaction_log_reader.cc:119
5099
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:120
5101
msgid "Attempted to read record bigger than INT_MAX\n"
5104
#: ../plugin/transaction_log/transaction_log_reader.cc:139
5106
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
5109
#: ../plugin/transaction_log/transaction_log_reader.cc:174
5111
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
5114
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:67
5115
msgid "Cannot open file: "
5118
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:77
5119
msgid "Could not skip to position "
5122
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:114
5123
msgid "Found a non-transaction message in log. Currently, not supported.\n"
5126
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:140
5127
msgid "Memory allocation failure trying to allocate "
5130
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:142
5134
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:156
5138
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:162
5144
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:170
5145
msgid "Unable to parse command. Got error: "
5148
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:179
5155
#: ../plugin/transaction_log/utilities/transaction_reader.cc:580
5157
msgid "Display help and exit"
5158
msgstr "Afiseaza acest mesaj de ajutor si iesi."
5160
#: ../plugin/transaction_log/utilities/transaction_reader.cc:581
5161
msgid "Read from the innodb transaction log"
5164
#: ../plugin/transaction_log/utilities/transaction_reader.cc:587
5165
msgid "Password to use when connecting to server"
5168
#: ../plugin/transaction_log/utilities/transaction_reader.cc:590
5169
msgid "Perform checksum"
5172
#: ../plugin/transaction_log/utilities/transaction_reader.cc:591
5173
msgid "Ignore event messages"
5176
#: ../plugin/transaction_log/utilities/transaction_reader.cc:592
5177
msgid "Transaction log file"
5180
#: ../plugin/transaction_log/utilities/transaction_reader.cc:593
5181
msgid "Print raw Protobuf messages instead of SQL"
5184
#: ../plugin/transaction_log/utilities/transaction_reader.cc:596
5185
msgid "Start reading from the given file position"
5188
#: ../plugin/transaction_log/utilities/transaction_reader.cc:599
5189
msgid "Only output for the given transaction ID and later"
5192
#: ../plugin/transaction_log/utilities/transaction_reader.cc:602
5193
msgid "Only output for the given transaction ID"
5196
#: ../plugin/transaction_log/utilities/transaction_reader.cc:603
5197
msgid "Summarize message contents"
5200
#: ../plugin/transaction_log/utilities/transaction_reader.cc:637
5201
msgid "Cannot use --start-pos and --transaction-id together\n"
5204
#: ../plugin/transaction_log/utilities/transaction_reader.cc:643
5205
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
5208
#: ../plugin/transaction_log/utilities/transaction_reader.cc:753
5209
msgid "Checksum failed. Wanted "
5212
#: ../plugin/transaction_log/utilities/transaction_reader.cc:755
5217
#~ msgid "--help : Display help and exit\n"
5218
#~ msgstr "Afiseaza acest mesaj de ajutor si iesi."
5220
#~ msgid "Use compression in server/client protocol."
5221
#~ msgstr "Foloseste compresia in protocolul server/client."
5223
#~ msgid "Ignore space after function names."
5224
#~ msgstr "Ignora caracterele spatiu aflate dupa numele de functii."
5226
#~ msgid "Couldn't allocate memory"
5227
#~ msgstr "Nu se poate aloca memoria"
5229
#~ msgid "Input filename too long: %s"
5230
#~ msgstr "Numele fisierului de intrare este prea lung: %s"
5233
#~ msgid "Writing a core file\n"
5234
#~ msgstr "Scrie fisierul de istoric %s\n"
5236
#~ msgid "Synonym for -?"
5237
#~ msgstr "Sinonim cu -?"
5239
#~ msgid "For more options, use %s --help\n"
5240
#~ msgstr "Pentru mai multe optiuni, foloseste %s --help\n"
5242
#~ msgid "Check memory and open file usage at exit ."
5243
#~ msgstr "VerificÄ memoria Či utilizarea fiČierului deschis la ieČire."
5869
#: plugin/oldlibdrizzle/drizzle.cc:257 plugin/oldlibdrizzle/errmsg.cc:39
5871
msgid "%-.100s via TCP/IP"
5874
#: plugin/oldlibdrizzle/errmsg.cc:28
5875
msgid "Unknown Drizzle error"
5878
#: plugin/oldlibdrizzle/errmsg.cc:29
5880
msgid "Can't create UNIX socket (%d)"
5883
#: plugin/oldlibdrizzle/errmsg.cc:30
5885
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5888
#: plugin/oldlibdrizzle/errmsg.cc:31
5890
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5893
#: plugin/oldlibdrizzle/errmsg.cc:32
5895
msgid "Can't create TCP/IP socket (%d)"
5898
#: plugin/oldlibdrizzle/errmsg.cc:33
5900
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5903
#: plugin/oldlibdrizzle/errmsg.cc:34
5904
msgid "Drizzle server has gone away"
5907
#: plugin/oldlibdrizzle/errmsg.cc:35
5909
msgid "Protocol mismatch; server version = %d, client version = %d"
5912
#: plugin/oldlibdrizzle/errmsg.cc:36
5913
msgid "Drizzle client ran out of memory"
5916
#: plugin/oldlibdrizzle/errmsg.cc:37
5917
msgid "Wrong host info"
5920
#: plugin/oldlibdrizzle/errmsg.cc:38
5921
msgid "Localhost via UNIX socket"
5924
#: plugin/oldlibdrizzle/errmsg.cc:40
5925
msgid "Error in server handshake"
5928
#: plugin/oldlibdrizzle/errmsg.cc:41
5929
msgid "Lost connection to Drizzle server during query"
5932
#: plugin/oldlibdrizzle/errmsg.cc:42
5933
msgid "Commands out of sync; you can't run this command now"
5936
#: plugin/oldlibdrizzle/errmsg.cc:43
5938
msgid "Named pipe: %-.32s"
5941
#: plugin/oldlibdrizzle/errmsg.cc:44
5943
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5946
#: plugin/oldlibdrizzle/errmsg.cc:45
5948
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5951
#: plugin/oldlibdrizzle/errmsg.cc:46
5953
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5956
#: plugin/oldlibdrizzle/errmsg.cc:47
5958
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5961
#: plugin/oldlibdrizzle/errmsg.cc:48
5962
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5965
#: plugin/oldlibdrizzle/errmsg.cc:49
5966
msgid "Embedded server"
5969
#: plugin/oldlibdrizzle/errmsg.cc:50
5970
msgid "Error on SHOW SLAVE STATUS:"
5973
#: plugin/oldlibdrizzle/errmsg.cc:51
5974
msgid "Error on SHOW SLAVE HOSTS:"
5977
#: plugin/oldlibdrizzle/errmsg.cc:52
5978
msgid "Error connecting to slave:"
5981
#: plugin/oldlibdrizzle/errmsg.cc:53
5982
msgid "Error connecting to master:"
5985
#: plugin/oldlibdrizzle/errmsg.cc:54
5986
msgid "SSL connection error"
5989
#: plugin/oldlibdrizzle/errmsg.cc:55
5990
msgid "Malformed packet"
5993
#: plugin/oldlibdrizzle/errmsg.cc:56 plugin/oldlibdrizzle/errmsg.cc:67
5994
#: plugin/oldlibdrizzle/errmsg.cc:68 plugin/oldlibdrizzle/errmsg.cc:69
5995
#: plugin/oldlibdrizzle/errmsg.cc:70 plugin/oldlibdrizzle/errmsg.cc:71
5996
#: plugin/oldlibdrizzle/errmsg.cc:72 plugin/oldlibdrizzle/errmsg.cc:73
5997
#: plugin/oldlibdrizzle/errmsg.cc:74 plugin/oldlibdrizzle/errmsg.cc:75
5998
msgid "(unused error message)"
6001
#: plugin/oldlibdrizzle/errmsg.cc:57
6002
msgid "Invalid use of null pointer"
6005
#: plugin/oldlibdrizzle/errmsg.cc:58
6006
msgid "Statement not prepared"
6009
#: plugin/oldlibdrizzle/errmsg.cc:59
6010
msgid "No data supplied for parameters in prepared statement"
6013
#: plugin/oldlibdrizzle/errmsg.cc:60
6014
msgid "Data truncated"
6017
#: plugin/oldlibdrizzle/errmsg.cc:61
6018
msgid "No parameters exist in the statement"
6021
#: plugin/oldlibdrizzle/errmsg.cc:62
6022
msgid "Invalid parameter number"
6025
#: plugin/oldlibdrizzle/errmsg.cc:63
6028
"Can't send long data for non-string/non-binary data types (parameter: %d)"
6031
#: plugin/oldlibdrizzle/errmsg.cc:65
6033
msgid "Using unsupported buffer type: %d (parameter: %d)"
6036
#: plugin/oldlibdrizzle/errmsg.cc:66
6038
msgid "Shared memory: %-.100s"
6041
#: plugin/oldlibdrizzle/errmsg.cc:76
6042
msgid "Wrong or unknown protocol"
6045
#: plugin/oldlibdrizzle/errmsg.cc:77
6046
msgid "Invalid connection handle"
6049
#: plugin/oldlibdrizzle/errmsg.cc:78
6051
"Connection using old (pre-4.1.1) authentication protocol refused (client "
6052
"option 'secure_auth' enabled)"
6055
#: plugin/oldlibdrizzle/errmsg.cc:80
6056
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
6059
#: plugin/oldlibdrizzle/errmsg.cc:81
6060
msgid "Attempt to read column without prior row fetch"
6063
#: plugin/oldlibdrizzle/errmsg.cc:82
6064
msgid "Prepared statement contains no metadata"
6067
#: plugin/oldlibdrizzle/errmsg.cc:83
6069
"Attempt to read a row while there is no result set associated with the "
6073
#: plugin/oldlibdrizzle/errmsg.cc:85
6074
msgid "This feature is not implemented yet"
6077
#: plugin/oldlibdrizzle/errmsg.cc:86
6080
"Lost connection to Drizzle server while waiting for initial communication "
6081
"packet, system error: %d"
6084
#: plugin/oldlibdrizzle/errmsg.cc:88
6087
"Lost connection to Drizzle server while reading initial communication "
6088
"packet, system error: %d"
6091
#: plugin/oldlibdrizzle/errmsg.cc:90
6094
"Lost connection to Drizzle server while sending authentication information, "
6098
#: plugin/oldlibdrizzle/errmsg.cc:92
6101
"Lost connection to Drizzle server while reading authorization information, "
6105
#: plugin/oldlibdrizzle/errmsg.cc:94
6108
"Lost connection to Drizzle server while setting initial database, system "
6112
#: plugin/oldlibdrizzle/errmsg.cc:96
6114
msgid "Statement closed indirectly because of a preceding %s() call"
6117
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:829
6118
msgid "Connect Timeout."
6121
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:832
6122
msgid "Read Timeout."
6125
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:834
6126
msgid "Write Timeout."
6129
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:836
6130
msgid "Retry Count."
6133
#: plugin/pool_of_threads/pool_of_threads.cc:237
6134
msgid "event_add error in libevent_add_session_callback\n"
6137
#: plugin/pool_of_threads/pool_of_threads.cc:403
6138
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6141
#: plugin/pool_of_threads/pool_of_threads.cc:410
6142
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6145
#: plugin/pool_of_threads/pool_of_threads.cc:422
6146
msgid "session_add_event event_add error in libevent_init\n"
6149
#: plugin/pool_of_threads/pool_of_threads.cc:435
6151
msgid "Can't create completion port thread (error %d)"
6154
#: plugin/pool_of_threads/pool_of_threads.cc:527
6155
msgid "libevent_thread_proc: my_thread_init() failed\n"
6158
#: plugin/pool_of_threads/pool_of_threads.cc:725
6159
msgid "Size of Pool."
6162
#: plugin/signal_handler/signal_handler.cc:214
6164
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6167
#~ msgid "Set the default character set."
6168
#~ msgstr "Stabileste setul de caractere implicit."