2739
2756
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
2740
2757
"of storage; increase this drizzled variable and try again"
2759
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
2760
"of storage; increase this drizzled variable and try again"
2743
2762
#: drizzled/error.cc:430
2745
2764
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2766
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2748
2768
#: drizzled/error.cc:432
2750
2770
"This operation requires a running slave; configure slave and do START SLAVE"
2772
"This operation requires a running slave; configure slave and do START SLAVE"
2753
2774
#: drizzled/error.cc:434
2754
2775
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
2776
msgstr "The server is not configured as slave; fix with CHANGE MASTER TO"
2757
2778
#: drizzled/error.cc:436
2760
2780
"Could not initialize master info structure; more error messages can be found "
2761
2781
"in the Drizzle error log"
2763
"Could not initialise master info structure; more error messages can be found "
2764
"in the MySQL error log"
2783
"Could not initialize master info structure; more error messages can be found "
2784
"in the Drizzle error log"
2766
2786
#: drizzled/error.cc:438
2767
2787
msgid "Could not create slave thread; check system resources"
2788
msgstr "Could not create slave thread; check system resources"
2770
2790
#: drizzled/error.cc:440
2773
2793
"User %-.64s already has more than 'max_user_connections' active connections"
2795
"User %-.64s already has more than 'max_user_connections' active connections"
2776
2797
#: drizzled/error.cc:442
2777
2798
msgid "You may only use constant expressions with SET"
2799
msgstr "You may only use constant expressions with SET"
2780
2801
#: drizzled/error.cc:444
2781
2802
msgid "Lock wait timeout exceeded; try restarting transaction"
2803
msgstr "Lock wait timeout exceeded; try restarting transaction"
2784
2805
#: drizzled/error.cc:446
2785
2806
msgid "The total number of locks exceeds the lock table size"
2807
msgstr "The total number of locks exceeds the lock table size"
2788
2809
#: drizzled/error.cc:448
2789
2810
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2812
"Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2792
2814
#: drizzled/error.cc:450
2793
2815
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2816
msgstr "DROP DATABASE not allowed while thread is holding global read lock"
2796
2818
#: drizzled/error.cc:452
2797
2819
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2820
msgstr "CREATE DATABASE not allowed while thread is holding global read lock"
2800
2822
#: drizzled/error.cc:454
2802
2824
msgid "Incorrect arguments to %s"
2825
msgstr "Incorrect arguments to %s"
2805
2827
#: drizzled/error.cc:456
2807
2829
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
2830
msgstr "'%-.48s'@'%-.64s' is not allowed to create new users"
2810
2832
#: drizzled/error.cc:458
2812
2834
"Incorrect table definition; all MERGE tables must be in the same database"
2836
"Incorrect table definition; all MERGE tables must be in the same database"
2815
2838
#: drizzled/error.cc:460
2816
2839
msgid "Deadlock found when trying to get lock; try restarting transaction"
2840
msgstr "Deadlock found when trying to get lock; try restarting transaction"
2819
2842
#: drizzled/error.cc:462
2820
2843
msgid "The used table type doesn't support FULLTEXT indexes"
2844
msgstr "The used table type doesn't support FULLTEXT indexes"
2823
2846
#: drizzled/error.cc:464
2824
2847
msgid "Cannot add foreign key constraint"
2848
msgstr "Cannot add foreign key constraint"
2827
2850
#: drizzled/error.cc:466
2828
2851
msgid "Cannot add or update a child row: a foreign key constraint fails"
2852
msgstr "Cannot add or update a child row: a foreign key constraint fails"
2831
2854
#: drizzled/error.cc:468
2832
2855
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2856
msgstr "Cannot delete or update a parent row: a foreign key constraint fails"
2835
2858
#: drizzled/error.cc:470
2837
2860
msgid "Error connecting to master: %-.128s"
2861
msgstr "Error connecting to master: %-.128s"
2840
2863
#: drizzled/error.cc:472
2842
2865
msgid "Error running query on master: %-.128s"
2866
msgstr "Error running query on master: %-.128s"
2845
2868
#: drizzled/error.cc:474
2847
2870
msgid "Error when executing command %s: %-.128s"
2871
msgstr "Error when executing command %s: %-.128s"
2850
2873
#: drizzled/error.cc:476
2852
2875
msgid "Incorrect usage of %s and %s"
2876
msgstr "Incorrect usage of %s and %s"
2855
2878
#: drizzled/error.cc:478
2856
2879
msgid "The used SELECT statements have a different number of columns"
2880
msgstr "The used SELECT statements have a different number of columns"
2859
2882
#: drizzled/error.cc:480
2860
2883
msgid "Can't execute the query because you have a conflicting read lock"
2884
msgstr "Can't execute the query because you have a conflicting read lock"
2863
2886
#: drizzled/error.cc:482
2864
2887
msgid "Mixing of transactional and non-transactional tables is disabled"
2888
msgstr "Mixing of transactional and non-transactional tables is disabled"
2867
2890
#: drizzled/error.cc:484
2869
2892
msgid "Option '%s' used twice in statement"
2893
msgstr "Option '%s' used twice in statement"
2872
2895
#: drizzled/error.cc:486
2874
2897
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2898
msgstr "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2877
2900
#: drizzled/error.cc:488
2879
2902
msgid "Access denied; you need the %-.128s privilege for this operation"
2903
msgstr "Access denied; you need the %-.128s privilege for this operation"
2882
2905
#: drizzled/error.cc:490
2885
2908
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2910
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2888
2912
#: drizzled/error.cc:492
2891
2915
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2917
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2894
2919
#: drizzled/error.cc:494
2896
2921
msgid "Variable '%-.64s' doesn't have a default value"
2922
msgstr "Variable '%-.64s' doesn't have a default value"
2899
2924
#: drizzled/error.cc:496
2901
2926
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2927
msgstr "Variable '%-.64s' can't be set to the value of '%-.200s'"
2904
2929
#: drizzled/error.cc:498
2906
2931
msgid "Incorrect argument type to variable '%-.64s'"
2932
msgstr "Incorrect argument type to variable '%-.64s'"
2909
2934
#: drizzled/error.cc:500
2911
2936
msgid "Variable '%-.64s' can only be set, not read"
2937
msgstr "Variable '%-.64s' can only be set, not read"
2914
2939
#: drizzled/error.cc:502
2916
2941
msgid "Incorrect usage/placement of '%s'"
2942
msgstr "Incorrect usage/placement of '%s'"
2919
2944
#: drizzled/error.cc:504
2921
2946
msgid "This version of Drizzle doesn't yet support '%s'"
2922
msgstr "The storage engine for the table doesn't support %s"
2947
msgstr "This version of Drizzle doesn't yet support '%s'"
2924
2949
#: drizzled/error.cc:506
2927
2952
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2954
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2930
2956
#: drizzled/error.cc:508
2931
2957
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2959
"Slave SQL thread ignored the query because of replicate-*-table rules"
2934
2961
#: drizzled/error.cc:510
2936
2963
msgid "Variable '%-.192s' is a %s variable"
2964
msgstr "Variable '%-.192s' is a %s variable"
2939
2966
#: drizzled/error.cc:512
2941
2968
msgid "Incorrect foreign key definition for '%-.192s': %s"
2969
msgstr "Incorrect foreign key definition for '%-.192s': %s"
2944
2971
#: drizzled/error.cc:514
2945
2972
msgid "Key reference and table reference don't match"
2973
msgstr "Key reference and table reference don't match"
2948
2975
#: drizzled/error.cc:516
2950
2977
msgid "Operand should contain %d column(s)"
2978
msgstr "Operand should contain %d column(s)"
2953
2980
#: drizzled/error.cc:518
2954
2981
msgid "Subquery returns more than 1 row"
2982
msgstr "Subquery returns more than 1 row"
2957
2984
#: drizzled/error.cc:520
2959
2986
msgid "Unknown prepared statement handler (%.*s) given to %s"
2987
msgstr "Unknown prepared statement handler (%.*s) given to %s"
2962
2989
#: drizzled/error.cc:522
2963
2990
msgid "Help database is corrupt or does not exist"
2991
msgstr "Help database is corrupt or does not exist"
2966
2993
#: drizzled/error.cc:524
2967
2994
msgid "Cyclic reference on subqueries"
2995
msgstr "Cyclic reference on subqueries"
2970
2997
#: drizzled/error.cc:526
2972
2999
msgid "Converting column '%s' from %s to %s"
3000
msgstr "Converting column '%s' from %s to %s"
2975
3002
#: drizzled/error.cc:528
2977
3004
msgid "Reference '%-.64s' not supported (%s)"
3005
msgstr "Reference '%-.64s' not supported (%s)"
2980
3007
#: drizzled/error.cc:530
2981
3008
msgid "Every derived table must have its own alias"
3009
msgstr "Every derived table must have its own alias"
2984
3011
#: drizzled/error.cc:532
2986
3013
msgid "Select %u was reduced during optimization"
3014
msgstr "Select %u was reduced during optimization"
2989
3016
#: drizzled/error.cc:534
2991
3018
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3019
msgstr "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2994
3021
#: drizzled/error.cc:536
2996
3023
"Client does not support authentication protocol requested by server; "
2997
3024
"consider upgrading Drizzle client"
3026
"Client does not support authentication protocol requested by server; "
3027
"consider upgrading Drizzle client"
3000
3029
#: drizzled/error.cc:538
3001
3030
msgid "All parts of a SPATIAL index must be NOT NULL"
3031
msgstr "All parts of a SPATIAL index must be NOT NULL"
3004
3033
#: drizzled/error.cc:540
3006
3035
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3036
msgstr "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3009
3038
#: drizzled/error.cc:542
3010
3039
msgid "Slave is already running"
3040
msgstr "Slave is already running"
3013
3042
#: drizzled/error.cc:544
3014
3043
msgid "Slave already has been stopped"
3044
msgstr "Slave already has been stopped"
3017
3046
#: drizzled/error.cc:546
3311
3370
#: drizzled/error.cc:658
3313
3372
msgid "PROCEDURE %s can't return a result set in the given context"
3373
msgstr "PROCEDURE %s can't return a result set in the given context"
3316
3375
#: drizzled/error.cc:660
3317
3376
msgid "RETURN is only allowed in a FUNCTION"
3377
msgstr "RETURN is only allowed in a FUNCTION"
3320
3379
#: drizzled/error.cc:662
3322
3381
msgid "%s is not allowed in stored procedures"
3382
msgstr "%s is not allowed in stored procedures"
3325
3384
#: drizzled/error.cc:664
3327
3386
"The update log is deprecated and replaced by the binary log; SET "
3328
3387
"SQL_LOG_UPDATE has been ignored"
3389
"The update log is deprecated and replaced by the binary log; SET "
3390
"SQL_LOG_UPDATE has been ignored"
3331
3392
#: drizzled/error.cc:666
3333
3394
"The update log is deprecated and replaced by the binary log; SET "
3334
3395
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3397
"The update log is deprecated and replaced by the binary log; SET "
3398
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3337
3400
#: drizzled/error.cc:668
3338
3401
msgid "Query execution was interrupted"
3402
msgstr "Query execution was interrupted"
3341
3404
#: drizzled/error.cc:670
3343
3406
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3407
msgstr "Incorrect number of arguments for %s %s; expected %u, got %u"
3346
3409
#: drizzled/error.cc:672
3348
3411
msgid "Undefined CONDITION: %s"
3412
msgstr "Undefined CONDITION: %s"
3351
3414
#: drizzled/error.cc:674
3353
3416
msgid "No RETURN found in FUNCTION %s"
3417
msgstr "No RETURN found in FUNCTION %s"
3356
3419
#: drizzled/error.cc:676
3358
3421
msgid "FUNCTION %s ended without RETURN"
3422
msgstr "FUNCTION %s ended without RETURN"
3361
3424
#: drizzled/error.cc:678
3362
3425
msgid "Cursor statement must be a SELECT"
3426
msgstr "Cursor statement must be a SELECT"
3365
3428
#: drizzled/error.cc:680
3366
3429
msgid "Cursor SELECT must not have INTO"
3430
msgstr "Cursor SELECT must not have INTO"
3369
3432
#: drizzled/error.cc:682
3371
3434
msgid "Undefined CURSOR: %s"
3435
msgstr "Undefined CURSOR: %s"
3374
3437
#: drizzled/error.cc:684
3375
3438
msgid "Cursor is already open"
3439
msgstr "Cursor is already open"
3378
3441
#: drizzled/error.cc:686
3379
3442
msgid "Cursor is not open"
3443
msgstr "Cursor is not open"
3382
3445
#: drizzled/error.cc:688
3384
3447
msgid "Undeclared variable: %s"
3448
msgstr "Undeclared variable: %s"
3387
3450
#: drizzled/error.cc:690
3388
3451
msgid "Incorrect number of FETCH variables"
3452
msgstr "Incorrect number of FETCH variables"
3391
3454
#: drizzled/error.cc:692
3392
3455
msgid "No data - zero rows fetched, selected, or processed"
3456
msgstr "No data - zero rows fetched, selected, or processed"
3395
3458
#: drizzled/error.cc:694
3397
3460
msgid "Duplicate parameter: %s"
3461
msgstr "Duplicate parameter: %s"
3400
3463
#: drizzled/error.cc:696
3402
3465
msgid "Duplicate variable: %s"
3466
msgstr "Duplicate variable: %s"
3405
3468
#: drizzled/error.cc:698
3407
3470
msgid "Duplicate condition: %s"
3471
msgstr "Duplicate condition: %s"
3410
3473
#: drizzled/error.cc:700
3412
3475
msgid "Duplicate cursor: %s"
3476
msgstr "Duplicate cursor: %s"
3415
3478
#: drizzled/error.cc:702
3417
3480
msgid "Failed to ALTER %s %s"
3481
msgstr "Failed to ALTER %s %s"
3420
3483
#: drizzled/error.cc:704
3421
3484
msgid "Subquery value not supported"
3485
msgstr "Subquery value not supported"
3424
3487
#: drizzled/error.cc:706
3426
3489
msgid "%s is not allowed in stored function or trigger"
3490
msgstr "%s is not allowed in stored function or trigger"
3429
3492
#: drizzled/error.cc:708
3430
3493
msgid "Variable or condition declaration after cursor or handler declaration"
3495
"Variable or condition declaration after cursor or handler declaration"
3433
3497
#: drizzled/error.cc:710
3434
3498
msgid "Cursor declaration after handler declaration"
3499
msgstr "Cursor declaration after handler declaration"
3437
3501
#: drizzled/error.cc:712
3438
3502
msgid "Case not found for CASE statement"
3503
msgstr "Case not found for CASE statement"
3441
3505
#: drizzled/error.cc:714
3443
3507
msgid "Configuration file '%-.192s' is too big"
3508
msgstr "Configuration file '%-.192s' is too big"
3446
3510
#: drizzled/error.cc:716
3448
3512
msgid "Malformed file type header in file '%-.192s'"
3513
msgstr "Malformed file type header in file '%-.192s'"
3451
3515
#: drizzled/error.cc:718
3453
3517
msgid "Unexpected end of file while parsing comment '%-.200s'"
3518
msgstr "Unexpected end of file while parsing comment '%-.200s'"
3456
3520
#: drizzled/error.cc:720
3458
3522
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3523
msgstr "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3461
3525
#: drizzled/error.cc:722
3463
3527
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
3528
msgstr "Unexpected end of file while skipping unknown parameter '%-.192s'"
3466
3530
#: drizzled/error.cc:724
3467
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3532
"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3534
"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3470
3536
#: drizzled/error.cc:726
3472
3538
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
3539
msgstr "File '%-.192s' has unknown type '%-.64s' in its header"
3475
3541
#: drizzled/error.cc:728
3477
3543
msgid "'%-.192s.%-.192s' is not %s"
3544
msgstr "'%-.192s.%-.192s' is not %s"
3480
3546
#: drizzled/error.cc:730
3482
3548
msgid "Column '%-.192s' is not updatable"
3549
msgstr "Column '%-.192s' is not updatable"
3485
3551
#: drizzled/error.cc:732
3486
3552
msgid "View's SELECT contains a subquery in the FROM clause"
3553
msgstr "View's SELECT contains a subquery in the FROM clause"
3489
3555
#: drizzled/error.cc:734
3491
3557
msgid "View's SELECT contains a '%s' clause"
3558
msgstr "View's SELECT contains a '%s' clause"
3494
3560
#: drizzled/error.cc:736
3495
3561
msgid "View's SELECT contains a variable or parameter"
3562
msgstr "View's SELECT contains a variable or parameter"
3498
3564
#: drizzled/error.cc:738
3500
3566
msgid "View's SELECT refers to a temporary table '%-.192s'"
3567
msgstr "View's SELECT refers to a temporary table '%-.192s'"
3503
3569
#: drizzled/error.cc:740
3504
3570
msgid "View's SELECT and view's field list have different column counts"
3571
msgstr "View's SELECT and view's field list have different column counts"
3507
3573
#: drizzled/error.cc:742
3509
3575
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3577
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3512
3579
#: drizzled/error.cc:744
3513
msgid "View being updated does not have complete key of underlying table in it"
3581
"View being updated does not have complete key of underlying table in it"
3583
"View being updated does not have complete key of underlying table in it"
3516
3585
#: drizzled/error.cc:746
3519
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3520
"(s) or definer/invoker of view lack rights to use them"
3588
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or "
3589
"function(s) or definer/invoker of view lack rights to use them"
3591
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or "
3592
"function(s) or definer/invoker of view lack rights to use them"
3523
3594
#: drizzled/error.cc:748
3525
3596
msgid "Can't drop or alter a %s from within another stored routine"
3597
msgstr "Can't drop or alter a %s from within another stored routine"
3528
3599
#: drizzled/error.cc:750
3529
3600
msgid "GOTO is not allowed in a stored procedure handler"
3601
msgstr "GOTO is not allowed in a stored procedure handler"
3532
3603
#: drizzled/error.cc:752
3533
3604
msgid "Trigger already exists"
3605
msgstr "Trigger already exists"
3536
3607
#: drizzled/error.cc:754
3537
3608
msgid "Trigger does not exist"
3609
msgstr "Trigger does not exist"
3540
3611
#: drizzled/error.cc:756
3542
3613
msgid "Trigger's '%-.192s' is view or temporary table"
3614
msgstr "Trigger's '%-.192s' is view or temporary table"
3545
3616
#: drizzled/error.cc:758
3547
3618
msgid "Updating of %s row is not allowed in %strigger"
3619
msgstr "Updating of %s row is not allowed in %strigger"
3550
3621
#: drizzled/error.cc:760
3552
3623
msgid "There is no %s row in %s trigger"
3624
msgstr "There is no %s row in %s trigger"
3555
3626
#: drizzled/error.cc:762
3557
3628
msgid "Field '%-.192s' doesn't have a default value"
3629
msgstr "Field '%-.192s' doesn't have a default value"
3560
3631
#: drizzled/error.cc:764
3561
3632
msgid "Division by 0"
3633
msgstr "Division by 0"
3564
3635
#: drizzled/error.cc:766
3566
3637
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3638
msgstr "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3569
3640
#: drizzled/error.cc:768
3571
3642
msgid "Illegal %s '%-.192s' value found during parsing"
3643
msgstr "Illegal %s '%-.192s' value found during parsing"
3574
3645
#: drizzled/error.cc:770
3576
3647
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3648
msgstr "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3579
3650
#: drizzled/error.cc:772
3581
3652
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
3653
msgstr "CHECK OPTION failed '%-.192s.%-.192s'"
3584
3655
#: drizzled/error.cc:774
3586
3657
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3659
"%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3589
3661
#: drizzled/error.cc:776
3591
3663
msgid "Failed purging old relay logs: %s"
3664
msgstr "Failed purging old relay logs: %s"
3594
3666
#: drizzled/error.cc:778
3596
3668
msgid "Password hash should be a %d-digit hexadecimal number"
3669
msgstr "Password hash should be a %d-digit hexadecimal number"
3599
3671
#: drizzled/error.cc:780
3600
3672
msgid "Target log not found in binlog index"
3673
msgstr "Target log not found in binlog index"
3603
3675
#: drizzled/error.cc:782
3604
3676
msgid "I/O error reading log index file"
3677
msgstr "I/O error reading log index file"
3607
3679
#: drizzled/error.cc:784
3608
3680
msgid "Server configuration does not permit binlog purge"
3681
msgstr "Server configuration does not permit binlog purge"
3611
3683
#: drizzled/error.cc:786
3612
3684
msgid "Failed on fseek()"
3685
msgstr "Failed on fseek()"
3615
3687
#: drizzled/error.cc:788
3616
3688
msgid "Fatal error during log purge"
3689
msgstr "Fatal error during log purge"
3619
3691
#: drizzled/error.cc:790
3620
3692
msgid "A purgeable log is in use, will not purge"
3693
msgstr "A purgeable log is in use, will not purge"
3623
3695
#: drizzled/error.cc:792
3624
3696
msgid "Unknown error during log purge"
3697
msgstr "Unknown error during log purge"
3627
3699
#: drizzled/error.cc:794
4154
4289
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4155
4290
"each partition"
4292
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4158
4295
#: drizzled/error.cc:994
4160
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4298
"Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4300
"Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4163
4302
#: drizzled/error.cc:996
4164
4303
msgid "MAXVALUE can only be used in last partition definition"
4304
msgstr "MAXVALUE can only be used in last partition definition"
4167
4306
#: drizzled/error.cc:998
4168
4307
msgid "Subpartitions can only be hash partitions and by key"
4308
msgstr "Subpartitions can only be hash partitions and by key"
4171
4310
#: drizzled/error.cc:1000
4172
4311
msgid "Must define subpartitions on all partitions if on one partition"
4312
msgstr "Must define subpartitions on all partitions if on one partition"
4175
4314
#: drizzled/error.cc:1002
4176
4315
msgid "Wrong number of partitions defined, mismatch with previous setting"
4316
msgstr "Wrong number of partitions defined, mismatch with previous setting"
4179
4318
#: drizzled/error.cc:1004
4180
4319
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4321
"Wrong number of subpartitions defined, mismatch with previous setting"
4183
4323
#: drizzled/error.cc:1006
4184
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4325
"Constant/Random expression in (sub)partitioning function is not allowed"
4327
"Constant/Random expression in (sub)partitioning function is not allowed"
4187
4329
#: drizzled/error.cc:1008
4188
4330
msgid "Expression in RANGE/LIST VALUES must be constant"
4331
msgstr "Expression in RANGE/LIST VALUES must be constant"
4191
4333
#: drizzled/error.cc:1010
4192
4334
msgid "Field in list of fields for partition function not found in table"
4335
msgstr "Field in list of fields for partition function not found in table"
4195
4337
#: drizzled/error.cc:1012
4196
4338
msgid "List of fields is only allowed in KEY partitions"
4339
msgstr "List of fields is only allowed in KEY partitions"
4199
4341
#: drizzled/error.cc:1014
4201
4343
"The partition info in the frm file is not consistent with what can be "
4202
4344
"written into the frm file"
4346
"The partition info in the frm file is not consistent with what can be "
4347
"written into the frm file"
4205
4349
#: drizzled/error.cc:1016
4207
4351
msgid "The %-.192s function returns the wrong type"
4352
msgstr "The %-.192s function returns the wrong type"
4210
4354
#: drizzled/error.cc:1018
4212
4356
msgid "For %-.64s partitions each partition must be defined"
4357
msgstr "For %-.64s partitions each partition must be defined"
4215
4359
#: drizzled/error.cc:1020
4216
4360
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4362
"VALUES LESS THAN value must be strictly increasing for each partition"
4219
4364
#: drizzled/error.cc:1022
4220
4365
msgid "VALUES value must be of same type as partition function"
4366
msgstr "VALUES value must be of same type as partition function"
4223
4368
#: drizzled/error.cc:1024
4224
4369
msgid "Multiple definition of same constant in list partitioning"
4370
msgstr "Multiple definition of same constant in list partitioning"
4227
4372
#: drizzled/error.cc:1026
4228
4373
msgid "Partitioning can not be used stand-alone in query"
4374
msgstr "Partitioning can not be used stand-alone in query"
4231
4376
#: drizzled/error.cc:1028
4233
4378
"The mix of handlers in the partitions is not allowed in this version of "
4381
"The mix of handlers in the partitions is not allowed in this version of "
4237
4384
#: drizzled/error.cc:1030
4239
4386
msgid "For the partitioned engine it is necessary to define all %-.64s"
4387
msgstr "For the partitioned engine it is necessary to define all %-.64s"
4242
4389
#: drizzled/error.cc:1032
4243
4390
msgid "Too many partitions (including subpartitions) were defined"
4391
msgstr "Too many partitions (including subpartitions) were defined"
4246
4393
#: drizzled/error.cc:1034
4248
4395
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4249
4396
"partitioning for subpartitioning"
4398
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4399
"partitioning for subpartitioning"
4252
4401
#: drizzled/error.cc:1036
4253
4402
msgid "Failed to create specific handler file"
4403
msgstr "Failed to create specific handler file"
4256
4405
#: drizzled/error.cc:1038
4257
4406
msgid "A BLOB field is not allowed in partition function"
4407
msgstr "A BLOB field is not allowed in partition function"
4260
4409
#: drizzled/error.cc:1040
4262
msgid "A %-.192s must include all columns in the table's partitioning function"
4412
"A %-.192s must include all columns in the table's partitioning function"
4414
"A %-.192s must include all columns in the table's partitioning function"
4265
4416
#: drizzled/error.cc:1042
4267
4418
msgid "Number of %-.64s = 0 is not an allowed value"
4419
msgstr "Number of %-.64s = 0 is not an allowed value"
4270
4421
#: drizzled/error.cc:1044
4271
4422
msgid "Partition management on a not partitioned table is not possible"
4423
msgstr "Partition management on a not partitioned table is not possible"
4274
4425
#: drizzled/error.cc:1046
4276
4427
"Foreign key condition is not yet supported in conjunction with partitioning"
4429
"Foreign key condition is not yet supported in conjunction with partitioning"
4279
4431
#: drizzled/error.cc:1048
4281
4433
msgid "Error in list of partitions to %-.64s"
4434
msgstr "Error in list of partitions to %-.64s"
4284
4436
#: drizzled/error.cc:1050
4285
4437
msgid "Cannot remove all partitions, use DROP TABLE instead"
4438
msgstr "Cannot remove all partitions, use DROP TABLE instead"
4288
4440
#: drizzled/error.cc:1052
4289
4441
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4442
msgstr "COALESCE PARTITION can only be used on HASH/KEY partitions"
4292
4444
#: drizzled/error.cc:1054
4294
4446
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
4295
4447
"their numbers"
4449
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
4298
4452
#: drizzled/error.cc:1056
4300
4454
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
4301
4455
"tables using HASH PARTITIONs"
4457
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
4458
"tables using HASH PARTITIONs"
4304
4460
#: drizzled/error.cc:1058
4306
4462
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4463
msgstr "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4309
4465
#: drizzled/error.cc:1060
4310
4466
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4467
msgstr "Trying to Add partition(s) with wrong number of subpartitions"
4313
4469
#: drizzled/error.cc:1062
4314
4470
msgid "At least one partition must be added"
4471
msgstr "At least one partition must be added"
4317
4473
#: drizzled/error.cc:1064
4318
4474
msgid "At least one partition must be coalesced"
4475
msgstr "At least one partition must be coalesced"
4321
4477
#: drizzled/error.cc:1066
4322
4478
msgid "More partitions to reorganize than there are partitions"
4479
msgstr "More partitions to reorganize than there are partitions"
4325
4481
#: drizzled/error.cc:1068
4327
4483
msgid "Duplicate partition name %-.192s"
4484
msgstr "Duplicate partition name %-.192s"
4330
4486
#: drizzled/error.cc:1070
4331
4487
msgid "It is not allowed to shut off binlog on this command"
4488
msgstr "It is not allowed to shut off binlog on this command"
4334
4490
#: drizzled/error.cc:1072
4335
msgid "When reorganizing a set of partitions they must be in consecutive order"
4492
"When reorganizing a set of partitions they must be in consecutive order"
4494
"When reorganizing a set of partitions they must be in consecutive order"
4338
4496
#: drizzled/error.cc:1074
4340
4498
"Reorganize of range partitions cannot change total ranges except for last "
4341
4499
"partition where it can extend the range"
4501
"Reorganize of range partitions cannot change total ranges except for last "
4502
"partition where it can extend the range"
4344
4504
#: drizzled/error.cc:1076
4345
4505
msgid "Partition function not supported in this version for this handler"
4506
msgstr "Partition function not supported in this version for this handler"
4348
4508
#: drizzled/error.cc:1078
4349
4509
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4510
msgstr "Partition state cannot be defined from CREATE/ALTER TABLE"
4352
4512
#: drizzled/error.cc:1080
4354
4514
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4515
msgstr "The %-.64s handler only supports 32 bit integers in VALUES"
4357
4517
#: drizzled/error.cc:1082
4359
4519
msgid "Plugin '%-.192s' is not loaded"
4520
msgstr "Plugin '%-.192s' is not loaded"
4362
4522
#: drizzled/error.cc:1084
4364
4524
msgid "Incorrect %-.32s value: '%-.128s'"
4525
msgstr "Incorrect %-.32s value: '%-.128s'"
4367
4527
#: drizzled/error.cc:1086
4369
4529
msgid "Table has no partition for value %-.64s"
4530
msgstr "Table has no partition for value %-.64s"
4372
4532
#: drizzled/error.cc:1088
4374
4534
msgid "It is not allowed to specify %s more than once"
4535
msgstr "It is not allowed to specify %s more than once"
4377
4537
#: drizzled/error.cc:1090 drizzled/error.cc:1226
4379
4539
msgid "Failed to create %s"
4540
msgstr "Failed to create %s"
4382
4542
#: drizzled/error.cc:1092 drizzled/error.cc:1116
4384
4544
msgid "Failed to drop %s"
4545
msgstr "Failed to drop %s"
4387
4547
#: drizzled/error.cc:1094
4388
4548
msgid "The handler doesn't support autoextend of tablespaces"
4549
msgstr "The handler doesn't support autoextend of tablespaces"
4391
4551
#: drizzled/error.cc:1096
4393
4553
"A size parameter was incorrectly specified, either number or on the form 10M"
4555
"A size parameter was incorrectly specified, either number or on the form 10M"
4396
4557
#: drizzled/error.cc:1098
4398
4559
"The size number was correct but we don't allow the digit part to be more "
4399
4560
"than 2 billion"
4562
"The size number was correct but we don't allow the digit part to be more "
4402
4565
#: drizzled/error.cc:1100
4404
4567
msgid "Failed to alter: %s"
4568
msgstr "Failed to alter: %s"
4407
4570
#: drizzled/error.cc:1102
4408
4571
msgid "Writing one row to the row-based binary log failed"
4572
msgstr "Writing one row to the row-based binary log failed"
4411
4574
#: drizzled/error.cc:1104
4413
4576
msgid "Table definition on master and slave does not match: %s"
4577
msgstr "Table definition on master and slave does not match: %s"
4416
4579
#: drizzled/error.cc:1106
4418
4581
"Slave running with --log-slave-updates must use row-based binary logging to "
4419
4582
"be able to replicate row-based binary log events"
4584
"Slave running with --log-slave-updates must use row-based binary logging to "
4585
"be able to replicate row-based binary log events"
4422
4587
#: drizzled/error.cc:1108
4424
4589
msgid "Event '%-.192s' already exists"
4590
msgstr "Event '%-.192s' already exists"
4427
4592
#: drizzled/error.cc:1110
4429
4594
msgid "Failed to store event %s. Error code %d from storage engine."
4595
msgstr "Failed to store event %s. Error code %d from storage engine."
4432
4597
#: drizzled/error.cc:1112
4434
4599
msgid "Unknown event '%-.192s'"
4600
msgstr "Unknown event '%-.192s'"
4437
4602
#: drizzled/error.cc:1114
4439
4604
msgid "Failed to alter event '%-.192s'"
4605
msgstr "Failed to alter event '%-.192s'"
4442
4607
#: drizzled/error.cc:1118
4443
4608
msgid "INTERVAL is either not positive or too big"
4609
msgstr "INTERVAL is either not positive or too big"
4446
4611
#: drizzled/error.cc:1120
4447
4612
msgid "ENDS is either invalid or before STARTS"
4613
msgstr "ENDS is either invalid or before STARTS"
4450
4615
#: drizzled/error.cc:1122
4451
4616
msgid "Event execution time is in the past. Event has been disabled"
4617
msgstr "Event execution time is in the past. Event has been disabled"
4454
4619
#: drizzled/error.cc:1124
4455
4620
msgid "Failed to open drizzle.event"
4621
msgstr "Failed to open drizzle.event"
4458
4623
#: drizzled/error.cc:1126
4459
4624
msgid "No datetime expression provided"
4625
msgstr "No datetime expression provided"
4462
4627
#: drizzled/error.cc:1128
4912
5110
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5113
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
4916
5116
#: drizzled/error.cc:1316
4918
5118
msgid "Can't create %-.64s backup driver"
5119
msgstr "Can't create %-.64s backup driver"
4921
5121
#: drizzled/error.cc:1318
4923
5123
msgid "Can't create %-.64s restore driver"
5124
msgstr "Can't create %-.64s restore driver"
4926
5126
#: drizzled/error.cc:1320
4928
5128
msgid "Found %d images in backup archive but maximum %d are supported"
5129
msgstr "Found %d images in backup archive but maximum %d are supported"
4931
5131
#: drizzled/error.cc:1322
4933
5133
msgid "Error when saving meta-data of %-.64s"
5134
msgstr "Error when saving meta-data of %-.64s"
4936
5136
#: drizzled/error.cc:1324
4937
5137
msgid "Error when reading meta-data list"
5138
msgstr "Error when reading meta-data list"
4940
5140
#: drizzled/error.cc:1326
4942
5142
msgid "Can't create %-.64s"
5143
msgstr "Can't create %-.64s"
4945
5145
#: drizzled/error.cc:1328
4946
5146
msgid "Can't allocate buffer for image data transfer"
5147
msgstr "Can't allocate buffer for image data transfer"
4949
5149
#: drizzled/error.cc:1330
4951
5151
msgid "Error when writing %-.64s backup image data (for table #%d)"
5152
msgstr "Error when writing %-.64s backup image data (for table #%d)"
4954
5154
#: drizzled/error.cc:1332
4955
5155
msgid "Error when reading data from backup stream"
5156
msgstr "Error when reading data from backup stream"
4958
5158
#: drizzled/error.cc:1334
4959
5159
msgid "Can't go to the next chunk in backup stream"
5160
msgstr "Can't go to the next chunk in backup stream"
4962
5162
#: drizzled/error.cc:1336
4964
5164
msgid "Can't initialize %-.64s backup driver"
5165
msgstr "Can't initialize %-.64s backup driver"
4967
5167
#: drizzled/error.cc:1338
4969
5169
msgid "Can't initialize %-.64s restore driver"
5170
msgstr "Can't initialize %-.64s restore driver"
4972
5172
#: drizzled/error.cc:1340
4974
5174
msgid "Can't shut down %-.64s backup driver"
5175
msgstr "Can't shut down %-.64s backup driver"
4977
5177
#: drizzled/error.cc:1342
4979
5179
msgid "Can't shut down %-.64s backup driver(s)"
5180
msgstr "Can't shut down %-.64s backup driver(s)"
4982
5182
#: drizzled/error.cc:1344
4984
5184
msgid "%-.64s backup driver can't prepare for synchronization"
5185
msgstr "%-.64s backup driver can't prepare for synchronization"
4987
5187
#: drizzled/error.cc:1346
4989
5189
msgid "%-.64s backup driver can't create its image validity point"
5190
msgstr "%-.64s backup driver can't create its image validity point"
4992
5192
#: drizzled/error.cc:1348
4994
5194
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5195
msgstr "Can't unlock %-.64s backup driver after creating the validity point"
4997
5197
#: drizzled/error.cc:1350
4999
5199
msgid "%-.64s backup driver can't cancel its backup operation"
5200
msgstr "%-.64s backup driver can't cancel its backup operation"
5002
5202
#: drizzled/error.cc:1352
5004
5204
msgid "%-.64s restore driver can't cancel its restore operation"
5205
msgstr "%-.64s restore driver can't cancel its restore operation"
5007
5207
#: drizzled/error.cc:1354
5009
5209
msgid "Error when polling %-.64s backup driver for its image data"
5210
msgstr "Error when polling %-.64s backup driver for its image data"
5012
5212
#: drizzled/error.cc:1356
5014
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5215
"Error when sending image data (for table #%d) to %-.64s restore driver"
5217
"Error when sending image data (for table #%d) to %-.64s restore driver"
5017
5219
#: drizzled/error.cc:1358
5020
5222
"After %d attempts %-.64s restore driver still can't accept next block of data"
5224
"After %d attempts %-.64s restore driver still can't accept next block of data"
5023
5226
#: drizzled/error.cc:1360
5025
5228
msgid "Open and lock tables failed in %-.64s"
5229
msgstr "Open and lock tables failed in %-.64s"
5028
5231
#: drizzled/error.cc:1362
5029
5232
msgid "Backup driver's table locking thread can not be initialized."
5233
msgstr "Backup driver's table locking thread can not be initialized."
5032
5235
#: drizzled/error.cc:1364
5034
5237
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
5035
5238
"and 'drizzle.online_backup_progress'."
5240
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
5241
"and 'drizzle.online_backup_progress'."
5038
5243
#: drizzled/error.cc:1366
5040
5245
msgid "Tablespace '%-.192s' already exists"
5246
msgstr "Tablespace '%-.192s' already exists"
5043
5248
#: drizzled/error.cc:1368
5045
5250
msgid "Tablespace '%-.192s' doesn't exist"
5251
msgstr "Tablespace '%-.192s' doesn't exist"
5048
5253
#: drizzled/error.cc:1370
5050
5255
msgid "Unexpected master's heartbeat data: %s"
5256
msgstr "Unexpected master's heartbeat data: %s"
5053
5258
#: drizzled/error.cc:1372
5055
5260
msgid "The requested value for the heartbeat period %s %s"
5261
msgstr "The requested value for the heartbeat period %s %s"
5058
5263
#: drizzled/error.cc:1374
5060
5265
msgid "Can't write to the online backup progress log %-.64s."
5266
msgstr "Can't write to the online backup progress log %-.64s."
5063
5268
#: drizzled/error.cc:1376
5065
5270
msgid "Tablespace '%-.192s' not empty"
5271
msgstr "Tablespace '%-.192s' not empty"
5068
5273
#: drizzled/error.cc:1378
6362
6591
#: plugin/oldlibdrizzle/errmsg.cc:96
6364
6593
msgid "Statement closed indirectly because of a preceding %s() call"
6365
6594
msgstr "Statement closed indirectly because of a preceding %s() call"
6367
6596
#: plugin/pool_of_threads/pool_of_threads.cc:204
6368
6597
msgid "event_add error in libevent_add_session_callback\n"
6598
msgstr "event_add error in libevent_add_session_callback\n"
6371
6600
#: plugin/pool_of_threads/pool_of_threads.cc:346
6372
6601
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6602
msgstr "init_pipe(session_add_pipe) error in libevent_init\n"
6375
6604
#: plugin/pool_of_threads/pool_of_threads.cc:353
6376
6605
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6606
msgstr "init_pipe(session_kill_pipe) error in libevent_init\n"
6379
6608
#: plugin/pool_of_threads/pool_of_threads.cc:365
6380
6609
msgid "session_add_event event_add error in libevent_init\n"
6610
msgstr "session_add_event event_add error in libevent_init\n"
6383
6612
#: plugin/pool_of_threads/pool_of_threads.cc:378
6385
6614
msgid "Can't create completion port thread (error %d)"
6615
msgstr "Can't create completion port thread (error %d)"
6388
6617
#: plugin/pool_of_threads/pool_of_threads.cc:462
6389
6618
msgid "libevent_thread_proc: my_thread_init() failed\n"
6619
msgstr "libevent_thread_proc: my_thread_init() failed\n"
6392
6621
#: plugin/pool_of_threads/pool_of_threads.cc:642
6393
6622
msgid "Size of Pool."
6623
msgstr "Size of Pool."
6396
6625
#: plugin/signal_handler/signal_handler.cc:212
6398
6627
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6399
6628
msgstr "Can't create interrupt-thread (error %d, errno: %d)"
6402
#~ "Using this option will cause most temporary files created to use a small "
6403
#~ "set of names, rather than a unique name for each new file."
6405
#~ "Using this option will cause most temporary files created to use a small "
6406
#~ "set of names, rather than a unique name for each new file."
6408
6630
#~ msgid "Use old, non-optimized alter table."
6409
6631
#~ msgstr "Use old, non-optimised alter table."
6412
#~ "Optional colon (or semicolon) separated list of plugins to load,where "
6413
#~ "each plugin is identified by the name of the shared library. [for "
6414
#~ "example: --plugin_load=libmd5udf.so:libauth_pam.so]"
6416
#~ "Optional colon (or semicolon) separated list of plugins to load,where "
6417
#~ "each plugin is identified by the name of the shared library. [for "
6418
#~ "example: --plugin_load=libmd5udf.so:libauth_pam.so]"
6420
#~ msgid "Silently exit if one can't connect to server."
6421
#~ msgstr "Silently exit if one can't connect to server."
6423
#~ msgid "Write more information."
6424
#~ msgstr "Write more information."
6427
#~ "connect to server at '%s' failed\n"
6430
#~ "connect to server at '%s' failed\n"
6433
#~ msgid "Check that drizzled is running on %s"
6434
#~ msgstr "Check that drizzled is running on %s"
6436
#~ msgid " and that the port is %d.\n"
6437
#~ msgstr " and that the port is %d.\n"
6439
#~ msgid "You can check this by doing 'telnet %s %d'\n"
6440
#~ msgstr "You can check this by doing 'telnet %s %d'\n"
6442
#~ msgid "Got error: %s\n"
6443
#~ msgstr "Got error: %s\n"
6445
#~ msgid "Waiting for Drizzle server to answer"
6446
#~ msgstr "Waiting for Drizzle server to answer"
6448
#~ msgid "shutting down drizzled...\n"
6449
#~ msgstr "shutting down drizzled...\n"
6451
#~ msgid "shutdown failed; error: '%s'"
6452
#~ msgstr "shutdown failed; error: '%s'"
6457
#~ msgid "drizzled is alive"
6458
#~ msgstr "drizzled is alive"
6460
#~ msgid "connection was down, but drizzled is now alive"
6461
#~ msgstr "connection was down, but drizzled is now alive"
6463
#~ msgid "drizzled doesn't answer to ping, error: '%s'"
6464
#~ msgstr "drizzled doesn't answer to ping, error: '%s'"
6466
#~ msgid "Unknown command: '%-.60s'"
6467
#~ msgstr "Unknown command: '%-.60s'"
6469
#~ msgid "%s Ver %s Distrib %s, for %s on %s\n"
6470
#~ msgstr "%s Ver %s Distrib %s, for %s on %s\n"
6472
#~ msgid "Copyright (C) 2000-2008 MySQL AB"
6473
#~ msgstr "Copyright (C) 2000-2008 MySQL AB"
6475
#~ msgid "Administration program for the drizzled daemon."
6476
#~ msgstr "Administration program for the drizzled daemon."
6478
#~ msgid "Usage: %s [OPTIONS] command command....\n"
6479
#~ msgstr "Usage: %s [OPTIONS] command command....\n"
6482
#~ " ping Check if server is down\n"
6483
#~ " shutdown Take server down\n"
6485
#~ " ping Check if server is down\n"
6486
#~ " shutdown Take server down\n"
6488
#~ msgid "configvar plugin '%s' init() failed"
6489
#~ msgstr "configvar plugin '%s' init() failed"
6491
#~ msgid "configvar plugin '%s' deinit() failed"
6492
#~ msgstr "configvar plugin '%s' deinit() failed"
6494
#~ msgid "configvar plugin '%s' configvar_func1() failed"
6495
#~ msgstr "configvar plugin '%s' configvar_func1() failed"
6497
#~ msgid "configvar plugin '%s' configvar_func2() failed"
6498
#~ msgstr "configvar plugin '%s' configvar_func2() failed"
6500
#~ msgid "Command(s) that are executed for each new connection"
6501
#~ msgstr "Command(s) that are executed for each new connection"
6503
#~ msgid "Read SQL commands from this file at startup."
6504
#~ msgstr "Read SQL commands from this file at startup."
6507
#~ msgid "replicator plugin '%s' init() failed"
6508
#~ msgstr "configvar plugin '%s' init() failed"
6511
#~ msgid "replicator plugin '%s' deinit() failed"
6512
#~ msgstr "configvar plugin '%s' deinit() failed"
6515
#~ msgid "replicator plugin '%s' session_init() failed"
6516
#~ msgstr "configvar plugin '%s' deinit() failed"
6519
#~ msgid "replicator plugin '%s' row_insert() failed"
6520
#~ msgstr "configvar plugin '%s' init() failed"
6523
#~ msgid "replicator plugin '%s' row_update() failed"
6524
#~ msgstr "configvar plugin '%s' deinit() failed"
6527
#~ msgid "replicator plugin '%s' row_delete() failed"
6528
#~ msgstr "configvar plugin '%s' deinit() failed"
6531
#~ msgid "replicator plugin '%s' end_transaction() failed"
6532
#~ msgstr "configvar plugin '%s' deinit() failed"
6535
#~ msgid "replicator plugin '%s' statement() failed"
6536
#~ msgstr "configvar plugin '%s' deinit() failed"
6539
#~ msgid "Plugin '%s' init function returned error %d."
6634
#~ msgid "Plugin '%s' init function returned error."
6540
6635
#~ msgstr "Plugin '%s' init function returned error."
6543
#~ msgid "Directory to place replication logs."
6544
#~ msgstr "Directory for plugins."
6546
#~ msgid "Max packet length to send to, or receive from server"
6547
#~ msgstr "Max packet length to send to, or receive from server"
6549
#~ msgid "Buffer for TCP/IP and socket communication"
6550
#~ msgstr "Buffer for TCP/IP and socket communication"
6553
#~ msgid "when selecting the database"
6554
#~ msgstr "Path to the database root."
6556
#~ msgid "Flush tables to disk between SQL commands."
6557
#~ msgstr "Flush tables to disk between SQL commands."
6559
#~ msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
6560
#~ msgstr "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
6562
#~ msgid "Use very new possible 'unsafe' functions."
6563
#~ msgstr "Use very new possible 'unsafe' functions."
6565
#~ msgid "Skip some optimize stages (for testing)."
6566
#~ msgstr "Skip some optimise stages (for testing)."
6568
#~ msgid "Don't use new, possible wrong routines."
6569
#~ msgstr "Don't use new, possible wrong routines."
6571
#~ msgid "Don't give threads different priorities."
6572
#~ msgstr "Don't give threads different priorities."
6575
#~ "Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
6577
#~ "Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
6580
#~ "The number of seconds the server waits for activity on an interactive "
6581
#~ "connection before closing it."
6583
#~ "The number of seconds the server waits for activity on an interactive "
6584
#~ "connection before closing it."
6587
#~ msgid "Too many storage engines!"
6588
#~ msgstr "Got error %d from storage engine"
6590
#~ msgid "Can't create thread to kill server"
6591
#~ msgstr "Can't create thread to kill server"
6593
#~ msgid "Directory where character sets are."
6594
#~ msgstr "Directory where character sets are."
6596
#~ msgid "The protocol of connection (tcp,socket,pipe,memory)."
6597
#~ msgstr "The protocol of connection (tcp,socket,pipe,memory)."
6599
#~ msgid "categories:"
6600
#~ msgstr "categories:"
6605
#~ msgid "Name: '%s'\n"
6606
#~ msgstr "Name: '%s'\n"
6622
#~ msgid "Many help items for your request exist."
6623
#~ msgstr "Many help items for your request exist."
6626
#~ "To make a more specific request, please type 'help <item>',\n"
6627
#~ "where <item> is one of the following"
6629
#~ "To make a more specific request, please type 'help <item>',\n"
6630
#~ "where <item> is one of the following"
6632
#~ msgid "You asked for help about help category: '%s'\n"
6633
#~ msgstr "You asked for help about help category: '%s'\n"
6636
#~ "For more information, type 'help <item>', where <item> is one of the "
6639
#~ "For more information, type 'help <item>', where <item> is one of the "
6650
#~ "Please try to run 'help contents' for a list of all accessible topics\n"
6652
#~ "Please try to run 'help contents' for a list of all accessible topics\n"
6656
#~ "For server side help, type 'help contents'\n"
6659
#~ "For server side help, type 'help contents'\n"
6661
#~ msgid "Got error %d from pthread_cond_timedwait"
6662
#~ msgstr "Got error %d from pthread_cond_timedwait"
6664
#~ msgid "Got signal %d to shutdown drizzled"
6665
#~ msgstr "Got signal %d to shutdown drizzled"
6667
#~ msgid "Got signal: %d error: %d"
6668
#~ msgstr "Got signal: %d error: %d"
6670
#~ msgid "Wrong date/time format specifier: %s\n"
6671
#~ msgstr "Wrong date/time format specifier: %s\n"
6674
#~ "Changed limits: max_open_files: %u max_connections: %<PRIu64> "
6675
#~ "table_cache: %<PRIu64>"
6677
#~ "Changed limits: max_open_files: %u max_connections: %<PRIu64> "
6678
#~ "table_cache: %<PRIu64>"
6681
#~ "Could not increase number of max_open_files to more than %u (request: %u)"
6683
#~ "Could not increase number of max_open_files to more than %u (request: %u)"
6685
#~ msgid "Unable to reopen stdout"
6686
#~ msgstr "Unable to reopen stdout"
6688
#~ msgid "Unable to reopen stderr"
6689
#~ msgstr "Unable to reopen stderr"
6692
#~ "using --replicate-same-server-id in conjunction with --log-slave-updates "
6693
#~ "is impossible, it would lead to infinite loops in this server."
6695
#~ "using --replicate-same-server-id in conjunction with --log-slave-updates "
6696
#~ "is impossible, it would lead to infinite loops in this server."
6699
#~ "No argument was provided to --log-bin, and --log-bin-index was not used; "
6700
#~ "so replication may break when this Drizzle server acts as a master and "
6701
#~ "has his hostname changed!! Please use '--log-bin=%s' to avoid this "
6704
#~ "No argument was provided to --log-bin, and --log-bin-index was not used; "
6705
#~ "so replication may break when this Drizzle server acts as a master and "
6706
#~ "has his hostname changed!! Please use '--log-bin=%s' to avoid this "
6709
#~ msgid "Can't initialize tc_log"
6710
#~ msgstr "Can't initialise tc_log"
6713
#~ "You have enabled the binary log, but you haven't set server-id to a non-"
6714
#~ "zero value: we force server id to 1; updates will be logged to the binary "
6715
#~ "log, but connections from slaves will not be accepted."
6717
#~ "You have enabled the binary log, but you haven't set server-id to a non-"
6718
#~ "zero value: we force server id to 1; updates will be logged to the binary "
6719
#~ "log, but connections from slaves will not be accepted."
6721
#~ msgid "Before Lock_thread_count"
6722
#~ msgstr "Before Lock_thread_count"
6724
#~ msgid "After lock_thread_count"
6725
#~ msgstr "After lock_thread_count"
6727
#~ msgid "Option used by mysql-test for debugging and testing of replication."
6728
#~ msgstr "Option used by mysql-test for debugging and testing of replication."
6731
#~ "The maximum size of a row-based binary log event in bytes. Rows will be "
6732
#~ "grouped into events smaller than this size if possible. The value has to "
6733
#~ "be a multiple of 256."
6735
#~ "The maximum size of a row-based binary log event in bytes. Rows will be "
6736
#~ "grouped into events smaller than this size if possible. The value has to "
6737
#~ "be a multiple of 256."
6739
#~ msgid "Don't ignore client side character set value sent during handshake."
6740
#~ msgstr "Don't ignore client side character set value sent during handshake."
6742
#~ msgid "Write error output on screen."
6743
#~ msgstr "Write error output on screen."
6745
#~ msgid "Command(s) that are executed when a slave connects to this master"
6746
#~ msgstr "Command(s) that are executed when a slave connects to this master"
6749
#~ "Log update queries in binary format. Optional argument is the location "
6750
#~ "for the binary log files.(Strongly recommended to avoid replication "
6751
#~ "problems if server's hostname changes)"
6753
#~ "Log update queries in binary format. Optional argument is the location "
6754
#~ "for the binary log files.(Strongly recommended to avoid replication "
6755
#~ "problems if server's hostname changes)"
6757
#~ msgid "File that holds the names for last binary log files."
6758
#~ msgstr "File that holds the names for last binary log files."
6760
#~ msgid "Error log file."
6761
#~ msgstr "Error log file."
6764
#~ "Tells the slave to log the updates from the slave thread to the binary "
6765
#~ "log. You will need to turn it on if you plan to daisy-chain the slaves."
6767
#~ "Tells the slave to log the updates from the slave thread to the binary "
6768
#~ "log. You will need to turn it on if you plan to daisy-chain the slaves."
6771
#~ "Path to transaction coordinator log (used for transactions that affect "
6772
#~ "more than one storage engine, when binary log is disabled)"
6774
#~ "Path to transaction coordinator log (used for transactions that affect "
6775
#~ "more than one storage engine, when binary log is disabled)"
6777
#~ msgid "Size of transaction coordinator log."
6778
#~ msgstr "Size of transaction coordinator log."
6780
#~ msgid "INSERT/DELETE/UPDATE has lower priority than selects."
6781
#~ msgstr "INSERT/DELETE/UPDATE has lower priority than selects."
6784
#~ "The location and name of the file that remembers the master and where the "
6785
#~ "I/O replication thread is in the master's binlogs."
6787
#~ "The location and name of the file that remembers the master and where the "
6788
#~ "I/O replication thread is in the master's binlogs."
6791
#~ "The number of tries the slave will make to connect to the master before "
6794
#~ "The number of tries the slave will make to connect to the master before "
6797
#~ msgid "The location and name to use for relay logs."
6798
#~ msgstr "The location and name to use for relay logs."
6801
#~ "The location and name to use for the file that keeps a list of the last "
6804
#~ "The location and name to use for the file that keeps a list of the last "
6808
#~ "The location and name of the file that remembers where the SQL "
6809
#~ "replication thread is in the relay logs."
6811
#~ "The location and name of the file that remembers where the SQL "
6812
#~ "replication thread is in the relay logs."
6815
#~ "In replication, if set to 1, do not skip events having our server id. "
6816
#~ "Default value is 0 (to break infinite loops in circular replication). "
6817
#~ "Can't be set to 1 if --log-slave-updates is used."
6819
#~ "In replication, if set to 1, do not skip events having our server id. "
6820
#~ "Default value is 0 (to break infinite loops in circular replication). "
6821
#~ "Can't be set to 1 if --log-slave-updates is used."
6824
#~ "Hostname or IP of the slave to be reported to to the master during slave "
6825
#~ "registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset "
6826
#~ "if you do not want the slave to register itself with the master. Note "
6827
#~ "that it is not sufficient for the master to simply read the IP of the "
6828
#~ "slave off the socket once the slave connects. Due to NAT and other "
6829
#~ "routing issues, that IP may not be valid for connecting to the slave from "
6830
#~ "the master or other hosts."
6832
#~ "Hostname or IP of the slave to be reported to to the master during slave "
6833
#~ "registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset "
6834
#~ "if you do not want the slave to register itself with the master. Note "
6835
#~ "that it is not sufficient for the master to simply read the IP of the "
6836
#~ "slave off the socket once the slave connects. Due to NAT and other "
6837
#~ "routing issues, that IP may not be valid for connecting to the slave from "
6838
#~ "the master or other hosts."
6840
#~ msgid "If set, slave is not autostarted."
6841
#~ msgstr "If set, slave is not started automatically."
6844
#~ "The location where the slave should put its temporary files when "
6845
#~ "replicating a LOAD DATA INFILE command."
6847
#~ "The location where the slave should put its temporary files when "
6848
#~ "replicating a LOAD DATA INFILE command."
6851
#~ "Tells the slave thread to continue replication when a query event returns "
6852
#~ "an error from the provided list."
6854
#~ "Tells the slave thread to continue replication when a query event returns "
6855
#~ "an error from the provided list."
6858
#~ "Modes for how replication events should be executed. Legal values are "
6859
#~ "STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
6860
#~ "stop for operations that are idempotent. In STRICT mode, replication will "
6861
#~ "stop on any unexpected difference between the master and the slave."
6863
#~ "Modes for how replication events should be executed. Legal values are "
6864
#~ "STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
6865
#~ "stop for operations that are idempotent. In STRICT mode, replication will "
6866
#~ "stop on any unexpected difference between the master and the slave."
6868
#~ msgid "(INGORED)"
6869
#~ msgstr "(IGNORED)"
6872
#~ "Decision to use in heuristic recover process. Possible values are COMMIT "
6875
#~ "Decision to use in heuristic recover process. Possible values are COMMIT "
6879
#~ "Path for temporary files. Several paths may be specified, separated by a "
6880
#~ "colon (:), in this case they are used in a round-robin fashion."
6882
#~ "Path for temporary files. Several paths may be specified, separated by a "
6883
#~ "colon (:), in this case they are used in a round-robin fashion."
6886
#~ "The size of the cache to hold the SQL statements for the binary log "
6887
#~ "during a transaction. If you often use big, multi-statement transactions "
6888
#~ "you can increase this to get more performance."
6890
#~ "The size of the cache to hold the SQL statements for the binary log "
6891
#~ "during a transaction. If you often use big, multi-statement transactions "
6892
#~ "you can increase this to get more performance."
6894
#~ msgid "The DATE format (For future)."
6895
#~ msgstr "The DATE format (For future)."
6897
#~ msgid "The DATETIME/TIMESTAMP format (for future)."
6898
#~ msgstr "The DATETIME/TIMESTAMP format (for future)."
6900
#~ msgid "The default week format used by WEEK() functions."
6901
#~ msgstr "The default week format used by WEEK() functions."
6904
#~ "If non-zero, binary logs will be purged after expire_logs_days days; "
6905
#~ "possible purges happen at startup and at binary log rotation."
6907
#~ "If non-zero, binary logs will be purged after expire_logs_days days; "
6908
#~ "possible purges happen at start-up and at binary log rotation."
6911
#~ "Can be used to restrict the total size used to cache a multi-transaction "
6914
#~ "Can be used to restrict the total size used to cache a multi-transaction "
6918
#~ "Binary log will be rotated automatically when the size exceeds this "
6919
#~ "value. Will also apply to relay logs if max_relay_log_size is 0. The "
6920
#~ "minimum value for this variable is 4096."
6922
#~ "Binary log will be rotated automatically when the size exceeds this "
6923
#~ "value. Will also apply to relay logs if max_relay_log_size is 0. The "
6924
#~ "minimum value for this variable is 4096."
6926
#~ msgid "The number of simultaneous clients allowed."
6927
#~ msgstr "The number of simultaneous clients allowed."
6930
#~ "If non-zero: relay log will be rotated automatically when the size "
6931
#~ "exceeds this value; if zero (the default): when the size exceeds "
6932
#~ "max_binlog_size. 0 excepted, the minimum value for this variable is 4096."
6934
#~ "If non-zero: relay log will be rotated automatically when the size "
6935
#~ "exceeds this value; if zero (the default): when the size exceeds "
6936
#~ "max_binlog_size. 0 excepted, the minimum value for this variable is 4096."
6938
#~ msgid "Use compatible behavior."
6939
#~ msgstr "Use compatible behaviour."
6942
#~ "If this is not 0, then drizzled will use this value to reserve file "
6943
#~ "descriptors to use with setrlimit(). If this value is 0 then drizzled "
6944
#~ "will reserve max_connections*5 or max_connections + table_cache*2 "
6945
#~ "(whichever is larger) number of files."
6947
#~ "If this is not 0, then drizzled will use this value to reserve file "
6948
#~ "descriptors to use with setrlimit(). If this value is 0 then drizzled "
6949
#~ "will reserve max_connections*5 or max_connections + table_cache*2 "
6950
#~ "(whichever is larger) number of files."
6953
#~ "Make all non-temporary tables read-only, with the exception for "
6954
#~ "replication (slave) threads and users with the SUPER privilege"
6956
#~ "Make all non-temporary tables read-only, with the exception for "
6957
#~ "replication (slave) threads and users with the SUPER privilege"
6960
#~ "0 = do not purge relay logs. 1 = purge them as soon as they are no more "
6963
#~ "0 = do not purge relay logs. 1 = purge them as soon as they are no more "
6966
#~ msgid "Maximum space to use for all relay logs."
6967
#~ msgstr "Maximum space to use for all relay logs."
6969
#~ msgid "Use compression on master/slave protocol."
6970
#~ msgstr "Use compression on master/slave protocol."
6973
#~ "Number of seconds to wait for more data from a master/slave connection "
6974
#~ "before aborting the read."
6976
#~ "Number of seconds to wait for more data from a master/slave connection "
6977
#~ "before aborting the read."
6980
#~ "Number of times the slave SQL thread will retry a transaction in case it "
6981
#~ "failed with a deadlock or elapsed lock wait timeout, before giving up and "
6984
#~ "Number of times the slave SQL thread will retry a transaction in case it "
6985
#~ "failed with a deadlock or elapsed lock wait timeout, before giving up and "
6988
#~ msgid "Allow slave to batch requests."
6989
#~ msgstr "Allow slave to batch requests."
6992
#~ "If creating the thread takes longer than this value (in seconds), the "
6993
#~ "Slow_launch_threads counter will be incremented."
6995
#~ "If creating the thread takes longer than this value (in seconds), the "
6996
#~ "Slow_launch_threads counter will be incremented."
6999
#~ "Synchronously flush binary log to disk after every #th event. Use 0 "
7000
#~ "(default) to disable synchronous flushing."
7002
#~ "Synchronously flush binary log to disk after every #th event. Use 0 "
7003
#~ "(default) to disable synchronous flushing."
7005
#~ msgid "How many threads we should keep in a cache for reuse."
7006
#~ msgstr "How many threads we should keep in a cache for reuse."
7009
#~ "How many threads we should create to handle query requests in case of "
7010
#~ "'thread_handling=pool-of-threads'"
7012
#~ "How many threads we should create to handle query requests in case of "
7013
#~ "'thread_handling=pool-of-threads'"
7015
#~ msgid "The TIME format (for future)."
7016
#~ msgstr "The TIME format (for future)."
7018
#~ msgid "Master reported unrecognized DRIZZLE version"
7019
#~ msgstr "Master reported unrecognised DRIZZLE version"
7022
#~ "Switch to another charset. Might be needed for processing binlog with "
7023
#~ "multi-byte charsets."
7025
#~ "Switch to another charset. Might be needed for processing binlog with "
7026
#~ "multi-byte charsets."
7029
#~ "Copyright (C) 2000-2008 MySQL AB\n"
7030
#~ " This software comes with ABSOLUTELY "
7031
#~ "NO WARRANTY. This is free software,\n"
7032
#~ " and you are welcome to modify and redistribute it under the GPL license\n"
7034
#~ "Copyright (C) 2000-2008 MySQL AB\n"
7035
#~ " This software comes with ABSOLUTELY "
7036
#~ "NO WARRANTY. This is free software,\n"
7037
#~ " and you are welcome to modify and redistribute it under the GPL license\n"
7039
#~ msgid "Usage: \\C char_setname | charset charset_name"
7040
#~ msgstr "Usage: \\C char_setname | charset charset_name"
7042
#~ msgid "Charset changed"
7043
#~ msgstr "Charset changed"
7045
#~ msgid "Charset is not found"
7046
#~ msgstr "Charset is not found"
7049
#~ "Although a path was specified for the --log option, log tables are used. "
7050
#~ "To enable logging to files use the --log-output option."
7052
#~ "Although a path was specified for the --log option, log tables are used. "
7053
#~ "To enable logging to files use the --log-output option."
7056
#~ "Although a path was specified for the --log-slow-queries option, log "
7057
#~ "tables are used. To enable logging to files use the --log-output=file "
7060
#~ "Although a path was specified for the --log-slow-queries option, log "
7061
#~ "tables are used. To enable logging to files use the --log-output=file "
7064
#~ msgid "You need to use --log-bin to make --binlog-format work."
7065
#~ msgstr "You need to use --log-bin to make --binlog-format work."
7068
#~ "Tells the master that updates to the given database should not be logged "
7069
#~ "tothe binary log."
7071
#~ "Tells the master that updates to the given database should not be logged "
7072
#~ "to the binary log."
7075
#~ "Tells the slave thread to not replicate to the specified table. To "
7076
#~ "specify more than one table to ignore, use the directive multiple times, "
7077
#~ "once for each table. This will work for cross-datbase updates, in "
7078
#~ "contrast to replicate-ignore-db."
7080
#~ "Tells the slave thread to not replicate to the specified table. To "
7081
#~ "specify more than one table to ignore, use the directive multiple times, "
7082
#~ "once for each table. This will work for cross-database updates, in "
7083
#~ "contrast to replicate-ignore-db."
7086
#~ "Log all queries that have taken more than long_query_time seconds to "
7087
#~ "execute to file. The argument will be treated as a decimal value with "
7088
#~ "microsecond precission."
7090
#~ "Log all queries that have taken more than long_query_time seconds to "
7091
#~ "execute to file. The argument will be treated as a decimal value with "
7092
#~ "microsecond precision."
7094
#~ msgid "Unknown option to protocol: %s\n"
7095
#~ msgstr "Unknown option to protocol: %s\n"
7097
#~ msgid "COLLATION %s is not valid for CHARACTER SET %s"
7098
#~ msgstr "COLLATION %s is not valid for CHARACTER SET %s"
6638
#~ "Using this option will cause most temporary files created to use a small set "
6639
#~ "of names, rather than a unique name for each new file."
6641
#~ "Using this option will cause most temporary files created to use a small set "
6642
#~ "of names, rather than a unique name for each new file."
6645
#~ "Optional colon (or semicolon) separated list of plugins to load,where each "
6646
#~ "plugin is identified by the name of the shared library. [for example: --"
6647
#~ "plugin_load=libmd5udf.so:libauth_pam.so]"
6649
#~ "Optional colon (or semicolon) separated list of plugins to load,where each "
6650
#~ "plugin is identified by the name of the shared library. [for example: --"
6651
#~ "plugin_load=libmd5udf.so:libauth_pam.so]"