313
#: ../client/drizzle.cc:1355
314
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
317
#: ../client/drizzle.cc:1357
313
#: client/drizzle.cc:1354
315
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
316
"option deprecated; use --disable-pager instead."
319
#: client/drizzle.cc:1357 client/drizzleadmin.cc:80
321
"Password to use when connecting to server. If password is not given it's "
322
"asked from the tty."
325
#: client/drizzle.cc:1359
327
"Port number to use for connection or 0 for default to, in order of "
328
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
331
#: client/drizzle.cc:1360
332
msgid "built-in default"
335
#: client/drizzle.cc:1363
318
336
msgid "Set the drizzle prompt to this value."
321
#: ../client/drizzle.cc:1359
339
#: client/drizzle.cc:1366
340
msgid "The protocol of connection (tcp,socket,pipe,memory)."
343
#: client/drizzle.cc:1369
323
345
"Don't cache result, print it row by row. This may slow down the server if "
324
346
"the output is suspended. Doesn't use history file."
327
#: ../client/drizzle.cc:1361
349
#: client/drizzle.cc:1371
328
350
msgid "Write fields without conversion. Used with --batch."
331
#: ../client/drizzle.cc:1362
332
msgid "Do not reconnect if the connection is lost."
335
#: ../client/drizzle.cc:1364
336
msgid "Shutdown the server"
339
#: ../client/drizzle.cc:1365
353
#: client/drizzle.cc:1374
355
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
356
"option is enabled by default."
359
#: client/drizzle.cc:1376
341
361
"Be more silent. Print results with a tab as separator, each row on new line."
344
#: ../client/drizzle.cc:1367
364
#: client/drizzle.cc:1378
365
msgid "Socket file to use for connection."
368
#: client/drizzle.cc:1381
369
msgid "Output in table format."
372
#: client/drizzle.cc:1384
346
374
"Append everything into outfile. See interactive help (\\h) also. Does not "
347
375
"work in batch mode. Disable with --disable-tee. This option is disabled by "
351
#: ../client/drizzle.cc:1369
352
msgid "Disable outfile. See interactive help (\\h) also."
355
#: ../client/drizzle.cc:1371
379
#: client/drizzle.cc:1386
381
"Disable outfile. See interactive help (\\h) also. WARNING: option "
382
"deprecated; use --disable-tee instead"
385
#: client/drizzle.cc:1389 client/drizzleadmin.cc:90
386
msgid "User for login if not current user."
389
#: client/drizzle.cc:1392
390
msgid "Only allow UPDATE and DELETE that uses keys."
393
#: client/drizzle.cc:1395
394
msgid "Synonym for option --safe-updates, -U."
397
#: client/drizzle.cc:1398
398
msgid "Write more. (-v -v -v gives the table output format)."
401
#: client/drizzle.cc:1400 client/drizzleadmin.cc:95 drizzled/drizzled.cc:3187
402
msgid "Output version information and exit."
405
#: client/drizzle.cc:1402 client/drizzleadmin.cc:97
406
msgid "Wait and retry if connection is down."
409
#: client/drizzle.cc:1405
356
410
msgid "Number of seconds before connection timeout."
359
#: ../client/drizzle.cc:1373
360
msgid "Max length of input line"
363
#: ../client/drizzle.cc:1375
413
#: client/drizzle.cc:1410
414
msgid "Max packet length to send to, or receive from server"
417
#: client/drizzle.cc:1415
418
msgid "Buffer for TCP/IP and socket communication"
421
#: client/drizzle.cc:1419
364
422
msgid "Automatic limit for SELECT when using --safe-updates"
367
#: ../client/drizzle.cc:1377
425
#: client/drizzle.cc:1424
368
426
msgid "Automatic limit for rows in a join when using --safe-updates"
371
#: ../client/drizzle.cc:1380 ../client/drizzledump.cc:553
372
msgid "Options specific to the client"
375
#: ../client/drizzle.cc:1383
376
msgid "Connect to host"
379
#: ../client/drizzle.cc:1385
381
"Password to use when connecting to server. If password is not given it's "
382
"asked from the tty."
385
#: ../client/drizzle.cc:1387
387
"Port number to use for connection or 0 for default to, in order of "
388
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
391
#: ../client/drizzle.cc:1393 ../client/drizzledump.cc:562
392
#: ../plugin/transaction_log/utilities/transaction_reader.cc:583
393
msgid "User for login if not current user."
396
#: ../client/drizzle.cc:1395 ../client/drizzledump.cc:564
397
#: ../plugin/transaction_log/utilities/transaction_reader.cc:589
398
msgid "The protocol of connection (mysql or drizzle)."
401
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:576
402
msgid "Allowed Options"
405
#: ../client/drizzle.cc:1463 ../client/drizzle.cc:1470
407
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
410
#: ../client/drizzle.cc:1534 ../client/drizzle.cc:3791
429
#: client/drizzle.cc:1428
431
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
434
#: client/drizzle.cc:1441
436
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
439
#: client/drizzle.cc:1448
442
"Copyright (C) 2008 Sun Microsystems\n"
443
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
444
"and you are welcome to modify and redistribute it under the GPL license\n"
447
#: client/drizzle.cc:1453
449
msgid "Usage: %s [OPTIONS] [database]\n"
452
#: client/drizzle.cc:1486
411
453
msgid "DELIMITER cannot contain a backslash character"
414
#: ../client/drizzle.cc:1613 ../client/drizzledump.cc:675
415
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:623
416
#: ../client/drizzletest.cc:5659
417
msgid "Error: Unknown protocol"
420
#: ../client/drizzle.cc:1627
422
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
425
#: ../client/drizzle.cc:1673 ../client/drizzle.cc:4081
427
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
430
#: ../client/drizzle.cc:1679
433
"Copyright (C) 2008 Sun Microsystems\n"
434
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
435
"and you are welcome to modify and redistribute it under the GPL license\n"
438
#: ../client/drizzle.cc:1684
440
msgid "Usage: drizzle [OPTIONS] [schema]\n"
443
#: ../client/drizzle.cc:1738
445
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
448
#: ../client/drizzle.cc:1747
451
"Your Drizzle connection id is %u\n"
452
"Connection protocol: %s\n"
453
"Server version: %s\n"
456
#: ../client/drizzle.cc:1781
458
msgid "Reading history-file %s\n"
461
#: ../client/drizzle.cc:1785
463
msgid "Couldn't allocate memory for temp histfile!\n"
466
#: ../client/drizzle.cc:1792
467
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
470
#: ../client/drizzle.cc:1802
474
#: ../client/drizzle.cc:1815
476
msgid "Writing history-file %s\n"
479
#: ../client/drizzle.cc:1823
483
#: ../client/drizzle.cc:1823
487
#: ../client/drizzle.cc:1873
488
msgid "Query aborted by Ctrl+C\n"
491
#: ../client/drizzle.cc:1957
493
msgid "Processing line: %<PRIu32>\n"
496
#: ../client/drizzle.cc:2175
497
msgid "Unknown command: "
500
#: ../client/drizzle.cc:2346
501
msgid "Not found a delimiter within max_input_line of input"
504
#: ../client/drizzle.cc:2592
456
#: client/drizzle.cc:1507
458
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
461
#: client/drizzle.cc:1530
463
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
466
#: client/drizzle.cc:1534
468
msgid "WARNING: --server-arg option not supported in this configuration.\n"
471
#: client/drizzle.cc:1902
473
msgid "Unknown command '\\%c'."
476
#: client/drizzle.cc:2329
506
478
"Reading table information for completion of table and column names\n"
507
"You can turn off this feature to get a quicker startup with -A\n"
479
" You can turn off this feature to get a quicker startup with -A\n"
511
#: ../client/drizzle.cc:2631
483
#: client/drizzle.cc:2426
512
484
msgid "No connection. Trying to reconnect..."
515
#: ../client/drizzle.cc:2637
487
#: client/drizzle.cc:2432
516
488
msgid "Can't connect to the server\n"
519
#: ../client/drizzle.cc:2721
491
#: client/drizzle.cc:2489
495
#: client/drizzle.cc:2489
499
#: client/drizzle.cc:2543
504
#: client/drizzle.cc:2544
511
#: client/drizzle.cc:2546
518
#: client/drizzle.cc:2559
519
msgid "Many help items for your request exist."
522
#: client/drizzle.cc:2560
524
"To make a more specific request, please type 'help <item>',\n"
525
"where <item> is one of the following"
528
#: client/drizzle.cc:2566
530
msgid "You asked for help about help category: '%s'\n"
533
#: client/drizzle.cc:2567
535
"For more information, type 'help <item>', where <item> is one of the "
539
#: client/drizzle.cc:2580
545
#: client/drizzle.cc:2581
547
"Please try to run 'help contents' for a list of all accessible topics\n"
550
#: client/drizzle.cc:2604
520
551
msgid "List of all Drizzle commands:"
523
#: ../client/drizzle.cc:2725
554
#: client/drizzle.cc:2606
555
msgid "Note that all text commands must be first on line and end with ';'"
558
#: client/drizzle.cc:2617
526
"Note that all text commands must be first on line and end with '%s' or \\g"
561
"For server side help, type 'help contents'\n"
529
#: ../client/drizzle.cc:2783
564
#: client/drizzle.cc:2660
530
565
msgid "No query specified\n"
533
#: ../client/drizzle.cc:2798
568
#: client/drizzle.cc:2675
534
569
msgid "Ignoring query to other database"
537
#: ../client/drizzle.cc:2848
572
#: client/drizzle.cc:2724
538
573
msgid "Empty set"
541
#: ../client/drizzle.cc:2861
576
#: client/drizzle.cc:2737
543
578
msgid "%ld row in set"
544
579
msgid_plural "%ld rows in set"
548
#: ../client/drizzle.cc:2870
583
#: client/drizzle.cc:2746
552
#: ../client/drizzle.cc:2872
587
#: client/drizzle.cc:2748
554
589
msgid "Query OK, %ld row affected"
555
590
msgid_plural "Query OK, %ld rows affected"
559
#: ../client/drizzle.cc:2944
560
msgid "popen() failed! defaulting PAGER to stdout!\n"
563
#: ../client/drizzle.cc:2966
565
msgid "Error logging to file '%s'\n"
568
#: ../client/drizzle.cc:2971
570
msgid "Logging to file '%s'\n"
573
#: ../client/drizzle.cc:3055
582
"Collation: %s (%u)\n"
590
#: ../client/drizzle.cc:3522
592
msgid "No previous outfile available, you must give a filename!\n"
595
#: ../client/drizzle.cc:3527
597
msgid "Currently logging to file '%s'\n"
600
#: ../client/drizzle.cc:3547
602
msgid "No outfile specified!\n"
605
#: ../client/drizzle.cc:3560
606
msgid "Outfile disabled.\n"
609
#: ../client/drizzle.cc:3587
610
msgid "Default pager wasn't set, using stdout.\n"
613
#: ../client/drizzle.cc:3607
615
msgid "PAGER set to '%s'\n"
618
#: ../client/drizzle.cc:3618
619
msgid "PAGER set to stdout\n"
622
#: ../client/drizzle.cc:3701
624
msgid "Connection id: %u"
627
#: ../client/drizzle.cc:3703
629
msgid "Current schema: %.128s\n"
632
#: ../client/drizzle.cc:3704
637
#: ../client/drizzle.cc:3724
638
msgid "Usage: \\. <filename> | source <filename>"
641
#: ../client/drizzle.cc:3739
643
msgid "Failed to open file '%s', error: %d"
646
#: ../client/drizzle.cc:3747
647
msgid "Can't initialize LineBuffer"
650
#: ../client/drizzle.cc:3783
651
msgid "DELIMITER must be followed by a 'delimiter' character or string"
654
#: ../client/drizzle.cc:3816
655
msgid "USE must be followed by a schema name"
658
#: ../client/drizzle.cc:3884
659
msgid "Schema changed"
662
#: ../client/drizzle.cc:3930
663
msgid "Show warnings enabled."
666
#: ../client/drizzle.cc:3938
667
msgid "Show warnings disabled."
670
#: ../client/drizzle.cc:4088
674
"Connection id:\t\t%lu\n"
677
#: ../client/drizzle.cc:4100
679
msgid "Current schema:\t%s\n"
682
#: ../client/drizzle.cc:4101
684
msgid "Current user:\t\t%s\n"
687
#: ../client/drizzle.cc:4107
688
msgid "SSL:\t\t\tNot in use"
691
#: ../client/drizzle.cc:4112
697
#: ../client/drizzle.cc:4119
700
"All updates ignored to this schema\n"
703
#: ../client/drizzle.cc:4122
705
msgid "Current pager:\t\t%s\n"
708
#: ../client/drizzle.cc:4123
710
msgid "Using outfile:\t\t'%s'\n"
713
#: ../client/drizzle.cc:4124
715
msgid "Using delimiter:\t%s\n"
718
#: ../client/drizzle.cc:4125
720
msgid "Server version:\t\t%s\n"
723
#: ../client/drizzle.cc:4126
725
msgid "Protocol:\t\t%s\n"
728
#: ../client/drizzle.cc:4127
730
msgid "Protocol version:\t%d\n"
733
#: ../client/drizzle.cc:4128
735
msgid "Connection:\t\t%s\n"
738
#: ../client/drizzle.cc:4135
740
msgid "UNIX socket:\t\t%s\n"
743
#: ../client/drizzle.cc:4137
745
msgid "TCP port:\t\t%d\n"
748
#: ../client/drizzle.cc:4142
751
"Note that you are running in safe_update_mode:\n"
754
#: ../client/drizzle.cc:4144
757
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
759
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
761
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
762
" Max number of examined row combination in a join is set to: %"
767
#: ../client/drizzle.cc:4206 ../drizzled/option.cc:339
594
#: client/drizzleadmin.cc:82 drizzled/drizzled.cc:3053
596
"Port number to use for connection or 0 for default to, in order of "
597
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
600
#: client/drizzleadmin.cc:87
601
msgid "Silently exit if one can't connect to server."
604
#: client/drizzleadmin.cc:93
605
msgid "Write more information."
608
#: client/drizzleadmin.cc:258
611
"connect to server at '%s' failed\n"
615
#: client/drizzleadmin.cc:264
617
msgid "Check that drizzled is running on %s"
620
#: client/drizzleadmin.cc:265
622
msgid " and that the port is %d.\n"
625
#: client/drizzleadmin.cc:267
627
msgid "You can check this by doing 'telnet %s %d'\n"
630
#: client/drizzleadmin.cc:278
632
msgid "Got error: %s\n"
635
#: client/drizzleadmin.cc:285
636
msgid "Waiting for Drizzle server to answer"
639
#: client/drizzleadmin.cc:318
641
msgid "shutting down drizzled...\n"
644
#: client/drizzleadmin.cc:322
646
msgid "shutdown failed; error: '%s'"
649
#: client/drizzleadmin.cc:329
654
#: client/drizzleadmin.cc:339
655
msgid "drizzled is alive"
658
#: client/drizzleadmin.cc:347
659
msgid "connection was down, but drizzled is now alive"
662
#: client/drizzleadmin.cc:351
664
msgid "drizzled doesn't answer to ping, error: '%s'"
667
#: client/drizzleadmin.cc:360
669
msgid "Unknown command: '%-.60s'"
672
#: client/drizzleadmin.cc:369
674
msgid "%s Ver %s Distrib %s, for %s on %s\n"
677
#: client/drizzleadmin.cc:376
678
msgid "Copyright (C) 2000-2008 MySQL AB"
681
#: client/drizzleadmin.cc:377
683
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
684
"and you are welcome to modify and redistribute it under the GPL license\n"
687
#: client/drizzleadmin.cc:378
688
msgid "Administration program for the drizzled daemon."
691
#: client/drizzleadmin.cc:379
693
msgid "Usage: %s [OPTIONS] command command....\n"
696
#: client/drizzleadmin.cc:381
698
" ping Check if server is down\n"
699
" shutdown Take server down\n"
702
#: libdrizzle/errmsg.c:27
703
msgid "Unknown Drizzle error"
706
#: libdrizzle/errmsg.c:28
708
msgid "Can't create UNIX socket (%d)"
711
#: libdrizzle/errmsg.c:29
713
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
716
#: libdrizzle/errmsg.c:30
718
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
721
#: libdrizzle/errmsg.c:31
723
msgid "Can't create TCP/IP socket (%d)"
726
#: libdrizzle/errmsg.c:32
728
msgid "Unknown Drizzle server host '%-.100s' (%d)"
731
#: libdrizzle/errmsg.c:33
732
msgid "Drizzle server has gone away"
735
#: libdrizzle/errmsg.c:34
737
msgid "Protocol mismatch; server version = %d, client version = %d"
740
#: libdrizzle/errmsg.c:35
741
msgid "Drizzle client ran out of memory"
744
#: libdrizzle/errmsg.c:36
745
msgid "Wrong host info"
748
#: libdrizzle/errmsg.c:37
749
msgid "Localhost via UNIX socket"
752
#: libdrizzle/errmsg.c:38
754
msgid "%-.100s via TCP/IP"
757
#: libdrizzle/errmsg.c:39
758
msgid "Error in server handshake"
761
#: libdrizzle/errmsg.c:40
762
msgid "Lost connection to Drizzle server during query"
765
#: libdrizzle/errmsg.c:41
766
msgid "Commands out of sync; you can't run this command now"
769
#: libdrizzle/errmsg.c:42
771
msgid "Named pipe: %-.32s"
774
#: libdrizzle/errmsg.c:43
776
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
779
#: libdrizzle/errmsg.c:44
781
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
784
#: libdrizzle/errmsg.c:45
786
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
789
#: libdrizzle/errmsg.c:46
791
msgid "Can't initialize character set %-.32s (path: %-.100s)"
794
#: libdrizzle/errmsg.c:47
795
msgid "Got packet bigger than 'max_allowed_packet' bytes"
798
#: libdrizzle/errmsg.c:48
799
msgid "Embedded server"
802
#: libdrizzle/errmsg.c:49
803
msgid "Error on SHOW SLAVE STATUS:"
806
#: libdrizzle/errmsg.c:50
807
msgid "Error on SHOW SLAVE HOSTS:"
810
#: libdrizzle/errmsg.c:51
811
msgid "Error connecting to slave:"
814
#: libdrizzle/errmsg.c:52
815
msgid "Error connecting to master:"
818
#: libdrizzle/errmsg.c:53
819
msgid "SSL connection error"
822
#: libdrizzle/errmsg.c:54
823
msgid "Malformed packet"
826
#: libdrizzle/errmsg.c:55 libdrizzle/errmsg.c:66 libdrizzle/errmsg.c:67
827
#: libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69 libdrizzle/errmsg.c:70
828
#: libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72 libdrizzle/errmsg.c:73
829
#: libdrizzle/errmsg.c:74
830
msgid "(unused error message)"
833
#: libdrizzle/errmsg.c:56
834
msgid "Invalid use of null pointer"
837
#: libdrizzle/errmsg.c:57
838
msgid "Statement not prepared"
841
#: libdrizzle/errmsg.c:58
842
msgid "No data supplied for parameters in prepared statement"
845
#: libdrizzle/errmsg.c:59
846
msgid "Data truncated"
849
#: libdrizzle/errmsg.c:60
850
msgid "No parameters exist in the statement"
853
#: libdrizzle/errmsg.c:61
854
msgid "Invalid parameter number"
857
#: libdrizzle/errmsg.c:62
860
"Can't send long data for non-string/non-binary data types (parameter: %d)"
863
#: libdrizzle/errmsg.c:64
865
msgid "Using unsupported buffer type: %d (parameter: %d)"
868
#: libdrizzle/errmsg.c:65
870
msgid "Shared memory: %-.100s"
873
#: libdrizzle/errmsg.c:75
874
msgid "Wrong or unknown protocol"
877
#: libdrizzle/errmsg.c:76
878
msgid "Invalid connection handle"
881
#: libdrizzle/errmsg.c:77
883
"Connection using old (pre-4.1.1) authentication protocol refused (client "
884
"option 'secure_auth' enabled)"
887
#: libdrizzle/errmsg.c:79
888
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
891
#: libdrizzle/errmsg.c:80
892
msgid "Attempt to read column without prior row fetch"
895
#: libdrizzle/errmsg.c:81
896
msgid "Prepared statement contains no metadata"
899
#: libdrizzle/errmsg.c:82
901
"Attempt to read a row while there is no result set associated with the "
905
#: libdrizzle/errmsg.c:84
906
msgid "This feature is not implemented yet"
909
#: libdrizzle/errmsg.c:85
912
"Lost connection to Drizzle server while waiting for initial communication "
913
"packet, system error: %d"
916
#: libdrizzle/errmsg.c:87
919
"Lost connection to Drizzle server while reading initial communication "
920
"packet, system error: %d"
923
#: libdrizzle/errmsg.c:89
926
"Lost connection to Drizzle server while sending authentication information, "
930
#: libdrizzle/errmsg.c:91
933
"Lost connection to Drizzle server while reading authorization information, "
937
#: libdrizzle/errmsg.c:93
940
"Lost connection to Drizzle server while setting initial database, system "
944
#: libdrizzle/errmsg.c:95
946
msgid "Statement closed indirectly because of a preceeding %s() call"
949
#: libdrizzle/errmsg.c:97 drizzled/error.cc:348
950
msgid "Couldn't uncompress communication packet"
953
#: libdrizzle/errmsg.c:99 drizzled/error.cc:350
954
msgid "Got an error reading communication packets"
957
#: libdrizzle/errmsg.c:101 drizzled/error.cc:352
958
msgid "Got timeout reading communication packets"
961
#: libdrizzle/errmsg.c:103 drizzled/error.cc:354
962
msgid "Got an error writing communication packets"
965
#: libdrizzle/errmsg.c:105 drizzled/error.cc:356
966
msgid "Got timeout writing communication packets"
969
#: libdrizzle/local_infile.c:189 mysys/errors.cc:52
971
msgid "File '%s' not found (Errcode: %d)"
974
#: libdrizzle/local_infile.c:220 mysys/errors.cc:26
976
msgid "Error reading file '%s' (Errcode: %d)"
979
#: mysys/errors.cc:25
981
msgid "Can't create/write to file '%s' (Errcode: %d)"
984
#: mysys/errors.cc:27
986
msgid "Error writing file '%s' (Errcode: %d)"
989
#: mysys/errors.cc:28
991
msgid "Error on close of '%s' (Errcode: %d)"
994
#: mysys/errors.cc:29
996
msgid "Out of memory (Needed %u bytes)"
999
#: mysys/errors.cc:30
1001
msgid "Error on delete of '%s' (Errcode: %d)"
1004
#: mysys/errors.cc:31
1006
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1009
#: mysys/errors.cc:32
1011
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1014
#: mysys/errors.cc:33
1016
msgid "Can't lock file (Errcode: %d)"
1019
#: mysys/errors.cc:34
1021
msgid "Can't unlock file (Errcode: %d)"
1024
#: mysys/errors.cc:35
1026
msgid "Can't read dir of '%s' (Errcode: %d)"
1029
#: mysys/errors.cc:36
1031
msgid "Can't get stat of '%s' (Errcode: %d)"
1034
#: mysys/errors.cc:37
1036
msgid "Can't change size of file (Errcode: %d)"
1039
#: mysys/errors.cc:38
1041
msgid "Can't open stream from handle (Errcode: %d)"
1044
#: mysys/errors.cc:39
1046
msgid "Can't get working dirctory (Errcode: %d)"
1049
#: mysys/errors.cc:40
1051
msgid "Can't change dir to '%s' (Errcode: %d)"
1054
#: mysys/errors.cc:41
1056
msgid "Warning: '%s' had %d links"
1059
#: mysys/errors.cc:42
1061
msgid "Warning: %d files and %d streams is left open\n"
1064
#: mysys/errors.cc:43
1066
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1069
#: mysys/errors.cc:44
1071
msgid "Can't create directory '%s' (Errcode: %d)"
1074
#: mysys/errors.cc:45
1077
"Character set '%s' is not a compiled character set and is not specified in "
1081
#: mysys/errors.cc:46
1083
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1086
#: mysys/errors.cc:47
1088
msgid "Can't read value for symlink '%s' (Error %d)"
1091
#: mysys/errors.cc:48
1093
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1096
#: mysys/errors.cc:49
1098
msgid "Error on realpath() on '%s' (Error %d)"
1101
#: mysys/errors.cc:50
1103
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1106
#: mysys/errors.cc:51
1109
"Collation '%s' is not a compiled collation and is not specified in the %s "
1113
#: mysys/errors.cc:53
1115
msgid "File '%s' (fileno: %d) was not closed"
1118
#: mysys/my_error.cc:87
1120
msgid "Unknown error %d"
1123
#: mysys/my_getopt.cc:85
1127
#: mysys/my_getopt.cc:87
1131
#: mysys/my_getopt.cc:351
1133
msgid "%s: %s: Option '%s' used, but is disabled\n"
1136
#: mysys/my_getopt.cc:352
1140
#: mysys/my_getopt.cc:352
772
#: ../client/drizzle.cc:4249
774
msgid "ERROR %d (%s): "
777
#: ../client/drizzle.cc:4251
782
#: ../client/drizzle.cc:4254
786
#: ../client/drizzle.cc:4387
790
#: ../client/drizzle.cc:4389
794
#: ../client/drizzle.cc:4395
798
#: ../client/drizzle.cc:4401
802
#: ../client/drizzle.cc:4502
806
#: ../client/drizzle.cc:4622
808
msgid "Returning to default PROMPT of %s\n"
811
#: ../client/drizzle.cc:4627
812
msgid "Memory allocation error. Not changing prompt\n"
815
#: ../client/drizzle.cc:4632
817
msgid "PROMPT set to '%s'\n"
820
#: ../client/drizzledump.cc:229
821
msgid "Error inserting into destination database"
824
#: ../client/drizzledump.cc:253
826
msgid "Got errno %d on write"
829
#: ../client/drizzledump.cc:298
832
"%s: You can't use --single-transaction and --lock-all-tables at the same "
836
#: ../client/drizzledump.cc:305
838
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
841
#: ../client/drizzledump.cc:373
842
msgid "-- Retrieving database structures..."
845
#: ../client/drizzledump.cc:485
847
"Dump all the databases. This will be same as --databases with all databases "
851
#: ../client/drizzledump.cc:487
852
msgid "Dump all the tablespaces."
855
#: ../client/drizzledump.cc:489
856
msgid "Use complete insert statements."
859
#: ../client/drizzledump.cc:491
861
"Flush logs file in server before starting dump. Note that if you dump many "
862
"databases at once (using the option --databases= or --all-databases), the "
863
"logs will be flushed for each database dumped. The exception is when using --"
864
"lock-all-tables in this case the logs will be flushed only once, "
865
"corresponding to the moment all tables are locked. So if you want your dump "
866
"and the log flush to happen at the same exact moment you should use --lock-"
867
"all-tables or --flush-logs"
870
#: ../client/drizzledump.cc:493
871
msgid "Continue even if we get an sql-error."
874
#: ../client/drizzledump.cc:494
876
msgid "Display this help message and exit."
877
msgstr "Laguntza hau erakutsi."
879
#: ../client/drizzledump.cc:496
881
"Locks all tables across all databases. This is achieved by taking a global "
882
"read lock for the duration of the whole dump. Automatically turns --single-"
886
#: ../client/drizzledump.cc:498
888
"Creates a consistent snapshot by dumping all tables in a single transaction. "
889
"Works ONLY for tables stored in storage engines which support "
890
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
891
"be consistent for other storage engines. While a --single-transaction dump "
892
"is in process, to ensure a valid dump file (correct table contents), no "
893
"other connection should use the following statements: ALTER TABLE, DROP "
894
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
898
#: ../client/drizzledump.cc:500
900
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
901
"extended-insert and --disable-keys."
904
#: ../client/drizzledump.cc:501
905
msgid "Overrides option --databases (-B)."
908
#: ../client/drizzledump.cc:503
909
msgid "Number of rows before each output progress report (requires --verbose)."
912
#: ../client/drizzledump.cc:505
913
msgid "Print info about the various stages."
916
#: ../client/drizzledump.cc:507
917
msgid "Turn off Comments"
920
#: ../client/drizzledump.cc:508
921
msgid "Turn off create-options"
924
#: ../client/drizzledump.cc:509
925
msgid "Turn off extended-insert"
928
#: ../client/drizzledump.cc:510
929
msgid "Turn off dump date at the end of the output"
932
#: ../client/drizzledump.cc:511
933
msgid "Do not read from the configuration files"
936
#: ../client/drizzledump.cc:517
937
msgid "Add a 'DROP DATABASE' before each create."
940
#: ../client/drizzledump.cc:518
941
msgid "Do not add a 'drop table' before each create."
944
#: ../client/drizzledump.cc:520
946
"Give less verbose output (useful for debugging). Disables structure comments "
947
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
948
"set-names --skip-disable-keys"
951
#: ../client/drizzledump.cc:522
953
"To dump several databases. Note the difference in usage; In this case no "
954
"tables are given. All name arguments are regarded as databasenames. 'USE "
955
"db_name;' will be included in the output."
958
#: ../client/drizzledump.cc:524
960
"'ALTER TABLE tb_name DISABLE KEYS;' and 'ALTER TABLE tb_name ENABLE KEYS;' "
961
"will not be put in the output."
964
#: ../client/drizzledump.cc:526
966
"Do not dump the specified table. To specify more than one table to ignore, "
967
"use the directive multiple times, once for each table. Each table must be "
968
"specified with both database and table names, e.g. --ignore-table=database."
972
#: ../client/drizzledump.cc:528
973
msgid "Insert rows with INSERT IGNORE."
976
#: ../client/drizzledump.cc:530
977
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
980
#: ../client/drizzledump.cc:532
982
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
983
"above line will be added otherwise, if --databases or --all-databases option "
987
#: ../client/drizzledump.cc:534
988
msgid "No row information."
991
#: ../client/drizzledump.cc:536
992
msgid "Use REPLACE INTO instead of INSERT INTO."
995
#: ../client/drizzledump.cc:538
996
msgid "Where to send output to (stdout|database"
999
#: ../client/drizzledump.cc:540
1001
"Hostname for destination db server (requires --destination-type=database)"
1004
#: ../client/drizzledump.cc:542
1006
"Port number for destination db server (requires --destination-type=database)"
1009
#: ../client/drizzledump.cc:544
1011
"User name for destination db server (resquires --destination-type=database)"
1014
#: ../client/drizzledump.cc:546
1016
"Password for destination db server (requires --destination-type=database)"
1019
#: ../client/drizzledump.cc:548
1021
"The database in the destination db server (requires --destination-"
1022
"type=database, not for use with --all-databases)"
1025
#: ../client/drizzledump.cc:550
1027
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1031
#: ../client/drizzledump.cc:556
1032
msgid "Connect to host."
1035
#: ../client/drizzledump.cc:558
1037
"Password to use when connecting to server. If password is not given it's "
1038
"solicited on the tty."
1041
#: ../client/drizzledump.cc:560
1042
#: ../plugin/transaction_log/utilities/transaction_reader.cc:585
1043
msgid "Port number to use for connection."
1046
#: ../client/drizzledump.cc:567
1047
msgid "Hidden Options"
1050
#: ../client/drizzledump.cc:569
1051
msgid "Used to select the database"
1054
#: ../client/drizzledump.cc:570
1055
msgid "Used to select the tables"
1058
#: ../client/drizzledump.cc:573
1059
msgid "Allowed Options + Hidden Options"
1062
#: ../client/drizzledump.cc:637
1064
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1067
#: ../client/drizzledump.cc:642
1069
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1070
"and you are welcome to modify and redistribute it under the GPL license\n"
1073
#: ../client/drizzledump.cc:643
1074
msgid "Dumps definitions and data from a Drizzle database server"
1077
#: ../client/drizzledump.cc:644
1079
msgid "Usage: %s [OPTIONS] database [tables]\n"
1082
#: ../client/drizzledump.cc:645
1084
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1087
#: ../client/drizzledump.cc:647
1089
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1092
#: ../client/drizzledump.cc:688 ../client/drizzleimport.cc:484
1093
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5671
1095
msgid "Value supplied for port is not valid.\n"
1098
#: ../client/drizzledump.cc:743
1100
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1103
#: ../client/drizzledump_data.cc:268
1104
msgid "-- Retrieving data for "
1107
#: ../client/drizzledump_data.cc:300
1108
msgid " rows dumped for table "
1111
#: ../client/drizzledump_data.cc:547
1112
msgid "-- Connecting to "
1115
#: ../client/drizzledump_data.cc:547
1116
msgid " using protocol "
1119
#: ../client/drizzledump_data.cc:588 ../client/drizzledump_data.cc:594
1120
#: ../client/drizzledump_data.cc:625 ../client/drizzledump_data.cc:631
1121
msgid "Error executing query: "
1124
#: ../client/drizzledump_data.cc:602
1125
msgid "Could not buffer result: "
1128
#: ../client/drizzledump_data.cc:648
1129
msgid "Error: Could not set db '"
1132
#: ../client/drizzledump_data.cc:662 ../client/drizzledump_data.cc:667
1133
#: ../client/drizzledump_data.cc:673
1137
#: ../client/drizzledump_data.cc:682
1138
msgid "-- Disconnecting from "
1141
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1142
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1143
msgid "-- Retrieving table structures for "
1146
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1147
msgid "-- Retrieving fields for "
1150
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:270
1151
msgid "-- Retrieving indexes for "
1154
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:315
1155
msgid "-- Retrieving foreign keys for "
1158
#: ../client/drizzleslap.cc:2292
1160
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1163
#: ../client/drizzletest.cc:5412
1164
msgid "Error: Invalid Value for opt_max_connect_retries"
1167
#: ../client/drizzletest.cc:5422
1168
msgid "Error: Invalid Value for opt_tail_lines"
1171
#: ../client/drizzletest.cc:5432
1172
msgid "Error: Invalid Value for opt_sleep"
1175
#: ../client/drizzletest.cc:5623
1177
msgid "Could not open '%s' for reading: errno = %d"
1180
#: ../client/drizzletest.cc:5628
1182
msgid "Out of memory"
1185
#: ../drizzled/drizzled.cc:491
1144
#: mysys/my_getopt.cc:455
1146
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1149
#: mysys/my_getopt.cc:765
1151
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1154
#: mysys/my_getopt.cc:942
1156
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1159
#: mysys/my_getopt.cc:1165
1161
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1164
#: mysys/my_getopt.cc:1185
1168
"Variables (--variable-name=value)\n"
1169
"and boolean options {false|true} Value (after reading options)\n"
1170
"--------------------------------- -----------------------------\n"
1173
#: mysys/my_getopt.cc:1201 mysys/my_getopt.cc:1217
1174
msgid "(No default value)"
1177
#: mysys/my_getopt.cc:1220
1181
#: mysys/my_getopt.cc:1220
1185
#: mysys/my_getopt.cc:1245
1187
msgid "(Disabled)\n"
1190
#: drizzled/authentication.cc:66 drizzled/show.cc:4665
1191
#: drizzled/sql_plugin.cc:825
1193
msgid "Plugin '%s' init function returned error."
1196
#. TRANSLATORS: The leading word "configvar" is the name
1197
#. of the plugin api, and so should not be translated.
1198
#: drizzled/configvar.cc:40
1200
msgid "configvar plugin '%s' init() failed"
1203
#. TRANSLATORS: The leading word "configvar" is the name
1204
#. of the plugin api, and so should not be translated.
1205
#: drizzled/configvar.cc:62
1207
msgid "configvar plugin '%s' deinit() failed"
1210
#. TRANSLATORS: The leading word "configvar" is the name
1211
#. of the plugin api, and so should not be translated.
1212
#: drizzled/configvar.cc:98
1214
msgid "configvar plugin '%s' configvar_func1() failed"
1217
#. TRANSLATORS: The leading word "configvar" is the name
1218
#. of the plugin api, and so should not be translated.
1219
#: drizzled/configvar.cc:152
1221
msgid "configvar plugin '%s' configvar_func2() failed"
1224
#: drizzled/db.cc:403 drizzled/db.cc:411
1226
msgid "Error while loading database options: '%s':"
1229
#: drizzled/drizzled.cc:547
1231
msgid "Got error %d from pthread_cond_timedwait"
1234
#: drizzled/drizzled.cc:728
1236
msgid "Got signal %d from thread %<PRIu64>"
1239
#: drizzled/drizzled.cc:762
1186
1240
msgid "Aborting\n"
1189
#: ../drizzled/drizzled.cc:550
1243
#: drizzled/drizzled.cc:941
1190
1244
msgid "One can only use the --user switch if running as root\n"
1193
#: ../drizzled/drizzled.cc:557
1247
#: drizzled/drizzled.cc:949
1195
1249
"Fatal error: Please read \"Security\" section of the manual to find out how "
1196
1250
"to run drizzled as root!\n"
1199
#: ../drizzled/drizzled.cc:577
1253
#: drizzled/drizzled.cc:973
1202
1256
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1206
#: ../drizzled/drizzled.cc:602
1207
msgid "Set process group ID failed"
1210
#: ../drizzled/drizzled.cc:607
1211
msgid "Set process user ID failed"
1214
#: ../drizzled/drizzled.cc:619
1215
msgid "Process chroot failed"
1218
#: ../drizzled/drizzled.cc:739
1219
msgid "Error: Invalid Value for auto_increment_increment"
1222
#: ../drizzled/drizzled.cc:750
1223
msgid "Error: Invalid Value for auto_increment_offset"
1226
#: ../drizzled/drizzled.cc:761
1227
msgid "Error: Invalid Value for completion_type"
1230
#: ../drizzled/drizzled.cc:773
1231
msgid "Error: Invalid Value for div-precision-increment"
1234
#: ../drizzled/drizzled.cc:784
1235
msgid "Error: Invalid Value for group_concat_max_len"
1238
#: ../drizzled/drizzled.cc:795
1239
msgid "Error: Invalid Value for join_buffer_size"
1242
#: ../drizzled/drizzled.cc:807
1243
msgid "Error: Invalid Value for max_allowed_packet"
1246
#: ../drizzled/drizzled.cc:819
1247
msgid "Error: Invalid Value for max_error_count"
1250
#: ../drizzled/drizzled.cc:830
1251
msgid "Error: Invalid Value for max_heap_table_size"
1254
#: ../drizzled/drizzled.cc:842
1255
msgid "Error: Invalid Value for min_examined_row_limit"
1258
#: ../drizzled/drizzled.cc:853
1259
msgid "Error: Invalid Value for max_join_size"
1262
#: ../drizzled/drizzled.cc:864
1263
msgid "Error: Invalid Value for max_length_for_sort_data"
1266
#: ../drizzled/drizzled.cc:875
1267
msgid "Error: Invalid Value for max_seeks_for_key"
1270
#: ../drizzled/drizzled.cc:886
1271
msgid "Error: Invalid Value for max_sort_length"
1274
#: ../drizzled/drizzled.cc:897
1275
msgid "Error: Invalid Value for optimizer_search_depth"
1278
#: ../drizzled/drizzled.cc:908
1279
msgid "Error: Invalid Value for preload_buff_size"
1282
#: ../drizzled/drizzled.cc:919
1283
msgid "Error: Invalid Value for query_alloc_block_size"
1286
#: ../drizzled/drizzled.cc:931
1287
msgid "Error: Invalid Value for query_prealloc_size"
1290
#: ../drizzled/drizzled.cc:943
1291
msgid "Error: Invalid Value for range_alloc_block_size"
1294
#: ../drizzled/drizzled.cc:955
1295
msgid "Error: Invalid Value for read_buff_size"
1298
#: ../drizzled/drizzled.cc:967
1299
msgid "Error: Invalid Value for read_rnd_buff_size"
1302
#: ../drizzled/drizzled.cc:978
1303
msgid "Error: Invalid Value for sort_buff_size"
1306
#: ../drizzled/drizzled.cc:989
1307
msgid "Error: Invalid Value for table_def_size"
1310
#: ../drizzled/drizzled.cc:1000
1311
msgid "Error: Invalid Value for table_cache_size"
1314
#: ../drizzled/drizzled.cc:1011 ../drizzled/drizzled.cc:1027
1315
msgid "Error: Invalid Value for table_lock_wait_timeout"
1318
#: ../drizzled/drizzled.cc:1038
1320
"Error: Invalid Value for transaction_message_threshold valid values are "
1321
"between 131072 - 1048576 bytes"
1324
#: ../drizzled/drizzled.cc:1096
1326
msgid "Defaults file '%s' not found\n"
1329
#: ../drizzled/drizzled.cc:1138
1260
#: drizzled/drizzled.cc:1147
1262
msgid "Retrying bind on TCP/IP port %u"
1265
#: drizzled/drizzled.cc:1153
1266
msgid "Can't start server: Bind on TCP/IP port"
1269
#: drizzled/drizzled.cc:1154
1271
msgid "Do you already have another drizzled server running on port: %d ?"
1274
#: drizzled/drizzled.cc:1160
1275
msgid "Can't start server: listen() on TCP/IP port"
1278
#: drizzled/drizzled.cc:1161
1280
msgid "listen() on TCP/IP failed with error %d"
1283
#: drizzled/drizzled.cc:1251
1288
#: drizzled/drizzled.cc:1269
1291
"We will try our best to scrape up some info that will hopefully help "
1293
"the problem, but since we have already crashed, something is definitely "
1295
"and this may fail.\n"
1299
#: drizzled/drizzled.cc:1280
1302
"It is possible that drizzled could use up to \n"
1303
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = "
1306
"Hope that's ok; if not, decrease some variables in the equation.\n"
1310
#: drizzled/drizzled.cc:1298
1313
"Attempting backtrace. You can use the following information to find out\n"
1314
"where drizzled died. If you see no messages after this, something went\n"
1315
"terribly wrong...\n"
1318
#: drizzled/drizzled.cc:1326
1321
"Trying to get some variables.\n"
1322
"Some pointers may be invalid and cause the dump to abort...\n"
1325
#: drizzled/drizzled.cc:1338
1329
"This crash occured while the server was calling initgroups(). This is\n"
1330
"often due to the use of a drizzled that is statically linked against glibc\n"
1331
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1332
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1333
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1334
"drizzled that is not statically linked.\n"
1337
#: drizzled/drizzled.cc:1353
1341
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1342
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1343
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1344
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1345
"the documentation for your distribution on how to do that.\n"
1348
#: drizzled/drizzled.cc:1366
1352
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1353
"unreliable and unstable on some operating systems and operating-system\n"
1354
"versions (notably, some versions of Linux). This crash could be due to use\n"
1355
"of those buggy OS calls. You should consider whether you really need the\n"
1356
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1360
#: drizzled/drizzled.cc:1381
1362
msgid "Writing a core file\n"
1365
#: drizzled/drizzled.cc:1428
1367
"setrlimit could not change the size of core files to 'infinity'; We may not "
1368
"be able to generate a core file on signals"
1371
#: drizzled/drizzled.cc:1496
1373
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1376
#: drizzled/drizzled.cc:1584
1378
msgid "Got signal %d to shutdown drizzled"
1381
#: drizzled/drizzled.cc:1601 drizzled/sql_base.cc:6487
1382
msgid "Can't create thread to kill server"
1385
#: drizzled/drizzled.cc:1624
1387
msgid "Got signal: %d error: %d"
1390
#: drizzled/drizzled.cc:1754
1392
msgid "Wrong date/time format specifier: %s\n"
1395
#: drizzled/drizzled.cc:1871
1331
1397
msgid "gethostname failed, using '%s' as hostname"
1334
#: ../drizzled/drizzled.cc:1152 ../drizzled/drizzled.cc:1739
1335
msgid "Display this help and exit."
1338
#: ../drizzled/drizzled.cc:1156
1339
msgid "Configuration file to use"
1342
#: ../drizzled/drizzled.cc:1158
1343
msgid "Base location for config files"
1346
#: ../drizzled/drizzled.cc:1160 ../drizzled/drizzled.cc:1927
1347
msgid "Directory for plugins."
1350
#: ../drizzled/drizzled.cc:1165 ../drizzled/drizzled.cc:1931
1352
"Optional comma separated list of plugins to load at startup in addition to "
1353
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1356
#: ../drizzled/drizzled.cc:1169 ../drizzled/drizzled.cc:1937
1358
"Optional comma separated list of plugins to not load at startup. Effectively "
1359
"removes a plugin from the list of plugins to be loaded. [for example: --"
1360
"plugin_remove=crc32,logger_gearman]"
1363
#: ../drizzled/drizzled.cc:1173 ../drizzled/drizzled.cc:1943
1365
"Optional comma separated list of plugins to load at starup instead of the "
1366
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1369
#: ../drizzled/drizzled.cc:1180 ../drizzled/drizzled.cc:1743
1400
#: drizzled/drizzled.cc:1935
1403
"Changed limits: max_open_files: %u max_connections: %<PRIu64> table_cache: "
1407
#: drizzled/drizzled.cc:1940
1410
"Could not increase number of max_open_files to more than %u (request: %u)"
1413
#: drizzled/drizzled.cc:2021
1415
msgid "Unknown locale: '%s'"
1418
#: drizzled/drizzled.cc:2087
1419
msgid "Can't create thread-keys"
1422
#: drizzled/drizzled.cc:2127
1423
msgid "Unable to reopen stdout"
1426
#: drizzled/drizzled.cc:2130
1427
msgid "Unable to reopen stderr"
1430
#: drizzled/drizzled.cc:2136
1431
msgid "Out of memory"
1434
#: drizzled/drizzled.cc:2142
1436
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1437
"impossible, it would lead to infinite loops in this server."
1440
#: drizzled/drizzled.cc:2162
1443
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1444
"replication may break when this Drizzle server acts as a master and has his "
1445
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1448
#: drizzled/drizzled.cc:2190
1449
msgid "Failed to initialize plugins."
1452
#: drizzled/drizzled.cc:2221
1455
"%s: Too many arguments (first extra is '%s').\n"
1456
"Use --verbose --help to get a list of available options\n"
1459
#: drizzled/drizzled.cc:2231
1460
msgid "Can't init databases"
1463
#: drizzled/drizzled.cc:2251
1465
msgid "Unknown/unsupported table type: %s"
1468
#: drizzled/drizzled.cc:2257
1470
msgid "Default storage engine (%s) is not available"
1473
#: drizzled/drizzled.cc:2280
1474
msgid "Can't initialize tc_log"
1477
#: drizzled/drizzled.cc:2311
1479
msgid "Failed to lock memory. Errno: %d\n"
1482
#: drizzled/drizzled.cc:2380
1484
msgid "Asked for %u thread stack, but got %<PRIu64>"
1487
#: drizzled/drizzled.cc:2416
1489
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1490
"value: we force server id to 1; updates will be logged to the binary log, "
1491
"but connections from slaves will not be accepted."
1494
#: drizzled/drizzled.cc:2474
1495
msgid "Before Lock_thread_count"
1498
#: drizzled/drizzled.cc:2481
1499
msgid "After lock_thread_count"
1502
#: drizzled/drizzled.cc:2589
1504
msgid "drizzled: Got error %d from select"
1507
#: drizzled/drizzled.cc:2821 drizzled/drizzled.cc:2908
1508
#: drizzled/drizzled.cc:3026
1509
msgid "Option used by mysql-test for debugging and testing of replication."
1512
#: drizzled/drizzled.cc:2825
1370
1513
msgid "Auto-increment columns are incremented by this"
1373
#: ../drizzled/drizzled.cc:1182 ../drizzled/drizzled.cc:1748
1516
#: drizzled/drizzled.cc:2830
1375
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1518
"Offset added to Auto-increment columns. Used when auto-increment-increment "
1379
#: ../drizzled/drizzled.cc:1184 ../drizzled/drizzled.cc:1754
1522
#: drizzled/drizzled.cc:2836
1381
1524
"Path to installation directory. All paths are usually resolved relative to "
1385
#: ../drizzled/drizzled.cc:1187 ../drizzled/drizzled.cc:1759
1528
#: drizzled/drizzled.cc:2840
1529
msgid "IP address to bind to."
1532
#: drizzled/drizzled.cc:2844
1534
"The maximum size of a row-based binary log event in bytes. Rows will be "
1535
"grouped into events smaller than this size if possible. The value has to be "
1536
"a multiple of 256."
1539
#: drizzled/drizzled.cc:2855
1540
msgid "Don't ignore client side character set value sent during handshake."
1543
#: drizzled/drizzled.cc:2860
1544
msgid "Set the filesystem character set."
1547
#: drizzled/drizzled.cc:2865
1548
msgid "Set the default character set."
1551
#: drizzled/drizzled.cc:2872
1386
1552
msgid "Chroot drizzled daemon during startup."
1389
#: ../drizzled/drizzled.cc:1189 ../drizzled/drizzled.cc:1763
1555
#: drizzled/drizzled.cc:2876
1390
1556
msgid "Set the default collation."
1393
#: ../drizzled/drizzled.cc:1191 ../drizzled/drizzled.cc:1767
1559
#: drizzled/drizzled.cc:2880
1394
1560
msgid "Default completion type."
1397
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1563
#: drizzled/drizzled.cc:2885
1564
msgid "Write error output on screen."
1567
#: drizzled/drizzled.cc:2889
1398
1568
msgid "Write core on errors."
1401
#: ../drizzled/drizzled.cc:1194 ../drizzled/drizzled.cc:1776
1571
#: drizzled/drizzled.cc:2893
1402
1572
msgid "Path to the database root."
1405
#: ../drizzled/drizzled.cc:1196
1406
msgid "Set the default storage engine for tables."
1575
#: drizzled/drizzled.cc:2897
1576
msgid "Set the default storage engine (table type) for tables."
1409
#: ../drizzled/drizzled.cc:1198
1579
#: drizzled/drizzled.cc:2901
1410
1580
msgid "Set the default time zone."
1413
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1780
1583
#: drizzled/drizzled.cc:2905
1584
msgid "Type of DELAY_KEY_WRITE."
1587
#: drizzled/drizzled.cc:2914
1588
msgid "Print a symbolic stack trace on failure."
1591
#: drizzled/drizzled.cc:2920
1592
msgid "Push supported query conditions to the storage engine."
1595
#: drizzled/drizzled.cc:2926
1414
1596
msgid "Used for debugging; Use at your own risk!"
1417
#: ../drizzled/drizzled.cc:1202 ../drizzled/drizzled.cc:1785
1599
#: drizzled/drizzled.cc:2929
1600
msgid "Flush tables to disk between SQL commands."
1603
#: drizzled/drizzled.cc:2934
1418
1604
msgid "Set up signals usable for debugging"
1421
#: ../drizzled/drizzled.cc:1204
1607
#: drizzled/drizzled.cc:2938
1608
msgid "Command(s) that are executed for each new connection"
1611
#: drizzled/drizzled.cc:2942
1612
msgid "Read SQL commands from this file at startup."
1615
#: drizzled/drizzled.cc:2946
1616
msgid "Command(s) that are executed when a slave connects to this master"
1619
#: drizzled/drizzled.cc:2950
1623
#: drizzled/drizzled.cc:2954
1422
1624
msgid "Set the language used for the month names and the days of the week."
1425
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1789
1627
#: drizzled/drizzled.cc:2959
1628
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1631
#: drizzled/drizzled.cc:2964
1632
msgid "Log connections and queries to file."
1635
#: drizzled/drizzled.cc:2968
1637
"Log update queries in binary format. Optional argument is the location for "
1638
"the binary log files.(Strongly recommended to avoid replication problems if "
1639
"server's hostname changes)"
1642
#: drizzled/drizzled.cc:2975
1643
msgid "File that holds the names for last binary log files."
1646
#: drizzled/drizzled.cc:2979
1647
msgid "Error log file."
1650
#: drizzled/drizzled.cc:2983
1651
msgid "Log all MyISAM changes to file."
1654
#: drizzled/drizzled.cc:2987
1656
"Tells the slave to log the updates from the slave thread to the binary log. "
1657
"You will need to turn it on if you plan to daisy-chain the slaves."
1660
#: drizzled/drizzled.cc:2994
1662
"Path to transaction coordinator log (used for transactions that affect more "
1663
"than one storage engine, when binary log is disabled)"
1666
#: drizzled/drizzled.cc:3000
1667
msgid "Size of transaction coordinator log."
1670
#: drizzled/drizzled.cc:3006
1426
1671
msgid "Log some not critical warnings to the log file."
1429
#: ../drizzled/drizzled.cc:1208 ../drizzled/drizzled.cc:1794
1430
msgid "Pid file used by drizzled."
1433
#: ../drizzled/drizzled.cc:1210
1434
msgid "Maximum time in seconds to wait for the port to become free. "
1437
#: ../drizzled/drizzled.cc:1212
1438
msgid "Include the SQL query in replicated protobuf messages."
1441
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1803
1674
#: drizzled/drizzled.cc:3011
1675
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1678
#: drizzled/drizzled.cc:3016
1680
"The location and name of the file that remembers the master and where the "
1681
"I/O replication thread is in the master's binlogs."
1684
#: drizzled/drizzled.cc:3021
1686
"The number of tries the slave will make to connect to the master before "
1690
#: drizzled/drizzled.cc:3030
1691
msgid "Lock drizzled in memory."
1694
#: drizzled/drizzled.cc:3034
1696
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1697
"BACKUP, FORCE or QUICK."
1700
#: drizzled/drizzled.cc:3039
1701
msgid "Use very new possible 'unsafe' functions."
1704
#: drizzled/drizzled.cc:3044
1705
msgid "Use old, non-optimized alter table."
1708
#: drizzled/drizzled.cc:3049
1709
msgid "Pid file used by safe_mysqld."
1712
#: drizzled/drizzled.cc:3059
1714
"Maximum time in seconds to wait for the port to become free. (Default: no "
1718
#: drizzled/drizzled.cc:3064
1719
msgid "The location and name to use for relay logs."
1722
#: drizzled/drizzled.cc:3068
1724
"The location and name to use for the file that keeps a list of the last "
1728
#: drizzled/drizzled.cc:3073
1730
"The location and name of the file that remembers where the SQL replication "
1731
"thread is in the relay logs."
1734
#: drizzled/drizzled.cc:3078
1736
"In replication, if set to 1, do not skip events having our server id. "
1737
"Default value is 0 (to break infinite loops in circular replication). Can't "
1738
"be set to 1 if --log-slave-updates is used."
1741
#: drizzled/drizzled.cc:3086
1743
"Hostname or IP of the slave to be reported to to the master during slave "
1744
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
1745
"you do not want the slave to register itself with the master. Note that it "
1746
"is not sufficient for the master to simply read the IP of the slave off the "
1747
"socket once the slave connects. Due to NAT and other routing issues, that IP "
1748
"may not be valid for connecting to the slave from the master or other hosts."
1751
#: drizzled/drizzled.cc:3096
1752
msgid "Skip some optimize stages (for testing)."
1755
#: drizzled/drizzled.cc:3099
1443
1757
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1444
1758
"specified directory"
1447
#: ../drizzled/drizzled.cc:1217 ../drizzled/drizzled.cc:1808
1761
#: drizzled/drizzled.cc:3104
1449
1763
"Uniquely identifies the server instance in the community of replication "
1453
#: ../drizzled/drizzled.cc:1220 ../drizzled/drizzled.cc:1813
1767
#: drizzled/drizzled.cc:3109
1768
msgid "Don't use new, possible wrong routines."
1771
#: drizzled/drizzled.cc:3112
1772
msgid "If set, slave is not autostarted."
1775
#: drizzled/drizzled.cc:3116
1454
1776
msgid "Don't print a stack trace on failure."
1457
#: ../drizzled/drizzled.cc:1222 ../drizzled/drizzled.cc:1817
1779
#: drizzled/drizzled.cc:3120
1780
msgid "Don't give threads different priorities."
1783
#: drizzled/drizzled.cc:3124
1785
"The location where the slave should put its temporary files when replicating "
1786
"a LOAD DATA INFILE command."
1789
#: drizzled/drizzled.cc:3129
1791
"Tells the slave thread to continue replication when a query event returns an "
1792
"error from the provided list."
1795
#: drizzled/drizzled.cc:3133
1797
"Modes for how replication events should be executed. Legal values are "
1798
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
1799
"stop for operations that are idempotent. In STRICT mode, replication will "
1800
"stop on any unexpected difference between the master and the slave."
1803
#: drizzled/drizzled.cc:3141
1807
#: drizzled/drizzled.cc:3144
1458
1808
msgid "Enable symbolic link support."
1461
#: ../drizzled/drizzled.cc:1224 ../drizzled/drizzled.cc:1826
1811
#: drizzled/drizzled.cc:3153
1813
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1816
#: drizzled/drizzled.cc:3158
1818
"Decision to use in heuristic recover process. Possible values are COMMIT or "
1822
#: drizzled/drizzled.cc:3163
1824
"Using this option will cause most temporary files created to use a small set "
1825
"of names, rather than a unique name for each new file."
1828
#: drizzled/drizzled.cc:3168
1463
1830
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1466
#: ../drizzled/drizzled.cc:1227
1467
msgid "Path for temporary files."
1833
#: drizzled/drizzled.cc:3173
1835
"Path for temporary files. Several paths may be specified, separated by a "
1836
"colon (:), in this case they are used in a round-robin fashion."
1470
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1831
1839
#: drizzled/drizzled.cc:3179
1471
1840
msgid "Default transaction isolation level."
1474
#: ../drizzled/drizzled.cc:1231
1476
"Max message size written to transaction log, valid values 131072 - 1048576 "
1480
#: ../drizzled/drizzled.cc:1233 ../drizzled/drizzled.cc:1835
1843
#: drizzled/drizzled.cc:3183
1481
1844
msgid "Run drizzled daemon as user."
1484
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1839
1847
#: drizzled/drizzled.cc:3191
1486
1849
"The number of outstanding connection requests Drizzle can have. This comes "
1487
1850
"into play when the main Drizzle thread gets very many connection requests in "
1488
1851
"a very short time."
1491
#: ../drizzled/drizzled.cc:1242 ../drizzled/drizzled.cc:1845
1493
"Size of tree cache used in bulk insert optimization. Note that this is a "
1854
#: drizzled/drizzled.cc:3197
1856
"The size of the cache to hold the SQL statements for the binary log during a "
1857
"transaction. If you often use big, multi-statement transactions you can "
1858
"increase this to get more performance."
1861
#: drizzled/drizzled.cc:3203
1863
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1494
1864
"limit per thread!"
1497
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1851
1867
#: drizzled/drizzled.cc:3209
1869
"The number of seconds the drizzled server is waiting for a connect packet "
1870
"before responding with 'Bad handshake'."
1873
#: drizzled/drizzled.cc:3214
1874
msgid "The DATE format (For future)."
1877
#: drizzled/drizzled.cc:3219
1878
msgid "The DATETIME/TIMESTAMP format (for future)."
1881
#: drizzled/drizzled.cc:3224
1882
msgid "The default week format used by WEEK() functions."
1885
#: drizzled/drizzled.cc:3229
1499
1887
"Precision of the result of '/' operator will be increased on that value."
1502
#: ../drizzled/drizzled.cc:1248
1890
#: drizzled/drizzled.cc:3235
1892
"If non-zero, binary logs will be purged after expire_logs_days days; "
1893
"possible purges happen at startup and at binary log rotation."
1896
#: drizzled/drizzled.cc:3241
1503
1897
msgid "The maximum length of the result of function group_concat."
1506
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1857
1900
#: drizzled/drizzled.cc:3246
1902
"The number of seconds the server waits for activity on an interactive "
1903
"connection before closing it."
1906
#: drizzled/drizzled.cc:3252
1507
1907
msgid "The size of the buffer that is used for full joins."
1510
#: ../drizzled/drizzled.cc:1253
1512
"A global cap on the amount of memory that can be allocated by session join "
1513
"buffers (0 means unlimited)"
1516
#: ../drizzled/drizzled.cc:1255 ../drizzled/drizzled.cc:1863
1910
#: drizzled/drizzled.cc:3258
1912
"Don't overwrite stale .MYD and .MYI even if no directory is specified."
1915
#: drizzled/drizzled.cc:3263
1917
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1918
"this to get better index handling (for all reads and multiple writes) to as "
1919
"much as you can afford;"
1922
#: drizzled/drizzled.cc:3272
1924
"This characterizes the number of hits a hot block has to be untouched until "
1925
"it is considered aged enough to be downgraded to a warm block. This "
1926
"specifies the percentage ratio of that number of hits to the total number of "
1927
"blocks in key cache"
1930
#: drizzled/drizzled.cc:3281
1931
msgid "The default size of key cache blocks"
1934
#: drizzled/drizzled.cc:3287
1935
msgid "The minimum percentage of warm blocks in key cache"
1938
#: drizzled/drizzled.cc:3293
1517
1939
msgid "Max packetlength to send/receive from to server."
1520
#: ../drizzled/drizzled.cc:1257
1942
#: drizzled/drizzled.cc:3298
1944
"Can be used to restrict the total size used to cache a multi-transaction "
1948
#: drizzled/drizzled.cc:3303
1950
"Binary log will be rotated automatically when the size exceeds this value. "
1951
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
1952
"for this variable is 4096."
1955
#: drizzled/drizzled.cc:3309
1957
"If there is more than this number of interrupted connections from a host "
1958
"this host will be blocked from further connections."
1961
#: drizzled/drizzled.cc:3316
1962
msgid "The number of simultaneous clients allowed."
1965
#: drizzled/drizzled.cc:3321
1521
1966
msgid "Max number of errors/warnings to store for a statement."
1524
#: ../drizzled/drizzled.cc:1259 ../drizzled/drizzled.cc:1868
1969
#: drizzled/drizzled.cc:3326
1525
1970
msgid "Don't allow creation of heap tables bigger than this."
1528
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1874
1973
#: drizzled/drizzled.cc:3332
1530
1975
"Joins that are probably going to read more than max_join_size records return "
1534
#: ../drizzled/drizzled.cc:1264 ../drizzled/drizzled.cc:1880
1979
#: drizzled/drizzled.cc:3338
1535
1980
msgid "Max number of bytes in sorted records."
1538
#: ../drizzled/drizzled.cc:1266 ../drizzled/drizzled.cc:1885
1983
#: drizzled/drizzled.cc:3343
1985
"If non-zero: relay log will be rotated automatically when the size exceeds "
1986
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
1987
"excepted, the minimum value for this variable is 4096."
1990
#: drizzled/drizzled.cc:3350
1539
1991
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1542
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1890
1994
#: drizzled/drizzled.cc:3355
1544
1996
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1545
1997
"max_sort_length bytes of each value are used; the rest are ignored)."
1548
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1897
2000
#: drizzled/drizzled.cc:3362
2001
msgid "Maximum number of temporary tables a client can keep open at a time."
2004
#: drizzled/drizzled.cc:3367
1549
2005
msgid "After this many write locks, allow some read locks to run in between."
1552
#: ../drizzled/drizzled.cc:1274 ../drizzled/drizzled.cc:1901
2008
#: drizzled/drizzled.cc:3371
1554
2010
"Don't log queries which examine less than min_examined_row_limit rows to "
1558
#: ../drizzled/drizzled.cc:1277
1560
"Do not apply any heuristic(s) during query optimization to prune, thus "
1561
"perform an exhaustive search from the optimizer search space."
1564
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1915
2014
#: drizzled/drizzled.cc:3377
2015
msgid "Block size to be used for MyISAM index pages."
2018
#: drizzled/drizzled.cc:3383
2019
msgid "Default pointer size to be used for MyISAM tables."
2022
#: drizzled/drizzled.cc:3388
2024
"Don't use the fast sort index method to created index if the temporary file "
2025
"would get bigger than this."
2028
#: drizzled/drizzled.cc:3395
2030
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2031
"disables parallel repair."
2034
#: drizzled/drizzled.cc:3401
2036
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2037
"when creating indexes with CREATE INDEX or ALTER TABLE."
2040
#: drizzled/drizzled.cc:3407
2042
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2043
"Possible values of name are 'nulls_unequal' (default behavior), "
2044
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2047
#: drizzled/drizzled.cc:3414
2048
msgid "Buffer length for TCP/IP and socket communication."
2051
#: drizzled/drizzled.cc:3419
2053
"Number of seconds to wait for more data from a connection before aborting "
2057
#: drizzled/drizzled.cc:3425
2059
"If a read on a communication port is interrupted, retry this many times "
2063
#: drizzled/drizzled.cc:3431
2065
"Number of seconds to wait for a block to be written to a connection before "
2066
"aborting the write."
2069
#: drizzled/drizzled.cc:3437
2070
msgid "Use compatible behavior."
2073
#: drizzled/drizzled.cc:3442
2075
"If this is not 0, then drizzled will use this value to reserve file "
2076
"descriptors to use with setrlimit(). If this value is 0 then drizzled will "
2077
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2078
"larger) number of files."
2081
#: drizzled/drizzled.cc:3449
2083
"Controls the heuristic(s) applied during query optimization to prune less-"
2084
"promising partial plans from the optimizer search space. Meaning: false - do "
2085
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
2086
"based on number of retrieved rows."
2089
#: drizzled/drizzled.cc:3457
1566
2091
"Maximum depth of search performed by the query optimizer. Values larger than "
1567
2092
"the number of relations in a query result in better query plans, but take "
1572
2097
"(used for testing/comparison)."
1575
#: ../drizzled/drizzled.cc:1289 ../drizzled/drizzled.cc:1949
2100
#: drizzled/drizzled.cc:3469
2101
msgid "Directory for plugins."
2104
#: drizzled/drizzled.cc:3473
2106
"Optional colon (or semicolon) separated list of plugins to load,where each "
2107
"plugin is identified by the name of the shared library. [for example: --"
2108
"plugin_load=libmd5udf.so:libauth_pam.so]"
2111
#: drizzled/drizzled.cc:3479
1576
2112
msgid "The size of the buffer that is allocated when preloading indexes"
1579
#: ../drizzled/drizzled.cc:1292 ../drizzled/drizzled.cc:1954
2115
#: drizzled/drizzled.cc:3484
1580
2116
msgid "Allocation block size for query parsing and execution"
1583
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1959
2119
#: drizzled/drizzled.cc:3489
1584
2120
msgid "Persistent buffer for query parsing and execution"
1587
#: ../drizzled/drizzled.cc:1298 ../drizzled/drizzled.cc:1965
2123
#: drizzled/drizzled.cc:3495
1588
2124
msgid "Allocation block size for storing ranges during optimization"
1591
#: ../drizzled/drizzled.cc:1301 ../drizzled/drizzled.cc:1971
2127
#: drizzled/drizzled.cc:3501
1593
2129
"Each thread that does a sequential scan allocates a buffer of this size for "
1594
2130
"each table it scans. If you do many sequential scans, you may want to "
1595
2131
"increase this value."
1598
#: ../drizzled/drizzled.cc:1306
1599
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
2134
#: drizzled/drizzled.cc:3509
2136
"Make all non-temporary tables read-only, with the exception for replication "
2137
"(slave) threads and users with the SUPER privilege"
1602
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1979
2140
#: drizzled/drizzled.cc:3515
1604
2142
"When reading rows in sorted order after a sort, the rows are read through "
1605
2143
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1606
2144
"record_buffer."
1609
#: ../drizzled/drizzled.cc:1314
1610
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1613
#: ../drizzled/drizzled.cc:1316
1614
msgid "Select scheduler to be used (by default multi-thread)."
1617
#: ../drizzled/drizzled.cc:1319 ../drizzled/drizzled.cc:1988
2147
#: drizzled/drizzled.cc:3523
2149
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2153
#: drizzled/drizzled.cc:3529
2154
msgid "Maximum space to use for all relay logs."
2157
#: drizzled/drizzled.cc:3534
2158
msgid "Use compression on master/slave protocol."
2161
#: drizzled/drizzled.cc:3539
2163
"Number of seconds to wait for more data from a master/slave connection "
2164
"before aborting the read."
2167
#: drizzled/drizzled.cc:3544
2169
"Number of times the slave SQL thread will retry a transaction in case it "
2170
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2174
#: drizzled/drizzled.cc:3550
2175
msgid "Allow slave to batch requests."
2178
#: drizzled/drizzled.cc:3554
2180
"If creating the thread takes longer than this value (in seconds), the "
2181
"Slow_launch_threads counter will be incremented."
2184
#: drizzled/drizzled.cc:3559
1618
2185
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1621
#: ../drizzled/drizzled.cc:1322
2188
#: drizzled/drizzled.cc:3565
1623
"A global cap on the amount of memory that can be allocated by session sort "
1624
"buffers (0 means unlimited)"
2190
"Synchronously flush binary log to disk after every #th event. Use 0 "
2191
"(default) to disable synchronous flushing."
1627
#: ../drizzled/drizzled.cc:1324 ../drizzled/drizzled.cc:1994
2194
#: drizzled/drizzled.cc:3570
1628
2195
msgid "The number of cached table definitions."
1631
#: ../drizzled/drizzled.cc:1326 ../drizzled/drizzled.cc:1998
2198
#: drizzled/drizzled.cc:3574
1632
2199
msgid "The number of cached open tables."
1635
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2002
2202
#: drizzled/drizzled.cc:3578
1637
2204
"Timeout in seconds to wait for a table level lock before returning an error. "
1638
2205
"Used only if the connection has active cursors."
1641
#: ../drizzled/drizzled.cc:1331 ../drizzled/drizzled.cc:2007
2208
#: drizzled/drizzled.cc:3583
2209
msgid "How many threads we should keep in a cache for reuse."
2212
#: drizzled/drizzled.cc:3587
2214
"How many threads we should create to handle query requests in case of "
2215
"'thread_handling=pool-of-threads'"
2218
#: drizzled/drizzled.cc:3592
1642
2219
msgid "The stack size for each thread."
1645
#: ../drizzled/drizzled.cc:1334 ../drizzled/drizzled.cc:2013
2222
#: drizzled/drizzled.cc:3598
2223
msgid "The TIME format (for future)."
2226
#: drizzled/drizzled.cc:3603
1647
"If an internal in-memory temporary table exceeds this size, Drizzle will "
2228
"If an internal in-memory temporary table exceeds this size, MySQL will "
1648
2229
"automatically convert it to an on-disk MyISAM table."
1651
#: ../drizzled/drizzled.cc:1357
1652
msgid "Duplicate entry for command line option\n"
1655
#: ../drizzled/drizzled.cc:1404 ../drizzled/drizzled.cc:1422
1656
#: ../drizzled/drizzled.cc:1456 ../drizzled/drizzled.cc:1464
1657
#: ../drizzled/drizzled.cc:1484
1661
"Use --help to get a list of available options\n"
1664
#: ../drizzled/drizzled.cc:1434
1665
msgid "Failed to initialize plugins\n"
1668
#: ../drizzled/drizzled.cc:1472
1672
"Use --help to get a list of available options\n"
1675
#: ../drizzled/drizzled.cc:1521
1676
msgid "Error getting default charset"
1679
#: ../drizzled/drizzled.cc:1551
1680
msgid "Error setting collation"
1683
#: ../drizzled/drizzled.cc:1559
1685
msgid "Unknown locale: '%s'"
1688
#: ../drizzled/drizzled.cc:1579
1689
msgid "Could not initialize table cache\n"
1692
#: ../drizzled/drizzled.cc:1594
1693
msgid "XA cache initialization failed: Out of memory\n"
1696
#: ../drizzled/drizzled.cc:1624
1697
msgid "No scheduler found, cannot continue!\n"
1700
#: ../drizzled/drizzled.cc:1648
1702
msgid "Unknown/unsupported storage engine: %s\n"
1705
#: ../drizzled/drizzled.cc:1798
1707
"Maximum time in seconds to wait for the port to become free. (Default: no "
1711
#: ../drizzled/drizzled.cc:1907
1713
"Controls the heuristic(s) applied during query optimization to prune less-"
1714
"promising partial plans from the optimizer search space. Meaning: false - do "
1715
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1716
"based on number of retrieved rows."
1719
#: ../drizzled/drizzled.cc:2039
1721
"Copyright (C) 2008 Sun Microsystems\n"
2232
#: drizzled/drizzled.cc:3609
2233
msgid "Allocation block size for transactions to be stored in binary log"
2236
#: drizzled/drizzled.cc:3614
2237
msgid "Persistent buffer for transactions to be stored in binary log"
2240
#: drizzled/drizzled.cc:3619
2242
"The number of seconds the server waits for activity on a connection before "
2246
#: drizzled/drizzled.cc:3866
2248
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
1722
2249
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1723
2250
"and you are welcome to modify and redistribute it under the GPL license\n"
2252
"Starts the Drizzle database server\n"
1727
#: ../drizzled/drizzled.cc:2046
2255
#: drizzled/drizzled.cc:3873
1729
2257
msgid "Usage: %s [OPTIONS]\n"
1732
#: ../drizzled/drizzled.cc:2167
2260
#: drizzled/drizzled.cc:3884
2263
"To see what values a running Drizzle server is using, type\n"
2264
"'drizzleadmin variables' instead of 'drizzled --help'."
2267
#: drizzled/drizzled.cc:4058
1735
2270
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1736
2271
"command line\n"
1739
#: ../drizzled/drizzled.cc:2184
1740
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1743
#: ../drizzled/drizzled.cc:2197
1744
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1747
#: ../drizzled/drizzled.cc:2210
1748
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1751
#: ../drizzled/drizzled.cc:2223
1752
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1755
#: ../drizzled/drizzled.cc:2338
1758
"There was an error creating the '%s' part of the path '%s'. Please check "
1759
"the path exists and is writable.\n"
1762
#: ../drizzled/drizzled.cc:2345
1765
"There was an error opening the path '%s', please check the path exists and "
1769
#: ../drizzled/error.cc:133
1771
msgid "Unknown error %d"
1774
#: ../drizzled/error.cc:207
1778
#: ../drizzled/error.cc:208
1779
msgid "Error on first"
1782
#: ../drizzled/error.cc:209
2274
#: drizzled/drizzled.cc:4112
2275
msgid "Can't start server: cannot resolve hostname!"
2278
#: drizzled/drizzled.cc:4118
2279
msgid "Can't start server: bind-address refers to multiple interfaces!"
2282
#: drizzled/drizzled.cc:4453
2284
msgid "No option given to %s\n"
2287
#: drizzled/drizzled.cc:4455
2289
msgid "Wrong option to %s. Option(s) given: %s\n"
2292
#: drizzled/drizzled.cc:4457
2294
msgid "Alternatives are: '%s'"
2297
#: drizzled/error.cc:34
2301
#: drizzled/error.cc:36
2305
#: drizzled/error.cc:38
1786
#: ../drizzled/error.cc:210
2309
#: drizzled/error.cc:40
1790
#: ../drizzled/error.cc:211
2313
#: drizzled/error.cc:42
1792
2315
msgid "Can't create file '%-.200s' (errno: %d)"
1795
#: ../drizzled/error.cc:212
2318
#: drizzled/error.cc:44
1797
2320
msgid "Can't create table '%-.200s' (errno: %d)"
1800
#: ../drizzled/error.cc:213
1802
msgid "Can't create schema '%-.192s' (errno: %d)"
1805
#: ../drizzled/error.cc:214
1807
msgid "Can't create schema '%-.192s'; schema exists"
1810
#: ../drizzled/error.cc:215
1812
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1815
#: ../drizzled/error.cc:216
2323
#: drizzled/error.cc:46
2325
msgid "Can't create database '%-.192s' (errno: %d)"
2328
#: drizzled/error.cc:48
2330
msgid "Can't create database '%-.192s'; database exists"
2333
#: drizzled/error.cc:50
2335
msgid "Can't drop database '%-.192s'; database doesn't exist"
2338
#: drizzled/error.cc:52
2340
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2343
#: drizzled/error.cc:54
2345
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2348
#: drizzled/error.cc:56
1817
2350
msgid "Error on delete of '%-.192s' (errno: %d)"
1820
#: ../drizzled/error.cc:217
2353
#: drizzled/error.cc:58
2354
msgid "Can't read record in system table"
2357
#: drizzled/error.cc:60
1822
2359
msgid "Can't get status of '%-.200s' (errno: %d)"
1825
#: ../drizzled/error.cc:218
2362
#: drizzled/error.cc:62
2364
msgid "Can't get working directory (errno: %d)"
2367
#: drizzled/error.cc:64
1827
2369
msgid "Can't lock file (errno: %d)"
1830
#: ../drizzled/error.cc:219
2372
#: drizzled/error.cc:66
1832
2374
msgid "Can't open file: '%-.200s' (errno: %d)"
1835
#: ../drizzled/error.cc:220
2377
#: drizzled/error.cc:68
1837
2379
msgid "Can't find file: '%-.200s' (errno: %d)"
1840
#: ../drizzled/error.cc:221
2382
#: drizzled/error.cc:70
1842
2384
msgid "Can't read dir of '%-.192s' (errno: %d)"
1845
#: ../drizzled/error.cc:222
2387
#: drizzled/error.cc:72
2389
msgid "Can't change dir to '%-.192s' (errno: %d)"
2392
#: drizzled/error.cc:74
1847
2394
msgid "Record has changed since last read in table '%-.192s'"
1850
#: ../drizzled/error.cc:223
2397
#: drizzled/error.cc:76
1852
2399
msgid "Disk full (%s); waiting for someone to free some space..."
1855
#: ../drizzled/error.cc:224
2402
#: drizzled/error.cc:78
1857
2404
msgid "Can't write; duplicate key in table '%-.192s'"
1860
#: ../drizzled/error.cc:225
2407
#: drizzled/error.cc:80
1862
2409
msgid "Error on close of '%-.192s' (errno: %d)"
1865
#: ../drizzled/error.cc:226
2412
#: drizzled/error.cc:82
1867
2414
msgid "Error reading file '%-.200s' (errno: %d)"
1870
#: ../drizzled/error.cc:227
2417
#: drizzled/error.cc:84
1872
2419
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1875
#: ../drizzled/error.cc:228
2422
#: drizzled/error.cc:86
1877
2424
msgid "Error writing file '%-.200s' (errno: %d)"
1880
#: ../drizzled/error.cc:229
2427
#: drizzled/error.cc:88
1882
2429
msgid "'%-.192s' is locked against change"
1885
#: ../drizzled/error.cc:230
2432
#: drizzled/error.cc:90
1886
2433
msgid "Sort aborted"
1889
#: ../drizzled/error.cc:231
2436
#: drizzled/error.cc:92
2438
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2441
#: drizzled/error.cc:94
1891
2443
msgid "Got error %d from storage engine"
1894
#: ../drizzled/error.cc:232
2446
#: drizzled/error.cc:96
1896
2448
msgid "Table storage engine for '%-.192s' doesn't have this option"
1899
#: ../drizzled/error.cc:233
2451
#: drizzled/error.cc:98
1901
2453
msgid "Can't find record in '%-.192s'"
1904
#: ../drizzled/error.cc:234
2456
#: drizzled/error.cc:100
1906
2458
msgid "Incorrect information in file: '%-.200s'"
1909
#: ../drizzled/error.cc:235
2461
#: drizzled/error.cc:102
1911
2463
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1914
#: ../drizzled/error.cc:236
2466
#: drizzled/error.cc:104
1916
2468
msgid "Old key file for table '%-.192s'; repair it!"
1919
#: ../drizzled/error.cc:237
2471
#: drizzled/error.cc:106
1921
2473
msgid "Table '%-.192s' is read only"
1924
#: ../drizzled/error.cc:238
2476
#: drizzled/error.cc:108
1926
msgid "Out of memory; restart server and try again (needed %lu bytes)"
2478
msgid "Out of memory; restart server and try again (needed %d bytes)"
1929
#: ../drizzled/error.cc:239
2481
#: drizzled/error.cc:110
1930
2482
msgid "Out of sort memory; increase server sort buffer size"
1933
#: ../drizzled/error.cc:240
1934
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
1937
#: ../drizzled/error.cc:241
1938
msgid "Global join memory constraint hit; increase join-heap-threshold"
1941
#: ../drizzled/error.cc:242
1942
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
1945
#: ../drizzled/error.cc:243
1946
msgid "Global read memory constraint hit; increase read-buffer-threshold"
1949
#: ../drizzled/error.cc:244
2485
#: drizzled/error.cc:112
1951
2487
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1954
#: ../drizzled/error.cc:245
2490
#: drizzled/error.cc:114
1955
2491
msgid "Too many connections"
1958
#: ../drizzled/error.cc:246
2494
#: drizzled/error.cc:116
1960
"Out of memory; check if drizzled or some other process uses all available "
1961
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
2496
"Out of memory; check if mysqld or some other process uses all available "
2497
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
1962
2498
"memory or you can add more swap space"
1965
#: ../drizzled/error.cc:247
2501
#: drizzled/error.cc:118
1966
2502
msgid "Can't get hostname for your address"
1969
#: ../drizzled/error.cc:248
2505
#: drizzled/error.cc:120
1970
2506
msgid "Bad handshake"
1973
#: ../drizzled/error.cc:249
2509
#: drizzled/error.cc:122
1975
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
2511
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1978
#: ../drizzled/error.cc:250
2514
#: drizzled/error.cc:124
1980
2516
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1983
#: ../drizzled/error.cc:251
1984
msgid "No schema selected"
2519
#: drizzled/error.cc:126
2520
msgid "No database selected"
1987
#: ../drizzled/error.cc:252
2523
#: drizzled/error.cc:128
1988
2524
msgid "Unknown command"
1991
#: ../drizzled/error.cc:253
2527
#: drizzled/error.cc:130
1993
2529
msgid "Column '%-.192s' cannot be null"
1996
#: ../drizzled/error.cc:254
2532
#: drizzled/error.cc:132
1998
msgid "Unknown schema '%-.192s'"
2534
msgid "Unknown database '%-.192s'"
2001
#: ../drizzled/error.cc:255
2537
#: drizzled/error.cc:134
2003
2539
msgid "Table '%-.192s' already exists"
2006
#: ../drizzled/error.cc:256
2542
#: drizzled/error.cc:136
2008
2544
msgid "Unknown table '%-.100s'"
2011
#: ../drizzled/error.cc:257
2547
#: drizzled/error.cc:138
2013
2549
msgid "Column '%-.192s' in %-.192s is ambiguous"
2016
#: ../drizzled/error.cc:258
2552
#: drizzled/error.cc:140
2017
2553
msgid "Server shutdown in progress"
2020
#: ../drizzled/error.cc:259
2556
#: drizzled/error.cc:142
2022
2558
msgid "Unknown column '%-.192s' in '%-.192s'"
2025
#: ../drizzled/error.cc:260
2561
#: drizzled/error.cc:144
2027
2563
msgid "'%-.192s' isn't in GROUP BY"
2030
#: ../drizzled/error.cc:261
2566
#: drizzled/error.cc:146
2032
2568
msgid "Can't group on '%-.192s'"
2035
#: ../drizzled/error.cc:262
2571
#: drizzled/error.cc:148
2036
2572
msgid "Statement has sum functions and columns in same statement"
2039
#: ../drizzled/error.cc:263
2575
#: drizzled/error.cc:150
2040
2576
msgid "Column count doesn't match value count"
2043
#: ../drizzled/error.cc:264
2579
#: drizzled/error.cc:152
2045
2581
msgid "Identifier name '%-.100s' is too long"
2048
#: ../drizzled/error.cc:265
2584
#: drizzled/error.cc:154
2050
2586
msgid "Duplicate column name '%-.192s'"
2053
#: ../drizzled/error.cc:266
2589
#: drizzled/error.cc:156
2055
2591
msgid "Duplicate key name '%-.192s'"
2058
#: ../drizzled/error.cc:267
2594
#: drizzled/error.cc:158
2060
2596
msgid "Duplicate entry '%-.192s' for key %d"
2063
#: ../drizzled/error.cc:268
2599
#: drizzled/error.cc:160
2065
2601
msgid "Incorrect column specifier for column '%-.192s'"
2068
#: ../drizzled/error.cc:269
2604
#: drizzled/error.cc:162
2070
2606
msgid "%s near '%-.80s' at line %d"
2073
#: ../drizzled/error.cc:270
2075
msgid "Parsing error near '%s'"
2078
#: ../drizzled/error.cc:271
2609
#: drizzled/error.cc:164
2079
2610
msgid "Query was empty"
2082
#: ../drizzled/error.cc:272
2613
#: drizzled/error.cc:166
2084
2615
msgid "Not unique table/alias: '%-.192s'"
2087
#: ../drizzled/error.cc:273
2618
#: drizzled/error.cc:168
2089
2620
msgid "Invalid default value for '%-.192s'"
2092
#: ../drizzled/error.cc:274
2623
#: drizzled/error.cc:170
2093
2624
msgid "Multiple primary key defined"
2096
#: ../drizzled/error.cc:275
2627
#: drizzled/error.cc:172
2098
2629
msgid "Too many keys specified; max %d keys allowed"
2101
#: ../drizzled/error.cc:276
2632
#: drizzled/error.cc:174
2103
2634
msgid "Too many key parts specified; max %d parts allowed"
2106
#: ../drizzled/error.cc:277
2637
#: drizzled/error.cc:176
2108
2639
msgid "Specified key was too long; max key length is %d bytes"
2111
#: ../drizzled/error.cc:278
2642
#: drizzled/error.cc:178
2113
2644
msgid "Key column '%-.192s' doesn't exist in table"
2116
#: ../drizzled/error.cc:279
2647
#: drizzled/error.cc:180
2119
2650
"BLOB column '%-.192s' can't be used in key specification with the used table "
2123
#: ../drizzled/error.cc:280
2654
#: drizzled/error.cc:182
2126
2657
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2130
#: ../drizzled/error.cc:281
2661
#: drizzled/error.cc:184
2132
2663
"Incorrect table definition; there can be only one auto column and it must be "
2133
2664
"defined as a key"
2136
#: ../drizzled/error.cc:282
2667
#: drizzled/error.cc:186
2670
"%s: ready for connections.\n"
2671
"Version: '%s' socket: '%s' port: %d"
2674
#: drizzled/error.cc:188
2138
2676
msgid "%s: Normal shutdown\n"
2141
#: ../drizzled/error.cc:283
2679
#: drizzled/error.cc:190
2143
2681
msgid "%s: Got signal %d. Aborting!\n"
2146
#: ../drizzled/error.cc:284
2684
#: drizzled/error.cc:192
2148
2686
msgid "%s: Shutdown complete\n"
2151
#: ../drizzled/error.cc:285
2689
#: drizzled/error.cc:194
2153
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2691
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2156
#: ../drizzled/error.cc:286
2694
#: drizzled/error.cc:196
2157
2695
msgid "Can't create IP socket"
2160
#: ../drizzled/error.cc:287
2698
#: drizzled/error.cc:198
2163
2701
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2167
#: ../drizzled/error.cc:288
2170
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2705
#: drizzled/error.cc:200
2706
msgid "Field separator argument is not what is expected; check the manual"
2174
#: ../drizzled/error.cc:289
2709
#: drizzled/error.cc:202
2176
2711
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2179
#: ../drizzled/error.cc:290
2714
#: drizzled/error.cc:204
2182
"The file '%-.128s' must be in the schema directory or be readable by all"
2717
"The file '%-.128s' must be in the database directory or be readable by all"
2185
#: ../drizzled/error.cc:291
2720
#: drizzled/error.cc:206
2187
2722
msgid "File '%-.200s' already exists"
2190
#: ../drizzled/error.cc:292
2725
#: drizzled/error.cc:208
2192
2727
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2195
#: ../drizzled/error.cc:293
2730
#: drizzled/error.cc:210
2732
msgid "Records: %ld Duplicates: %ld"
2735
#: drizzled/error.cc:212
2197
2737
"Incorrect prefix key; the used key part isn't a string, the used length is "
2198
2738
"longer than the key part, or the storage engine doesn't support unique "
2202
#: ../drizzled/error.cc:294
2742
#: drizzled/error.cc:214
2203
2743
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2206
#: ../drizzled/error.cc:295
2746
#: drizzled/error.cc:216
2208
2748
msgid "Can't DROP '%-.192s'; check that column/key exists"
2211
#: ../drizzled/error.cc:296
2751
#: drizzled/error.cc:218
2213
2753
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2216
#: ../drizzled/error.cc:297
2756
#: drizzled/error.cc:220
2218
2758
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2221
#. KILL session errors
2222
#: ../drizzled/error.cc:300
2224
msgid "Unknown session id: %lu"
2227
#: ../drizzled/error.cc:301
2229
msgid "You are not the owner of session %lu"
2232
#: ../drizzled/error.cc:302
2233
msgid "You cannot kill the session you are connected from."
2236
#: ../drizzled/error.cc:305
2761
#: drizzled/error.cc:222
2763
msgid "Unknown thread id: %lu"
2766
#: drizzled/error.cc:224
2768
msgid "You are not owner of thread %lu"
2771
#: drizzled/error.cc:226
2237
2772
msgid "No tables used"
2240
#: ../drizzled/error.cc:306
2775
#: drizzled/error.cc:228
2777
msgid "Too many strings for column %-.192s and SET"
2780
#: drizzled/error.cc:230
2782
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2785
#: drizzled/error.cc:232
2787
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2790
#: drizzled/error.cc:234
2792
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2795
#: drizzled/error.cc:236
2242
2797
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2245
#: ../drizzled/error.cc:307
2800
#: drizzled/error.cc:238
2247
msgid "Incorrect schema name '%-.100s'"
2802
msgid "Incorrect database name '%-.100s'"
2250
#: ../drizzled/error.cc:308
2805
#: drizzled/error.cc:240
2252
2807
msgid "Incorrect table name '%-.100s'"
2255
#: ../drizzled/error.cc:309
2810
#: drizzled/error.cc:242
2257
2812
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2258
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2813
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
2261
#: ../drizzled/error.cc:310
2816
#: drizzled/error.cc:244
2262
2817
msgid "Unknown error"
2265
#: ../drizzled/error.cc:311
2820
#: drizzled/error.cc:246
2267
2822
msgid "Unknown procedure '%-.192s'"
2270
#: ../drizzled/error.cc:312
2825
#: drizzled/error.cc:248
2272
2827
msgid "Incorrect parameter count to procedure '%-.192s'"
2275
#: ../drizzled/error.cc:313
2830
#: drizzled/error.cc:250
2832
msgid "Incorrect parameters to procedure '%-.192s'"
2835
#: drizzled/error.cc:252
2277
2837
msgid "Unknown table '%-.192s' in %-.32s"
2280
#: ../drizzled/error.cc:314
2840
#: drizzled/error.cc:254
2282
2842
msgid "Column '%-.192s' specified twice"
2285
#: ../drizzled/error.cc:315
2845
#: drizzled/error.cc:256
2286
2846
msgid "Invalid use of group function"
2289
#: ../drizzled/error.cc:316
2849
#: drizzled/error.cc:258
2292
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2852
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
2295
#: ../drizzled/error.cc:317
2855
#: drizzled/error.cc:260
2296
2856
msgid "A table must have at least 1 column"
2299
#: ../drizzled/error.cc:318
2859
#: drizzled/error.cc:262
2301
2861
msgid "The table '%-.192s' is full"
2304
#: ../drizzled/error.cc:319
2306
msgid "Too many tables; Drizzle can only use %d tables in a join"
2309
#: ../drizzled/error.cc:320
2864
#: drizzled/error.cc:264
2866
msgid "Unknown character set: '%-.64s'"
2869
#: drizzled/error.cc:266
2871
msgid "Too many tables; MySQL can only use %d tables in a join"
2874
#: drizzled/error.cc:268
2310
2875
msgid "Too many columns"
2313
#: ../drizzled/error.cc:321
2878
#: drizzled/error.cc:270
2316
2881
"Row size too large. The maximum row size for the used table type, not "
2317
2882
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2320
#: ../drizzled/error.cc:322
2885
#: drizzled/error.cc:272
2888
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
2889
"thread_stack=#' to specify a bigger stack if needed"
2892
#: drizzled/error.cc:274
2321
2893
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2324
#: ../drizzled/error.cc:323
2327
"Table handler doesn't support NULL in given index. Please change column "
2328
"'%-.192s' to be NOT NULL or use another handler"
2331
#: ../drizzled/error.cc:324
2332
msgid "No paths allowed for plugin library"
2335
#: ../drizzled/error.cc:325
2337
msgid "Plugin '%-.192s' already exists"
2340
#: ../drizzled/error.cc:326
2342
msgid "Can't open shared library '%-.192s' (errno: %d %s)"
2345
#: ../drizzled/error.cc:327
2347
msgid "Can't find symbol '%-.128s' in library '%s'"
2350
#: ../drizzled/error.cc:328
2896
#: drizzled/error.cc:276
2899
"Table handler doesn't support NULL in given index. Please change column '%-"
2900
".192s' to be NOT NULL or use another handler"
2903
#: drizzled/error.cc:278
2905
msgid "Can't load function '%-.192s'"
2908
#: drizzled/error.cc:280
2910
msgid "Can't initialize function '%-.192s'; %-.80s"
2913
#: drizzled/error.cc:282
2914
msgid "No paths allowed for shared library"
2917
#: drizzled/error.cc:284
2919
msgid "Function '%-.192s' already exists"
2922
#: drizzled/error.cc:286
2924
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2927
#: drizzled/error.cc:288
2929
msgid "Can't find symbol '%-.128s' in library"
2932
#: drizzled/error.cc:290
2934
msgid "Function '%-.192s' is not defined"
2937
#: drizzled/error.cc:292
2940
"Host '%-.64s' is blocked because of many connection errors; unblock with "
2941
"'mysqladmin flush-hosts'"
2944
#: drizzled/error.cc:294
2946
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
2949
#: drizzled/error.cc:296
2951
"You are using MySQL as an anonymous user and anonymous users are not allowed "
2952
"to change passwords"
2955
#: drizzled/error.cc:298
2957
"You must have privileges to update tables in the mysql database to be able "
2958
"to change passwords for others"
2961
#: drizzled/error.cc:300
2962
msgid "Can't find any matching row in the user table"
2965
#: drizzled/error.cc:302
2352
2967
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2355
#: ../drizzled/error.cc:329
2970
#: drizzled/error.cc:304
2358
2973
"Can't create a new thread (errno %d); if you are not out of available "
2359
2974
"memory, you can consult the manual for a possible OS-dependent bug"
2362
#: ../drizzled/error.cc:330
2977
#: drizzled/error.cc:306
2364
2979
msgid "Column count doesn't match value count at row %ld"
2367
#: ../drizzled/error.cc:331
2982
#: drizzled/error.cc:308
2369
2984
msgid "Can't reopen table: '%-.192s'"
2372
#: ../drizzled/error.cc:332
2987
#: drizzled/error.cc:310
2988
msgid "Invalid use of NULL value"
2991
#: drizzled/error.cc:312
2993
msgid "Got error '%-.64s' from regexp"
2996
#: drizzled/error.cc:314
2374
2998
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2375
2999
"illegal if there is no GROUP BY clause"
2378
#: ../drizzled/error.cc:333
3002
#: drizzled/error.cc:316
3004
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3007
#: drizzled/error.cc:318
3009
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3012
#: drizzled/error.cc:320
3015
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3019
#: drizzled/error.cc:322
3021
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3022
"privileges can be used"
3025
#: drizzled/error.cc:324
3026
msgid "The host or user argument to GRANT is too long"
3029
#: drizzled/error.cc:326
2380
3031
msgid "Table '%-.192s.%-.192s' doesn't exist"
2383
#: ../drizzled/error.cc:334
3034
#: drizzled/error.cc:328
3037
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3041
#: drizzled/error.cc:330
3042
msgid "The used command is not allowed with this MySQL version"
3045
#: drizzled/error.cc:332
2385
3047
"You have an error in your SQL syntax; check the manual that corresponds to "
2386
"your Drizzle server version for the right syntax to use"
2389
#: ../drizzled/error.cc:335
3048
"your MySQL server version for the right syntax to use"
3051
#: drizzled/error.cc:334
3053
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3056
#: drizzled/error.cc:336
3057
msgid "Too many delayed threads in use"
3060
#: drizzled/error.cc:338
3062
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3065
#: drizzled/error.cc:340
2390
3066
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2393
#: ../drizzled/error.cc:336
3069
#: drizzled/error.cc:342
3070
msgid "Got a read error from the connection pipe"
3073
#: drizzled/error.cc:344
3074
msgid "Got an error from fcntl()"
3077
#: drizzled/error.cc:346
2394
3078
msgid "Got packets out of order"
2397
#: ../drizzled/error.cc:337
3081
#: drizzled/error.cc:358
3082
msgid "Result string is longer than 'max_allowed_packet' bytes"
3085
#: drizzled/error.cc:360
2398
3086
msgid "The used table type doesn't support BLOB/TEXT columns"
2401
#: ../drizzled/error.cc:338
3089
#: drizzled/error.cc:362
2402
3090
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2405
#: ../drizzled/error.cc:339
3093
#: drizzled/error.cc:364
3096
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3100
#: drizzled/error.cc:366
2407
3102
msgid "Incorrect column name '%-.100s'"
2410
#: ../drizzled/error.cc:340
3105
#: drizzled/error.cc:368
2412
3107
msgid "The used storage engine can't index column '%-.192s'"
2415
#: ../drizzled/error.cc:341
3110
#: drizzled/error.cc:370
2417
3112
"Unable to open underlying table which is differently defined or of non-"
2418
3113
"MyISAM type or doesn't exist"
2421
#: ../drizzled/error.cc:342
3116
#: drizzled/error.cc:372
2423
3118
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2426
#: ../drizzled/error.cc:343
3121
#: drizzled/error.cc:374
2429
3124
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2432
#: ../drizzled/error.cc:344
3127
#: drizzled/error.cc:376
2434
3129
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2435
3130
"UNIQUE instead"
2438
#: ../drizzled/error.cc:345
3133
#: drizzled/error.cc:378
2439
3134
msgid "Result consisted of more than one row"
2442
#: ../drizzled/error.cc:346
3137
#: drizzled/error.cc:380
2443
3138
msgid "This table type requires a primary key"
2446
#: ../drizzled/error.cc:347
3141
#: drizzled/error.cc:382
3142
msgid "This version of MySQL is not compiled with RAID support"
3145
#: drizzled/error.cc:384
3147
"You are using safe update mode and you tried to update a table without a "
3148
"WHERE that uses a KEY column"
3151
#: drizzled/error.cc:386
2448
3153
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2451
#: ../drizzled/error.cc:348
3156
#: drizzled/error.cc:388
2452
3157
msgid "Can't open table"
2455
#: ../drizzled/error.cc:349
3160
#: drizzled/error.cc:390
2457
3162
msgid "The storage engine for the table doesn't support %s"
2460
#: ../drizzled/error.cc:350
3165
#: drizzled/error.cc:392
3166
msgid "You are not allowed to execute this command in a transaction"
3169
#: drizzled/error.cc:394
2462
3171
msgid "Got error %d during COMMIT"
2465
#: ../drizzled/error.cc:351
3174
#: drizzled/error.cc:396
2467
3176
msgid "Got error %d during ROLLBACK"
2470
#. This is a very incorrect place to use the PRIi64 macro as the
2471
#. program that looks over the source for the N_() macros does not
2472
#. (obviously) do macro expansion, so the string is entirely wrong for
2473
#. what it is trying to output for every language except english.
2474
#: ../drizzled/error.cc:356
3179
#: drizzled/error.cc:398
3181
msgid "Got error %d during FLUSH_LOGS"
3184
#: drizzled/error.cc:400
3186
msgid "Got error %d during CHECKPOINT"
3189
#: drizzled/error.cc:402
2477
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2481
#: ../drizzled/error.cc:357
3192
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: '%-.64s' (%-"
3196
#: drizzled/error.cc:404
3197
msgid "The storage engine for the table does not support binary table dump"
3200
#: drizzled/error.cc:406
3201
msgid "Binlog closed, cannot RESET MASTER"
3204
#: drizzled/error.cc:408
3206
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3209
#: drizzled/error.cc:410
3211
msgid "Error from master: '%-.64s'"
3214
#: drizzled/error.cc:412
3215
msgid "Net error reading from master"
3218
#: drizzled/error.cc:414
3219
msgid "Net error writing to master"
3222
#: drizzled/error.cc:416
3223
msgid "Can't find FULLTEXT index matching the column list"
3226
#: drizzled/error.cc:418
2483
3228
"Can't execute the given command because you have active locked tables or an "
2484
3229
"active transaction"
2487
#: ../drizzled/error.cc:358
3232
#: drizzled/error.cc:420
2489
3234
msgid "Unknown system variable '%-.64s'"
2492
#: ../drizzled/error.cc:359
3237
#: drizzled/error.cc:422
2494
3239
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2497
#: ../drizzled/error.cc:360
3242
#: drizzled/error.cc:424
2500
3245
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2503
#: ../drizzled/error.cc:361
3248
#: drizzled/error.cc:426
2504
3249
msgid "Some non-transactional changed tables couldn't be rolled back"
2507
#: ../drizzled/error.cc:362
3252
#: drizzled/error.cc:428
3254
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3255
"of storage; increase this mysqld variable and try again"
3258
#: drizzled/error.cc:430
3260
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3263
#: drizzled/error.cc:432
3265
"This operation requires a running slave; configure slave and do START SLAVE"
3268
#: drizzled/error.cc:434
3269
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3272
#: drizzled/error.cc:436
3274
"Could not initialize master info structure; more error messages can be found "
3275
"in the MySQL error log"
3278
#: drizzled/error.cc:438
3279
msgid "Could not create slave thread; check system resources"
3282
#: drizzled/error.cc:440
3285
"User %-.64s already has more than 'max_user_connections' active connections"
3288
#: drizzled/error.cc:442
2508
3289
msgid "You may only use constant expressions with SET"
2511
#: ../drizzled/error.cc:363
3292
#: drizzled/error.cc:444
2512
3293
msgid "Lock wait timeout exceeded; try restarting transaction"
2515
#: ../drizzled/error.cc:364
3296
#: drizzled/error.cc:446
2516
3297
msgid "The total number of locks exceeds the lock table size"
2519
#: ../drizzled/error.cc:365
3300
#: drizzled/error.cc:448
2520
3301
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2523
#: ../drizzled/error.cc:366
3304
#: drizzled/error.cc:450
2524
3305
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2527
#: ../drizzled/error.cc:367
3308
#: drizzled/error.cc:452
3309
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3312
#: drizzled/error.cc:454
2529
3314
msgid "Incorrect arguments to %s"
2532
#: ../drizzled/error.cc:368
3317
#: drizzled/error.cc:456
3319
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3322
#: drizzled/error.cc:458
3324
"Incorrect table definition; all MERGE tables must be in the same database"
3327
#: drizzled/error.cc:460
2533
3328
msgid "Deadlock found when trying to get lock; try restarting transaction"
2536
#: ../drizzled/error.cc:369
3331
#: drizzled/error.cc:462
2537
3332
msgid "The used table type doesn't support FULLTEXT indexes"
2540
#: ../drizzled/error.cc:370
3335
#: drizzled/error.cc:464
2541
3336
msgid "Cannot add foreign key constraint"
2544
#: ../drizzled/error.cc:371
3339
#: drizzled/error.cc:466
2545
3340
msgid "Cannot add or update a child row: a foreign key constraint fails"
2548
#: ../drizzled/error.cc:372
3343
#: drizzled/error.cc:468
2549
3344
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2552
#: ../drizzled/error.cc:373
3347
#: drizzled/error.cc:470
3349
msgid "Error connecting to master: %-.128s"
3352
#: drizzled/error.cc:472
3354
msgid "Error running query on master: %-.128s"
3357
#: drizzled/error.cc:474
3359
msgid "Error when executing command %s: %-.128s"
3362
#: drizzled/error.cc:476
2554
3364
msgid "Incorrect usage of %s and %s"
2557
#: ../drizzled/error.cc:374
3367
#: drizzled/error.cc:478
2558
3368
msgid "The used SELECT statements have a different number of columns"
2561
#: ../drizzled/error.cc:375
3371
#: drizzled/error.cc:480
2562
3372
msgid "Can't execute the query because you have a conflicting read lock"
2565
#: ../drizzled/error.cc:376
3375
#: drizzled/error.cc:482
3376
msgid "Mixing of transactional and non-transactional tables is disabled"
3379
#: drizzled/error.cc:484
3381
msgid "Option '%s' used twice in statement"
3384
#: drizzled/error.cc:486
3386
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3389
#: drizzled/error.cc:488
3391
msgid "Access denied; you need the %-.128s privilege for this operation"
3394
#: drizzled/error.cc:490
2568
3397
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2571
#: ../drizzled/error.cc:377
3400
#: drizzled/error.cc:492
2574
3403
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2577
#: ../drizzled/error.cc:378
3406
#: drizzled/error.cc:494
2579
3408
msgid "Variable '%-.64s' doesn't have a default value"
2582
#: ../drizzled/error.cc:379
3411
#: drizzled/error.cc:496
2584
3413
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2587
#: ../drizzled/error.cc:380
3416
#: drizzled/error.cc:498
2589
3418
msgid "Incorrect argument type to variable '%-.64s'"
2592
#: ../drizzled/error.cc:381
3421
#: drizzled/error.cc:500
2594
3423
msgid "Variable '%-.64s' can only be set, not read"
2597
#: ../drizzled/error.cc:382
3426
#: drizzled/error.cc:502
2599
3428
msgid "Incorrect usage/placement of '%s'"
2602
#: ../drizzled/error.cc:383
2604
msgid "This version of Drizzle doesn't yet support '%s'"
2607
#: ../drizzled/error.cc:384
3431
#: drizzled/error.cc:504
3433
msgid "This version of MySQL doesn't yet support '%s'"
3436
#: drizzled/error.cc:506
3439
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3442
#: drizzled/error.cc:508
3443
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3446
#: drizzled/error.cc:510
2609
3448
msgid "Variable '%-.192s' is a %s variable"
2612
#: ../drizzled/error.cc:385
3451
#: drizzled/error.cc:512
2614
3453
msgid "Incorrect foreign key definition for '%-.192s': %s"
2617
#: ../drizzled/error.cc:386
3456
#: drizzled/error.cc:514
2618
3457
msgid "Key reference and table reference don't match"
2621
#: ../drizzled/error.cc:387
3460
#: drizzled/error.cc:516
2623
3462
msgid "Operand should contain %d column(s)"
2626
#: ../drizzled/error.cc:388
3465
#: drizzled/error.cc:518
2627
3466
msgid "Subquery returns more than 1 row"
2630
#: ../drizzled/error.cc:389
3469
#: drizzled/error.cc:520
3471
msgid "Unknown prepared statement handler (%.*s) given to %s"
3474
#: drizzled/error.cc:522
3475
msgid "Help database is corrupt or does not exist"
3478
#: drizzled/error.cc:524
3479
msgid "Cyclic reference on subqueries"
3482
#: drizzled/error.cc:526
2632
3484
msgid "Converting column '%s' from %s to %s"
2635
#: ../drizzled/error.cc:390
3487
#: drizzled/error.cc:528
2637
3489
msgid "Reference '%-.64s' not supported (%s)"
2640
#: ../drizzled/error.cc:391
3492
#: drizzled/error.cc:530
2641
3493
msgid "Every derived table must have its own alias"
2644
#: ../drizzled/error.cc:392
3496
#: drizzled/error.cc:532
2646
3498
msgid "Select %u was reduced during optimization"
2649
#: ../drizzled/error.cc:393
3501
#: drizzled/error.cc:534
2651
3503
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2654
#: ../drizzled/error.cc:394
3506
#: drizzled/error.cc:536
3508
"Client does not support authentication protocol requested by server; "
3509
"consider upgrading MySQL client"
3512
#: drizzled/error.cc:538
2655
3513
msgid "All parts of a SPATIAL index must be NOT NULL"
2658
#: ../drizzled/error.cc:395
3516
#: drizzled/error.cc:540
2660
3518
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2663
#: ../drizzled/error.cc:396
3521
#: drizzled/error.cc:542
3522
msgid "Slave is already running"
3525
#: drizzled/error.cc:544
3526
msgid "Slave already has been stopped"
3529
#: drizzled/error.cc:546
2666
"Uncompressed data size too large; the maximum size is %d (based on "
2667
"max_allowed_packet). The length of uncompressed data may also be corrupted."
3532
"Uncompressed data size too large; the maximum size is %d (probably, length "
3533
"of uncompressed data was corrupted)"
2670
#: ../drizzled/error.cc:397
3536
#: drizzled/error.cc:548
2671
3537
msgid "ZLIB: Not enough memory"
2674
#: ../drizzled/error.cc:398
3540
#: drizzled/error.cc:550
2676
3542
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2677
3543
"data was corrupted)"
2680
#: ../drizzled/error.cc:399
3546
#: drizzled/error.cc:552
2681
3547
msgid "ZLIB: Input data corrupted"
2684
#: ../drizzled/error.cc:400
3550
#: drizzled/error.cc:554
2686
3552
msgid "%d line(s) were cut by GROUP_CONCAT()"
2689
#: ../drizzled/error.cc:401
3555
#: drizzled/error.cc:556
2691
3557
msgid "Row %ld doesn't contain data for all columns"
2694
#: ../drizzled/error.cc:402
3560
#: drizzled/error.cc:558
2697
3563
"Row %ld was truncated; it contained more data than there were input columns"
2700
#: ../drizzled/error.cc:403
3566
#: drizzled/error.cc:560
2703
3569
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2706
#: ../drizzled/error.cc:404
3572
#: drizzled/error.cc:562
2708
3574
msgid "Out of range value for column '%s' at row %ld"
2711
#: ../drizzled/error.cc:405
3577
#: drizzled/error.cc:564
2713
3579
msgid "Data truncated for column '%s' at row %ld"
2716
#: ../drizzled/error.cc:406
3582
#: drizzled/error.cc:566
3584
msgid "Using storage engine %s for table '%s'"
3587
#: drizzled/error.cc:568
2718
3589
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2721
#: ../drizzled/error.cc:407
3592
#: drizzled/error.cc:570
3593
msgid "Cannot drop one or more of the requested users"
3596
#: drizzled/error.cc:572
3597
msgid "Can't revoke all privileges for one or more of the requested users"
3600
#: drizzled/error.cc:574
2723
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3603
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2726
#: ../drizzled/error.cc:408
3606
#: drizzled/error.cc:576
2728
3608
msgid "Illegal mix of collations for operation '%s'"
2731
#: ../drizzled/error.cc:409
3611
#: drizzled/error.cc:578
2734
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
3614
"Variable '%-.64s' is not a variable component (can't be used as "
3615
"XXXX.variable_name)"
2738
#: ../drizzled/error.cc:410
3618
#: drizzled/error.cc:580
2740
3620
msgid "Unknown collation: '%-.64s'"
2743
#: ../drizzled/error.cc:411
3623
#: drizzled/error.cc:582
3625
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
3626
"compiled without SSL support; they can be used later if MySQL slave with SSL "
3630
#: drizzled/error.cc:584
3633
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3634
"old format; please change the password to the new format"
3637
#: drizzled/error.cc:586
2746
3640
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2750
#: ../drizzled/error.cc:412
3644
#: drizzled/error.cc:588
3646
"Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3649
#: drizzled/error.cc:590
3651
"It is recommended to use --skip-slave-start when doing step-by-step "
3652
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3653
"get an unexpected slave's mysqld restart"
3656
#: drizzled/error.cc:592
3657
msgid "SQL thread is not to be started so UNTIL options are ignored"
3660
#: drizzled/error.cc:594
2752
3662
msgid "Incorrect index name '%-.100s'"
2755
#: ../drizzled/error.cc:413
3665
#: drizzled/error.cc:596
2757
3667
msgid "Incorrect catalog name '%-.100s'"
2760
#: ../drizzled/error.cc:414
3670
#: drizzled/error.cc:598
3672
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3675
#: drizzled/error.cc:600
2762
3677
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2765
#: ../drizzled/error.cc:415
3680
#: drizzled/error.cc:602
3682
msgid "Unknown key cache '%-.100s'"
3685
#: drizzled/error.cc:604
3687
"MySQL is started in --skip-name-resolve mode; you must restart it without "
3688
"this switch for this grant to work"
3691
#: drizzled/error.cc:606
2767
3693
msgid "Unknown table engine '%s'"
2770
#: ../drizzled/error.cc:416
3696
#: drizzled/error.cc:608
3698
msgid "'%s' is deprecated; use '%s' instead"
3701
#: drizzled/error.cc:610
2772
3703
msgid "The target table %-.100s of the %s is not updatable"
2775
#: ../drizzled/error.cc:417
3706
#: drizzled/error.cc:612
2778
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3709
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
2782
#: ../drizzled/error.cc:418
3713
#: drizzled/error.cc:614
2785
"The Drizzle server is running with the %s option so it cannot execute this "
3716
"The MySQL server is running with the %s option so it cannot execute this "
2789
#: ../drizzled/error.cc:419
3720
#: drizzled/error.cc:616
2791
3722
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2794
#: ../drizzled/error.cc:420
3725
#: drizzled/error.cc:618
2796
3727
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2799
#: ../drizzled/error.cc:421
3730
#: drizzled/error.cc:620
2801
3732
"Incorrect table definition; there can be only one TIMESTAMP column with "
2802
3733
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2805
#: ../drizzled/error.cc:422
3736
#: drizzled/error.cc:622
2807
3738
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2810
#: ../drizzled/error.cc:423
3741
#: drizzled/error.cc:624
3742
msgid "This command is not supported in the prepared statement protocol yet"
3745
#: drizzled/error.cc:626
2812
3747
msgid "Got error %d '%-.100s' from %s"
2815
#: ../drizzled/error.cc:424
3750
#: drizzled/error.cc:628
2817
3752
msgid "Got temporary error %d '%-.100s' from %s"
2820
#: ../drizzled/error.cc:425
3755
#: drizzled/error.cc:630
2822
3757
msgid "Unknown or incorrect time zone: '%-.64s'"
2825
#: ../drizzled/error.cc:426
3760
#: drizzled/error.cc:632
3762
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3765
#: drizzled/error.cc:634
2827
3767
msgid "Invalid %s character string: '%.64s'"
2830
#: ../drizzled/error.cc:427
3770
#: drizzled/error.cc:636
2832
3772
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2835
#: ../drizzled/error.cc:428
3775
#: drizzled/error.cc:638
3777
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3780
#: drizzled/error.cc:640
3782
msgid "Can't create a %s from within another stored routine"
3785
#: drizzled/error.cc:642
3787
msgid "%s %s already exists"
3790
#: drizzled/error.cc:644
2837
3792
msgid "%s %s does not exist"
2840
#: ../drizzled/error.cc:429
3795
#: drizzled/error.cc:646
3797
msgid "Failed to DROP %s %s"
3800
#: drizzled/error.cc:648
3802
msgid "Failed to CREATE %s %s"
3805
#: drizzled/error.cc:650
3807
msgid "%s with no matching label: %s"
3810
#: drizzled/error.cc:652
3812
msgid "Redefining label %s"
3815
#: drizzled/error.cc:654
3817
msgid "End-label %s without match"
3820
#: drizzled/error.cc:656
3822
msgid "Referring to uninitialized variable %s"
3825
#: drizzled/error.cc:658
3827
msgid "PROCEDURE %s can't return a result set in the given context"
3830
#: drizzled/error.cc:660
3831
msgid "RETURN is only allowed in a FUNCTION"
3834
#: drizzled/error.cc:662
3836
msgid "%s is not allowed in stored procedures"
3839
#: drizzled/error.cc:664
3841
"The update log is deprecated and replaced by the binary log; SET "
3842
"SQL_LOG_UPDATE has been ignored"
3845
#: drizzled/error.cc:666
3847
"The update log is deprecated and replaced by the binary log; SET "
3848
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3851
#: drizzled/error.cc:668
2841
3852
msgid "Query execution was interrupted"
2844
#: ../drizzled/error.cc:430
2847
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2848
"(s) or definer/invoker of view lack rights to use them"
2851
#: ../drizzled/error.cc:431
3855
#: drizzled/error.cc:670
3857
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3860
#: drizzled/error.cc:672
3862
msgid "Undefined CONDITION: %s"
3865
#: drizzled/error.cc:674
3867
msgid "No RETURN found in FUNCTION %s"
3870
#: drizzled/error.cc:676
3872
msgid "FUNCTION %s ended without RETURN"
3875
#: drizzled/error.cc:678
3876
msgid "Cursor statement must be a SELECT"
3879
#: drizzled/error.cc:680
3880
msgid "Cursor SELECT must not have INTO"
3883
#: drizzled/error.cc:682
3885
msgid "Undefined CURSOR: %s"
3888
#: drizzled/error.cc:684
3889
msgid "Cursor is already open"
3892
#: drizzled/error.cc:686
3893
msgid "Cursor is not open"
3896
#: drizzled/error.cc:688
3898
msgid "Undeclared variable: %s"
3901
#: drizzled/error.cc:690
3902
msgid "Incorrect number of FETCH variables"
3905
#: drizzled/error.cc:692
3906
msgid "No data - zero rows fetched, selected, or processed"
3909
#: drizzled/error.cc:694
3911
msgid "Duplicate parameter: %s"
3914
#: drizzled/error.cc:696
3916
msgid "Duplicate variable: %s"
3919
#: drizzled/error.cc:698
3921
msgid "Duplicate condition: %s"
3924
#: drizzled/error.cc:700
3926
msgid "Duplicate cursor: %s"
3929
#: drizzled/error.cc:702
3931
msgid "Failed to ALTER %s %s"
3934
#: drizzled/error.cc:704
3935
msgid "Subquery value not supported"
3938
#: drizzled/error.cc:706
3940
msgid "%s is not allowed in stored function or trigger"
3943
#: drizzled/error.cc:708
3944
msgid "Variable or condition declaration after cursor or handler declaration"
3947
#: drizzled/error.cc:710
3948
msgid "Cursor declaration after handler declaration"
3951
#: drizzled/error.cc:712
3952
msgid "Case not found for CASE statement"
3955
#: drizzled/error.cc:714
3957
msgid "Configuration file '%-.192s' is too big"
3960
#: drizzled/error.cc:716
3962
msgid "Malformed file type header in file '%-.192s'"
3965
#: drizzled/error.cc:718
3967
msgid "Unexpected end of file while parsing comment '%-.200s'"
3970
#: drizzled/error.cc:720
3972
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3975
#: drizzled/error.cc:722
3977
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
3980
#: drizzled/error.cc:724
3982
"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3985
#: drizzled/error.cc:726
3987
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
3990
#: drizzled/error.cc:728
3992
msgid "'%-.192s.%-.192s' is not %s"
3995
#: drizzled/error.cc:730
3997
msgid "Column '%-.192s' is not updatable"
4000
#: drizzled/error.cc:732
4001
msgid "View's SELECT contains a subquery in the FROM clause"
4004
#: drizzled/error.cc:734
4006
msgid "View's SELECT contains a '%s' clause"
4009
#: drizzled/error.cc:736
4010
msgid "View's SELECT contains a variable or parameter"
4013
#: drizzled/error.cc:738
4015
msgid "View's SELECT refers to a temporary table '%-.192s'"
4018
#: drizzled/error.cc:740
4019
msgid "View's SELECT and view's field list have different column counts"
4022
#: drizzled/error.cc:742
4024
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4027
#: drizzled/error.cc:744
4029
"View being updated does not have complete key of underlying table in it"
4032
#: drizzled/error.cc:746
4035
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or "
4036
"function(s) or definer/invoker of view lack rights to use them"
4039
#: drizzled/error.cc:748
4041
msgid "Can't drop or alter a %s from within another stored routine"
4044
#: drizzled/error.cc:750
4045
msgid "GOTO is not allowed in a stored procedure handler"
4048
#: drizzled/error.cc:752
4049
msgid "Trigger already exists"
4052
#: drizzled/error.cc:754
4053
msgid "Trigger does not exist"
4056
#: drizzled/error.cc:756
4058
msgid "Trigger's '%-.192s' is view or temporary table"
4061
#: drizzled/error.cc:758
4063
msgid "Updating of %s row is not allowed in %strigger"
4066
#: drizzled/error.cc:760
4068
msgid "There is no %s row in %s trigger"
4071
#: drizzled/error.cc:762
2853
4073
msgid "Field '%-.192s' doesn't have a default value"
2856
#: ../drizzled/error.cc:432
4076
#: drizzled/error.cc:764
2857
4077
msgid "Division by 0"
2860
#: ../drizzled/error.cc:433
4080
#: drizzled/error.cc:766
2862
4082
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2865
#: ../drizzled/error.cc:434
4085
#: drizzled/error.cc:768
2867
4087
msgid "Illegal %s '%-.192s' value found during parsing"
2870
#: ../drizzled/error.cc:435
4090
#: drizzled/error.cc:770
4092
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4095
#: drizzled/error.cc:772
4097
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4100
#: drizzled/error.cc:774
4102
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4105
#: drizzled/error.cc:776
4107
msgid "Failed purging old relay logs: %s"
4110
#: drizzled/error.cc:778
4112
msgid "Password hash should be a %d-digit hexadecimal number"
4115
#: drizzled/error.cc:780
4116
msgid "Target log not found in binlog index"
4119
#: drizzled/error.cc:782
4120
msgid "I/O error reading log index file"
4123
#: drizzled/error.cc:784
4124
msgid "Server configuration does not permit binlog purge"
4127
#: drizzled/error.cc:786
4128
msgid "Failed on fseek()"
4131
#: drizzled/error.cc:788
4132
msgid "Fatal error during log purge"
4135
#: drizzled/error.cc:790
4136
msgid "A purgeable log is in use, will not purge"
4139
#: drizzled/error.cc:792
4140
msgid "Unknown error during log purge"
4143
#: drizzled/error.cc:794
4145
msgid "Failed initializing relay log position: %s"
4148
#: drizzled/error.cc:796
4149
msgid "You are not using binary logging"
4152
#: drizzled/error.cc:798
4155
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4158
#: drizzled/error.cc:800
4159
msgid "WSAStartup Failed"
4162
#: drizzled/error.cc:802
4163
msgid "Can't handle procedures with different groups yet"
4166
#: drizzled/error.cc:804
4167
msgid "Select must have a group with this procedure"
4170
#: drizzled/error.cc:806
4171
msgid "Can't use ORDER clause with this procedure"
4174
#: drizzled/error.cc:808
4176
msgid "Binary logging and replication forbid changing the global server %s"
4179
#: drizzled/error.cc:810
4181
msgid "Can't map file: %-.200s, errno: %d"
4184
#: drizzled/error.cc:812
4186
msgid "Wrong magic in %-.64s"
4189
#: drizzled/error.cc:814
4190
msgid "Prepared statement contains too many placeholders"
4193
#: drizzled/error.cc:816
2872
4195
msgid "Key part '%-.192s' length cannot be 0"
2875
#: ../drizzled/error.cc:436
4198
#: drizzled/error.cc:818
4199
msgid "View text checksum failed"
4202
#: drizzled/error.cc:820
4205
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4208
#: drizzled/error.cc:822
4210
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4213
#: drizzled/error.cc:824
4215
msgid "Can not delete from join view '%-.192s.%-.192s'"
4218
#: drizzled/error.cc:826
4220
msgid "Operation %s failed for %.256s"
4223
#: drizzled/error.cc:828
4224
msgid "XAER_NOTA: Unknown XID"
4227
#: drizzled/error.cc:830
4228
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4231
#: drizzled/error.cc:832
2878
4234
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2879
4235
"the %.64s state"
2882
#: ../drizzled/error.cc:437
4238
#: drizzled/error.cc:834
4239
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4242
#: drizzled/error.cc:836
4244
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4248
#: drizzled/error.cc:838
4249
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4252
#: drizzled/error.cc:840
4255
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4259
#: drizzled/error.cc:842
4260
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4263
#: drizzled/error.cc:844
4264
msgid "Failed to revoke all privileges to dropped routine"
4267
#: drizzled/error.cc:846
2884
4269
msgid "Data too long for column '%s' at row %ld"
2887
#: ../drizzled/error.cc:438
4272
#: drizzled/error.cc:848
4274
msgid "Bad SQLSTATE: '%s'"
4277
#: drizzled/error.cc:850
2890
4280
"%s: ready for connections.\n"
2891
"Version: '%s' %s\n"
4281
"Version: '%s' socket: '%s' port: %d %s"
2894
#: ../drizzled/error.cc:439
4284
#: drizzled/error.cc:852
2895
4285
msgid "Can't load value from file with fixed size rows to variable"
2898
#: ../drizzled/error.cc:440
4288
#: drizzled/error.cc:854
4289
msgid "You are not allowed to create a user with GRANT"
4292
#: drizzled/error.cc:856
2900
4294
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2903
#: ../drizzled/error.cc:441
4297
#: drizzled/error.cc:858
2904
4298
msgid "Table definition has changed, please retry transaction"
2907
#: ../drizzled/error.cc:442
4301
#: drizzled/error.cc:860
4302
msgid "Duplicate handler declared in the same block"
4305
#: drizzled/error.cc:862
4308
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4309
"variable in BEFORE trigger"
4312
#: drizzled/error.cc:864
2909
4314
msgid "Not allowed to return a result set from a %s"
2912
#: ../drizzled/error.cc:443
4317
#: drizzled/error.cc:866
2913
4318
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2916
#: ../drizzled/error.cc:444
4321
#: drizzled/error.cc:868
4323
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4324
"declaration and binary logging is enabled; if non-transactional tables were "
4325
"updated, the binary log will miss their changes"
4328
#: drizzled/error.cc:870
4330
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4331
"declaration and binary logging is enabled (you *might* want to use the less "
4332
"safe log_bin_trust_function_creators variable)"
4335
#: drizzled/error.cc:872
4337
"You do not have the SUPER privilege and binary logging is enabled (you "
4338
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4341
#: drizzled/error.cc:874
4343
"You can't execute a prepared statement which has an open cursor associated "
4344
"with it. Reset the statement to re-execute it."
4347
#: drizzled/error.cc:876
4349
msgid "The statement (%lu) has no open cursor."
4352
#: drizzled/error.cc:878
2918
4354
"Explicit or implicit commit is not allowed in stored function or trigger."
2921
#: ../drizzled/error.cc:445
4357
#: drizzled/error.cc:880
4360
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4363
#: drizzled/error.cc:882
4364
msgid "Recursive stored functions and triggers are not allowed."
4367
#: drizzled/error.cc:884
2923
4369
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2926
#: ../drizzled/error.cc:446
4372
#: drizzled/error.cc:886
2928
4374
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2931
#: ../drizzled/error.cc:447
2934
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2938
#: ../drizzled/error.cc:448
4377
#: drizzled/error.cc:888
4380
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-"
4384
#: drizzled/error.cc:890
4386
"You can't combine write-locking of system tables with other tables or lock "
4390
#: drizzled/error.cc:892
4392
msgid "Unable to connect to foreign data source: %.64s"
4395
#: drizzled/error.cc:894
4398
"There was a problem processing the query on the foreign data source. Data "
4399
"source error: %-.64s"
4402
#: drizzled/error.cc:896
4405
"The foreign data source you are trying to reference does not exist. Data "
4406
"source error: %-.64s"
4409
#: drizzled/error.cc:898
4412
"Can't create federated table. The data source connection string '%-.64s' is "
4413
"not in the correct format"
4416
#: drizzled/error.cc:900
4419
"The data source connection string '%-.64s' is not in the correct format"
4422
#: drizzled/error.cc:902
4424
msgid "Can't create federated table. Foreign data src error: %-.64s"
4427
#: drizzled/error.cc:904
2939
4428
msgid "Trigger in wrong schema"
2942
#: ../drizzled/error.cc:449
4431
#: drizzled/error.cc:906
2945
4434
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2946
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2949
#: ../drizzled/error.cc:450
4435
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
4438
#: drizzled/error.cc:908
4440
msgid "Routine body for '%-.100s' is too long"
4443
#: drizzled/error.cc:910
4444
msgid "Cannot drop default keycache"
4447
#: drizzled/error.cc:912
2951
4449
msgid "Display width out of range for column '%-.192s' (max = %d)"
2954
#: ../drizzled/error.cc:451
4452
#: drizzled/error.cc:914
4453
msgid "XAER_DUPID: The XID already exists"
4456
#: drizzled/error.cc:916
2956
4458
msgid "Datetime function: %-.32s field overflow"
2959
#: ../drizzled/error.cc:452
4461
#: drizzled/error.cc:918
4464
"Can't update table '%-.192s' in stored function/trigger because it is "
4465
"already used by statement which invoked this stored function/trigger."
4468
#: drizzled/error.cc:920
4471
"The definition of table '%-.192s' prevents operation %.192s on table '%-"
4475
#: drizzled/error.cc:922
4477
"The prepared statement contains a stored routine call that refers to that "
4478
"same statement. It's not allowed to execute a prepared statement in such a "
4482
#: drizzled/error.cc:924
4483
msgid "Not allowed to set autocommit from a stored function or trigger"
4486
#: drizzled/error.cc:926
4487
msgid "Definer is not fully qualified"
4490
#: drizzled/error.cc:928
4493
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4494
"Current user is used as definer. Please recreate the view!"
4497
#: drizzled/error.cc:930
4500
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4504
#: drizzled/error.cc:932
4506
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4509
#: drizzled/error.cc:934
4511
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4514
#: drizzled/error.cc:936
2962
4517
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2965
#: ../drizzled/error.cc:453
4520
#: drizzled/error.cc:938
2968
4523
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2971
#: ../drizzled/error.cc:454
2972
msgid "No data - zero rows fetched, selected, or processed"
2975
#: ../drizzled/error.cc:455
2977
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2980
#: ../drizzled/error.cc:456
4526
#: drizzled/error.cc:940
4528
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4531
#: drizzled/error.cc:942
4534
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4535
"activated under the authorization of the invoker, which may have "
4536
"insufficient privileges. Please recreate the trigger."
4539
#: drizzled/error.cc:944
4541
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4544
#: drizzled/error.cc:946
4547
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4548
"exceeded for routine %.192s"
4551
#: drizzled/error.cc:948
4554
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
4555
"contains bad data (internal code %d)"
4558
#: drizzled/error.cc:950
4560
msgid "Incorrect routine name '%-.192s'"
4563
#: drizzled/error.cc:952
4566
"Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4569
#: drizzled/error.cc:954
4570
msgid "AGGREGATE is not supported for stored functions"
4573
#: drizzled/error.cc:956
4576
"Can't create more than max_prepared_stmt_count statements (current value: "
4580
#: drizzled/error.cc:958
4582
msgid "`%-.192s`.`%-.192s` contains view recursion"
4585
#: drizzled/error.cc:960
2982
4587
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2985
#: ../drizzled/error.cc:457
4590
#: drizzled/error.cc:962
2986
4591
msgid "The used table type doesn't support SPATIAL indexes"
2989
#: ../drizzled/error.cc:458
4594
#: drizzled/error.cc:964
4595
msgid "Triggers can not be created on system tables"
4598
#: drizzled/error.cc:966
2991
4600
msgid "Leading spaces are removed from name '%s'"
2994
#: ../drizzled/error.cc:459
4603
#: drizzled/error.cc:968
2995
4604
msgid "Failed to read auto-increment value from storage engine"
2998
#: ../drizzled/error.cc:460
4607
#: drizzled/error.cc:970
4611
#: drizzled/error.cc:972
4615
#: drizzled/error.cc:974
3000
4617
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3003
#: ../drizzled/error.cc:461
4620
#: drizzled/error.cc:976
4622
msgid "The target table %-.100s of the %s is not insertable-into"
4625
#: drizzled/error.cc:978
4628
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4631
#: drizzled/error.cc:980
3004
4632
msgid "Too high level of nesting for select"
3007
#: ../drizzled/error.cc:462
4635
#: drizzled/error.cc:982
3009
4637
msgid "Name '%-.64s' has become ''"
3012
#: ../drizzled/error.cc:463
4640
#: drizzled/error.cc:984
3014
4642
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3015
4643
"optional and non-empty FIELDS ENCLOSED BY"
3018
#: ../drizzled/error.cc:464
4646
#: drizzled/error.cc:986
4648
msgid "The foreign server, %s, you are trying to create already exists."
4651
#: drizzled/error.cc:988
4654
"The foreign server name you are trying to reference does not exist. Data "
4655
"source error: %-.64s"
4658
#: drizzled/error.cc:990
3021
4661
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3024
#: ../drizzled/error.cc:465
3026
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3029
#: ../drizzled/error.cc:466
4664
#: drizzled/error.cc:992
4667
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4671
#: drizzled/error.cc:994
4674
"Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4677
#: drizzled/error.cc:996
4678
msgid "MAXVALUE can only be used in last partition definition"
4681
#: drizzled/error.cc:998
4682
msgid "Subpartitions can only be hash partitions and by key"
4685
#: drizzled/error.cc:1000
4686
msgid "Must define subpartitions on all partitions if on one partition"
4689
#: drizzled/error.cc:1002
4690
msgid "Wrong number of partitions defined, mismatch with previous setting"
4693
#: drizzled/error.cc:1004
4694
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4697
#: drizzled/error.cc:1006
4699
"Constant/Random expression in (sub)partitioning function is not allowed"
4702
#: drizzled/error.cc:1008
4703
msgid "Expression in RANGE/LIST VALUES must be constant"
4706
#: drizzled/error.cc:1010
4707
msgid "Field in list of fields for partition function not found in table"
4710
#: drizzled/error.cc:1012
4711
msgid "List of fields is only allowed in KEY partitions"
4714
#: drizzled/error.cc:1014
4716
"The partition info in the frm file is not consistent with what can be "
4717
"written into the frm file"
4720
#: drizzled/error.cc:1016
4722
msgid "The %-.192s function returns the wrong type"
4725
#: drizzled/error.cc:1018
4727
msgid "For %-.64s partitions each partition must be defined"
4730
#: drizzled/error.cc:1020
4731
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4734
#: drizzled/error.cc:1022
4735
msgid "VALUES value must be of same type as partition function"
4738
#: drizzled/error.cc:1024
4739
msgid "Multiple definition of same constant in list partitioning"
4742
#: drizzled/error.cc:1026
4743
msgid "Partitioning can not be used stand-alone in query"
4746
#: drizzled/error.cc:1028
4748
"The mix of handlers in the partitions is not allowed in this version of MySQL"
4751
#: drizzled/error.cc:1030
4753
msgid "For the partitioned engine it is necessary to define all %-.64s"
4756
#: drizzled/error.cc:1032
4757
msgid "Too many partitions (including subpartitions) were defined"
4760
#: drizzled/error.cc:1034
4762
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4763
"partitioning for subpartitioning"
4766
#: drizzled/error.cc:1036
4767
msgid "Failed to create specific handler file"
4770
#: drizzled/error.cc:1038
4771
msgid "A BLOB field is not allowed in partition function"
4774
#: drizzled/error.cc:1040
4777
"A %-.192s must include all columns in the table's partitioning function"
4780
#: drizzled/error.cc:1042
4782
msgid "Number of %-.64s = 0 is not an allowed value"
4785
#: drizzled/error.cc:1044
4786
msgid "Partition management on a not partitioned table is not possible"
4789
#: drizzled/error.cc:1046
4791
"Foreign key condition is not yet supported in conjunction with partitioning"
4794
#: drizzled/error.cc:1048
4796
msgid "Error in list of partitions to %-.64s"
4799
#: drizzled/error.cc:1050
4800
msgid "Cannot remove all partitions, use DROP TABLE instead"
4803
#: drizzled/error.cc:1052
4804
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4807
#: drizzled/error.cc:1054
4809
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
4813
#: drizzled/error.cc:1056
4815
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
4816
"tables using HASH PARTITIONs"
4819
#: drizzled/error.cc:1058
4821
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4824
#: drizzled/error.cc:1060
4825
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4828
#: drizzled/error.cc:1062
4829
msgid "At least one partition must be added"
4832
#: drizzled/error.cc:1064
4833
msgid "At least one partition must be coalesced"
4836
#: drizzled/error.cc:1066
4837
msgid "More partitions to reorganise than there are partitions"
4840
#: drizzled/error.cc:1068
4842
msgid "Duplicate partition name %-.192s"
4845
#: drizzled/error.cc:1070
4846
msgid "It is not allowed to shut off binlog on this command"
4849
#: drizzled/error.cc:1072
4851
"When reorganising a set of partitions they must be in consecutive order"
4854
#: drizzled/error.cc:1074
4856
"Reorganize of range partitions cannot change total ranges except for last "
4857
"partition where it can extend the range"
4860
#: drizzled/error.cc:1076
4861
msgid "Partition function not supported in this version for this handler"
4864
#: drizzled/error.cc:1078
4865
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4868
#: drizzled/error.cc:1080
4870
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4873
#: drizzled/error.cc:1082
4875
msgid "Plugin '%-.192s' is not loaded"
4878
#: drizzled/error.cc:1084
3031
4880
msgid "Incorrect %-.32s value: '%-.128s'"
3034
#: ../drizzled/error.cc:467
4883
#: drizzled/error.cc:1086
3036
4885
msgid "Table has no partition for value %-.64s"
3039
#: ../drizzled/error.cc:468
4888
#: drizzled/error.cc:1088
4890
msgid "It is not allowed to specify %s more than once"
4893
#: drizzled/error.cc:1090 drizzled/error.cc:1226
4895
msgid "Failed to create %s"
4898
#: drizzled/error.cc:1092 drizzled/error.cc:1116
4900
msgid "Failed to drop %s"
4903
#: drizzled/error.cc:1094
4904
msgid "The handler doesn't support autoextend of tablespaces"
4907
#: drizzled/error.cc:1096
4909
"A size parameter was incorrectly specified, either number or on the form 10M"
4912
#: drizzled/error.cc:1098
4914
"The size number was correct but we don't allow the digit part to be more "
4918
#: drizzled/error.cc:1100
4920
msgid "Failed to alter: %s"
4923
#: drizzled/error.cc:1102
3040
4924
msgid "Writing one row to the row-based binary log failed"
3043
#: ../drizzled/error.cc:469
4927
#: drizzled/error.cc:1104
4929
msgid "Table definition on master and slave does not match: %s"
4932
#: drizzled/error.cc:1106
4934
"Slave running with --log-slave-updates must use row-based binary logging to "
4935
"be able to replicate row-based binary log events"
4938
#: drizzled/error.cc:1108
4940
msgid "Event '%-.192s' already exists"
4943
#: drizzled/error.cc:1110
4945
msgid "Failed to store event %s. Error code %d from storage engine."
4948
#: drizzled/error.cc:1112
4950
msgid "Unknown event '%-.192s'"
4953
#: drizzled/error.cc:1114
4955
msgid "Failed to alter event '%-.192s'"
4958
#: drizzled/error.cc:1118
4959
msgid "INTERVAL is either not positive or too big"
4962
#: drizzled/error.cc:1120
4963
msgid "ENDS is either invalid or before STARTS"
4966
#: drizzled/error.cc:1122
4967
msgid "Event execution time is in the past. Event has been disabled"
4970
#: drizzled/error.cc:1124
4971
msgid "Failed to open mysql.event"
4974
#: drizzled/error.cc:1126
4975
msgid "No datetime expression provided"
4978
#: drizzled/error.cc:1128
4981
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
4982
"probably corrupted"
4985
#: drizzled/error.cc:1130
4987
msgid "Cannot load from mysql.%s. The table is probably corrupted"
4990
#: drizzled/error.cc:1132
4991
msgid "Failed to delete the event from mysql.event"
4994
#: drizzled/error.cc:1134
4995
msgid "Error during compilation of event's body"
4998
#: drizzled/error.cc:1136
4999
msgid "Same old and new event name"
5002
#: drizzled/error.cc:1138
5004
msgid "Data for column '%s' too long"
5007
#: drizzled/error.cc:1140
3045
5009
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3048
#: ../drizzled/error.cc:470
3051
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3052
"d would lead to a duplicate entry"
3055
#: ../drizzled/error.cc:471
5012
#: drizzled/error.cc:1142
5015
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5019
#: drizzled/error.cc:1144
5020
msgid "You can't write-lock a log table. Only read access is possible"
5023
#: drizzled/error.cc:1146
5024
msgid "You can't use locks with log tables."
5027
#: drizzled/error.cc:1148
5030
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
5031
"%d would lead to a duplicate entry"
5034
#: drizzled/error.cc:1150
5037
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5038
"%d, now running %d. Please use mysql_upgrade to fix this error."
5041
#: drizzled/error.cc:1152
5043
"Cannot switch out of the row-based binary log format when the session has "
5044
"open temporary tables"
5047
#: drizzled/error.cc:1154
5049
"Cannot change the binary logging format inside a stored function or trigger"
5052
#: drizzled/error.cc:1156
5054
"The NDB cluster engine does not support changing the binlog format on the "
5058
#: drizzled/error.cc:1158
5059
msgid "Cannot create temporary table with partitions"
5062
#: drizzled/error.cc:1160
5063
msgid "Partition constant is out of partition function domain"
5066
#: drizzled/error.cc:1162
5067
msgid "This partition function is not allowed"
5070
#: drizzled/error.cc:1164
5071
msgid "Error in DDL log"
5074
#: drizzled/error.cc:1166
5075
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5078
#: drizzled/error.cc:1168
5079
msgid "Incorrect partition name"
5082
#: drizzled/error.cc:1170
3057
5084
"Transaction isolation level can't be changed while a transaction is in "
3061
#: ../drizzled/error.cc:472
5088
#: drizzled/error.cc:1172
5091
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5092
"'%-.192s' for key '%-.192s'"
5095
#: drizzled/error.cc:1174
5097
msgid "Internal scheduler error %d"
5100
#: drizzled/error.cc:1176
5102
msgid "Error during starting/stopping of the scheduler. Error code %u"
5105
#: drizzled/error.cc:1178
5106
msgid "Engine cannot be used in partitioned tables"
5109
#: drizzled/error.cc:1180
5111
msgid "Cannot activate '%-.64s' log"
5114
#: drizzled/error.cc:1182
5115
msgid "The server was not built with row-based replication"
5118
#: drizzled/error.cc:1184
5119
msgid "Decoding of base64 string failed"
5122
#: drizzled/error.cc:1186
5123
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5126
#: drizzled/error.cc:1188
5128
"Cannot proceed because system tables used by Event Scheduler were found "
5129
"damaged at server start"
5132
#: drizzled/error.cc:1190
5133
msgid "Only integers allowed as number here"
5136
#: drizzled/error.cc:1192
5137
msgid "This storage engine cannot be used for log tables"
5140
#: drizzled/error.cc:1194
5142
msgid "You cannot '%s' a log table if logging is enabled"
5145
#: drizzled/error.cc:1196
5148
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5149
"rename two tables: the log table to an archive table and another table back "
5153
#: drizzled/error.cc:1198
3063
5155
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3066
#: ../drizzled/error.cc:473
5158
#: drizzled/error.cc:1200
3068
5160
msgid "Incorrect parameters in the call to native function '%-.192s'"
3071
#: ../drizzled/error.cc:474
5163
#: drizzled/error.cc:1202
5165
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5168
#: drizzled/error.cc:1204
5170
msgid "This function '%-.192s' has the same name as a native function"
5173
#: drizzled/error.cc:1206
3073
5175
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3076
#: ../drizzled/error.cc:475
5178
#: drizzled/error.cc:1208
5179
msgid "Too many files opened, please execute the command again"
5182
#: drizzled/error.cc:1210 drizzled/error.cc:1212
5184
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5185
"The event was dropped immediately after creation."
5188
#: drizzled/error.cc:1214
5190
msgid "The incident %s occured on the master. Message: %-.64s"
5193
#: drizzled/error.cc:1216
5194
msgid "Table has no partition for some existing values"
5197
#: drizzled/error.cc:1218
5198
msgid "Statement is not safe to log in statement format."
5201
#: drizzled/error.cc:1220
5203
msgid "Fatal error: %s"
5206
#: drizzled/error.cc:1222
5208
msgid "Relay log read failure: %s"
5211
#: drizzled/error.cc:1224
5213
msgid "Relay log write failure: %s"
5216
#: drizzled/error.cc:1228
5218
msgid "Master command %s failed: %s"
5221
#: drizzled/error.cc:1230
5223
msgid "Binary logging not possible. Message: %s"
5226
#: drizzled/error.cc:1232
5228
msgid "View `%-.64s`.`%-.64s` has no creation context"
5231
#: drizzled/error.cc:1234
5233
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5236
#: drizzled/error.cc:1236
5238
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5241
#: drizzled/error.cc:1238
5243
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5246
#: drizzled/error.cc:1240
5248
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5251
#: drizzled/error.cc:1242
5253
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5256
#: drizzled/error.cc:1244
5258
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5261
#: drizzled/error.cc:1246
5263
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5266
#: drizzled/error.cc:1248
5268
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5271
#: drizzled/error.cc:1250
5273
msgid "Ambiguous slave modes combination. %s"
5276
#: drizzled/error.cc:1252
5279
"The BINLOG statement of type `%s` was not preceded by a format description "
5283
#: drizzled/error.cc:1254
5284
msgid "Corrupted replication event was detected"
5287
#: drizzled/error.cc:1256
3078
5289
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3081
#: ../drizzled/error.cc:477
3083
msgid "Received an invalid datetime value '%s'."
3086
#: ../drizzled/error.cc:478
3088
msgid "Received an invalid DATE value '%s'."
3091
#: ../drizzled/error.cc:479
3093
msgid "Received a NULL argument for function '%s'."
3096
#: ../drizzled/error.cc:480
3098
msgid "Received an invalid timestamp value '%s'."
3101
#: ../drizzled/error.cc:481
3103
msgid "Received an invalid TIME value '%s'."
3106
#: ../drizzled/error.cc:482
3108
msgid "Received an invalid value '%s' for a UNIX timestamp."
3111
#: ../drizzled/error.cc:484
3113
msgid "Received an out-of-range argument '%s' for function '%s'."
3116
#: ../drizzled/error.cc:485
3118
msgid "Received an invalid enum value '%s'."
3121
#: ../drizzled/error.cc:486
3122
msgid "Tables which are replicated require a primary key."
3125
#: ../drizzled/error.cc:488
3127
msgid "Corrupt or invalid schema definition for '%s' : %s"
3130
#: ../drizzled/error.cc:489
3132
msgid "Corrupt or invalid table definition for '%s': %s"
3135
#: ../drizzled/error.cc:490
3137
msgid "The number of enum that were required was too high for table '%s'"
3140
#: ../drizzled/error.cc:491
3142
msgid "Corrupt or invalid table definition for '%s'"
3145
#: ../drizzled/error.cc:492
3147
msgid "Collation '%s' for table %s is invalid/unknown"
3150
#: ../drizzled/error.cc:494
3152
msgid "Cannot drop table '%s'"
3155
#: ../drizzled/error.cc:495
3157
msgid "Error occurred while dropping table '%s'"
3160
#: ../drizzled/error.cc:496
3162
msgid "Permission denied to create '%s'"
3165
#: ../drizzled/error.cc:497
3167
msgid "Unknown table '%s'"
3170
#: ../drizzled/error.cc:499
3172
msgid "Cannot create schema '%s'"
3175
#: ../drizzled/error.cc:500
3177
msgid "Schema does not exist: %s"
3180
#: ../drizzled/error.cc:501
3182
msgid "Error altering schema: %s"
3185
#: ../drizzled/error.cc:502
3187
msgid "Error droppping Schema : %s"
3190
#: ../drizzled/error.cc:504
3191
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3194
#: ../drizzled/error.cc:505
3196
msgid "Unknown table engine option key/pair %s = %s."
3199
#: ../drizzled/error.cc:506
3201
msgid "Unknown schema engine option key/pair %s = %s."
3204
#: ../drizzled/error.cc:508
3205
msgid "Admin access not allowed from this username/IP address."
3208
#. User lock/barrier error messages
3209
#: ../drizzled/error.cc:511
3210
msgid "wait() can not be called on session owning user defined barrier."
3213
#: ../drizzled/error.cc:512
3214
msgid "Unknown user defined barrier requested."
3217
#: ../drizzled/error.cc:513
3218
msgid "Session does not own user defined barrier."
3221
#: ../drizzled/error.cc:514
3222
msgid "Session can not wait on a user defined lock owned by the session."
3225
#: ../drizzled/error.cc:515
3226
msgid "Session does not own user defined lock."
3229
#: ../drizzled/error.cc:517
3230
msgid "Invalid name for user defined barrier."
3233
#: ../drizzled/error.cc:518
3234
msgid "Invalid name for user defined lock."
3237
#: ../drizzled/error.cc:520
3239
"Either a DEFAULt value or NULL NULL description is required for a new column "
3240
"if table is not empty"
3244
#: ../drizzled/error.cc:523
3247
"Cast to unsigned converted negative integer to it's positive complement: %s"
3250
#: ../drizzled/error.cc:524
3252
msgid "Invalid cast to signed integer: %s"
3255
#: ../drizzled/error.cc:526
3257
msgid "Identifier '%.*s' is a SQL keyword."
3260
#: ../drizzled/error.cc:529
3262
msgid "Can't unlock file (Errcode: %d)"
3265
#: ../drizzled/error.cc:530
3267
msgid "Can't change size of file (Errcode: %d)"
3270
#: ../drizzled/error.cc:531
3272
msgid "Can't open stream from handle (Errcode: %d)"
3275
#: ../drizzled/error.cc:532
3277
msgid "Warning: '%s' had %d links"
3280
#: ../drizzled/error.cc:533
3282
msgid "Warning: %d files and %d streams is left open\n"
3285
#: ../drizzled/error.cc:534
3287
msgid "Can't create directory '%s' (Errcode: %d)"
3290
#: ../drizzled/error.cc:535
3293
"Character set '%s' is not a compiled character set and is not specified in "
3297
#: ../drizzled/error.cc:536
3299
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3302
#: ../drizzled/error.cc:537
3304
msgid "Can't read value for symlink '%s' (Error %d)"
3307
#: ../drizzled/error.cc:538
3309
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3312
#: ../drizzled/error.cc:539
3314
msgid "Error on realpath() on '%s' (Error %d)"
3317
#: ../drizzled/error.cc:540
3319
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3322
#: ../drizzled/error.cc:541
3325
"Collation '%s' is not a compiled collation and is not specified in the %s "
3329
#: ../drizzled/error.cc:542
3331
msgid "File '%s' (fileno: %d) was not closed"
3335
#: ../drizzled/error.cc:545
3336
msgid "Received an invalid UUID value"
3339
#: ../drizzled/error.cc:546
3340
msgid "The UUID was not created with a valid time"
3344
#: ../drizzled/error.cc:549
3346
msgid "Received an invalid BOOLEAN value '%s'."
3349
#: ../drizzled/error.cc:550
3351
msgid "Invalid cast to BOOLEAN: '%s'."
3354
#. Transactional DDL
3355
#: ../drizzled/error.cc:553
3356
msgid "Transactional DDL not supported"
3360
#: ../drizzled/error.cc:555
3362
msgid "Assertion '%s' failed."
3365
#: ../drizzled/error.cc:556
3367
msgid "Assertion '%s' failed, the result was NULL."
3370
#. Catalog related errors
3371
#: ../drizzled/error.cc:574
3373
msgid "Cannot create catalog '%s'."
3376
#: ../drizzled/error.cc:575
3378
msgid "Permission is denied to create '%s' catalog."
3381
#: ../drizzled/error.cc:576
3383
msgid "Cannot drop catalog '%s'."
3386
#: ../drizzled/error.cc:577
3388
msgid "Permission is denied to drop '%s' catalog."
3391
#: ../drizzled/error.cc:578
3393
msgid "Catalog '%s' does not exist."
3396
#: ../drizzled/error.cc:579
3397
msgid "You cannot drop the 'local' catalog."
3400
#: ../drizzled/error.cc:580
3402
msgid "Could not gain lock on '%s'."
3405
#: ../drizzled/error.cc:581
3407
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3410
#: ../drizzled/error.cc:582
3411
msgid "Invalid catalog name."
3414
#: ../drizzled/error.cc:583
3416
"Engine status is now stored in the data_dictionary tables, please use these "
3420
#: ../drizzled/identifier/catalog.cc:56
3422
"Catalog name cannot be encoded and fit within filesystem name length "
3426
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:221
3428
"Schema name cannot be encoded and fit within filesystem name length "
3432
#: ../drizzled/identifier/table.cc:238
3434
"Table name cannot be encoded and fit within filesystem name length "
3440
#. * Since clients still use this code, we use fprintf here.
3441
#. * This fprintf needs to be turned into errmsg_printf
3442
#. * as soon as the client programs no longer use mysys
3443
#. * and can use the pluggable error message system.
3445
#: ../drizzled/internal/default.cc:687
3447
msgid "error: could not open directory: %s\n"
3450
#: ../drizzled/main.cc:169
3452
"setrlimit could not change the size of core files to 'infinity'; We may not "
3453
"be able to generate a core file on signals"
3456
#: ../drizzled/main.cc:269
3458
msgid "Data directory %s does not exist\n"
3461
#: ../drizzled/main.cc:280
3463
msgid "Local catalog %s/local does not exist\n"
3466
#: ../drizzled/main.cc:303 ../plugin/multi_thread/multi_thread.cc:84
3467
msgid "Drizzle has receieved an abort event."
3470
#: ../drizzled/main.cc:304 ../plugin/multi_thread/multi_thread.cc:85
3471
msgid "In Function: "
3474
#: ../drizzled/main.cc:305 ../plugin/multi_thread/multi_thread.cc:86
3478
#: ../drizzled/main.cc:306 ../plugin/multi_thread/multi_thread.cc:87
3482
#: ../drizzled/message/transaction_writer.cc:365
3484
msgid "Usage: %s TRANSACTION_LOG\n"
3487
#: ../drizzled/message/transaction_writer.cc:371
3489
msgid "Cannot open file: %s\n"
3492
#: ../drizzled/module/library.cc:149
3495
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3496
"the current running version of Drizzle: %<PRIu64>."
3499
#: ../drizzled/module/loader.cc:177
3502
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3506
#: ../drizzled/module/loader.cc:224
3508
msgid "Plugin '%s' init function returned error.\n"
3511
#: ../drizzled/module/loader.cc:463
3513
msgid "Couldn't load plugin library named '%s'.\n"
3516
#: ../drizzled/module/loader.cc:473
3518
msgid "Couldn't load plugin named '%s'.\n"
3521
#: ../drizzled/module/registry.cc:176
3524
"Couldn't process plugin module dependencies. %s depends on %s but %s is not "
3528
#: ../drizzled/module/registry.h:117
3530
msgid "Loading plugin %s failed: a %s plugin by that name already exists.\n"
3533
#: ../drizzled/module/registry.h:131
3535
msgid "Fatal error: Failed initializing %s::%s plugin.\n"
3538
#: ../drizzled/option.cc:84
3542
#: ../drizzled/option.cc:86
3546
#: ../drizzled/option.cc:337
3548
msgid "%s: %s: Option '%s' used, but is disabled\n"
3551
#: ../drizzled/option.cc:339
3555
#: ../drizzled/option.cc:441
3557
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3560
#: ../drizzled/option.cc:769
3562
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3565
#: ../drizzled/option.cc:962
3567
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3570
#: ../drizzled/option.cc:1194
3572
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3575
#: ../drizzled/option.cc:1214
3579
"Variables (--variable-name=value)\n"
3580
"and boolean options {false|true} Value (after reading options)\n"
3581
"--------------------------------- -----------------------------\n"
3584
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3585
msgid "(No default value)"
3588
#: ../drizzled/option.cc:1249
3592
#: ../drizzled/option.cc:1249
3596
#: ../drizzled/option.cc:1282
3598
msgid "(Disabled)\n"
3601
#: ../drizzled/plugin/error_message.cc:81
3603
msgid "errmsg plugin '%s' errmsg() failed"
3606
#: ../drizzled/plugin/event_observer.cc:133
3609
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3610
"'%s' from EventObserver plugin '%s'"
3613
#: ../drizzled/plugin/event_observer.cc:200
3615
"EventObserver::registerTableEvents(): Table already has events registered on "
3616
"it: probable programming error."
3619
#: ../drizzled/plugin/event_observer.cc:335
3621
"EventObserver::registerSessionEvents(): Session already has events "
3622
"registered on it: probable programming error."
3625
#: ../drizzled/plugin/event_observer.cc:387
3627
msgid "EventIterate event handler '%s' failed for event '%s'"
3630
#: ../drizzled/plugin/function.cc:47 ../drizzled/plugin/function.cc:55
3632
msgid "A function named %s already exists!\n"
3635
#: ../drizzled/plugin/function.cc:65
3636
msgid "Could not add Function!\n"
3639
#: ../drizzled/plugin/listen.cc:67
3640
msgid "Error getting file descriptors"
3643
#: ../drizzled/plugin/listen.cc:85
3644
msgid "No sockets could be bound for listening"
3647
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:343
3649
msgid "pipe() failed with errno %d"
3652
#: ../drizzled/plugin/listen.cc:120
3654
msgid "poll() failed with errno %d"
3657
#: ../drizzled/plugin/listen_tcp.cc:59
3659
msgid "accept() failed with errno %d"
3662
#: ../drizzled/plugin/listen_tcp.cc:95
3664
msgid "getaddrinfo() failed with error %s"
3667
#: ../drizzled/plugin/listen_tcp.cc:127
3669
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3672
#: ../drizzled/plugin/listen_tcp.cc:138
3674
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3677
#: ../drizzled/plugin/listen_tcp.cc:147
3679
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3682
#: ../drizzled/plugin/listen_tcp.cc:156
3684
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3687
#: ../drizzled/plugin/listen_tcp.cc:165
3689
msgid "setsockopt(SO_LINGER) failed with errno %d"
3692
#: ../drizzled/plugin/listen_tcp.cc:174
3694
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3697
#: ../drizzled/plugin/listen_tcp.cc:195
3699
msgid "Retrying bind() on %u\n"
3702
#: ../drizzled/plugin/listen_tcp.cc:202
3704
msgid "bind() failed with errno: %d\n"
3707
#: ../drizzled/plugin/listen_tcp.cc:205
3708
msgid "Do you already have another drizzled running?\n"
3711
#: ../drizzled/plugin/listen_tcp.cc:212
3713
msgid "listen() failed with errno %d\n"
3716
#: ../drizzled/plugin/listen_tcp.cc:218
3718
msgid "Listening on %s:%s\n"
3721
#: ../drizzled/plugin/logging.cc:65
3723
msgid "logging '%s' pre() failed"
3726
#: ../drizzled/plugin/logging.cc:90
3728
msgid "logging '%s' post() failed"
3731
#: ../drizzled/plugin/logging.cc:114
3733
msgid "logging '%s' postEnd() failed"
3736
#: ../drizzled/plugin/logging.cc:137
3738
msgid "logging '%s' resetCurrentScoreboard() failed"
3741
#: ../drizzled/plugin/scheduler.cc:62
3744
"Attempted to register a scheduler %s, but a scheduler has already been "
3745
"registered with that name.\n"
3748
#: ../drizzled/plugin/scheduler.cc:99
3750
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3753
#: ../drizzled/plugin/schema_engine.cc:131
3755
msgid "Error while loading database options: '%s':"
3758
#: ../drizzled/plugin/xa_resource_manager.cc:115
3760
msgid "Found %d prepared transaction(s) in resource manager."
3763
#: ../drizzled/plugin/xa_resource_manager.cc:182
5292
#: drizzled/error.cc:1258
5294
msgid "Being purged log %s was not found"
5297
#: drizzled/error.cc:1260
5299
msgid "Converted to non-transactional lock on '%-.64s'"
5302
#: drizzled/error.cc:1262
5304
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5307
#: drizzled/error.cc:1264
5310
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5313
#: drizzled/error.cc:1266
5315
msgid "Can't access storage engine of table %-.64s"
5318
#: drizzled/error.cc:1268
5319
msgid "Starting backup process"
5322
#: drizzled/error.cc:1270
5323
msgid "Backup completed"
5326
#: drizzled/error.cc:1272
5327
msgid "Starting restore process"
5330
#: drizzled/error.cc:1274
5331
msgid "Restore completed"
5334
#: drizzled/error.cc:1276
5335
msgid "Nothing to backup"
5338
#: drizzled/error.cc:1278
5340
msgid "Database '%-.64s' cannot be included in a backup"
5343
#: drizzled/error.cc:1280
5345
"Error during backup operation - server's error log contains more information "
5349
#: drizzled/error.cc:1282
5351
"Error during restore operation - server's error log contains more "
5352
"information about the error"
5355
#: drizzled/error.cc:1284
5357
"Can't execute this command because another BACKUP/RESTORE operation is in "
5361
#: drizzled/error.cc:1286
5362
msgid "Error when preparing for backup operation"
5365
#: drizzled/error.cc:1288
5366
msgid "Error when preparing for restore operation"
5369
#: drizzled/error.cc:1290
5371
msgid "Invalid backup location '%-.64s'"
5374
#: drizzled/error.cc:1292
5376
msgid "Can't read backup location '%-.64s'"
5379
#: drizzled/error.cc:1294
5381
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5384
#: drizzled/error.cc:1296
5385
msgid "Can't enumerate server databases"
5388
#: drizzled/error.cc:1298
5389
msgid "Can't enumerate server tables"
5392
#: drizzled/error.cc:1300
5394
msgid "Can't enumerate tables in database %-.64s"
5397
#: drizzled/error.cc:1302
5399
msgid "Skipping view %-.64s in database %-.64s"
5402
#: drizzled/error.cc:1304
5404
msgid "Skipping table %-.64s since it has no valid storage engine"
5407
#: drizzled/error.cc:1306
5409
msgid "Can't open table %-.64s"
5412
#: drizzled/error.cc:1308
5413
msgid "Can't read backup archive preamble"
5416
#: drizzled/error.cc:1310
5417
msgid "Can't write backup archive preamble"
5420
#: drizzled/error.cc:1312
5422
msgid "Can't find backup driver for table %-.64s"
5425
#: drizzled/error.cc:1314
5428
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5432
#: drizzled/error.cc:1316
5434
msgid "Can't create %-.64s backup driver"
5437
#: drizzled/error.cc:1318
5439
msgid "Can't create %-.64s restore driver"
5442
#: drizzled/error.cc:1320
5444
msgid "Found %d images in backup archive but maximum %d are supported"
5447
#: drizzled/error.cc:1322
5449
msgid "Error when saving meta-data of %-.64s"
5452
#: drizzled/error.cc:1324
5453
msgid "Error when reading meta-data list"
5456
#: drizzled/error.cc:1326
5458
msgid "Can't create %-.64s"
5461
#: drizzled/error.cc:1328
5462
msgid "Can't allocate buffer for image data transfer"
5465
#: drizzled/error.cc:1330
5467
msgid "Error when writing %-.64s backup image data (for table #%d)"
5470
#: drizzled/error.cc:1332
5471
msgid "Error when reading data from backup stream"
5474
#: drizzled/error.cc:1334
5475
msgid "Can't go to the next chunk in backup stream"
5478
#: drizzled/error.cc:1336
5480
msgid "Can't initialize %-.64s backup driver"
5483
#: drizzled/error.cc:1338
5485
msgid "Can't initialize %-.64s restore driver"
5488
#: drizzled/error.cc:1340
5490
msgid "Can't shut down %-.64s backup driver"
5493
#: drizzled/error.cc:1342
5495
msgid "Can't shut down %-.64s backup driver(s)"
5498
#: drizzled/error.cc:1344
5500
msgid "%-.64s backup driver can't prepare for synchronization"
5503
#: drizzled/error.cc:1346
5505
msgid "%-.64s backup driver can't create its image validity point"
5508
#: drizzled/error.cc:1348
5510
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5513
#: drizzled/error.cc:1350
5515
msgid "%-.64s backup driver can't cancel its backup operation"
5518
#: drizzled/error.cc:1352
5520
msgid "%-.64s restore driver can't cancel its restore operation"
5523
#: drizzled/error.cc:1354
5525
msgid "Error when polling %-.64s backup driver for its image data"
5528
#: drizzled/error.cc:1356
5531
"Error when sending image data (for table #%d) to %-.64s restore driver"
5534
#: drizzled/error.cc:1358
5537
"After %d attempts %-.64s restore driver still can't accept next block of data"
5540
#: drizzled/error.cc:1360
5542
msgid "Open and lock tables failed in %-.64s"
5545
#: drizzled/error.cc:1362
5546
msgid "Backup driver's table locking thread can not be initialized."
5549
#: drizzled/error.cc:1364
5551
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
5552
"and 'mysql.online_backup_progress'."
5555
#: drizzled/error.cc:1366
5557
msgid "Tablespace '%-.192s' already exists"
5560
#: drizzled/error.cc:1368
5562
msgid "Tablespace '%-.192s' doesn't exist"
5565
#: drizzled/error.cc:1370
5567
msgid "Unexpected master's heartbeat data: %s"
5570
#: drizzled/error.cc:1372
5572
msgid "The requested value for the heartbeat period %s %s"
5575
#: drizzled/error.cc:1374
5577
msgid "Can't write to the online backup progress log %-.64s."
5580
#: drizzled/error.cc:1376
5582
msgid "Tablespace '%-.192s' not empty"
5585
#: drizzled/error.cc:1378
5588
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5589
"server. The original definition of the required tablespace is '%-.256s' "
5590
"while the same tablespace is defined on the server as '%-.256s'"
5593
#: drizzled/error.cc:1380
5594
msgid "A virtual column cannot be based on a virtual column"
5597
#: drizzled/error.cc:1382
5599
msgid "Non-deterministic expression for virtual column '%s'."
5602
#: drizzled/error.cc:1384
5605
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5608
#: drizzled/error.cc:1386
5609
msgid "Primary key cannot be defined upon a virtual column."
5612
#: drizzled/error.cc:1388
5613
msgid "Key/Index cannot be defined on a non-stored virtual column."
5616
#: drizzled/error.cc:1390
5618
msgid "Cannot define foreign key with %s clause on a virtual column."
5621
#: drizzled/error.cc:1392
5623
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5626
#: drizzled/error.cc:1394
5628
msgid "'%s' is not yet supported for virtual columns."
5631
#: drizzled/error.cc:1396
5632
msgid "Constant expression in virtual column function is not allowed."
5635
#: drizzled/errmsg.cc:46
5637
msgid "errmsg plugin '%s' init() failed."
5640
#: drizzled/errmsg.cc:75
5642
msgid "errmsg plugin '%s' deinit() failed."
5645
#: drizzled/errmsg.cc:116
5647
msgid "errmsg plugin '%s' errmsg_func() failed"
5650
#: drizzled/handler.cc:967
5652
msgid "Found %d prepared transaction(s) in %s"
5655
#: drizzled/handler.cc:1019
3764
5656
msgid "Starting crash recovery..."
3767
#: ../drizzled/plugin/xa_resource_manager.cc:192
5659
#: drizzled/handler.cc:1051
3769
5661
msgid "Found %d prepared XA transactions"
3772
#: ../drizzled/plugin/xa_resource_manager.cc:197
5664
#: drizzled/handler.cc:1055
3775
5667
"Found %d prepared transactions! It means that drizzled was not shut down "
3778
5670
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3781
#: ../drizzled/plugin/xa_resource_manager.cc:207
5673
#: drizzled/handler.cc:1065
3782
5674
msgid "Crash recovery finished."
3785
#: ../drizzled/replication_services.cc:94
3787
"You registered a TransactionApplier plugin but no TransactionReplicator "
3788
"plugins were registered.\n"
3791
#: ../drizzled/replication_services.cc:125
3794
"You registered a TransactionApplier plugin but no TransactionReplicator "
3795
"plugins were registered that match the requested replicator name of '%s'.\n"
3796
"We have deactivated the TransactionApplier '%s'.\n"
3799
#: ../drizzled/session.cc:1990 ../drizzled/session.cc:2009
5677
#: drizzled/log.cc:711
5678
msgid "I/O error reading the header from the binary log"
5681
#: drizzled/log.cc:718
5683
"Binlog has bad magic number; It's not a binary log file that can be used by "
5684
"this version of Drizzle"
5687
#: drizzled/log.cc:733
5689
msgid "Failed to open log (file '%s', errno %d)"
5692
#: drizzled/log.cc:735 drizzled/log.cc:743
5693
msgid "Could not open log file"
5696
#: drizzled/log.cc:741
5698
msgid "Failed to create a cache on log (file '%s')"
5701
#: drizzled/log.cc:895 drizzled/log.cc:1259
5704
"Could not use %s for logging (error %d). Turning logging off for the whole "
5705
"duration of the Drizzle server process. To turn it on again: fix the cause, "
5706
"shutdown the Drizzle server and restart it."
5709
#: drizzled/log.cc:1527 drizzled/log.cc:1558 drizzled/log.cc:1807
5710
#: drizzled/log.cc:1929
5712
msgid "Failed to delete file '%s'"
5715
#: drizzled/log.cc:1536 drizzled/log.cc:1815 drizzled/log.cc:1937
5718
"a problem with deleting %s; consider examining correspondence of your binlog "
5719
"index file to the actual binlog files"
5722
#: drizzled/log.cc:1663
5724
msgid "next log error: %d offset: %s log: %s included: %d"
5727
#: drizzled/log.cc:1773 drizzled/log.cc:1897
5729
msgid "Failed to execute stat() on file '%s'"
5732
#: drizzled/log.cc:1784 drizzled/log.cc:1908
5735
"a problem with getting info on being purged %s; consider examining "
5736
"correspondence of your binlog index file to the actual binlog files"
5739
#: drizzled/log.cc:3219 drizzled/log.cc:3716
5741
msgid "Recovering after a crash using %s"
5744
#: drizzled/log.cc:3222
5746
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
5749
#: drizzled/log.cc:3563
5750
msgid "Bad magic header in tc log"
5753
#: drizzled/log.cc:3573
5756
"Recovery failed! You must enable exactly %d storage engines that support two-"
5757
"phase commit protocol"
5760
#: drizzled/log.cc:3601
5762
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5763
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
5764
"heuristic-recover={commit|rollback}"
5767
#: drizzled/log.cc:3631
5768
msgid "Heuristic crash recovery mode"
5771
#: drizzled/log.cc:3633
5772
msgid "Heuristic crash recovery failed"
5775
#: drizzled/log.cc:3634
5776
msgid "Please restart mysqld without --tc-heuristic-recover"
5779
#: drizzled/log.cc:3678 drizzled/log.cc:3702
5781
msgid "find_log_pos() failed (error: %d)"
5784
#: drizzled/log.cc:3814
5786
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5787
"of memory error) and restart, or delete (or rename) binary log and start "
5788
"mysqld with --tc-heuristic-recover={commit|rollback}"
5791
#: drizzled/log_event.cc:135
5793
msgid " %s, Error_code: %d;"
5796
#: drizzled/log_event.cc:139
5799
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
5800
"master log %s, end_log_pos %lu"
5803
#: drizzled/log_event.cc:145
5807
#: drizzled/log_event.cc:900
5810
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
5813
#: drizzled/log_event.cc:1615
5816
"Query partially completed on the master (error on master: %d) and was "
5817
"aborted. There is a chance that your master is inconsistent at this point. "
5818
"If you are sure that your master is ok, run this query manually on the slave "
5819
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
5820
"SLAVE; . Query: '%s'"
5823
#: drizzled/log_event.cc:1641
5826
"Query caused differenxt errors on master and slave.\n"
5827
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
5828
"Default database: '%s'. Query: '%s'"
5831
#: drizzled/log_event.cc:1646
5835
#: drizzled/log_event.cc:1666
5837
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
5840
#: drizzled/log_event.cc:1668 drizzled/log_event.cc:4348
5841
#: drizzled/log_event.cc:4393 drizzled/log_event.cc:5142
5842
msgid "unexpected success or fatal error"
5845
#: drizzled/log_event.cc:2158
5847
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
5848
"probable cause is that the master died while writing the transaction to its "
5849
"binary log, thus rolled back too."
5852
#: drizzled/log_event.cc:2813
5855
"Slave: load data infile on table '%s' at log position %s in log '%s' "
5856
"produced %ld warning(s). Default database: '%s'"
5859
#: drizzled/log_event.cc:2863
5862
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
5865
#: drizzled/log_event.cc:2875
5868
"Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
5871
#: drizzled/log_event.cc:3140
5872
msgid "Out of memory while recording slave event"
5875
#: drizzled/log_event.cc:3389 drizzled/log_event.cc:3415
5877
msgid "Error in Create_file event: could not open file '%s'"
5880
#: drizzled/log_event.cc:3401
5882
msgid "Error in Create_file event: could not write to file '%s'"
5885
#: drizzled/log_event.cc:3422
5887
msgid "Error in Create_file event: write to '%s' failed"
5890
#: drizzled/log_event.cc:3536
5892
msgid "Error in %s event: could not create file '%s'"
5895
#: drizzled/log_event.cc:3545
5897
msgid "Error in %s event: could not open file '%s'"
5900
#: drizzled/log_event.cc:3552
5902
msgid "Error in %s event: write to '%s' failed"
5905
#: drizzled/log_event.cc:3714
5907
msgid "Error in Exec_load event: could not open file '%s'"
5910
#: drizzled/log_event.cc:3724
5912
msgid "Error in Exec_load event: file '%s' appears corrupted"
5915
#: drizzled/log_event.cc:3754
5917
msgid "%s. Failed executing load from '%s'"
5920
#: drizzled/log_event.cc:3927
5921
msgid "Not enough memory"
5924
#: drizzled/log_event.cc:4345
5926
msgid "Error '%s' in %s event: when locking tables"
5929
#: drizzled/log_event.cc:4355
5931
msgid "Error in %s event: when locking tables"
5934
#: drizzled/log_event.cc:4390
5936
msgid "Error '%s' on reopening tables"
5939
#: drizzled/log_event.cc:4743
5941
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
5944
#: drizzled/log_event.cc:5139
5946
msgid "Error '%s' on opening table `%s`.`%s`"
5949
#. TRANSLATORS: The leading word "logging" is the name
5950
#. of the plugin api, and so should not be translated.
5951
#: drizzled/logging.cc:62
5953
msgid "logging plugin '%s' deinit() failed"
5956
#. TRANSLATORS: The leading word "logging" is the name
5957
#. of the plugin api, and so should not be translated.
5958
#: drizzled/logging.cc:85
5960
msgid "logging plugin '%s' logging_pre() failed"
5963
#. TRANSLATORS: The leading word "logging" is the name
5964
#. of the plugin api, and so should not be translated.
5965
#: drizzled/logging.cc:118
5967
msgid "logging plugin '%s' logging_post() failed"
5970
#. TRANSLATORS: The leading word "parser" is the name
5971
#. of the plugin api, and so should not be translated.
5972
#: drizzled/parser.cc:40
5974
msgid "parser plugin '%s' init() failed"
5977
#. TRANSLATORS: The leading word "parser" is the name
5978
#. of the plugin api, and so should not be translated.
5979
#: drizzled/parser.cc:62
5981
msgid "parser plugin '%s' deinit() failed"
5984
#. TRANSLATORS: The leading word "parser" is the name
5985
#. of the plugin api, and so should not be translated.
5986
#: drizzled/parser.cc:98
5988
msgid "parser plugin '%s' parser_func1() failed"
5991
#. TRANSLATORS: The leading word "parser" is the name
5992
#. of the plugin api, and so should not be translated.
5993
#: drizzled/parser.cc:152
5995
msgid "parser plugin '%s' parser_func2() failed"
5998
#. TRANSLATORS: The leading word "qcache" is the name
5999
#. of the plugin api, and so should not be translated.
6000
#: drizzled/qcache.cc:40
6002
msgid "qcache plugin '%s' init() failed"
6005
#. TRANSLATORS: The leading word "qcache" is the name
6006
#. of the plugin api, and so should not be translated.
6007
#: drizzled/qcache.cc:62
6009
msgid "qcache plugin '%s' deinit() failed"
6012
#. TRANSLATORS: The leading word "qcache" is the name
6013
#. of the plugin api, and so should not be translated.
6014
#: drizzled/qcache.cc:98
6016
msgid "qcache plugin '%s' do1() failed"
6019
#. TRANSLATORS: The leading word "qcache" is the name
6020
#. of the plugin api, and so should not be translated.
6021
#: drizzled/qcache.cc:152
6023
msgid "qcache plugin '%s' qcache_func2() failed"
6026
#: drizzled/replication/mi.cc:254 drizzled/slave.cc:1089
6027
#: drizzled/slave.cc:2091
6028
msgid "Failed to flush master info file"
6031
#: drizzled/replication/replication.cc:103
6032
msgid "Failed in send_file() while reading file name"
6035
#: drizzled/replication/replication.cc:116
6036
msgid "Failed in send_file() on open of file"
6039
#: drizzled/replication/replication.cc:124
6040
msgid "Failed in send_file() while writing data to client"
6043
#: drizzled/replication/replication.cc:133
6044
msgid "Failed in send_file() while negotiating file transfer close"
6047
#: drizzled/replication/reporting.cc:44
6049
msgid "Slave %s: %s%s Error_code: %d"
6052
#: drizzled/replication/rli.cc:149
6055
"Neither --relay-log nor --relay-log-index were used; so replication may "
6056
"break when this MySQL server acts as a slave and has his hostname changed!! "
6057
"Please use '--relay-log=%s' to avoid this problem."
6060
#: drizzled/replication/rli.cc:166
6061
msgid "Failed in open_log() called from init_relay_log_info()"
6064
#: drizzled/replication/rli.cc:188
6065
msgid "Failed to flush relay log info file"
6068
#: drizzled/replication/rli.cc:191
6069
msgid "Error counting relay log space"
6072
#: drizzled/replication/rli.cc:215
6074
msgid "log %s listed in the index, but failed to stat"
6077
#: drizzled/replication/rli.cc:230
6078
msgid "Could not find first log while counting relay log space"
6081
#: drizzled/replication/rli.cc:884
6082
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6085
#: drizzled/replication/utility.cc:117
6087
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6090
#: drizzled/replication/utility.cc:132
6093
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6094
"Master's column size should be <= the slave's column size."
6097
#: drizzled/scheduler.cc:131
6098
msgid "Memory allocation error in session_scheduler::init\n"
6101
#: drizzled/scheduler.cc:208
6102
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6105
#: drizzled/scheduler.cc:214
6106
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6109
#: drizzled/scheduler.cc:226
6110
msgid "session_add_event event_add error in libevent_init\n"
6113
#: drizzled/scheduler.cc:242
6115
msgid "Can't create completion port thread (error %d)"
6118
#: drizzled/scheduler.cc:355
6119
msgid "event_add error in libevent_add_session_callback\n"
6122
#: drizzled/scheduler.cc:381
6123
msgid "Scheduler init error in libevent_add_new_connection\n"
6126
#: drizzled/scheduler.cc:462
6127
msgid "libevent_thread_proc: my_thread_init() failed\n"
6130
#. TRANSLATORS: The leading word "scheduling" is the name
6131
#. of the plugin api, and so should not be translated.
6132
#: drizzled/scheduling.cc:40
6134
msgid "scheduling plugin '%s' init() failed"
6137
#. TRANSLATORS: The leading word "scheduling" is the name
6138
#. of the plugin api, and so should not be translated.
6139
#: drizzled/scheduling.cc:62
6141
msgid "scheduling plugin '%s' deinit() failed"
6144
#. TRANSLATORS: The leading word "scheduling" is the name
6145
#. of the plugin api, and so should not be translated.
6146
#: drizzled/scheduling.cc:98
6148
msgid "scheduling plugin '%s' scheduling_func1() failed"
6151
#. TRANSLATORS: The leading word "scheduling" is the name
6152
#. of the plugin api, and so should not be translated.
6153
#: drizzled/scheduling.cc:152
6155
msgid "scheduling plugin '%s' scheduling_func2() failed"
6158
#: drizzled/set_var.cc:725
6159
msgid "Ambiguous slave modes combination. STRICT will be used"
6162
#: drizzled/slave.cc:102
6163
msgid "Waiting to reconnect after a failed registration on master"
6166
#: drizzled/slave.cc:103
6168
"Slave I/O thread killed while waitnig to reconnect after a failed "
6169
"registration on master"
6172
#: drizzled/slave.cc:105
6173
msgid "Reconnecting after a failed registration on master"
6176
#: drizzled/slave.cc:106
6179
"failed registering on master, reconnecting to try again, log '%s' at postion "
6183
#: drizzled/slave.cc:109 drizzled/slave.cc:118
6184
msgid "Slave I/O thread killed during or after reconnect"
6187
#: drizzled/slave.cc:112
6188
msgid "Waiting to reconnect after a failed binlog dump request"
6191
#: drizzled/slave.cc:113
6192
msgid "Slave I/O thread killed while retrying master dump"
6195
#: drizzled/slave.cc:114
6196
msgid "Reconnecting after a failed binlog dump request"
6199
#: drizzled/slave.cc:115
6202
"failed dump request, reconnecting to try again, log '%s' at postion %s"
6205
#: drizzled/slave.cc:121
6206
msgid "Waiting to reconnect after a failed master event read"
6209
#: drizzled/slave.cc:122
6211
"Slave I/O thread killed while waiting to reconnect after a failed read"
6214
#: drizzled/slave.cc:124
6215
msgid "Reconnecting after a failed master event read"
6218
#: drizzled/slave.cc:125
6221
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6225
#: drizzled/slave.cc:128
6227
"Slave I/O thread killed during or after a reconnect done to recover from "
6231
#: drizzled/slave.cc:242
6232
msgid "Failed to allocate memory for the master info structure"
6235
#: drizzled/slave.cc:248 drizzled/slave.cc:1763
6236
msgid "Failed to initialize the master info structure"
6239
#: drizzled/slave.cc:263
6240
msgid "Failed to create slave threads"
6243
#: drizzled/slave.cc:460
6244
msgid "Server id not set, will not start slave"
6247
#: drizzled/slave.cc:626
6249
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6250
"updates to a non-transactional table without any primary key. There is a "
6251
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6252
"check your tables' contents after restart."
6255
#: drizzled/slave.cc:787 drizzled/slave.cc:802
6256
msgid "Master reported unrecognized DRIZZLE version"
6259
#: drizzled/slave.cc:843
6260
msgid "default Format_description_log_event"
6263
#: drizzled/slave.cc:865
6266
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6267
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6270
#: drizzled/slave.cc:892
6272
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6273
"server ids; these ids must be different for replication to work (or the --"
6274
"replicate-same-server-id option must be used on slave but this doesnot "
6275
"always make sense; please check the manual before using it)."
6278
#: drizzled/slave.cc:937
6280
"The slave I/O thread stops because master and slave have different values "
6281
"for the COLLATION_SERVER global variable. The values must be equal for "
6282
"replication to work"
6285
#: drizzled/slave.cc:973
6287
"The slave I/O thread stops because master and slave have different values "
6288
"for the TIME_ZONE global variable. The values must be equal for replication "
6292
#: drizzled/slave.cc:1038
6293
msgid "Waiting for the slave SQL thread to free enough relay log space"
6296
#: drizzled/slave.cc:1084
6298
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6302
#: drizzled/slave.cc:1095
6303
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6306
#: drizzled/slave.cc:1420
6308
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6311
#: drizzled/slave.cc:1473
6313
msgid "Error reading packet from server: %s ( server_errno=%d)"
6316
#: drizzled/slave.cc:1481
6318
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6321
#: drizzled/slave.cc:1634
6324
"It was not possible to update the positions of the relay log information: "
6325
"the slave may be in an inconsistent state. Stopped in %s position %s"
6328
#: drizzled/slave.cc:1709 drizzled/slave.cc:2301
6330
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6333
#: drizzled/slave.cc:1768 drizzled/slave.cc:2250
6335
msgid "Error initializing relay log position: %s"
6338
#: drizzled/slave.cc:1784
6341
"Slave SQL thread retried transaction %<PRIu64> time(s) in vain, giving up. "
6342
"Consider raising the value of the slave_transaction_retries variable."
6345
#: drizzled/slave.cc:1807
6347
"Could not parse relay log event entry. The possible reasons are: the "
6348
"master's binary log is corrupted (you can check this by running "
6349
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6350
"can check this by running 'mysqlbinlog' on the relay log), a network "
6351
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6352
"check the master's binary log or slave's relay log, you will be able to know "
6353
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6356
#: drizzled/slave.cc:1928
6357
msgid "Failed during slave I/O thread initialization"
6360
#: drizzled/slave.cc:1942
6361
msgid "error in drizzle_create()"
6364
#: drizzled/slave.cc:1950
6367
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6368
"'%s' at position %s"
6371
#: drizzled/slave.cc:1964
6372
msgid "Slave I/O thread killed while connecting to master"
6375
#: drizzled/slave.cc:1988
6376
msgid "Slave I/O thread couldn't register on master"
6379
#: drizzled/slave.cc:2000 drizzled/slave.cc:2024 drizzled/slave.cc:2048
6380
msgid "Forcing to reconnect slave I/O thread"
6383
#: drizzled/slave.cc:2013
6384
msgid "Failed on request_dump()"
6387
#: drizzled/slave.cc:2014
6388
msgid "Slave I/O thread killed while requesting master dump"
6391
#: drizzled/slave.cc:2040
6392
msgid "Waiting for master to send event"
6395
#: drizzled/slave.cc:2042
6396
msgid "Slave I/O thread killed while reading event"
6399
#: drizzled/slave.cc:2060
6402
"Log entry on master is longer than max_allowed_packet (%u) on slave. If the "
6403
"entry is correct, restart the server with a higher value of "
6404
"max_allowed_packet"
6407
#: drizzled/slave.cc:2074
6408
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6411
#: drizzled/slave.cc:2084
6412
msgid "Queueing master event to the relay log"
6415
#: drizzled/slave.cc:2111
6416
msgid "Slave I/O thread aborted while waiting for relay log space"
6419
#: drizzled/slave.cc:2121
6421
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6424
#: drizzled/slave.cc:2142
6425
msgid "Waiting for slave mutex on exit"
6428
#: drizzled/slave.cc:2206
6429
msgid "Failed during slave thread initialization"
6432
#: drizzled/slave.cc:2272
6435
"Slave SQL thread initialized, starting replication in log '%s' at position "
6436
"%s, relay log '%s' position: %s"
6439
#: drizzled/slave.cc:2286
6440
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6443
#: drizzled/slave.cc:2312
6444
msgid "Reading event from the relay log"
6447
#: drizzled/slave.cc:2337
6449
msgid "Slave (additional info): %s Error_code: %d"
6452
#: drizzled/slave.cc:2354
6454
msgid "Slave: %s Error_code: %d"
6457
#: drizzled/slave.cc:2357
6460
"Error loading user-defined library, slave SQL thread aborted. Install the "
6461
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6462
"stopped at log '%s' position %s"
6465
#: drizzled/slave.cc:2365
6468
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6469
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6472
#: drizzled/slave.cc:2377
6475
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6478
#: drizzled/slave.cc:2466
6480
msgid "Slave I/O: failed requesting download of '%s'"
6483
#: drizzled/slave.cc:2483
6485
msgid "Network read error downloading '%s' from master"
6488
#: drizzled/slave.cc:2505
6489
msgid "error writing Exec_load event to relay log"
6492
#: drizzled/slave.cc:2519
6493
msgid "error writing Create_file event to relay log"
6496
#: drizzled/slave.cc:2534
6497
msgid "error writing Append_block event to relay log"
6500
#: drizzled/slave.cc:2630
6501
msgid "Memory allocation failed"
6504
#: drizzled/slave.cc:2655 drizzled/slave.cc:2741
6507
"Read invalid event from master: '%s', master could be corrupt but a more "
6508
"likely cause of this is a bug"
6511
#: drizzled/slave.cc:3013
6512
msgid "could not queue event from master"
6515
#: drizzled/slave.cc:3103
6517
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6520
#: drizzled/slave.cc:3105
6521
msgid "reconnecting"
6524
#: drizzled/slave.cc:3105
6528
#: drizzled/slave.cc:3129
6531
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6535
#: drizzled/slave.cc:3490
6537
msgid "next log '%s' is currently active"
6540
#: drizzled/slave.cc:3520
6542
msgid "next log '%s' is not active"
6545
#: drizzled/slave.cc:3536
6548
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6551
#: drizzled/slave.cc:3542
6552
msgid "Aborting slave SQL thread because of partial event read"
6555
#: drizzled/slave.cc:3548 drizzled/slave.cc:3555
6557
msgid "Error reading relay log event: %s"
6560
#: drizzled/slave.cc:3549
6561
msgid "slave SQL thread was killed"
6564
#: drizzled/slave.cc:3647
6567
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6568
"check error log on slave for more info"
6571
#: drizzled/slave.cc:3653
6574
"According to the master's version ('%s'), it is probable that master suffers "
6575
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6576
"current binary log event may make the slave's data become different from the "
6577
"master's data. To take no risk, slave refuses to replicate this event and "
6578
"stops. We recommend that all updates be stopped on the master and slave, "
6579
"that the data of both be manually synchronized, that master's binary logs be "
6580
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6581
"Then replication can be restarted."
6584
#: drizzled/sql_base.cc:2555
6586
msgid "Table %s had a open data handler in reopen_table"
6589
#: drizzled/sql_base.cc:3206
6591
msgid "Couldn't repair table: %s.%s"
6594
#: drizzled/sql_base.cc:3249
6597
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
6598
"`%s`.`%s`' to the binary log"
6601
#: drizzled/sql_base.cc:3857
3801
6603
msgid "Could not remove temporary table: '%s', error: %d"
3804
#: ../drizzled/signal_handler.cc:52
3806
msgid "Got signal %d from thread %<PRIu32>"
3809
#: ../drizzled/signal_handler.cc:118
3811
msgid "Fatal signal %d while backtracing\n"
3814
#: ../drizzled/signal_handler.cc:127
3816
msgid "Fatal: time() call failed\n"
3819
#: ../drizzled/signal_handler.cc:133
3822
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3823
"This could be because you hit a bug. It is also possible that this binary\n"
3824
" or one of the libraries it was linked against is corrupt, improperly "
3826
" or misconfigured. This error can also be caused by malfunctioning "
3830
#: ../drizzled/signal_handler.cc:141
3833
"We will try our best to scrape up some info that will hopefully help "
3835
"the problem, but since we have already crashed, something is definitely "
3837
"and this may fail.\n"
3841
#: ../drizzled/signal_handler.cc:148
3844
"It is possible that drizzled could use up to \n"
3845
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3847
"Hope that's ok; if not, decrease some variables in the equation.\n"
3851
#: ../drizzled/sql_table.cc:1933
6606
#: drizzled/sql_plugin.cc:682
6608
msgid "Plugin '%s' of type %s failed deinitialization"
6611
#: drizzled/sql_plugin.cc:696
6613
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6616
#: drizzled/sql_plugin.cc:816
6618
msgid "Plugin '%s' registration as a %s failed."
6621
#: drizzled/sql_plugin.cc:1070
6622
msgid "plugin-load parameter too long"
6625
#: drizzled/sql_plugin.cc:1130
6627
msgid "Couldn't load plugin named '%s' with soname '%s'."
6630
#: drizzled/sql_plugin.cc:1181
6632
msgid "Forcing shutdown of %d plugins"
6635
#: drizzled/sql_plugin.cc:1203
6637
msgid "Plugin '%s' will be forced to shutdown"
6640
#: drizzled/sql_plugin.cc:1219
6642
msgid "Plugin '%s' has ref_count=%d after shutdown."
6645
#: drizzled/sql_plugin.cc:2468 drizzled/sql_plugin.cc:2531
6647
msgid "Unknown variable type code 0x%x in plugin '%s'."
6650
#: drizzled/sql_plugin.cc:2511
6653
"Server variable %s of plugin %s was forced to be read-only: string variable "
6654
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6657
#: drizzled/sql_plugin.cc:2542
6659
msgid "Missing variable name in plugin '%s'."
6662
#: drizzled/sql_plugin.cc:2559
6664
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6667
#: drizzled/sql_plugin.cc:2678
6669
msgid "Out of memory for plugin '%s'."
6672
#: drizzled/sql_plugin.cc:2685
6674
msgid "Bad options for plugin '%s'."
6677
#: drizzled/sql_plugin.cc:2694
6679
msgid "Parsing options for plugin '%s' failed."
6682
#: drizzled/sql_plugin.cc:2737
6684
msgid "Plugin '%s' has conflicting system variables"
6687
#: drizzled/sql_plugin.cc:2747
6689
msgid "Plugin '%s' disabled by command line option"
6692
#: drizzled/sql_table.cc:105
6694
msgid "Invalid (old?) table or database name '%s'"
6697
#: drizzled/sql_table.cc:2745
3853
6699
msgid "Unknown - internal error %d during operation"
3856
#: ../drizzled/statement/alter_table.cc:1514
6702
#: drizzled/sql_table.cc:5018
6704
msgid "Could not open table %s.%s after rename\n"
6707
#: drizzled/sql_table.cc:5185
3859
6710
"order_st BY ignored because there is a user-defined clustered index in the "
3860
6711
"table '%-.192s'"
3863
#: ../drizzled/sys_var.cc:1526
3865
msgid "Variable named %s already exists!\n"
3868
#: ../drizzled/sys_var.cc:1535
3870
msgid "Could not add Variable: %s\n"
3873
#: ../drizzled/sys_var.cc:1633
3874
msgid "Failed to initialize system variables"
3877
#: ../drizzled/table.cc:1690
3879
msgid "Got error %d when reading table '%s'"
3882
#: ../drizzled/table/instance/base.cc:1883
6714
#: drizzled/sql_udf.cc:41
6715
msgid "Can't allocate memory for udf structures"
6718
#: drizzled/table.cc:502
6721
"'%s' had no or invalid character set, and default character set is multi-"
6722
"byte, so character column sizes may have changed"
6725
#: drizzled/table.cc:2077
3884
6727
msgid "Unknown collation '%s' in table '%-.64s' definition"
3887
#: ../drizzled/table/instance/base.cc:1890
6730
#: drizzled/table.cc:2084
3890
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
6733
"Table '%-.64s' was created with a different version of MySQL and cannot be "
3894
#: ../drizzled/tztime.cc:170
6737
#: drizzled/table.cc:2695
6740
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6744
#: drizzled/table.cc:2721
6747
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6748
"have type %s, found type %s."
6751
#: drizzled/table.cc:2730
6754
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6755
"position %d to have character set '%s' but the type has no character set."
6758
#: drizzled/table.cc:2740
6761
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6762
"position %d to have character set '%s' but found character set '%s'."
6765
#: drizzled/table.cc:2751
6768
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6769
"have type %s but the column is not found."
6772
#: drizzled/table.cc:4871
6774
msgid "Got error %d when reading table '%s'"
6777
#: drizzled/tztime.cc:1060
3896
6779
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3899
#: ../plugin/auth_file/auth_file.cc:227
3901
msgid "Could not load auth file: %s\n"
3904
#: ../plugin/auth_file/auth_file.cc:243
3905
msgid "File to load for usernames and passwords"
3908
#: ../plugin/auth_http/auth_http.cc:135
3910
"auth_http plugin loaded but required option url not specified. Against which "
3911
"URL are you intending on authenticating?\n"
3914
#: ../plugin/auth_http/auth_http.cc:151
3915
msgid "URL for HTTP Auth check"
3918
#: ../plugin/auth_ldap/auth_ldap.cc:291
3920
msgid "Reconnect failed: %s\n"
3923
#: ../plugin/auth_ldap/auth_ldap.cc:310
3925
msgid "ldap_search_ext_s failed: %s\n"
3928
#: ../plugin/auth_ldap/auth_ldap.cc:416
3930
msgid "Could not load auth ldap: %s\n"
3933
#: ../plugin/auth_ldap/auth_ldap.cc:437
3934
msgid "URI of the LDAP server to contact"
3937
#: ../plugin/auth_ldap/auth_ldap.cc:439
3938
msgid "DN to use when binding to the LDAP server"
3941
#: ../plugin/auth_ldap/auth_ldap.cc:441
3942
msgid "Password to use when binding the DN"
3945
#: ../plugin/auth_ldap/auth_ldap.cc:443
3946
msgid "DN to use when searching"
3949
#: ../plugin/auth_ldap/auth_ldap.cc:445
3950
msgid "Attribute in LDAP with plain text password"
3953
#: ../plugin/auth_ldap/auth_ldap.cc:447
3954
msgid "Attribute in LDAP with MySQL hashed password"
3957
#: ../plugin/auth_ldap/auth_ldap.cc:449
3958
msgid "How often to empty the users cache, 0 to disable"
3961
#: ../plugin/blitzdb/ha_blitz.cc:1507
3962
msgid "Estimated number of rows that a BlitzDB table will store."
3965
#: ../plugin/console/console.cc:379
3966
msgid "Enable the console."
3969
#: ../plugin/console/console.cc:382
3970
msgid "Turn on extra debugging."
3973
#: ../plugin/console/console.cc:385
3974
msgid "User to use for auth."
3977
#: ../plugin/console/console.cc:388
3978
msgid "Password to use for auth."
3981
#: ../plugin/console/console.cc:391
3982
msgid "Default catalog to use."
3985
#: ../plugin/console/console.cc:394
3986
msgid "Default schema to use."
3989
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
3991
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
3995
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
3996
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
3997
msgid "Connect Timeout."
4000
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
4001
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
4002
msgid "Read Timeout."
4005
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
4006
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
4007
msgid "Write Timeout."
4010
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
4011
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
4012
msgid "Retry Count."
4015
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
4016
#: ../plugin/mysql_protocol/mysql_protocol.cc:1030
4017
msgid "Buffer length."
4020
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
4021
#: ../plugin/mysql_protocol/mysql_protocol.cc:1033
4022
msgid "Address to bind to."
4025
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
4026
#: ../plugin/mysql_protocol/mysql_protocol.cc:1036
4027
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
4028
msgid "Maximum simultaneous connections."
4031
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
4032
#: ../plugin/mysql_protocol/mysql_protocol.cc:1039
4033
msgid "A restrictive IP address list for incoming admin connections."
4036
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4037
msgid "Failed to send error message to libnotify\n"
4040
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
6782
#: plugin/errmsg_stderr/errmsg_stderr.cc:76
4041
6783
msgid "Error Messages to stderr"
4044
#: ../plugin/filtered_replicator/filtered_replicator.cc:578
4045
msgid "Comma-separated list of schemas to exclude"
4048
#: ../plugin/filtered_replicator/filtered_replicator.cc:581
4049
msgid "Comma-separated list of tables to exclude"
4052
#: ../plugin/filtered_replicator/filtered_replicator.cc:584
4053
msgid "Regular expression to apply to schemas to exclude"
4056
#: ../plugin/filtered_replicator/filtered_replicator.cc:587
4057
msgid "Regular expression to apply to tables to exclude"
4060
#: ../plugin/haildb/haildb_engine.cc:1080
4061
#: ../plugin/haildb/haildb_engine.cc:1218
4062
#: ../plugin/haildb/haildb_engine.cc:1248
4064
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4067
#: ../plugin/haildb/haildb_engine.cc:1099
4069
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4072
#: ../plugin/haildb/haildb_engine.cc:1197
4073
#: ../plugin/haildb/haildb_engine.cc:1310
4074
#: ../plugin/haildb/haildb_engine.cc:1491
4075
#: ../plugin/haildb/haildb_engine.cc:2157
4077
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4080
#: ../plugin/haildb/haildb_engine.cc:1349
4081
#: ../plugin/haildb/haildb_engine.cc:1365
4083
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4086
#: ../plugin/haildb/haildb_engine.cc:3403
4088
msgid "Error starting HailDB %d (%s)\n"
4091
#: ../plugin/haildb/haildb_engine.cc:3432
4092
msgid "Disable HailDB adaptive hash index (enabled by default)."
4095
#: ../plugin/haildb/haildb_engine.cc:3434
4096
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4099
#: ../plugin/haildb/haildb_engine.cc:3437
4101
"Size of a memory pool HailDB uses to store data dictionary information and "
4102
"other internal data structures."
4105
#: ../plugin/haildb/haildb_engine.cc:3440
4106
msgid "Data file autoextend increment in megabytes"
4109
#: ../plugin/haildb/haildb_engine.cc:3443
4111
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4115
#: ../plugin/haildb/haildb_engine.cc:3446
4116
msgid "The common part for HailDB table spaces."
4119
#: ../plugin/haildb/haildb_engine.cc:3448
4120
msgid "Disable HailDB checksums validation (enabled by default)."
4123
#: ../plugin/haildb/haildb_engine.cc:3450
4124
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4127
#: ../plugin/haildb/haildb_engine.cc:3453
4128
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4131
#: ../plugin/haildb/haildb_engine.cc:3456
4133
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4134
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4137
#: ../plugin/haildb/haildb_engine.cc:3459
4138
msgid "Stores each HailDB table to an .ibd file in the database dir."
4141
#: ../plugin/haildb/haildb_engine.cc:3462
4142
msgid "File format to use for new tables in .ibd files."
4145
#: ../plugin/haildb/haildb_engine.cc:3465
4147
"Set to 0 (write and flush once per second),1 (write and flush at each "
4148
"commit) or 2 (write at commit, flush once per second)."
4151
#: ../plugin/haildb/haildb_engine.cc:3468
4152
msgid "With which method to flush data."
4155
#: ../plugin/haildb/haildb_engine.cc:3471
4157
"Helps to save your data in case the disk image of the database becomes "
4161
#: ../plugin/haildb/haildb_engine.cc:3474
4162
msgid "Path to individual files and their sizes."
4165
#: ../plugin/haildb/haildb_engine.cc:3477
4166
msgid "Path to HailDB log files."
4169
#: ../plugin/haildb/haildb_engine.cc:3480
4170
msgid "Size of each log file in a log group."
4173
#: ../plugin/haildb/haildb_engine.cc:3483
4175
"Number of log files in the log group. HailDB writes to the files in a "
4176
"circular fashion. Value 3 is recommended here."
4179
#: ../plugin/haildb/haildb_engine.cc:3486
4181
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4182
"rolled back. Values above 100000000 disable the timeout."
4185
#: ../plugin/haildb/haildb_engine.cc:3489
4187
"The size of the buffer which HailDB uses to write log to the log files on "
4191
#: ../plugin/haildb/haildb_engine.cc:3492
4193
"Sets the point in the LRU list from where all pages are classified as old "
4197
#: ../plugin/haildb/haildb_engine.cc:3495
4199
"Milliseconds between accesses to a block at which it is made young. "
4200
"0=disabled (Advanced users)"
4203
#: ../plugin/haildb/haildb_engine.cc:3498
4204
msgid "Percentage of dirty pages allowed in bufferpool."
4207
#: ../plugin/haildb/haildb_engine.cc:3501
4208
msgid "Desired maximum length of the purge queue (0 = no limit)"
4211
#: ../plugin/haildb/haildb_engine.cc:3504
4213
"Roll back the complete transaction on lock wait timeout, for 4.x "
4214
"compatibility (disabled by default)"
4217
#: ../plugin/haildb/haildb_engine.cc:3507
4218
msgid "How many files at the maximum HailDB keeps open at the same time."
4221
#: ../plugin/haildb/haildb_engine.cc:3510
4222
msgid "Number of background read I/O threads in HailDB."
4225
#: ../plugin/haildb/haildb_engine.cc:3513
4226
msgid "Number of background write I/O threads in HailDB."
4229
#: ../plugin/haildb/haildb_engine.cc:3515
4231
"Disable if you want to reduce the number of messages written to the log "
4232
"(default: enabled)."
4235
#: ../plugin/haildb/haildb_engine.cc:3518
4236
msgid "Enable SHOW HAILDB STATUS output in the log"
4239
#: ../plugin/haildb/haildb_engine.cc:3521
4240
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4243
#: ../plugin/haildb/haildb_engine.cc:3523
4245
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4248
#: ../plugin/hello_events/hello_events.cc:401
4249
msgid "Enable Example Events Plugin"
4252
#: ../plugin/hello_events/hello_events.cc:404
4253
#: ../plugin/hello_events/hello_events.cc:407
4254
msgid "A comma delimited list of databases to watch"
4257
#: ../plugin/hello_events/hello_events.cc:410
4258
msgid "Before write row event observer call position"
4261
#: ../plugin/hello_events/hello_events.cc:413
4262
#: ../plugin/pbms/src/parameters_ms.cc:461
4263
msgid "Before update row event observer call position"
4266
#: ../plugin/hello_events/hello_events.cc:416
4267
msgid "After drop database event observer call position"
4270
#: ../plugin/hello_events/hello_events.cc:427
4271
msgid "An example events Plugin"
4274
#: ../plugin/innobase/handler/data_dictionary.cc:760
4276
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4279
#: ../plugin/innobase/handler/ha_innodb.cc:1914
4281
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4285
#: ../plugin/innobase/handler/ha_innodb.cc:2179
4287
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4291
#: ../plugin/innobase/handler/ha_innodb.cc:2223
4294
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4295
"or its equivalent numeric id"
4298
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4299
msgid "Do not use Native AIO library for IO, even if available"
4302
#: ../plugin/innobase/handler/ha_innodb.cc:9375
4303
msgid "Enable internal replication log."
4306
#: ../plugin/innobase/handler/ha_innodb.cc:9378
4308
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4309
"rolled back. Values above 100000000 disable the timeout."
4312
#: ../plugin/innobase/handler/ha_innodb.cc:9381
4313
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4316
#: ../plugin/innobase/handler/ha_innodb.cc:9384
4318
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4319
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4322
#: ../plugin/innobase/handler/replication_dictionary.cc:109
4323
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4324
#: ../plugin/transaction_log/print_transaction_message.cc:177
4325
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4327
msgid "Unable to parse transaction. Got error: %s.\n"
4330
#: ../plugin/innobase/srv/srv0start.cc:1034
4331
msgid "InnoDB: cannot determine Mac OS X version!\n"
4334
#: ../plugin/innobase/srv/srv0start.cc:1039
4336
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4337
"InnoDB: making transactions unsafe!\n"
4340
#: ../plugin/innobase/srv/srv0start.cc:1048
4343
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu.\n"
4344
"InnoDB: The sizes should be the same so that on a 64-bit platform you can\n"
4345
"InnoDB: allocate more than 4 GB of memory."
4348
#: ../plugin/innobase/srv/srv0start.cc:1063
4350
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4353
#: ../plugin/innobase/srv/srv0start.cc:1068
4356
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4357
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4358
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4361
#: ../plugin/innobase/srv/srv0start.cc:1078
4363
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4366
#: ../plugin/innobase/srv/srv0start.cc:1083
4368
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4371
#: ../plugin/innobase/srv/srv0start.cc:1088
4373
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4376
#: ../plugin/innobase/srv/srv0start.cc:1092
4378
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4381
#: ../plugin/innobase/srv/srv0start.cc:1097
4383
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4386
#: ../plugin/innobase/srv/srv0start.cc:1167
4388
msgid " InnoDB: Using Linux native AIO\n"
4391
#: ../plugin/logging_gearman/logging_gearman.cc:186
4393
msgid "fail gearman_client_create(): %s"
4396
#: ../plugin/logging_gearman/logging_gearman.cc:197
4398
msgid "fail gearman_client_add_server(): %s"
4401
#: ../plugin/logging_gearman/logging_gearman.cc:302
4402
msgid "Hostname for logging to a Gearman server"
4405
#: ../plugin/logging_gearman/logging_gearman.cc:305
4406
msgid "Gearman Function to send logging to"
4409
#: ../plugin/logging_gearman/logging_gearman.cc:316
4410
msgid "Log queries to a Gearman server"
4413
#: ../plugin/logging_query/logging_query.cc:178
6786
#: plugin/logging_query/logging_query.cc:162
4415
6788
msgid "fail open() fn=%s er=%s\n"
4418
#: ../plugin/logging_query/logging_query.cc:319
4419
msgid "Enable logging to CSV file"
4422
#: ../plugin/logging_query/logging_query.cc:322
6791
#: plugin/logging_query/logging_query.cc:202
4423
6792
msgid "File to log to"
4426
#: ../plugin/logging_query/logging_query.cc:325
4427
msgid "PCRE to match the query against"
4430
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
6795
#: plugin/logging_query/logging_query.cc:211
6796
msgid "Enable logging"
6799
#: plugin/logging_query/logging_query.cc:220
6800
msgid "Disable after this many seconds. Zero for forever"
6803
#: plugin/logging_query/logging_query.cc:233
4431
6804
msgid "Threshold for logging slow queries, in microseconds"
4434
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
6807
#: plugin/logging_query/logging_query.cc:246
4435
6808
msgid "Threshold for logging big queries, for rows returned"
4438
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
6811
#: plugin/logging_query/logging_query.cc:259
4439
6812
msgid "Threshold for logging big queries, for rows examined"
4442
#: ../plugin/logging_query/logging_query.cc:345
4443
msgid "Log queries to a CSV file"
4446
#: ../plugin/logging_stats/logging_stats.cc:373
4447
msgid "Max number of users that will be logged"
4450
#: ../plugin/logging_stats/logging_stats.cc:376
4451
msgid "Max number of range locks to use for Scoreboard"
4454
#: ../plugin/logging_stats/logging_stats.cc:379
4455
msgid "Max number of concurrent sessions that will be logged"
4458
#: ../plugin/logging_stats/logging_stats.cc:380
4459
msgid "Enable Logging Statistics Collection"
4462
#: ../plugin/logging_stats/logging_stats.cc:389
4463
msgid "User Statistics as DATA_DICTIONARY tables"
4466
#: ../plugin/md5/md5.cc:99
4467
msgid "libgcrypt library version mismatch\n"
4470
#: ../plugin/memcached_query_cache/memcached_qc.cc:388
4471
#: ../plugin/memcached_stats/memcached_stats.cc:87
4472
msgid "List of memcached servers."
4475
#: ../plugin/memcached_query_cache/memcached_qc.cc:391
4476
msgid "Expiry time of memcached entries"
4479
#: ../plugin/memcached_query_cache/memcached_qc.cc:394
4480
msgid "Enable Memcached Query Cache"
4483
#: ../plugin/memcached_stats/analysis_table.cc:78
4484
#: ../plugin/memcached_stats/stats_table.cc:144
4485
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4488
#: ../plugin/memcached_stats/memcached_stats.cc:98
4489
msgid "Memcached Stats as I_S tables"
4492
#: ../plugin/memcached_stats/stats_table.cc:74
4495
"Unable get stats from memcached server %s. Got error from "
4496
"memcached_stat_servername()."
4499
#: ../plugin/memcached_stats/stats_table.cc:151
4500
msgid "Unable to create memcached struct. Got error from memcached_create()."
4503
#: ../plugin/memcached_stats/stats_table.cc:159
4506
"Unable to create memcached server list. Got error from "
4507
"memcached_servers_parse(%s)."
4510
#: ../plugin/multi_thread/multi_thread.cc:62
4511
msgid "Session killed before thread could execute"
4514
#: ../plugin/multi_thread/multi_thread.cc:109
4515
msgid "Unable to get thread stack size\n"
4518
#: ../plugin/multi_thread/multi_thread.cc:211
4519
msgid "Maximum number of user threads available."
4522
#: ../plugin/myisam/ha_myisam.cc:532
6815
#: plugin/logging_query/logging_query.cc:282
6816
msgid "Log queries to a file"
6819
#: storage/myisam/ha_myisam.cc:453
4524
6821
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4527
#: ../plugin/myisam/ha_myisam.cc:536
6824
#: storage/myisam/ha_myisam.cc:457
4529
6826
msgid "Got an error from unknown thread, %s:%d"
4532
#: ../plugin/myisam/ha_myisam.cc:542
6829
#: storage/myisam/ha_myisam.cc:462
4533
6830
msgid "Unknown thread accessing table"
4536
#: ../plugin/myisam/ha_myisam.cc:1506
4538
"Don't use the fast sort index method to created index if the temporary file "
4539
"would get bigger than this."
4542
#: ../plugin/myisam/ha_myisam.cc:1509
4544
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4545
"when creating indexes with CREATE INDEX or ALTER TABLE."
4548
#: ../plugin/myisam/my_handler_errors.cc:42
6833
#: storage/myisam/my_handler_errors.c:34
4549
6834
msgid "Didn't find key on read or update"
4552
#: ../plugin/myisam/my_handler_errors.cc:43
6837
#: storage/myisam/my_handler_errors.c:36
4553
6838
msgid "Duplicate key on write or update"
4556
#: ../plugin/myisam/my_handler_errors.cc:44
6841
#: storage/myisam/my_handler_errors.c:38
4557
6842
msgid "Internal (unspecified) error in handler"
4560
#: ../plugin/myisam/my_handler_errors.cc:46
6845
#: storage/myisam/my_handler_errors.c:40
4562
6847
"Someone has changed the row since it was read (while the table was locked to "
4566
#: ../plugin/myisam/my_handler_errors.cc:48
6851
#: storage/myisam/my_handler_errors.c:43
4567
6852
msgid "Wrong index given to function"
4570
#: ../plugin/myisam/my_handler_errors.cc:49
6855
#: storage/myisam/my_handler_errors.c:45
6856
msgid "Undefined handler error 125"
6859
#: storage/myisam/my_handler_errors.c:47
4571
6860
msgid "Index file is crashed"
4574
#: ../plugin/myisam/my_handler_errors.cc:50
6863
#: storage/myisam/my_handler_errors.c:49
4575
6864
msgid "Record file is crashed"
4578
#: ../plugin/myisam/my_handler_errors.cc:51
6867
#: storage/myisam/my_handler_errors.c:51
4579
6868
msgid "Out of memory in engine"
4582
#: ../plugin/myisam/my_handler_errors.cc:52
6871
#: storage/myisam/my_handler_errors.c:53
6872
msgid "Undefined handler error 129"
6875
#: storage/myisam/my_handler_errors.c:55
4583
6876
msgid "Incorrect file format"
4586
#: ../plugin/myisam/my_handler_errors.cc:53
6879
#: storage/myisam/my_handler_errors.c:57
4587
6880
msgid "Command not supported by database"
4590
#: ../plugin/myisam/my_handler_errors.cc:54
6883
#: storage/myisam/my_handler_errors.c:59
4591
6884
msgid "Old database file"
4594
#: ../plugin/myisam/my_handler_errors.cc:55
6887
#: storage/myisam/my_handler_errors.c:61
4595
6888
msgid "No record read before update"
4598
#: ../plugin/myisam/my_handler_errors.cc:56
6891
#: storage/myisam/my_handler_errors.c:63
4599
6892
msgid "Record was already deleted (or record file crashed)"
4602
#: ../plugin/myisam/my_handler_errors.cc:57
6895
#: storage/myisam/my_handler_errors.c:65
4603
6896
msgid "No more room in record file"
4606
#: ../plugin/myisam/my_handler_errors.cc:58
6899
#: storage/myisam/my_handler_errors.c:67
4607
6900
msgid "No more room in index file"
4610
#: ../plugin/myisam/my_handler_errors.cc:59
6903
#: storage/myisam/my_handler_errors.c:69
4611
6904
msgid "No more records (read after end of file)"
4614
#: ../plugin/myisam/my_handler_errors.cc:60
6907
#: storage/myisam/my_handler_errors.c:71
4615
6908
msgid "Unsupported extension used for table"
4618
#: ../plugin/myisam/my_handler_errors.cc:61
6911
#: storage/myisam/my_handler_errors.c:73
4619
6912
msgid "Too big row"
4622
#: ../plugin/myisam/my_handler_errors.cc:62
6915
#: storage/myisam/my_handler_errors.c:75
4623
6916
msgid "Wrong create options"
4626
#: ../plugin/myisam/my_handler_errors.cc:63
6919
#: storage/myisam/my_handler_errors.c:77
4627
6920
msgid "Duplicate unique key or constraint on write or update"
4630
#: ../plugin/myisam/my_handler_errors.cc:64
6923
#: storage/myisam/my_handler_errors.c:79
4631
6924
msgid "Unknown character set used in table"
4634
#: ../plugin/myisam/my_handler_errors.cc:65
6927
#: storage/myisam/my_handler_errors.c:81
4635
6928
msgid "Conflicting table definitions in sub-tables of MERGE table"
4638
#: ../plugin/myisam/my_handler_errors.cc:66
6931
#: storage/myisam/my_handler_errors.c:83
4639
6932
msgid "Table is crashed and last repair failed"
4642
#: ../plugin/myisam/my_handler_errors.cc:67
6935
#: storage/myisam/my_handler_errors.c:85
4643
6936
msgid "Table was marked as crashed and should be repaired"
4646
#: ../plugin/myisam/my_handler_errors.cc:68
6939
#: storage/myisam/my_handler_errors.c:87
4647
6940
msgid "Lock timed out; Retry transaction"
4650
#: ../plugin/myisam/my_handler_errors.cc:69
6943
#: storage/myisam/my_handler_errors.c:89
4651
6944
msgid "Lock table is full; Restart program with a larger locktable"
4654
#: ../plugin/myisam/my_handler_errors.cc:70
6947
#: storage/myisam/my_handler_errors.c:91
4655
6948
msgid "Updates are not allowed under a read only transactions"
4658
#: ../plugin/myisam/my_handler_errors.cc:71
6951
#: storage/myisam/my_handler_errors.c:93
4659
6952
msgid "Lock deadlock; Retry transaction"
4662
#: ../plugin/myisam/my_handler_errors.cc:72
6955
#: storage/myisam/my_handler_errors.c:95
4663
6956
msgid "Foreign key constraint is incorrectly formed"
4666
#: ../plugin/myisam/my_handler_errors.cc:73
6959
#: storage/myisam/my_handler_errors.c:97
4667
6960
msgid "Cannot add a child row"
4670
#: ../plugin/myisam/my_handler_errors.cc:74
6963
#: storage/myisam/my_handler_errors.c:99
4671
6964
msgid "Cannot delete a parent row"
4674
#: ../plugin/myisam/my_handler_errors.cc:75
6967
#: storage/myisam/my_handler_errors.c:101
4675
6968
msgid "No savepoint with that name"
4678
#: ../plugin/myisam/my_handler_errors.cc:76
6971
#: storage/myisam/my_handler_errors.c:103
4679
6972
msgid "Non unique key block size"
4682
#: ../plugin/myisam/my_handler_errors.cc:77
6975
#: storage/myisam/my_handler_errors.c:105
4683
6976
msgid "The table does not exist in engine"
4686
#: ../plugin/myisam/my_handler_errors.cc:78
6979
#: storage/myisam/my_handler_errors.c:107
4687
6980
msgid "The table already existed in storage engine"
4690
#: ../plugin/myisam/my_handler_errors.cc:79
6983
#: storage/myisam/my_handler_errors.c:109
4691
6984
msgid "Could not connect to storage engine"
4694
#: ../plugin/myisam/my_handler_errors.cc:80
6987
#: storage/myisam/my_handler_errors.c:111
4695
6988
msgid "Unexpected null pointer found when using spatial index"
4698
#: ../plugin/myisam/my_handler_errors.cc:81
6991
#: storage/myisam/my_handler_errors.c:113
4699
6992
msgid "The table changed in storage engine"
4702
#: ../plugin/myisam/my_handler_errors.cc:82
6995
#: storage/myisam/my_handler_errors.c:115
4703
6996
msgid "There's no partition in table for the given value"
4706
#: ../plugin/myisam/my_handler_errors.cc:83
6999
#: storage/myisam/my_handler_errors.c:117
4707
7000
msgid "Row-based binlogging of row failed"
4710
#: ../plugin/myisam/my_handler_errors.cc:84
7003
#: storage/myisam/my_handler_errors.c:119
4711
7004
msgid "Index needed in foreign key constraint"
4714
#: ../plugin/myisam/my_handler_errors.cc:85
7007
#: storage/myisam/my_handler_errors.c:121
4715
7008
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4718
#: ../plugin/myisam/my_handler_errors.cc:86
7011
#: storage/myisam/my_handler_errors.c:123
4719
7012
msgid "Table needs to be upgraded before it can be used"
4722
#: ../plugin/myisam/my_handler_errors.cc:87
7015
#: storage/myisam/my_handler_errors.c:125
4723
7016
msgid "Table is read only"
4726
#: ../plugin/myisam/my_handler_errors.cc:88
7019
#: storage/myisam/my_handler_errors.c:127
4727
7020
msgid "Failed to get next auto increment value"
4730
#: ../plugin/myisam/my_handler_errors.cc:89
7023
#: storage/myisam/my_handler_errors.c:129
4731
7024
msgid "Failed to set row auto increment value"
4734
#: ../plugin/myisam/my_handler_errors.cc:90
7027
#: storage/myisam/my_handler_errors.c:131
4735
7028
msgid "Unknown (generic) error from engine"
4738
#: ../plugin/myisam/my_handler_errors.cc:91
7031
#: storage/myisam/my_handler_errors.c:133
4739
7032
msgid "Record is the same"
4742
#: ../plugin/myisam/my_handler_errors.cc:92
7035
#: storage/myisam/my_handler_errors.c:135
4743
7036
msgid "It is not possible to log this statement"
4746
#: ../plugin/myisam/my_handler_errors.cc:93
7039
#: storage/myisam/my_handler_errors.c:137
4747
7040
msgid "Tablespace exists"
4750
#: ../plugin/myisam/my_handler_errors.cc:94
7043
#: storage/myisam/my_handler_errors.c:139
4751
7044
msgid "The event was corrupt, leading to illegal data being read"
4754
#: ../plugin/myisam/my_handler_errors.cc:95
7047
#: storage/myisam/my_handler_errors.c:141
4755
7048
msgid "The table is of a new format not supported by this version"
4758
#: ../plugin/myisam/my_handler_errors.cc:96
4759
msgid "The event could not be processed no other handler error happened"
4762
#: ../plugin/myisam/my_handler_errors.cc:97
4763
msgid "Got a fatal error during initialzation of handler"
4766
#: ../plugin/myisam/my_handler_errors.cc:98
7051
#: storage/myisam/my_handler_errors.c:143
7052
msgid "The event could not be processed no other hanlder error happened"
7055
#: storage/myisam/my_handler_errors.c:145
7056
msgid "Got a fatal error during initialzaction of handler"
7059
#: storage/myisam/my_handler_errors.c:147
4767
7060
msgid "File to short; Expected more data in file"
4770
#: ../plugin/myisam/my_handler_errors.cc:99
7063
#: storage/myisam/my_handler_errors.c:149
4771
7064
msgid "Read page with wrong checksum"
4774
#. TODO: get a better message for these
4775
#: ../plugin/myisam/my_handler_errors.cc:101
7067
#: storage/myisam/my_handler_errors.c:151
4776
7068
msgid "Lock or active transaction"
4779
#: ../plugin/myisam/my_handler_errors.cc:102
7071
#: storage/myisam/my_handler_errors.c:153
4780
7072
msgid "No such table space"
4783
#: ../plugin/myisam/my_handler_errors.cc:103
7075
#: storage/myisam/my_handler_errors.c:155
4784
7076
msgid "Tablespace not empty"
4787
#: ../plugin/mysql_protocol/mysql_protocol.cc:1014
4789
"Port number to use for connection or 0 for default to with MySQL protocol."
4792
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:83
4794
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4795
"the file is stale and should be removed?"
4798
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:168
4799
msgid "Path used for MySQL UNIX Socket Protocol."
4802
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:170
4803
msgid "Clobber socket file if one is there already."
4806
#: ../plugin/pbms/src/parameters_ms.cc:426
4807
msgid "Port number to use for connection or 0 for default PBMS port "
4810
#: ../plugin/pbms/src/parameters_ms.cc:429
4811
msgid "The maximum size of a BLOB repository file."
4814
#: ../plugin/pbms/src/parameters_ms.cc:432
4815
msgid "The maximum size of a temorary BLOB log file."
4818
#: ../plugin/pbms/src/parameters_ms.cc:435
4820
"A ':' delimited list of metadata header names to be used to initialize the "
4821
"pbms_metadata_header table when a database is created."
4824
#: ../plugin/pbms/src/parameters_ms.cc:439
4825
msgid "The percentage of garbage in a repository file before it is compacted."
4828
#: ../plugin/pbms/src/parameters_ms.cc:442
4830
"The timeout, in seconds, for temporary BLOBs. Uploaded blob data is removed "
4831
"after this time, unless committed to the database."
4834
#: ../plugin/pbms/src/parameters_ms.cc:445
4836
"The timeout, in milli-seconds, before the HTTP server will close an inactive "
4840
#: ../plugin/pbms/src/parameters_ms.cc:448
4841
msgid "The next backup ID to use when backing up a PBMS database."
4844
#: ../plugin/pbms/src/parameters_ms.cc:451
4846
"A comma delimited list of tables to watch of the format: <database>."
4850
#: ../plugin/pbms/src/parameters_ms.cc:453
4851
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
4854
#: ../plugin/pbms/src/parameters_ms.cc:457
4855
msgid "Before insert row event observer call position"
4858
#: ../plugin/rabbitmq/rabbitmq_handler.cc:53
4859
msgid "Could not open socket, is rabbitmq running?"
4862
#: ../plugin/rabbitmq/rabbitmq_log.cc:72
4863
msgid "Failed to allocate enough memory to transaction message\n"
4866
#: ../plugin/rabbitmq/rabbitmq_log.cc:117
4868
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
4871
#: ../plugin/rabbitmq/rabbitmq_log.cc:130
4873
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
4876
#: ../plugin/rabbitmq/rabbitmq_log.cc:155
4877
msgid "Host name to connect to"
4880
#: ../plugin/rabbitmq/rabbitmq_log.cc:158
4881
msgid "Port to connect to"
4884
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
4885
msgid "RabbitMQ virtualhost"
4888
#: ../plugin/rabbitmq/rabbitmq_log.cc:164
4889
msgid "RabbitMQ username"
4892
#: ../plugin/rabbitmq/rabbitmq_log.cc:167
4893
msgid "RabbitMQ password"
4896
#: ../plugin/rabbitmq/rabbitmq_log.cc:170
4897
#: ../plugin/transaction_log/module.cc:270
4898
msgid "Name of the replicator plugin to use (default='default_replicator')"
4901
#: ../plugin/rabbitmq/rabbitmq_log.cc:173
4902
msgid "Name of RabbitMQ exchange to publish to"
4905
#: ../plugin/rabbitmq/rabbitmq_log.cc:176
4906
msgid "Name of RabbitMQ routing key to use"
4909
#: ../plugin/session_dictionary/processlist.cc:78
4913
#: ../plugin/syslog/errmsg.cc:42 ../plugin/syslog/logging.cc:55
4915
msgid "syslog facility \"%s\" not known, using \"local0\""
4918
#: ../plugin/syslog/errmsg.cc:50
4920
msgid "syslog priority \"%s\" not known, using \"warn\""
4923
#: ../plugin/syslog/logging.cc:63
4925
msgid "syslog priority \"%s\" not known, using \"info\""
4928
#: ../plugin/syslog/module.cc:95
4929
msgid "Syslog Ident"
4932
#: ../plugin/syslog/module.cc:98
4933
msgid "Syslog Facility"
4936
#: ../plugin/syslog/module.cc:101
4937
msgid "Enable logging to syslog of the query log"
4940
#: ../plugin/syslog/module.cc:104
4941
msgid "Syslog Priority of query logging"
4944
#: ../plugin/syslog/module.cc:116
4945
msgid "Enable logging to syslog of the error messages"
4948
#: ../plugin/syslog/module.cc:119
4949
msgid "Syslog Priority of error messages"
4952
#: ../plugin/transaction_log/background_worker.cc:77
4954
msgid "Unable to create background worker thread. Got error %s.\n"
4957
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
4958
#: ../plugin/transaction_log/print_transaction_message.cc:106
4959
#: ../plugin/transaction_log/transaction_log_reader.cc:97
4961
msgid "Failed to open transaction log file %s. Got error: %s\n"
4964
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
4965
#: ../plugin/transaction_log/print_transaction_message.cc:169
4966
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4967
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:155
4969
msgid "Could not read transaction message.\n"
4972
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
4973
#: ../plugin/transaction_log/print_transaction_message.cc:170
4974
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4976
msgid "GPB ERROR: %s.\n"
4979
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
4980
#: ../plugin/transaction_log/print_transaction_message.cc:171
4981
#: ../plugin/transaction_log/transaction_log_reader.cc:154
4983
msgid "Raw buffer read: %s.\n"
4986
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
4987
#: ../plugin/transaction_log/print_transaction_message.cc:179
4988
#: ../plugin/transaction_log/transaction_log_reader.cc:163
4990
msgid "BUFFER: %s\n"
4993
#: ../plugin/transaction_log/module.cc:171
4995
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
4998
#: ../plugin/transaction_log/module.cc:180
5000
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5003
#: ../plugin/transaction_log/module.cc:192
5005
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5008
#: ../plugin/transaction_log/module.cc:201
5010
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5013
#: ../plugin/transaction_log/module.cc:216
5015
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5018
#: ../plugin/transaction_log/module.cc:258
5019
msgid "DEBUGGING - Truncate transaction log"
5022
#: ../plugin/transaction_log/module.cc:261
5023
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5026
#: ../plugin/transaction_log/module.cc:264
5027
msgid "Enable transaction log"
5030
#: ../plugin/transaction_log/module.cc:267
5031
msgid "Path to the file to use for transaction log"
5034
#: ../plugin/transaction_log/module.cc:273
5036
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5037
"each transaction write, 2 == sync log file once per second"
5040
#: ../plugin/transaction_log/module.cc:276
5041
msgid "Number of slots for in-memory write buffers (default=8)."
5044
#: ../plugin/transaction_log/print_transaction_message.cc:135
5046
msgid "GPB message is not a valid type.\n"
5049
#: ../plugin/transaction_log/print_transaction_message.cc:155
5051
msgid "GPB message is not a valid size.\n"
5054
#: ../plugin/transaction_log/transaction_log.cc:114
5055
msgid "Failed to open transaction log file "
5058
#: ../plugin/transaction_log/transaction_log.cc:215
5061
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5062
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5065
#: ../plugin/transaction_log/transaction_log.cc:236
5067
msgid "Failed to sync log file. Got error: %s\n"
5070
#: ../plugin/transaction_log/transaction_log_reader.cc:119
5071
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:120
5073
msgid "Attempted to read record bigger than INT_MAX\n"
5076
#: ../plugin/transaction_log/transaction_log_reader.cc:139
5078
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
5081
#: ../plugin/transaction_log/transaction_log_reader.cc:174
5083
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
5086
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:67
5087
msgid "Cannot open file: "
5090
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:77
5091
msgid "Could not skip to position "
5094
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:114
5095
msgid "Found a non-transaction message in log. Currently, not supported.\n"
5098
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:140
5099
msgid "Memory allocation failure trying to allocate "
5102
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:142
5106
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:156
5110
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:162
5116
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:170
5117
msgid "Unable to parse command. Got error: "
5120
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:179
5127
#: ../plugin/transaction_log/utilities/transaction_reader.cc:580
5129
msgid "Display help and exit"
5130
msgstr "Laguntza hau erakutsi."
5132
#: ../plugin/transaction_log/utilities/transaction_reader.cc:581
5133
msgid "Read from the innodb transaction log"
5136
#: ../plugin/transaction_log/utilities/transaction_reader.cc:587
5137
msgid "Password to use when connecting to server"
5140
#: ../plugin/transaction_log/utilities/transaction_reader.cc:590
5141
msgid "Perform checksum"
5144
#: ../plugin/transaction_log/utilities/transaction_reader.cc:591
5145
msgid "Ignore event messages"
5148
#: ../plugin/transaction_log/utilities/transaction_reader.cc:592
5149
msgid "Transaction log file"
5152
#: ../plugin/transaction_log/utilities/transaction_reader.cc:593
5153
msgid "Print raw Protobuf messages instead of SQL"
5156
#: ../plugin/transaction_log/utilities/transaction_reader.cc:596
5157
msgid "Start reading from the given file position"
5160
#: ../plugin/transaction_log/utilities/transaction_reader.cc:599
5161
msgid "Only output for the given transaction ID and later"
5164
#: ../plugin/transaction_log/utilities/transaction_reader.cc:602
5165
msgid "Only output for the given transaction ID"
5168
#: ../plugin/transaction_log/utilities/transaction_reader.cc:603
5169
msgid "Summarize message contents"
5172
#: ../plugin/transaction_log/utilities/transaction_reader.cc:637
5173
msgid "Cannot use --start-pos and --transaction-id together\n"
5176
#: ../plugin/transaction_log/utilities/transaction_reader.cc:643
5177
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
5180
#: ../plugin/transaction_log/utilities/transaction_reader.cc:753
5181
msgid "Checksum failed. Wanted "
5184
#: ../plugin/transaction_log/utilities/transaction_reader.cc:755