1786
2635
"(used for testing/comparison)."
1789
#: ../drizzled/drizzled.cc:1281
2638
#: drizzled/drizzled.cc:3880
1790
2639
msgid "Directory for plugins."
1791
msgstr "Diretório para plugins."
1793
#: ../drizzled/drizzled.cc:1285
1795
"Optional comma separated list of plugins to load at startup in addition to "
1796
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1799
#: ../drizzled/drizzled.cc:1291
1801
"Optional comma separated list of plugins to not load at startup. Effectively "
1802
"removes a plugin from the list of plugins to be loaded. [for example: --"
1803
"plugin_remove=crc32,logger_gearman]"
1806
#: ../drizzled/drizzled.cc:1297
1808
"Optional comma separated list of plugins to load at starup instead of the "
1809
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1812
#: ../drizzled/drizzled.cc:1303
2642
#: drizzled/drizzled.cc:3884
2644
"Optional comma separated list of plugins to load, where each plugin is "
2645
"identified by the name of the shared library. [for example: --"
2646
"plugin_load=libmd5udf.so]"
2649
#: drizzled/drizzled.cc:3890
1813
2650
msgid "The size of the buffer that is allocated when preloading indexes"
1814
msgstr "Tamanho do buffer alocado ao carregar os indices"
1816
#: ../drizzled/drizzled.cc:1308
2653
#: drizzled/drizzled.cc:3895
1817
2654
msgid "Allocation block size for query parsing and execution"
1820
#: ../drizzled/drizzled.cc:1313
2657
#: drizzled/drizzled.cc:3900
1821
2658
msgid "Persistent buffer for query parsing and execution"
1824
#: ../drizzled/drizzled.cc:1319
2661
#: drizzled/drizzled.cc:3906
1825
2662
msgid "Allocation block size for storing ranges during optimization"
1828
#: ../drizzled/drizzled.cc:1325
2665
#: drizzled/drizzled.cc:3912
1830
2667
"Each thread that does a sequential scan allocates a buffer of this size for "
1831
2668
"each table it scans. If you do many sequential scans, you may want to "
1832
2669
"increase this value."
1835
#: ../drizzled/drizzled.cc:1333
2672
#: drizzled/drizzled.cc:3920
2674
"Make all non-temporary tables read-only, with the exception for replication "
2675
"(slave) threads and users with the SUPER privilege"
2678
#: drizzled/drizzled.cc:3926
1837
2680
"When reading rows in sorted order after a sort, the rows are read through "
1838
2681
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1839
2682
"record_buffer."
1842
#: ../drizzled/drizzled.cc:1341
1843
msgid "Select scheduler to be used (by default multi-thread)."
1846
#: ../drizzled/drizzled.cc:1346
2685
#: drizzled/drizzled.cc:3940
2687
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2691
#: drizzled/drizzled.cc:3946
2692
msgid "Maximum space to use for all relay logs."
2695
#: drizzled/drizzled.cc:3951
2697
msgid "Use compression on master/slave protocol."
2698
msgstr "Usar compressão em protocolo de Servidor/Cliente."
2700
#: drizzled/drizzled.cc:3956
2702
"Number of seconds to wait for more data from a master/slave connection "
2703
"before aborting the read."
2706
#: drizzled/drizzled.cc:3961
2708
"Number of times the slave SQL thread will retry a transaction in case it "
2709
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2713
#: drizzled/drizzled.cc:3967
2714
msgid "Allow slave to batch requests."
2717
#: drizzled/drizzled.cc:3971
2719
"If creating the thread takes longer than this value (in seconds), the "
2720
"Slow_launch_threads counter will be incremented."
2723
#: drizzled/drizzled.cc:3976
1847
2724
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1850
#: ../drizzled/drizzled.cc:1352
2727
#: drizzled/drizzled.cc:3982
2729
"Synchronously flush binary log to disk after every #th event. Use 0 "
2730
"(default) to disable synchronous flushing."
2733
#: drizzled/drizzled.cc:3987
1851
2734
msgid "The number of cached table definitions."
1852
msgstr "O número de denifições de tabela em cache."
1854
#: ../drizzled/drizzled.cc:1356
2737
#: drizzled/drizzled.cc:3991
1855
2738
msgid "The number of cached open tables."
1856
msgstr "O número de tabelas abertas em cache."
1858
#: ../drizzled/drizzled.cc:1360
2741
#: drizzled/drizzled.cc:3995
1860
2743
"Timeout in seconds to wait for a table level lock before returning an error. "
1861
2744
"Used only if the connection has active cursors."
1864
#: ../drizzled/drizzled.cc:1365
2747
#: drizzled/drizzled.cc:4000
2748
msgid "How many threads we should keep in a cache for reuse."
2751
#: drizzled/drizzled.cc:4004
2753
"How many threads we should create to handle query requests in case of "
2754
"'thread_handling=pool-of-threads'"
2757
#: drizzled/drizzled.cc:4009
1865
2758
msgid "The stack size for each thread."
1868
#: ../drizzled/drizzled.cc:1371
2761
#: drizzled/drizzled.cc:4015
2762
msgid "The TIME format (for future)."
2765
#: drizzled/drizzled.cc:4020
1870
"If an internal in-memory temporary table exceeds this size, Drizzle will "
2767
"If an internal in-memory temporary table exceeds this size, MySQL will "
1871
2768
"automatically convert it to an on-disk MyISAM table."
1874
#: ../drizzled/drizzled.cc:1397
1877
"Copyright (C) 2008 Sun Microsystems\n"
2771
#: drizzled/drizzled.cc:4026
2772
msgid "Allocation block size for transactions to be stored in binary log"
2775
#: drizzled/drizzled.cc:4031
2776
msgid "Persistent buffer for transactions to be stored in binary log"
2779
#: drizzled/drizzled.cc:4036
2781
"The number of seconds the server waits for activity on a connection before "
2785
#: drizzled/drizzled.cc:4284
2787
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
1878
2788
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1879
2789
"and you are welcome to modify and redistribute it under the GPL license\n"
2791
"Starts the Drizzle database server\n"
1882
"Copyright (C) 2008 Sun Microsystems\n"
1883
"Este software não possuí nenhuma garantia. Este software é livre,\n"
1884
"e você está convidado a modificá-lo e redistribuí-lo so sob a licença GPL.\n"
1886
#: ../drizzled/drizzled.cc:1405
2794
#: drizzled/drizzled.cc:4291
1888
2796
msgid "Usage: %s [OPTIONS]\n"
1889
msgstr "Usar: %s [OPÇÕES]\n"
1891
#: ../drizzled/drizzled.cc:1529
2799
#: drizzled/drizzled.cc:4302
2802
"To see what values a running Drizzle server is using, type\n"
2803
"'drizzleadmin variables' instead of 'drizzled --help'."
2806
#: drizzled/drizzled.cc:4486
1894
2809
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1895
2810
"command line\n"
1898
#: ../drizzled/drizzled.cc:1572
2813
#: drizzled/drizzled.cc:4538
2815
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2818
#: drizzled/drizzled.cc:4547
2820
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2823
#: drizzled/drizzled.cc:4557
2825
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2828
#: drizzled/drizzled.cc:4586 drizzled/drizzled.cc:4595
2830
msgid "Could not add do table rule '%s'!\n"
2833
#: drizzled/drizzled.cc:4604 drizzled/drizzled.cc:4613
2835
msgid "Could not add ignore table rule '%s'!\n"
2838
#: drizzled/drizzled.cc:4657
1899
2839
msgid "Can't start server: cannot resolve hostname!"
1900
msgstr "Não pode iniciar o servidor: Impossível resolver hostname"
1902
#: ../drizzled/drizzled.cc:1578
2842
#: drizzled/drizzled.cc:4663
1903
2843
msgid "Can't start server: bind-address refers to multiple interfaces!"
1905
"Não pode iniciar o servidor: bind-address referencia para múltiplas "
1908
#: ../drizzled/error.cc:138
1910
msgid "Unknown error %d"
1911
msgstr "Erro desconhecido %d"
1913
#: ../drizzled/error.cc:214
2846
#: drizzled/drizzled.cc:4838
2848
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2849
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2852
#: drizzled/drizzled.cc:5029
2854
msgid "No option given to %s\n"
2857
#: drizzled/drizzled.cc:5031
2859
msgid "Wrong option to %s. Option(s) given: %s\n"
2862
#: drizzled/drizzled.cc:5033
2864
msgid "Alternatives are: '%s'"
2867
#: drizzled/drizzled_error_messages.h:31
2871
#: drizzled/drizzled_error_messages.h:33
2875
#: drizzled/drizzled_error_messages.h:35
1917
#: ../drizzled/error.cc:215
2879
#: drizzled/drizzled_error_messages.h:37
1921
#: ../drizzled/error.cc:216
2883
#: drizzled/drizzled_error_messages.h:39
1923
2885
msgid "Can't create file '%-.200s' (errno: %d)"
1924
msgstr "Não pode criar arquivo '%s-.200s' (errno: %d)"
1926
#: ../drizzled/error.cc:217
2888
#: drizzled/drizzled_error_messages.h:41
1928
2890
msgid "Can't create table '%-.200s' (errno: %d)"
1929
msgstr "Não pode criar tabela '%-.200s' (errno: %d)"
1931
#: ../drizzled/error.cc:218
2893
#: drizzled/drizzled_error_messages.h:43
1933
2895
msgid "Can't create database '%-.192s' (errno: %d)"
1934
msgstr "Não pode criar banco de dados '%-.192s' (errno: %d)"
1936
#: ../drizzled/error.cc:219
2898
#: drizzled/drizzled_error_messages.h:45
1938
2900
msgid "Can't create database '%-.192s'; database exists"
1939
msgstr "Não pode criar banco de dados '%-.192s'; banco de dados já existe"
1941
#: ../drizzled/error.cc:220
2903
#: drizzled/drizzled_error_messages.h:47
1943
2905
msgid "Can't drop database '%-.192s'; database doesn't exist"
1944
msgstr "Não pode remover banco de dados '%-.192s'; pois não existe"
1946
#: ../drizzled/error.cc:221
2908
#: drizzled/drizzled_error_messages.h:49
2910
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2913
#: drizzled/drizzled_error_messages.h:51
2915
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2918
#: drizzled/drizzled_error_messages.h:53
1948
2920
msgid "Error on delete of '%-.192s' (errno: %d)"
1949
msgstr "Erro ao remover de '%-.192s' (errno: %d)"
1951
#: ../drizzled/error.cc:222
2923
#: drizzled/drizzled_error_messages.h:55
2924
msgid "Can't read record in system table"
2927
#: drizzled/drizzled_error_messages.h:57
1953
2929
msgid "Can't get status of '%-.200s' (errno: %d)"
1956
#: ../drizzled/error.cc:223
2932
#: drizzled/drizzled_error_messages.h:59
2934
msgid "Can't get working directory (errno: %d)"
2937
#: drizzled/drizzled_error_messages.h:61
1958
2939
msgid "Can't lock file (errno: %d)"
1959
msgstr "Não pôde travar arquivo (errno: %d)"
1961
#: ../drizzled/error.cc:224
2942
#: drizzled/drizzled_error_messages.h:63
1963
2944
msgid "Can't open file: '%-.200s' (errno: %d)"
1964
msgstr "Não pôde abrir arquivo: '%-.200s' (errno: %d)"
1966
#: ../drizzled/error.cc:225
2947
#: drizzled/drizzled_error_messages.h:65
1968
2949
msgid "Can't find file: '%-.200s' (errno: %d)"
1969
msgstr "Não pôde encontrar arquivos: '%-.200s' (errno: %d)"
1971
#: ../drizzled/error.cc:226
2952
#: drizzled/drizzled_error_messages.h:67
1973
2954
msgid "Can't read dir of '%-.192s' (errno: %d)"
1974
msgstr "Não pôde ler o diretório de '%-.192s' (errno: %d)"
1976
#: ../drizzled/error.cc:227
2957
#: drizzled/drizzled_error_messages.h:69
2959
msgid "Can't change dir to '%-.192s' (errno: %d)"
2962
#: drizzled/drizzled_error_messages.h:71
1978
2964
msgid "Record has changed since last read in table '%-.192s'"
1979
msgstr "Registro foi modificade desde a última leitura na tabela '%-.192s'"
1981
#: ../drizzled/error.cc:228
2967
#: drizzled/drizzled_error_messages.h:73
1983
2969
msgid "Disk full (%s); waiting for someone to free some space..."
1984
msgstr "Disco cheio (%s); esperando que alguém libere algum espaço"
1986
#: ../drizzled/error.cc:229
2972
#: drizzled/drizzled_error_messages.h:75
1988
2974
msgid "Can't write; duplicate key in table '%-.192s'"
1989
msgstr "Não pôde escrever; chave duplicada na tabela '%-.192s'"
1991
#: ../drizzled/error.cc:230
2977
#: drizzled/drizzled_error_messages.h:77
1993
2979
msgid "Error on close of '%-.192s' (errno: %d)"
1994
msgstr "Erro ao fechar '%-.192s' (errno: %d)"
1996
#: ../drizzled/error.cc:231
2982
#: drizzled/drizzled_error_messages.h:79
1998
2984
msgid "Error reading file '%-.200s' (errno: %d)"
1999
msgstr "Erro lendo arquivo '%-.200s' (errno: %d)"
2001
#: ../drizzled/error.cc:232
2987
#: drizzled/drizzled_error_messages.h:81
2003
2989
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2004
msgstr "Erro ao renomear de '%-.150s' para '%-.150s' (errno: %d)"
2006
#: ../drizzled/error.cc:233
2992
#: drizzled/drizzled_error_messages.h:83
2008
2994
msgid "Error writing file '%-.200s' (errno: %d)"
2009
msgstr "Erro escrevendo arquivo '%-.200s' (errno: %d)"
2011
#: ../drizzled/error.cc:234
2997
#: drizzled/drizzled_error_messages.h:85
2013
2999
msgid "'%-.192s' is locked against change"
2016
#: ../drizzled/error.cc:235
3002
#: drizzled/drizzled_error_messages.h:87
2017
3003
msgid "Sort aborted"
2018
msgstr "Ordenação abortada"
2020
#: ../drizzled/error.cc:236
3006
#: drizzled/drizzled_error_messages.h:89
3008
msgid "View '%-.192s' doesn't exist for '%-.192s'"
3011
#: drizzled/drizzled_error_messages.h:91
2022
3013
msgid "Got error %d from storage engine"
2023
msgstr "Retornou erro %d do mecanismo de armazenamento"
2025
#: ../drizzled/error.cc:237
3016
#: drizzled/drizzled_error_messages.h:93
2027
3018
msgid "Table storage engine for '%-.192s' doesn't have this option"
2030
#: ../drizzled/error.cc:238
3021
#: drizzled/drizzled_error_messages.h:95
2032
3023
msgid "Can't find record in '%-.192s'"
2033
msgstr "Não foi possível encontrar o registro em '%-.192s'"
2035
#: ../drizzled/error.cc:239
3026
#: drizzled/drizzled_error_messages.h:97
2037
3028
msgid "Incorrect information in file: '%-.200s'"
2038
msgstr "Informação incorreta no arquivo: '%-.200s'"
2040
#: ../drizzled/error.cc:240
3031
#: drizzled/drizzled_error_messages.h:99
2042
3033
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2045
#: ../drizzled/error.cc:241
3036
#: drizzled/drizzled_error_messages.h:101
2047
3038
msgid "Old key file for table '%-.192s'; repair it!"
2050
#: ../drizzled/error.cc:242
3041
#: drizzled/drizzled_error_messages.h:103
2052
3043
msgid "Table '%-.192s' is read only"
2053
msgstr "Tabela '%-.192s' é apenas leitura"
2055
#: ../drizzled/error.cc:243
3046
#: drizzled/drizzled_error_messages.h:105
2057
msgid "Out of memory; restart server and try again (needed %lu bytes)"
3048
msgid "Out of memory; restart server and try again (needed %d bytes)"
2060
#: ../drizzled/error.cc:244
3051
#: drizzled/drizzled_error_messages.h:107
2061
3052
msgid "Out of sort memory; increase server sort buffer size"
2064
#: ../drizzled/error.cc:245
3055
#: drizzled/drizzled_error_messages.h:109
2066
3057
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2069
#: ../drizzled/error.cc:246
3060
#: drizzled/drizzled_error_messages.h:111
2070
3061
msgid "Too many connections"
2071
msgstr "Muitas conexões"
2073
#: ../drizzled/error.cc:247
3064
#: drizzled/drizzled_error_messages.h:113
2075
"Out of memory; check if drizzled or some other process uses all available "
2076
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
3066
"Out of memory; check if mysqld or some other process uses all available "
3067
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
2077
3068
"memory or you can add more swap space"
2080
#: ../drizzled/error.cc:248
3071
#: drizzled/drizzled_error_messages.h:115
2081
3072
msgid "Can't get hostname for your address"
2082
msgstr "Não é possível obter nome de host para seu endereço"
2084
#: ../drizzled/error.cc:249
3075
#: drizzled/drizzled_error_messages.h:117
2085
3076
msgid "Bad handshake"
2088
#: ../drizzled/error.cc:250
3079
#: drizzled/drizzled_error_messages.h:119
2090
3081
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2092
"Acesso negado para o usuário '%-.48s'@'%-.64s' do banco de dados '%-.192s'"
2094
#: ../drizzled/error.cc:251
3084
#: drizzled/drizzled_error_messages.h:121
2096
3086
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2097
msgstr "Acesso negado para o usuário '%-.48s'@'%-.64s' (usando senha: %s)"
2099
#: ../drizzled/error.cc:252
3089
#: drizzled/drizzled_error_messages.h:123
2100
3090
msgid "No database selected"
2101
msgstr "Nenhuma base de dados selecionada"
2103
#: ../drizzled/error.cc:253
3093
#: drizzled/drizzled_error_messages.h:125
2104
3094
msgid "Unknown command"
2105
msgstr "Comando desconhecido"
2107
#: ../drizzled/error.cc:254
3097
#: drizzled/drizzled_error_messages.h:127
2109
3099
msgid "Column '%-.192s' cannot be null"
2110
msgstr "Coluna '%-.192s' não pode ser nula"
2112
#: ../drizzled/error.cc:255
3102
#: drizzled/drizzled_error_messages.h:129
2114
3104
msgid "Unknown database '%-.192s'"
2115
msgstr "Base de dados desconhecida '%-.192s'"
2117
#: ../drizzled/error.cc:256
3107
#: drizzled/drizzled_error_messages.h:131
2119
3109
msgid "Table '%-.192s' already exists"
2120
msgstr "Tabela '%-.192s' já existe"
2122
#: ../drizzled/error.cc:257
3112
#: drizzled/drizzled_error_messages.h:133
2124
3114
msgid "Unknown table '%-.100s'"
2125
msgstr "Tabela desconhecida '%-.100s'"
2127
#: ../drizzled/error.cc:258
3117
#: drizzled/drizzled_error_messages.h:135
2129
3119
msgid "Column '%-.192s' in %-.192s is ambiguous"
2132
#: ../drizzled/error.cc:259
3122
#: drizzled/drizzled_error_messages.h:137
2133
3123
msgid "Server shutdown in progress"
2134
msgstr "Desligamento do servidor em progresso"
2136
#: ../drizzled/error.cc:260
3126
#: drizzled/drizzled_error_messages.h:139
2138
3128
msgid "Unknown column '%-.192s' in '%-.192s'"
2141
#: ../drizzled/error.cc:261
3131
#: drizzled/drizzled_error_messages.h:141
2143
3133
msgid "'%-.192s' isn't in GROUP BY"
2146
#: ../drizzled/error.cc:262
3136
#: drizzled/drizzled_error_messages.h:143
2148
3138
msgid "Can't group on '%-.192s'"
2151
#: ../drizzled/error.cc:263
3141
#: drizzled/drizzled_error_messages.h:145
2152
3142
msgid "Statement has sum functions and columns in same statement"
2155
#: ../drizzled/error.cc:264
3145
#: drizzled/drizzled_error_messages.h:147
2156
3146
msgid "Column count doesn't match value count"
2159
#: ../drizzled/error.cc:265
3149
#: drizzled/drizzled_error_messages.h:149
2161
3151
msgid "Identifier name '%-.100s' is too long"
2164
#: ../drizzled/error.cc:266
3154
#: drizzled/drizzled_error_messages.h:151
2166
3156
msgid "Duplicate column name '%-.192s'"
2167
msgstr "Nome de coluna duplicado '%-.192s'"
2169
#: ../drizzled/error.cc:267
3159
#: drizzled/drizzled_error_messages.h:153
2171
3161
msgid "Duplicate key name '%-.192s'"
2172
msgstr "Nome de chave duplicado '%-.192s'"
2174
#: ../drizzled/error.cc:268
3164
#: drizzled/drizzled_error_messages.h:155
2176
3166
msgid "Duplicate entry '%-.192s' for key %d"
2179
#: ../drizzled/error.cc:269
3169
#: drizzled/drizzled_error_messages.h:157
2181
3171
msgid "Incorrect column specifier for column '%-.192s'"
2184
#: ../drizzled/error.cc:270
3174
#: drizzled/drizzled_error_messages.h:159
2186
3176
msgid "%s near '%-.80s' at line %d"
2189
#: ../drizzled/error.cc:271
3179
#: drizzled/drizzled_error_messages.h:161
2190
3180
msgid "Query was empty"
2193
#: ../drizzled/error.cc:272
3183
#: drizzled/drizzled_error_messages.h:163
2195
3185
msgid "Not unique table/alias: '%-.192s'"
2198
#: ../drizzled/error.cc:273
3188
#: drizzled/drizzled_error_messages.h:165
2200
3190
msgid "Invalid default value for '%-.192s'"
2203
#: ../drizzled/error.cc:274
3193
#: drizzled/drizzled_error_messages.h:167
2204
3194
msgid "Multiple primary key defined"
2205
msgstr "Chaves primárias múltiplas definidas"
2207
#: ../drizzled/error.cc:275
3197
#: drizzled/drizzled_error_messages.h:169
2209
3199
msgid "Too many keys specified; max %d keys allowed"
2212
#: ../drizzled/error.cc:276
3202
#: drizzled/drizzled_error_messages.h:171
2214
3204
msgid "Too many key parts specified; max %d parts allowed"
2217
#: ../drizzled/error.cc:277
3207
#: drizzled/drizzled_error_messages.h:173
2219
3209
msgid "Specified key was too long; max key length is %d bytes"
2222
#: ../drizzled/error.cc:278
3212
#: drizzled/drizzled_error_messages.h:175
2224
3214
msgid "Key column '%-.192s' doesn't exist in table"
2227
#: ../drizzled/error.cc:279
3217
#: drizzled/drizzled_error_messages.h:177
2230
3220
"BLOB column '%-.192s' can't be used in key specification with the used table "
2234
#: ../drizzled/error.cc:280
3224
#: drizzled/drizzled_error_messages.h:179
2237
3227
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2241
#: ../drizzled/error.cc:281
3231
#: drizzled/drizzled_error_messages.h:181
2243
3233
"Incorrect table definition; there can be only one auto column and it must be "
2244
3234
"defined as a key"
2247
#: ../drizzled/error.cc:282
3237
#: drizzled/drizzled_error_messages.h:183
3240
"%s: ready for connections.\n"
3241
"Version: '%s' socket: '%s' port: %d"
3244
#: drizzled/drizzled_error_messages.h:185
2249
3246
msgid "%s: Normal shutdown\n"
2250
msgstr "%s: Desligamento normal\n"
2252
#: ../drizzled/error.cc:283
3249
#: drizzled/drizzled_error_messages.h:187
2254
3251
msgid "%s: Got signal %d. Aborting!\n"
2257
#: ../drizzled/error.cc:284
3254
#: drizzled/drizzled_error_messages.h:189
2259
3256
msgid "%s: Shutdown complete\n"
2260
msgstr "%s: Desligamento completo\n"
2262
#: ../drizzled/error.cc:285
3259
#: drizzled/drizzled_error_messages.h:191
2264
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
3261
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2267
#: ../drizzled/error.cc:286
3264
#: drizzled/drizzled_error_messages.h:193
2268
3265
msgid "Can't create IP socket"
2271
#: ../drizzled/error.cc:287
3268
#: drizzled/drizzled_error_messages.h:195
2274
3271
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2278
#: ../drizzled/error.cc:288
2281
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
3275
#: drizzled/drizzled_error_messages.h:197
3276
msgid "Field separator argument is not what is expected; check the manual"
2285
#: ../drizzled/error.cc:289
3279
#: drizzled/drizzled_error_messages.h:199
2287
3281
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2290
#: ../drizzled/error.cc:290
3284
#: drizzled/drizzled_error_messages.h:201
2293
3287
"The file '%-.128s' must be in the database directory or be readable by all"
2296
#: ../drizzled/error.cc:291
3290
#: drizzled/drizzled_error_messages.h:203
2298
3292
msgid "File '%-.200s' already exists"
2301
#: ../drizzled/error.cc:292
3295
#: drizzled/drizzled_error_messages.h:205
2303
3297
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2306
#: ../drizzled/error.cc:293
3300
#: drizzled/drizzled_error_messages.h:207
3302
msgid "Records: %ld Duplicates: %ld"
3305
#: drizzled/drizzled_error_messages.h:209
2308
3307
"Incorrect prefix key; the used key part isn't a string, the used length is "
2309
3308
"longer than the key part, or the storage engine doesn't support unique "
2313
#: ../drizzled/error.cc:294
3312
#: drizzled/drizzled_error_messages.h:211
2314
3313
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2317
#: ../drizzled/error.cc:295
3316
#: drizzled/drizzled_error_messages.h:213
2319
3318
msgid "Can't DROP '%-.192s'; check that column/key exists"
2322
#: ../drizzled/error.cc:296
3321
#: drizzled/drizzled_error_messages.h:215
2324
3323
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2327
#: ../drizzled/error.cc:297
3326
#: drizzled/drizzled_error_messages.h:217
2329
3328
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2332
#: ../drizzled/error.cc:298
3331
#: drizzled/drizzled_error_messages.h:219
2334
3333
msgid "Unknown thread id: %lu"
2337
#: ../drizzled/error.cc:299
3336
#: drizzled/drizzled_error_messages.h:221
2339
3338
msgid "You are not owner of thread %lu"
2342
#: ../drizzled/error.cc:300
3341
#: drizzled/drizzled_error_messages.h:223
2343
3342
msgid "No tables used"
2344
msgstr "Nenhuma tabela usada"
2346
#: ../drizzled/error.cc:301
3345
#: drizzled/drizzled_error_messages.h:225
3347
msgid "Too many strings for column %-.192s and SET"
3350
#: drizzled/drizzled_error_messages.h:227
3352
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
3355
#: drizzled/drizzled_error_messages.h:229
3357
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3359
"Tabela '%-.64s' foi criada com a versão diferente do MySQL e não pode ser "
3362
#: drizzled/drizzled_error_messages.h:231
3364
msgid "Table '%-.192s' was not locked with LOCK TABLES"
3367
#: drizzled/drizzled_error_messages.h:233
2348
3369
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2351
#: ../drizzled/error.cc:302
3372
#: drizzled/drizzled_error_messages.h:235
2353
3374
msgid "Incorrect database name '%-.100s'"
2354
msgstr "Nome da base de dados incorreto '%-.100s'"
2356
#: ../drizzled/error.cc:303
3377
#: drizzled/drizzled_error_messages.h:237
2358
3379
msgid "Incorrect table name '%-.100s'"
2359
msgstr "Nome da tabela incorreto '%-.100s'"
2361
#: ../drizzled/error.cc:304
3382
#: drizzled/drizzled_error_messages.h:239
2363
3384
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2364
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
3385
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
2367
#: ../drizzled/error.cc:305
3388
#: drizzled/drizzled_error_messages.h:241
2368
3389
msgid "Unknown error"
2369
msgstr "Erro desconhecido"
2371
#: ../drizzled/error.cc:306
3392
#: drizzled/drizzled_error_messages.h:243
2373
3394
msgid "Unknown procedure '%-.192s'"
2376
#: ../drizzled/error.cc:307
3397
#: drizzled/drizzled_error_messages.h:245
2378
3399
msgid "Incorrect parameter count to procedure '%-.192s'"
2381
#: ../drizzled/error.cc:308
3402
#: drizzled/drizzled_error_messages.h:247
3404
msgid "Incorrect parameters to procedure '%-.192s'"
3407
#: drizzled/drizzled_error_messages.h:249
2383
3409
msgid "Unknown table '%-.192s' in %-.32s"
2386
#: ../drizzled/error.cc:309
3412
#: drizzled/drizzled_error_messages.h:251
2388
3414
msgid "Column '%-.192s' specified twice"
2391
#: ../drizzled/error.cc:310
3417
#: drizzled/drizzled_error_messages.h:253
2392
3418
msgid "Invalid use of group function"
2395
#: ../drizzled/error.cc:311
3421
#: drizzled/drizzled_error_messages.h:255
2398
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
3424
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
2401
#: ../drizzled/error.cc:312
3427
#: drizzled/drizzled_error_messages.h:257
2402
3428
msgid "A table must have at least 1 column"
2405
#: ../drizzled/error.cc:313
3431
#: drizzled/drizzled_error_messages.h:259
2407
3433
msgid "The table '%-.192s' is full"
2410
#: ../drizzled/error.cc:314
2412
msgid "Too many tables; Drizzle can only use %d tables in a join"
2415
#: ../drizzled/error.cc:315
3436
#: drizzled/drizzled_error_messages.h:261
3438
msgid "Unknown character set: '%-.64s'"
3441
#: drizzled/drizzled_error_messages.h:263
3443
msgid "Too many tables; MySQL can only use %d tables in a join"
3446
#: drizzled/drizzled_error_messages.h:265
2416
3447
msgid "Too many columns"
2419
#: ../drizzled/error.cc:316
3450
#: drizzled/drizzled_error_messages.h:267
2422
3453
"Row size too large. The maximum row size for the used table type, not "
2423
3454
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2426
#: ../drizzled/error.cc:317
3457
#: drizzled/drizzled_error_messages.h:269
3460
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
3461
"thread_stack=#' to specify a bigger stack if needed"
3464
#: drizzled/drizzled_error_messages.h:271
2427
3465
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2430
#: ../drizzled/error.cc:318
3468
#: drizzled/drizzled_error_messages.h:273
2433
3471
"Table handler doesn't support NULL in given index. Please change column "
2434
3472
"'%-.192s' to be NOT NULL or use another handler"
2437
#: ../drizzled/error.cc:319
2438
msgid "No paths allowed for plugin library"
2441
#: ../drizzled/error.cc:320
2443
msgid "Plugin '%-.192s' already exists"
2446
#: ../drizzled/error.cc:321
3475
#: drizzled/drizzled_error_messages.h:275
3477
msgid "Can't load function '%-.192s'"
3480
#: drizzled/drizzled_error_messages.h:277
3482
msgid "Can't initialize function '%-.192s'; %-.80s"
3485
#: drizzled/drizzled_error_messages.h:279
3486
msgid "No paths allowed for shared library"
3489
#: drizzled/drizzled_error_messages.h:281
3491
msgid "Function '%-.192s' already exists"
3494
#: drizzled/drizzled_error_messages.h:283
2448
3496
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2451
#: ../drizzled/error.cc:322
2453
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
2456
#: ../drizzled/error.cc:323
3499
#: drizzled/drizzled_error_messages.h:285
3501
msgid "Can't find symbol '%-.128s' in library"
3504
#: drizzled/drizzled_error_messages.h:287
3506
msgid "Function '%-.192s' is not defined"
3509
#: drizzled/drizzled_error_messages.h:289
3512
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3513
"'mysqladmin flush-hosts'"
3516
#: drizzled/drizzled_error_messages.h:291
3518
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3521
#: drizzled/drizzled_error_messages.h:293
3523
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3524
"to change passwords"
3527
#: drizzled/drizzled_error_messages.h:295
3529
"You must have privileges to update tables in the mysql database to be able "
3530
"to change passwords for others"
3533
#: drizzled/drizzled_error_messages.h:297
3534
msgid "Can't find any matching row in the user table"
3537
#: drizzled/drizzled_error_messages.h:299
2458
3539
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2461
#: ../drizzled/error.cc:324
3542
#: drizzled/drizzled_error_messages.h:301
2464
3545
"Can't create a new thread (errno %d); if you are not out of available "
2465
3546
"memory, you can consult the manual for a possible OS-dependent bug"
2468
#: ../drizzled/error.cc:325
3549
#: drizzled/drizzled_error_messages.h:303
2470
3551
msgid "Column count doesn't match value count at row %ld"
2473
#: ../drizzled/error.cc:326
3554
#: drizzled/drizzled_error_messages.h:305
2475
3556
msgid "Can't reopen table: '%-.192s'"
2478
#: ../drizzled/error.cc:327
3559
#: drizzled/drizzled_error_messages.h:307
3560
msgid "Invalid use of NULL value"
3563
#: drizzled/drizzled_error_messages.h:309
3565
msgid "Got error '%-.64s' from regexp"
3568
#: drizzled/drizzled_error_messages.h:311
2480
3570
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2481
3571
"illegal if there is no GROUP BY clause"
2484
#: ../drizzled/error.cc:328
3574
#: drizzled/drizzled_error_messages.h:313
3576
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3579
#: drizzled/drizzled_error_messages.h:315
3581
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3584
#: drizzled/drizzled_error_messages.h:317
3587
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3591
#: drizzled/drizzled_error_messages.h:319
3593
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3594
"privileges can be used"
3597
#: drizzled/drizzled_error_messages.h:321
3598
msgid "The host or user argument to GRANT is too long"
3601
#: drizzled/drizzled_error_messages.h:323
2486
3603
msgid "Table '%-.192s.%-.192s' doesn't exist"
2489
#: ../drizzled/error.cc:329
3606
#: drizzled/drizzled_error_messages.h:325
3609
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3613
#: drizzled/drizzled_error_messages.h:327
3614
msgid "The used command is not allowed with this MySQL version"
3617
#: drizzled/drizzled_error_messages.h:329
2491
3619
"You have an error in your SQL syntax; check the manual that corresponds to "
2492
"your Drizzle server version for the right syntax to use"
2495
#: ../drizzled/error.cc:330
3620
"your MySQL server version for the right syntax to use"
3623
#: drizzled/drizzled_error_messages.h:331
3625
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3628
#: drizzled/drizzled_error_messages.h:333
3629
msgid "Too many delayed threads in use"
3632
#: drizzled/drizzled_error_messages.h:335
3634
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3637
#: drizzled/drizzled_error_messages.h:337
2496
3638
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2499
#: ../drizzled/error.cc:331
3641
#: drizzled/drizzled_error_messages.h:339
3642
msgid "Got a read error from the connection pipe"
3645
#: drizzled/drizzled_error_messages.h:341
3646
msgid "Got an error from fcntl()"
3649
#: drizzled/drizzled_error_messages.h:343
2500
3650
msgid "Got packets out of order"
2503
#: ../drizzled/error.cc:332
3653
#: drizzled/drizzled_error_messages.h:355
3654
msgid "Result string is longer than 'max_allowed_packet' bytes"
3657
#: drizzled/drizzled_error_messages.h:357
2504
3658
msgid "The used table type doesn't support BLOB/TEXT columns"
2507
#: ../drizzled/error.cc:333
3661
#: drizzled/drizzled_error_messages.h:359
2508
3662
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2511
#: ../drizzled/error.cc:334
3665
#: drizzled/drizzled_error_messages.h:361
3668
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3672
#: drizzled/drizzled_error_messages.h:363
2513
3674
msgid "Incorrect column name '%-.100s'"
2514
msgstr "Nome da coluna incorreto '%-.100s'"
2516
#: ../drizzled/error.cc:335
3677
#: drizzled/drizzled_error_messages.h:365
2518
3679
msgid "The used storage engine can't index column '%-.192s'"
2521
#: ../drizzled/error.cc:336
3682
#: drizzled/drizzled_error_messages.h:367
2523
3684
"Unable to open underlying table which is differently defined or of non-"
2524
3685
"MyISAM type or doesn't exist"
2527
#: ../drizzled/error.cc:337
3688
#: drizzled/drizzled_error_messages.h:369
2529
3690
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2532
#: ../drizzled/error.cc:338
3693
#: drizzled/drizzled_error_messages.h:371
2535
3696
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2538
#: ../drizzled/error.cc:339
3699
#: drizzled/drizzled_error_messages.h:373
2540
3701
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2541
3702
"UNIQUE instead"
2544
#: ../drizzled/error.cc:340
3705
#: drizzled/drizzled_error_messages.h:375
2545
3706
msgid "Result consisted of more than one row"
2548
#: ../drizzled/error.cc:341
3709
#: drizzled/drizzled_error_messages.h:377
2549
3710
msgid "This table type requires a primary key"
2552
#: ../drizzled/error.cc:342
3713
#: drizzled/drizzled_error_messages.h:379
3714
msgid "This version of MySQL is not compiled with RAID support"
3717
#: drizzled/drizzled_error_messages.h:381
3719
"You are using safe update mode and you tried to update a table without a "
3720
"WHERE that uses a KEY column"
3723
#: drizzled/drizzled_error_messages.h:383
2554
3725
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2557
#: ../drizzled/error.cc:343
3728
#: drizzled/drizzled_error_messages.h:385
2558
3729
msgid "Can't open table"
2561
#: ../drizzled/error.cc:344
3732
#: drizzled/drizzled_error_messages.h:387
2563
3734
msgid "The storage engine for the table doesn't support %s"
2566
#: ../drizzled/error.cc:345
3737
#: drizzled/drizzled_error_messages.h:389
3738
msgid "You are not allowed to execute this command in a transaction"
3741
#: drizzled/drizzled_error_messages.h:391
2568
3743
msgid "Got error %d during COMMIT"
2571
#: ../drizzled/error.cc:346
3746
#: drizzled/drizzled_error_messages.h:393
2573
3748
msgid "Got error %d during ROLLBACK"
2576
#. This is a very incorrect place to use the PRIi64 macro as the
2577
#. program that looks over the source for the N_() macros does not
2578
#. (obviously) do macro expansion, so the string is entirely wrong for
2579
#. what it is trying to output for every language except english.
2580
#: ../drizzled/error.cc:351
3751
#: drizzled/drizzled_error_messages.h:395
3753
msgid "Got error %d during FLUSH_LOGS"
3756
#: drizzled/drizzled_error_messages.h:397
3758
msgid "Got error %d during CHECKPOINT"
3761
#: drizzled/drizzled_error_messages.h:399
2583
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
3764
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
2584
3765
"'%-.64s' (%-.64s)"
2587
#: ../drizzled/error.cc:352
3768
#: drizzled/drizzled_error_messages.h:401
3769
msgid "The storage engine for the table does not support binary table dump"
3772
#: drizzled/drizzled_error_messages.h:403
3773
msgid "Binlog closed, cannot RESET MASTER"
3776
#: drizzled/drizzled_error_messages.h:405
3778
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3781
#: drizzled/drizzled_error_messages.h:407
3783
msgid "Error from master: '%-.64s'"
3786
#: drizzled/drizzled_error_messages.h:409
3787
msgid "Net error reading from master"
3790
#: drizzled/drizzled_error_messages.h:411
3791
msgid "Net error writing to master"
3794
#: drizzled/drizzled_error_messages.h:413
3795
msgid "Can't find FULLTEXT index matching the column list"
3798
#: drizzled/drizzled_error_messages.h:415
2589
3800
"Can't execute the given command because you have active locked tables or an "
2590
3801
"active transaction"
2593
#: ../drizzled/error.cc:353
3804
#: drizzled/drizzled_error_messages.h:417
2595
3806
msgid "Unknown system variable '%-.64s'"
2598
#: ../drizzled/error.cc:354
3809
#: drizzled/drizzled_error_messages.h:419
2600
3811
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2603
#: ../drizzled/error.cc:355
3814
#: drizzled/drizzled_error_messages.h:421
2606
3817
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2609
#: ../drizzled/error.cc:356
3820
#: drizzled/drizzled_error_messages.h:423
2610
3821
msgid "Some non-transactional changed tables couldn't be rolled back"
2613
#: ../drizzled/error.cc:357
3824
#: drizzled/drizzled_error_messages.h:425
3826
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3827
"of storage; increase this mysqld variable and try again"
3830
#: drizzled/drizzled_error_messages.h:427
3832
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3835
#: drizzled/drizzled_error_messages.h:429
3837
"This operation requires a running slave; configure slave and do START SLAVE"
3840
#: drizzled/drizzled_error_messages.h:431
3841
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3844
#: drizzled/drizzled_error_messages.h:433
3846
"Could not initialize master info structure; more error messages can be found "
3847
"in the MySQL error log"
3850
#: drizzled/drizzled_error_messages.h:435
3851
msgid "Could not create slave thread; check system resources"
3854
#: drizzled/drizzled_error_messages.h:437
3857
"User %-.64s already has more than 'max_user_connections' active connections"
3860
#: drizzled/drizzled_error_messages.h:439
2614
3861
msgid "You may only use constant expressions with SET"
2617
#: ../drizzled/error.cc:358
3864
#: drizzled/drizzled_error_messages.h:441
2618
3865
msgid "Lock wait timeout exceeded; try restarting transaction"
2621
#: ../drizzled/error.cc:359
3868
#: drizzled/drizzled_error_messages.h:443
2622
3869
msgid "The total number of locks exceeds the lock table size"
2625
#: ../drizzled/error.cc:360
3872
#: drizzled/drizzled_error_messages.h:445
2626
3873
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2629
#: ../drizzled/error.cc:361
3876
#: drizzled/drizzled_error_messages.h:447
2630
3877
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2633
#: ../drizzled/error.cc:362
3880
#: drizzled/drizzled_error_messages.h:449
3881
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3884
#: drizzled/drizzled_error_messages.h:451
2635
3886
msgid "Incorrect arguments to %s"
2636
msgstr "Argumentos incorretos para %s"
2638
#: ../drizzled/error.cc:363
3889
#: drizzled/drizzled_error_messages.h:453
3891
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3894
#: drizzled/drizzled_error_messages.h:455
3896
"Incorrect table definition; all MERGE tables must be in the same database"
3899
#: drizzled/drizzled_error_messages.h:457
2639
3900
msgid "Deadlock found when trying to get lock; try restarting transaction"
2642
#: ../drizzled/error.cc:364
3903
#: drizzled/drizzled_error_messages.h:459
2643
3904
msgid "The used table type doesn't support FULLTEXT indexes"
2646
#: ../drizzled/error.cc:365
3907
#: drizzled/drizzled_error_messages.h:461
2647
3908
msgid "Cannot add foreign key constraint"
2650
#: ../drizzled/error.cc:366
3911
#: drizzled/drizzled_error_messages.h:463
2651
3912
msgid "Cannot add or update a child row: a foreign key constraint fails"
2654
#: ../drizzled/error.cc:367
3915
#: drizzled/drizzled_error_messages.h:465
2655
3916
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2658
#: ../drizzled/error.cc:368
3919
#: drizzled/drizzled_error_messages.h:467
3921
msgid "Error connecting to master: %-.128s"
3924
#: drizzled/drizzled_error_messages.h:469
3926
msgid "Error running query on master: %-.128s"
3929
#: drizzled/drizzled_error_messages.h:471
3931
msgid "Error when executing command %s: %-.128s"
3934
#: drizzled/drizzled_error_messages.h:473
2660
3936
msgid "Incorrect usage of %s and %s"
2663
#: ../drizzled/error.cc:369
3939
#: drizzled/drizzled_error_messages.h:475
2664
3940
msgid "The used SELECT statements have a different number of columns"
2667
#: ../drizzled/error.cc:370
3943
#: drizzled/drizzled_error_messages.h:477
2668
3944
msgid "Can't execute the query because you have a conflicting read lock"
2671
#: ../drizzled/error.cc:371
3947
#: drizzled/drizzled_error_messages.h:479
3948
msgid "Mixing of transactional and non-transactional tables is disabled"
3951
#: drizzled/drizzled_error_messages.h:481
3953
msgid "Option '%s' used twice in statement"
3956
#: drizzled/drizzled_error_messages.h:483
3958
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3961
#: drizzled/drizzled_error_messages.h:485
3963
msgid "Access denied; you need the %-.128s privilege for this operation"
3966
#: drizzled/drizzled_error_messages.h:487
2674
3969
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2677
#: ../drizzled/error.cc:372
3972
#: drizzled/drizzled_error_messages.h:489
2680
3975
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2683
#: ../drizzled/error.cc:373
3978
#: drizzled/drizzled_error_messages.h:491
2685
3980
msgid "Variable '%-.64s' doesn't have a default value"
2688
#: ../drizzled/error.cc:374
3983
#: drizzled/drizzled_error_messages.h:493
2690
3985
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2693
#: ../drizzled/error.cc:375
3988
#: drizzled/drizzled_error_messages.h:495
2695
3990
msgid "Incorrect argument type to variable '%-.64s'"
2698
#: ../drizzled/error.cc:376
3993
#: drizzled/drizzled_error_messages.h:497
2700
3995
msgid "Variable '%-.64s' can only be set, not read"
2703
#: ../drizzled/error.cc:377
3998
#: drizzled/drizzled_error_messages.h:499
2705
4000
msgid "Incorrect usage/placement of '%s'"
2708
#: ../drizzled/error.cc:378
2710
msgid "This version of Drizzle doesn't yet support '%s'"
2713
#: ../drizzled/error.cc:379
4003
#: drizzled/drizzled_error_messages.h:501
4005
msgid "This version of MySQL doesn't yet support '%s'"
4008
#: drizzled/drizzled_error_messages.h:503
4011
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
4014
#: drizzled/drizzled_error_messages.h:505
4015
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
4018
#: drizzled/drizzled_error_messages.h:507
2715
4020
msgid "Variable '%-.192s' is a %s variable"
2718
#: ../drizzled/error.cc:380
4023
#: drizzled/drizzled_error_messages.h:509
2720
4025
msgid "Incorrect foreign key definition for '%-.192s': %s"
2723
#: ../drizzled/error.cc:381
4028
#: drizzled/drizzled_error_messages.h:511
2724
4029
msgid "Key reference and table reference don't match"
2727
#: ../drizzled/error.cc:382
4032
#: drizzled/drizzled_error_messages.h:513
2729
4034
msgid "Operand should contain %d column(s)"
2732
#: ../drizzled/error.cc:383
4037
#: drizzled/drizzled_error_messages.h:515
2733
4038
msgid "Subquery returns more than 1 row"
2736
#: ../drizzled/error.cc:384
4041
#: drizzled/drizzled_error_messages.h:517
4043
msgid "Unknown prepared statement handler (%.*s) given to %s"
4046
#: drizzled/drizzled_error_messages.h:519
4047
msgid "Help database is corrupt or does not exist"
4050
#: drizzled/drizzled_error_messages.h:521
4051
msgid "Cyclic reference on subqueries"
4054
#: drizzled/drizzled_error_messages.h:523
2738
4056
msgid "Converting column '%s' from %s to %s"
2741
#: ../drizzled/error.cc:385
4059
#: drizzled/drizzled_error_messages.h:525
2743
4061
msgid "Reference '%-.64s' not supported (%s)"
2746
#: ../drizzled/error.cc:386
4064
#: drizzled/drizzled_error_messages.h:527
2747
4065
msgid "Every derived table must have its own alias"
2750
#: ../drizzled/error.cc:387
4068
#: drizzled/drizzled_error_messages.h:529
2752
4070
msgid "Select %u was reduced during optimization"
2755
#: ../drizzled/error.cc:388
4073
#: drizzled/drizzled_error_messages.h:531
2757
4075
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2760
#: ../drizzled/error.cc:389
4078
#: drizzled/drizzled_error_messages.h:533
4080
"Client does not support authentication protocol requested by server; "
4081
"consider upgrading MySQL client"
4084
#: drizzled/drizzled_error_messages.h:535
2761
4085
msgid "All parts of a SPATIAL index must be NOT NULL"
2764
#: ../drizzled/error.cc:390
4088
#: drizzled/drizzled_error_messages.h:537
2766
4090
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2769
#: ../drizzled/error.cc:391
4093
#: drizzled/drizzled_error_messages.h:539
4094
msgid "Slave is already running"
4097
#: drizzled/drizzled_error_messages.h:541
4098
msgid "Slave already has been stopped"
4101
#: drizzled/drizzled_error_messages.h:543
2772
"Uncompressed data size too large; the maximum size is %d (based on "
2773
"max_allowed_packet). The length of uncompressed data may also be corrupted."
4104
"Uncompressed data size too large; the maximum size is %d (probably, length "
4105
"of uncompressed data was corrupted)"
2776
#: ../drizzled/error.cc:392
4108
#: drizzled/drizzled_error_messages.h:545
2777
4109
msgid "ZLIB: Not enough memory"
2780
#: ../drizzled/error.cc:393
4112
#: drizzled/drizzled_error_messages.h:547
2782
4114
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2783
4115
"data was corrupted)"
2786
#: ../drizzled/error.cc:394
4118
#: drizzled/drizzled_error_messages.h:549
2787
4119
msgid "ZLIB: Input data corrupted"
2790
#: ../drizzled/error.cc:395
4122
#: drizzled/drizzled_error_messages.h:551
2792
4124
msgid "%d line(s) were cut by GROUP_CONCAT()"
2795
#: ../drizzled/error.cc:396
4127
#: drizzled/drizzled_error_messages.h:553
2797
4129
msgid "Row %ld doesn't contain data for all columns"
2800
#: ../drizzled/error.cc:397
4132
#: drizzled/drizzled_error_messages.h:555
2803
4135
"Row %ld was truncated; it contained more data than there were input columns"
2806
#: ../drizzled/error.cc:398
4138
#: drizzled/drizzled_error_messages.h:557
2809
4141
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2812
#: ../drizzled/error.cc:399
4144
#: drizzled/drizzled_error_messages.h:559
2814
4146
msgid "Out of range value for column '%s' at row %ld"
2817
#: ../drizzled/error.cc:400
4149
#: drizzled/drizzled_error_messages.h:561
2819
4151
msgid "Data truncated for column '%s' at row %ld"
2822
#: ../drizzled/error.cc:401
4154
#: drizzled/drizzled_error_messages.h:563
4156
msgid "Using storage engine %s for table '%s'"
4159
#: drizzled/drizzled_error_messages.h:565
2824
4161
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2827
#: ../drizzled/error.cc:402
4164
#: drizzled/drizzled_error_messages.h:567
4165
msgid "Cannot drop one or more of the requested users"
4168
#: drizzled/drizzled_error_messages.h:569
4169
msgid "Can't revoke all privileges for one or more of the requested users"
4172
#: drizzled/drizzled_error_messages.h:571
2829
4174
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2832
#: ../drizzled/error.cc:403
4177
#: drizzled/drizzled_error_messages.h:573
2834
4179
msgid "Illegal mix of collations for operation '%s'"
2837
#: ../drizzled/error.cc:404
4182
#: drizzled/drizzled_error_messages.h:575
2840
4185
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2841
4186
"variable_name)"
2844
#: ../drizzled/error.cc:405
4189
#: drizzled/drizzled_error_messages.h:577
2846
4191
msgid "Unknown collation: '%-.64s'"
2849
#: ../drizzled/error.cc:406
4194
#: drizzled/drizzled_error_messages.h:579
4196
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
4197
"compiled without SSL support; they can be used later if MySQL slave with SSL "
4201
#: drizzled/drizzled_error_messages.h:581
4204
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
4205
"old format; please change the password to the new format"
4208
#: drizzled/drizzled_error_messages.h:583
2852
4211
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2856
#: ../drizzled/error.cc:407
4215
#: drizzled/drizzled_error_messages.h:585
4216
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
4219
#: drizzled/drizzled_error_messages.h:587
4221
"It is recommended to use --skip-slave-start when doing step-by-step "
4222
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
4223
"get an unexpected slave's mysqld restart"
4226
#: drizzled/drizzled_error_messages.h:589
4227
msgid "SQL thread is not to be started so UNTIL options are ignored"
4230
#: drizzled/drizzled_error_messages.h:591
2858
4232
msgid "Incorrect index name '%-.100s'"
2861
#: ../drizzled/error.cc:408
4235
#: drizzled/drizzled_error_messages.h:593
2863
4237
msgid "Incorrect catalog name '%-.100s'"
2866
#: ../drizzled/error.cc:409
4240
#: drizzled/drizzled_error_messages.h:595
4242
msgid "Query cache failed to set size %lu; new query cache size is %lu"
4245
#: drizzled/drizzled_error_messages.h:597
2868
4247
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2871
#: ../drizzled/error.cc:410
4250
#: drizzled/drizzled_error_messages.h:599
4252
msgid "Unknown key cache '%-.100s'"
4255
#: drizzled/drizzled_error_messages.h:601
4257
"MySQL is started in --skip-name-resolve mode; you must restart it without "
4258
"this switch for this grant to work"
4261
#: drizzled/drizzled_error_messages.h:603
2873
4263
msgid "Unknown table engine '%s'"
2876
#: ../drizzled/error.cc:411
4266
#: drizzled/drizzled_error_messages.h:605
4268
msgid "'%s' is deprecated; use '%s' instead"
4271
#: drizzled/drizzled_error_messages.h:607
2878
4273
msgid "The target table %-.100s of the %s is not updatable"
2881
#: ../drizzled/error.cc:412
4276
#: drizzled/drizzled_error_messages.h:609
2884
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
4279
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
2888
#: ../drizzled/error.cc:413
4283
#: drizzled/drizzled_error_messages.h:611
2891
"The Drizzle server is running with the %s option so it cannot execute this "
4286
"The MySQL server is running with the %s option so it cannot execute this "
2895
#: ../drizzled/error.cc:414
4290
#: drizzled/drizzled_error_messages.h:613
2897
4292
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2900
#: ../drizzled/error.cc:415
4295
#: drizzled/drizzled_error_messages.h:615
2902
4297
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2905
#: ../drizzled/error.cc:416
4300
#: drizzled/drizzled_error_messages.h:617
2907
4302
"Incorrect table definition; there can be only one TIMESTAMP column with "
2908
4303
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2911
#: ../drizzled/error.cc:417
4306
#: drizzled/drizzled_error_messages.h:619
2913
4308
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2916
#: ../drizzled/error.cc:418
4311
#: drizzled/drizzled_error_messages.h:621
4312
msgid "This command is not supported in the prepared statement protocol yet"
4315
#: drizzled/drizzled_error_messages.h:623
2918
4317
msgid "Got error %d '%-.100s' from %s"
2921
#: ../drizzled/error.cc:419
4320
#: drizzled/drizzled_error_messages.h:625
2923
4322
msgid "Got temporary error %d '%-.100s' from %s"
2926
#: ../drizzled/error.cc:420
4325
#: drizzled/drizzled_error_messages.h:627
2928
4327
msgid "Unknown or incorrect time zone: '%-.64s'"
2931
#: ../drizzled/error.cc:421
4330
#: drizzled/drizzled_error_messages.h:629
4332
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
4335
#: drizzled/drizzled_error_messages.h:631
2933
4337
msgid "Invalid %s character string: '%.64s'"
2936
#: ../drizzled/error.cc:422
4340
#: drizzled/drizzled_error_messages.h:633
2938
4342
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2941
#: ../drizzled/error.cc:423
4345
#: drizzled/drizzled_error_messages.h:635
4347
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4350
#: drizzled/drizzled_error_messages.h:637
4352
msgid "Can't create a %s from within another stored routine"
4355
#: drizzled/drizzled_error_messages.h:639
4357
msgid "%s %s already exists"
4360
#: drizzled/drizzled_error_messages.h:641
2943
4362
msgid "%s %s does not exist"
2946
#: ../drizzled/error.cc:424
4365
#: drizzled/drizzled_error_messages.h:643
4367
msgid "Failed to DROP %s %s"
4370
#: drizzled/drizzled_error_messages.h:645
4372
msgid "Failed to CREATE %s %s"
4375
#: drizzled/drizzled_error_messages.h:647
4377
msgid "%s with no matching label: %s"
4380
#: drizzled/drizzled_error_messages.h:649
4382
msgid "Redefining label %s"
4385
#: drizzled/drizzled_error_messages.h:651
4387
msgid "End-label %s without match"
4390
#: drizzled/drizzled_error_messages.h:653
4392
msgid "Referring to uninitialized variable %s"
4395
#: drizzled/drizzled_error_messages.h:655
4397
msgid "PROCEDURE %s can't return a result set in the given context"
4400
#: drizzled/drizzled_error_messages.h:657
4401
msgid "RETURN is only allowed in a FUNCTION"
4404
#: drizzled/drizzled_error_messages.h:659
4406
msgid "%s is not allowed in stored procedures"
4409
#: drizzled/drizzled_error_messages.h:661
4411
"The update log is deprecated and replaced by the binary log; SET "
4412
"SQL_LOG_UPDATE has been ignored"
4415
#: drizzled/drizzled_error_messages.h:663
4417
"The update log is deprecated and replaced by the binary log; SET "
4418
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4421
#: drizzled/drizzled_error_messages.h:665
2947
4422
msgid "Query execution was interrupted"
2950
#: ../drizzled/error.cc:425
4425
#: drizzled/drizzled_error_messages.h:667
4427
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4430
#: drizzled/drizzled_error_messages.h:669
4432
msgid "Undefined CONDITION: %s"
4435
#: drizzled/drizzled_error_messages.h:671
4437
msgid "No RETURN found in FUNCTION %s"
4440
#: drizzled/drizzled_error_messages.h:673
4442
msgid "FUNCTION %s ended without RETURN"
4445
#: drizzled/drizzled_error_messages.h:675
4446
msgid "Cursor statement must be a SELECT"
4449
#: drizzled/drizzled_error_messages.h:677
4450
msgid "Cursor SELECT must not have INTO"
4453
#: drizzled/drizzled_error_messages.h:679
4455
msgid "Undefined CURSOR: %s"
4458
#: drizzled/drizzled_error_messages.h:681
4459
msgid "Cursor is already open"
4462
#: drizzled/drizzled_error_messages.h:683
4463
msgid "Cursor is not open"
4466
#: drizzled/drizzled_error_messages.h:685
4468
msgid "Undeclared variable: %s"
4471
#: drizzled/drizzled_error_messages.h:687
4472
msgid "Incorrect number of FETCH variables"
4475
#: drizzled/drizzled_error_messages.h:689
4476
msgid "No data - zero rows fetched, selected, or processed"
4479
#: drizzled/drizzled_error_messages.h:691
4481
msgid "Duplicate parameter: %s"
4484
#: drizzled/drizzled_error_messages.h:693
4486
msgid "Duplicate variable: %s"
4489
#: drizzled/drizzled_error_messages.h:695
4491
msgid "Duplicate condition: %s"
4494
#: drizzled/drizzled_error_messages.h:697
4496
msgid "Duplicate cursor: %s"
4499
#: drizzled/drizzled_error_messages.h:699
4501
msgid "Failed to ALTER %s %s"
4504
#: drizzled/drizzled_error_messages.h:701
4505
msgid "Subquery value not supported"
4508
#: drizzled/drizzled_error_messages.h:703
4510
msgid "%s is not allowed in stored function or trigger"
4513
#: drizzled/drizzled_error_messages.h:705
4514
msgid "Variable or condition declaration after cursor or handler declaration"
4517
#: drizzled/drizzled_error_messages.h:707
4518
msgid "Cursor declaration after handler declaration"
4521
#: drizzled/drizzled_error_messages.h:709
4522
msgid "Case not found for CASE statement"
4525
#: drizzled/drizzled_error_messages.h:711
4527
msgid "Configuration file '%-.192s' is too big"
4530
#: drizzled/drizzled_error_messages.h:713
4532
msgid "Malformed file type header in file '%-.192s'"
4535
#: drizzled/drizzled_error_messages.h:715
4537
msgid "Unexpected end of file while parsing comment '%-.200s'"
4540
#: drizzled/drizzled_error_messages.h:717
4542
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4545
#: drizzled/drizzled_error_messages.h:719
4547
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4550
#: drizzled/drizzled_error_messages.h:721
4551
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4554
#: drizzled/drizzled_error_messages.h:723
4556
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4559
#: drizzled/drizzled_error_messages.h:725
4561
msgid "'%-.192s.%-.192s' is not %s"
4564
#: drizzled/drizzled_error_messages.h:727
4566
msgid "Column '%-.192s' is not updatable"
4569
#: drizzled/drizzled_error_messages.h:729
4570
msgid "View's SELECT contains a subquery in the FROM clause"
4573
#: drizzled/drizzled_error_messages.h:731
4575
msgid "View's SELECT contains a '%s' clause"
4578
#: drizzled/drizzled_error_messages.h:733
4579
msgid "View's SELECT contains a variable or parameter"
4582
#: drizzled/drizzled_error_messages.h:735
4584
msgid "View's SELECT refers to a temporary table '%-.192s'"
4587
#: drizzled/drizzled_error_messages.h:737
4588
msgid "View's SELECT and view's field list have different column counts"
4591
#: drizzled/drizzled_error_messages.h:739
4593
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4596
#: drizzled/drizzled_error_messages.h:741
4597
msgid "View being updated does not have complete key of underlying table in it"
4600
#: drizzled/drizzled_error_messages.h:743
2953
4603
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2954
4604
"(s) or definer/invoker of view lack rights to use them"
2957
#: ../drizzled/error.cc:426
4607
#: drizzled/drizzled_error_messages.h:745
4609
msgid "Can't drop or alter a %s from within another stored routine"
4612
#: drizzled/drizzled_error_messages.h:747
4613
msgid "GOTO is not allowed in a stored procedure handler"
4616
#: drizzled/drizzled_error_messages.h:749
4617
msgid "Trigger already exists"
4620
#: drizzled/drizzled_error_messages.h:751
4621
msgid "Trigger does not exist"
4624
#: drizzled/drizzled_error_messages.h:753
4626
msgid "Trigger's '%-.192s' is view or temporary table"
4629
#: drizzled/drizzled_error_messages.h:755
4631
msgid "Updating of %s row is not allowed in %strigger"
4634
#: drizzled/drizzled_error_messages.h:757
4636
msgid "There is no %s row in %s trigger"
4639
#: drizzled/drizzled_error_messages.h:759
2959
4641
msgid "Field '%-.192s' doesn't have a default value"
2962
#: ../drizzled/error.cc:427
4644
#: drizzled/drizzled_error_messages.h:761
2963
4645
msgid "Division by 0"
2966
#: ../drizzled/error.cc:428
4648
#: drizzled/drizzled_error_messages.h:763
2968
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
4650
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
2971
#: ../drizzled/error.cc:429
4653
#: drizzled/drizzled_error_messages.h:765
2973
4655
msgid "Illegal %s '%-.192s' value found during parsing"
2976
#: ../drizzled/error.cc:430
4658
#: drizzled/drizzled_error_messages.h:767
4660
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4663
#: drizzled/drizzled_error_messages.h:769
4665
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4668
#: drizzled/drizzled_error_messages.h:771
4670
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4673
#: drizzled/drizzled_error_messages.h:773
4675
msgid "Failed purging old relay logs: %s"
4678
#: drizzled/drizzled_error_messages.h:775
4680
msgid "Password hash should be a %d-digit hexadecimal number"
4683
#: drizzled/drizzled_error_messages.h:777
4684
msgid "Target log not found in binlog index"
4687
#: drizzled/drizzled_error_messages.h:779
4688
msgid "I/O error reading log index file"
4691
#: drizzled/drizzled_error_messages.h:781
4692
msgid "Server configuration does not permit binlog purge"
4695
#: drizzled/drizzled_error_messages.h:783
4696
msgid "Failed on fseek()"
4699
#: drizzled/drizzled_error_messages.h:785
4700
msgid "Fatal error during log purge"
4703
#: drizzled/drizzled_error_messages.h:787
4704
msgid "A purgeable log is in use, will not purge"
4707
#: drizzled/drizzled_error_messages.h:789
4708
msgid "Unknown error during log purge"
4711
#: drizzled/drizzled_error_messages.h:791
4713
msgid "Failed initializing relay log position: %s"
4716
#: drizzled/drizzled_error_messages.h:793
4717
msgid "You are not using binary logging"
4720
#: drizzled/drizzled_error_messages.h:795
4723
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4726
#: drizzled/drizzled_error_messages.h:797
4727
msgid "WSAStartup Failed"
4730
#: drizzled/drizzled_error_messages.h:799
4731
msgid "Can't handle procedures with different groups yet"
4734
#: drizzled/drizzled_error_messages.h:801
4735
msgid "Select must have a group with this procedure"
4738
#: drizzled/drizzled_error_messages.h:803
4739
msgid "Can't use ORDER clause with this procedure"
4742
#: drizzled/drizzled_error_messages.h:805
4744
msgid "Binary logging and replication forbid changing the global server %s"
4747
#: drizzled/drizzled_error_messages.h:807
4749
msgid "Can't map file: %-.200s, errno: %d"
4752
#: drizzled/drizzled_error_messages.h:809
4754
msgid "Wrong magic in %-.64s"
4757
#: drizzled/drizzled_error_messages.h:811
4758
msgid "Prepared statement contains too many placeholders"
4761
#: drizzled/drizzled_error_messages.h:813
2978
4763
msgid "Key part '%-.192s' length cannot be 0"
2981
#: ../drizzled/error.cc:431
4766
#: drizzled/drizzled_error_messages.h:815
4767
msgid "View text checksum failed"
4770
#: drizzled/drizzled_error_messages.h:817
4773
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4776
#: drizzled/drizzled_error_messages.h:819
4778
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4781
#: drizzled/drizzled_error_messages.h:821
4783
msgid "Can not delete from join view '%-.192s.%-.192s'"
4786
#: drizzled/drizzled_error_messages.h:823
4788
msgid "Operation %s failed for %.256s"
4791
#: drizzled/drizzled_error_messages.h:825
4792
msgid "XAER_NOTA: Unknown XID"
4795
#: drizzled/drizzled_error_messages.h:827
4796
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4799
#: drizzled/drizzled_error_messages.h:829
2984
4802
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2985
4803
"the %.64s state"
2988
#: ../drizzled/error.cc:432
4806
#: drizzled/drizzled_error_messages.h:831
4807
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4810
#: drizzled/drizzled_error_messages.h:833
4812
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4816
#: drizzled/drizzled_error_messages.h:835
4817
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4820
#: drizzled/drizzled_error_messages.h:837
4823
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4827
#: drizzled/drizzled_error_messages.h:839
4828
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4831
#: drizzled/drizzled_error_messages.h:841
4832
msgid "Failed to revoke all privileges to dropped routine"
4835
#: drizzled/drizzled_error_messages.h:843
2990
4837
msgid "Data too long for column '%s' at row %ld"
2993
#: ../drizzled/error.cc:433
4840
#: drizzled/drizzled_error_messages.h:845
4842
msgid "Bad SQLSTATE: '%s'"
4845
#: drizzled/drizzled_error_messages.h:847
2996
4848
"%s: ready for connections.\n"
2997
"Version: '%s' %s\n"
4849
"Version: '%s' socket: '%s' port: %d %s"
3000
#: ../drizzled/error.cc:434
4852
#: drizzled/drizzled_error_messages.h:849
3001
4853
msgid "Can't load value from file with fixed size rows to variable"
3004
#: ../drizzled/error.cc:435
4856
#: drizzled/drizzled_error_messages.h:851
4857
msgid "You are not allowed to create a user with GRANT"
4860
#: drizzled/drizzled_error_messages.h:853
3006
4862
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3009
#: ../drizzled/error.cc:436
4865
#: drizzled/drizzled_error_messages.h:855
3010
4866
msgid "Table definition has changed, please retry transaction"
3013
#: ../drizzled/error.cc:437
4869
#: drizzled/drizzled_error_messages.h:857
4870
msgid "Duplicate handler declared in the same block"
4873
#: drizzled/drizzled_error_messages.h:859
4876
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4877
"variable in BEFORE trigger"
4880
#: drizzled/drizzled_error_messages.h:861
3015
4882
msgid "Not allowed to return a result set from a %s"
3018
#: ../drizzled/error.cc:438
4885
#: drizzled/drizzled_error_messages.h:863
3019
4886
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
3022
#: ../drizzled/error.cc:439
4889
#: drizzled/drizzled_error_messages.h:865
4891
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4892
"declaration and binary logging is enabled; if non-transactional tables were "
4893
"updated, the binary log will miss their changes"
4896
#: drizzled/drizzled_error_messages.h:867
4898
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4899
"declaration and binary logging is enabled (you *might* want to use the less "
4900
"safe log_bin_trust_function_creators variable)"
4903
#: drizzled/drizzled_error_messages.h:869
4905
"You do not have the SUPER privilege and binary logging is enabled (you "
4906
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4909
#: drizzled/drizzled_error_messages.h:871
4911
"You can't execute a prepared statement which has an open cursor associated "
4912
"with it. Reset the statement to re-execute it."
4915
#: drizzled/drizzled_error_messages.h:873
4917
msgid "The statement (%lu) has no open cursor."
4920
#: drizzled/drizzled_error_messages.h:875
3024
4922
"Explicit or implicit commit is not allowed in stored function or trigger."
3027
#: ../drizzled/error.cc:440
4925
#: drizzled/drizzled_error_messages.h:877
4928
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4931
#: drizzled/drizzled_error_messages.h:879
4932
msgid "Recursive stored functions and triggers are not allowed."
4935
#: drizzled/drizzled_error_messages.h:881
3029
4937
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3032
#: ../drizzled/error.cc:441
4940
#: drizzled/drizzled_error_messages.h:883
3034
4942
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3037
#: ../drizzled/error.cc:442
4945
#: drizzled/drizzled_error_messages.h:885
3040
4948
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3044
#: ../drizzled/error.cc:443
4952
#: drizzled/drizzled_error_messages.h:887
4954
"You can't combine write-locking of system tables with other tables or lock "
4958
#: drizzled/drizzled_error_messages.h:889
4960
msgid "Unable to connect to foreign data source: %.64s"
4963
#: drizzled/drizzled_error_messages.h:891
4966
"There was a problem processing the query on the foreign data source. Data "
4967
"source error: %-.64s"
4970
#: drizzled/drizzled_error_messages.h:893
4973
"The foreign data source you are trying to reference does not exist. Data "
4974
"source error: %-.64s"
4977
#: drizzled/drizzled_error_messages.h:895
4980
"Can't create federated table. The data source connection string '%-.64s' is "
4981
"not in the correct format"
4984
#: drizzled/drizzled_error_messages.h:897
4986
msgid "The data source connection string '%-.64s' is not in the correct format"
4989
#: drizzled/drizzled_error_messages.h:899
4991
msgid "Can't create federated table. Foreign data src error: %-.64s"
4994
#: drizzled/drizzled_error_messages.h:901
3045
4995
msgid "Trigger in wrong schema"
3048
#: ../drizzled/error.cc:444
4998
#: drizzled/drizzled_error_messages.h:903
3051
5001
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
3052
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3055
#: ../drizzled/error.cc:445
5002
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
5005
#: drizzled/drizzled_error_messages.h:905
5007
msgid "Routine body for '%-.100s' is too long"
5010
#: drizzled/drizzled_error_messages.h:907
5011
msgid "Cannot drop default keycache"
5014
#: drizzled/drizzled_error_messages.h:909
3057
5016
msgid "Display width out of range for column '%-.192s' (max = %d)"
3060
#: ../drizzled/error.cc:446
5019
#: drizzled/drizzled_error_messages.h:911
5020
msgid "XAER_DUPID: The XID already exists"
5023
#: drizzled/drizzled_error_messages.h:913
3062
5025
msgid "Datetime function: %-.32s field overflow"
3065
#: ../drizzled/error.cc:447
5028
#: drizzled/drizzled_error_messages.h:915
5031
"Can't update table '%-.192s' in stored function/trigger because it is "
5032
"already used by statement which invoked this stored function/trigger."
5035
#: drizzled/drizzled_error_messages.h:917
5038
"The definition of table '%-.192s' prevents operation %.192s on table "
5042
#: drizzled/drizzled_error_messages.h:919
5044
"The prepared statement contains a stored routine call that refers to that "
5045
"same statement. It's not allowed to execute a prepared statement in such a "
5049
#: drizzled/drizzled_error_messages.h:921
5050
msgid "Not allowed to set autocommit from a stored function or trigger"
5053
#: drizzled/drizzled_error_messages.h:923
5054
msgid "Definer is not fully qualified"
5057
#: drizzled/drizzled_error_messages.h:925
5060
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
5061
"Current user is used as definer. Please recreate the view!"
5064
#: drizzled/drizzled_error_messages.h:927
5067
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
5071
#: drizzled/drizzled_error_messages.h:929
5073
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
5076
#: drizzled/drizzled_error_messages.h:931
5078
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
5081
#: drizzled/drizzled_error_messages.h:933
3068
5084
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3071
#: ../drizzled/error.cc:448
5087
#: drizzled/drizzled_error_messages.h:935
3074
5090
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3077
#: ../drizzled/error.cc:449
3078
msgid "No data - zero rows fetched, selected, or processed"
3081
#: ../drizzled/error.cc:450
5093
#: drizzled/drizzled_error_messages.h:937
5095
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
5098
#: drizzled/drizzled_error_messages.h:939
5101
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
5102
"activated under the authorization of the invoker, which may have "
5103
"insufficient privileges. Please recreate the trigger."
5106
#: drizzled/drizzled_error_messages.h:941
5108
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
5111
#: drizzled/drizzled_error_messages.h:943
5114
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
5115
"exceeded for routine %.192s"
5118
#: drizzled/drizzled_error_messages.h:945
5121
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
5122
"contains bad data (internal code %d)"
5125
#: drizzled/drizzled_error_messages.h:947
5127
msgid "Incorrect routine name '%-.192s'"
5130
#: drizzled/drizzled_error_messages.h:949
3083
5132
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3086
#: ../drizzled/error.cc:451
5135
#: drizzled/drizzled_error_messages.h:951
5136
msgid "AGGREGATE is not supported for stored functions"
5139
#: drizzled/drizzled_error_messages.h:953
5142
"Can't create more than max_prepared_stmt_count statements (current value: %"
5146
#: drizzled/drizzled_error_messages.h:955
5148
msgid "`%-.192s`.`%-.192s` contains view recursion"
5151
#: drizzled/drizzled_error_messages.h:957
3088
5153
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
3091
#: ../drizzled/error.cc:452
5156
#: drizzled/drizzled_error_messages.h:959
3092
5157
msgid "The used table type doesn't support SPATIAL indexes"
3095
#: ../drizzled/error.cc:453
5160
#: drizzled/drizzled_error_messages.h:961
5161
msgid "Triggers can not be created on system tables"
5164
#: drizzled/drizzled_error_messages.h:963
3097
5166
msgid "Leading spaces are removed from name '%s'"
3100
#: ../drizzled/error.cc:454
5169
#: drizzled/drizzled_error_messages.h:965
3101
5170
msgid "Failed to read auto-increment value from storage engine"
3104
#: ../drizzled/error.cc:455
5173
#: drizzled/drizzled_error_messages.h:967
5177
#: drizzled/drizzled_error_messages.h:969
5181
#: drizzled/drizzled_error_messages.h:971
3106
5183
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3109
#: ../drizzled/error.cc:456
5186
#: drizzled/drizzled_error_messages.h:973
5188
msgid "The target table %-.100s of the %s is not insertable-into"
5191
#: drizzled/drizzled_error_messages.h:975
5194
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
5197
#: drizzled/drizzled_error_messages.h:977
3110
5198
msgid "Too high level of nesting for select"
3113
#: ../drizzled/error.cc:457
5201
#: drizzled/drizzled_error_messages.h:979
3115
5203
msgid "Name '%-.64s' has become ''"
3118
#: ../drizzled/error.cc:458
5206
#: drizzled/drizzled_error_messages.h:981
3120
5208
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3121
5209
"optional and non-empty FIELDS ENCLOSED BY"
3124
#: ../drizzled/error.cc:459
5212
#: drizzled/drizzled_error_messages.h:983
5214
msgid "The foreign server, %s, you are trying to create already exists."
5217
#: drizzled/drizzled_error_messages.h:985
5220
"The foreign server name you are trying to reference does not exist. Data "
5221
"source error: %-.64s"
5224
#: drizzled/drizzled_error_messages.h:987
3127
5227
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3130
#: ../drizzled/error.cc:460
5230
#: drizzled/drizzled_error_messages.h:989
5233
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
5237
#: drizzled/drizzled_error_messages.h:991
5239
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
5242
#: drizzled/drizzled_error_messages.h:993
5243
msgid "MAXVALUE can only be used in last partition definition"
5246
#: drizzled/drizzled_error_messages.h:995
5247
msgid "Subpartitions can only be hash partitions and by key"
5250
#: drizzled/drizzled_error_messages.h:997
5251
msgid "Must define subpartitions on all partitions if on one partition"
5254
#: drizzled/drizzled_error_messages.h:999
5255
msgid "Wrong number of partitions defined, mismatch with previous setting"
5258
#: drizzled/drizzled_error_messages.h:1001
5259
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
5262
#: drizzled/drizzled_error_messages.h:1003
5263
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
5266
#: drizzled/drizzled_error_messages.h:1005
5267
msgid "Expression in RANGE/LIST VALUES must be constant"
5270
#: drizzled/drizzled_error_messages.h:1007
5271
msgid "Field in list of fields for partition function not found in table"
5274
#: drizzled/drizzled_error_messages.h:1009
5275
msgid "List of fields is only allowed in KEY partitions"
5278
#: drizzled/drizzled_error_messages.h:1011
5280
"The partition info in the frm file is not consistent with what can be "
5281
"written into the frm file"
5284
#: drizzled/drizzled_error_messages.h:1013
5286
msgid "The %-.192s function returns the wrong type"
5289
#: drizzled/drizzled_error_messages.h:1015
5291
msgid "For %-.64s partitions each partition must be defined"
5294
#: drizzled/drizzled_error_messages.h:1017
5295
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
5298
#: drizzled/drizzled_error_messages.h:1019
5299
msgid "VALUES value must be of same type as partition function"
5302
#: drizzled/drizzled_error_messages.h:1021
5303
msgid "Multiple definition of same constant in list partitioning"
5306
#: drizzled/drizzled_error_messages.h:1023
5307
msgid "Partitioning can not be used stand-alone in query"
5310
#: drizzled/drizzled_error_messages.h:1025
5312
"The mix of handlers in the partitions is not allowed in this version of MySQL"
5315
#: drizzled/drizzled_error_messages.h:1027
5317
msgid "For the partitioned engine it is necessary to define all %-.64s"
5320
#: drizzled/drizzled_error_messages.h:1029
5321
msgid "Too many partitions (including subpartitions) were defined"
5324
#: drizzled/drizzled_error_messages.h:1031
5326
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
5327
"partitioning for subpartitioning"
5330
#: drizzled/drizzled_error_messages.h:1033
5331
msgid "Failed to create specific handler file"
5334
#: drizzled/drizzled_error_messages.h:1035
5335
msgid "A BLOB field is not allowed in partition function"
5338
#: drizzled/drizzled_error_messages.h:1037
5340
msgid "A %-.192s must include all columns in the table's partitioning function"
5343
#: drizzled/drizzled_error_messages.h:1039
5345
msgid "Number of %-.64s = 0 is not an allowed value"
5348
#: drizzled/drizzled_error_messages.h:1041
5349
msgid "Partition management on a not partitioned table is not possible"
5352
#: drizzled/drizzled_error_messages.h:1043
5354
"Foreign key condition is not yet supported in conjunction with partitioning"
5357
#: drizzled/drizzled_error_messages.h:1045
5359
msgid "Error in list of partitions to %-.64s"
5362
#: drizzled/drizzled_error_messages.h:1047
5363
msgid "Cannot remove all partitions, use DROP TABLE instead"
5366
#: drizzled/drizzled_error_messages.h:1049
5367
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5370
#: drizzled/drizzled_error_messages.h:1051
5372
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
5376
#: drizzled/drizzled_error_messages.h:1053
5378
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
5379
"tables using HASH PARTITIONs"
5382
#: drizzled/drizzled_error_messages.h:1055
5384
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5387
#: drizzled/drizzled_error_messages.h:1057
5388
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5391
#: drizzled/drizzled_error_messages.h:1059
5392
msgid "At least one partition must be added"
5395
#: drizzled/drizzled_error_messages.h:1061
5396
msgid "At least one partition must be coalesced"
5399
#: drizzled/drizzled_error_messages.h:1063
5400
msgid "More partitions to reorganise than there are partitions"
5403
#: drizzled/drizzled_error_messages.h:1065
5405
msgid "Duplicate partition name %-.192s"
5408
#: drizzled/drizzled_error_messages.h:1067
5409
msgid "It is not allowed to shut off binlog on this command"
5412
#: drizzled/drizzled_error_messages.h:1069
5413
msgid "When reorganising a set of partitions they must be in consecutive order"
5416
#: drizzled/drizzled_error_messages.h:1071
5418
"Reorganize of range partitions cannot change total ranges except for last "
5419
"partition where it can extend the range"
5422
#: drizzled/drizzled_error_messages.h:1073
5423
msgid "Partition function not supported in this version for this handler"
5426
#: drizzled/drizzled_error_messages.h:1075
5427
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5430
#: drizzled/drizzled_error_messages.h:1077
5432
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5435
#: drizzled/drizzled_error_messages.h:1079
5437
msgid "Plugin '%-.192s' is not loaded"
5440
#: drizzled/drizzled_error_messages.h:1081
3132
5442
msgid "Incorrect %-.32s value: '%-.128s'"
3135
#: ../drizzled/error.cc:461
5445
#: drizzled/drizzled_error_messages.h:1083
3137
5447
msgid "Table has no partition for value %-.64s"
3140
#: ../drizzled/error.cc:462
5450
#: drizzled/drizzled_error_messages.h:1085
5452
msgid "It is not allowed to specify %s more than once"
5455
#: drizzled/drizzled_error_messages.h:1087
5456
#: drizzled/drizzled_error_messages.h:1223
5458
msgid "Failed to create %s"
5461
#: drizzled/drizzled_error_messages.h:1089
5462
#: drizzled/drizzled_error_messages.h:1113
5464
msgid "Failed to drop %s"
5467
#: drizzled/drizzled_error_messages.h:1091
5468
msgid "The handler doesn't support autoextend of tablespaces"
5471
#: drizzled/drizzled_error_messages.h:1093
5473
"A size parameter was incorrectly specified, either number or on the form 10M"
5476
#: drizzled/drizzled_error_messages.h:1095
5478
"The size number was correct but we don't allow the digit part to be more "
5482
#: drizzled/drizzled_error_messages.h:1097
5484
msgid "Failed to alter: %s"
5487
#: drizzled/drizzled_error_messages.h:1099
3141
5488
msgid "Writing one row to the row-based binary log failed"
3144
#: ../drizzled/error.cc:463
5491
#: drizzled/drizzled_error_messages.h:1101
5493
msgid "Table definition on master and slave does not match: %s"
5496
#: drizzled/drizzled_error_messages.h:1103
5498
"Slave running with --log-slave-updates must use row-based binary logging to "
5499
"be able to replicate row-based binary log events"
5502
#: drizzled/drizzled_error_messages.h:1105
5504
msgid "Event '%-.192s' already exists"
5507
#: drizzled/drizzled_error_messages.h:1107
5509
msgid "Failed to store event %s. Error code %d from storage engine."
5512
#: drizzled/drizzled_error_messages.h:1109
5514
msgid "Unknown event '%-.192s'"
5517
#: drizzled/drizzled_error_messages.h:1111
5519
msgid "Failed to alter event '%-.192s'"
5522
#: drizzled/drizzled_error_messages.h:1115
5523
msgid "INTERVAL is either not positive or too big"
5526
#: drizzled/drizzled_error_messages.h:1117
5527
msgid "ENDS is either invalid or before STARTS"
5530
#: drizzled/drizzled_error_messages.h:1119
5531
msgid "Event execution time is in the past. Event has been disabled"
5534
#: drizzled/drizzled_error_messages.h:1121
5535
msgid "Failed to open mysql.event"
5538
#: drizzled/drizzled_error_messages.h:1123
5539
msgid "No datetime expression provided"
5542
#: drizzled/drizzled_error_messages.h:1125
5545
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5546
"probably corrupted"
5549
#: drizzled/drizzled_error_messages.h:1127
5551
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5554
#: drizzled/drizzled_error_messages.h:1129
5555
msgid "Failed to delete the event from mysql.event"
5558
#: drizzled/drizzled_error_messages.h:1131
5559
msgid "Error during compilation of event's body"
5562
#: drizzled/drizzled_error_messages.h:1133
5563
msgid "Same old and new event name"
5566
#: drizzled/drizzled_error_messages.h:1135
5568
msgid "Data for column '%s' too long"
5571
#: drizzled/drizzled_error_messages.h:1137
3146
5573
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3149
#: ../drizzled/error.cc:464
5576
#: drizzled/drizzled_error_messages.h:1139
5579
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5583
#: drizzled/drizzled_error_messages.h:1141
5584
msgid "You can't write-lock a log table. Only read access is possible"
5587
#: drizzled/drizzled_error_messages.h:1143
5588
msgid "You can't use locks with log tables."
5591
#: drizzled/drizzled_error_messages.h:1145
3152
5594
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3153
5595
"d would lead to a duplicate entry"
3156
#: ../drizzled/error.cc:465
5598
#: drizzled/drizzled_error_messages.h:1147
5601
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5602
"%d, now running %d. Please use mysql_upgrade to fix this error."
5605
#: drizzled/drizzled_error_messages.h:1149
5607
"Cannot switch out of the row-based binary log format when the session has "
5608
"open temporary tables"
5611
#: drizzled/drizzled_error_messages.h:1151
5613
"Cannot change the binary logging format inside a stored function or trigger"
5616
#: drizzled/drizzled_error_messages.h:1153
5618
"The NDB cluster engine does not support changing the binlog format on the "
5622
#: drizzled/drizzled_error_messages.h:1155
5623
msgid "Cannot create temporary table with partitions"
5626
#: drizzled/drizzled_error_messages.h:1157
5627
msgid "Partition constant is out of partition function domain"
5630
#: drizzled/drizzled_error_messages.h:1159
5631
msgid "This partition function is not allowed"
5634
#: drizzled/drizzled_error_messages.h:1161
5635
msgid "Error in DDL log"
5638
#: drizzled/drizzled_error_messages.h:1163
5639
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5642
#: drizzled/drizzled_error_messages.h:1165
5643
msgid "Incorrect partition name"
5646
#: drizzled/drizzled_error_messages.h:1167
3158
5648
"Transaction isolation level can't be changed while a transaction is in "
3162
#: ../drizzled/error.cc:466
5652
#: drizzled/drizzled_error_messages.h:1169
5655
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5656
"'%-.192s' for key '%-.192s'"
5659
#: drizzled/drizzled_error_messages.h:1171
5661
msgid "Internal scheduler error %d"
5664
#: drizzled/drizzled_error_messages.h:1173
5666
msgid "Error during starting/stopping of the scheduler. Error code %u"
5669
#: drizzled/drizzled_error_messages.h:1175
5670
msgid "Engine cannot be used in partitioned tables"
5673
#: drizzled/drizzled_error_messages.h:1177
5675
msgid "Cannot activate '%-.64s' log"
5678
#: drizzled/drizzled_error_messages.h:1179
5679
msgid "The server was not built with row-based replication"
5682
#: drizzled/drizzled_error_messages.h:1181
5683
msgid "Decoding of base64 string failed"
5686
#: drizzled/drizzled_error_messages.h:1183
5687
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5690
#: drizzled/drizzled_error_messages.h:1185
5692
"Cannot proceed because system tables used by Event Scheduler were found "
5693
"damaged at server start"
5696
#: drizzled/drizzled_error_messages.h:1187
5697
msgid "Only integers allowed as number here"
5700
#: drizzled/drizzled_error_messages.h:1189
5701
msgid "This storage engine cannot be used for log tables"
5704
#: drizzled/drizzled_error_messages.h:1191
5706
msgid "You cannot '%s' a log table if logging is enabled"
5709
#: drizzled/drizzled_error_messages.h:1193
5712
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5713
"rename two tables: the log table to an archive table and another table back "
5717
#: drizzled/drizzled_error_messages.h:1195
3164
5719
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3167
#: ../drizzled/error.cc:467
5722
#: drizzled/drizzled_error_messages.h:1197
3169
5724
msgid "Incorrect parameters in the call to native function '%-.192s'"
3172
#: ../drizzled/error.cc:468
5727
#: drizzled/drizzled_error_messages.h:1199
5729
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5732
#: drizzled/drizzled_error_messages.h:1201
5734
msgid "This function '%-.192s' has the same name as a native function"
5737
#: drizzled/drizzled_error_messages.h:1203
3174
5739
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3177
#: ../drizzled/error.cc:469
5742
#: drizzled/drizzled_error_messages.h:1205
5743
msgid "Too many files opened, please execute the command again"
5746
#: drizzled/drizzled_error_messages.h:1207
5747
#: drizzled/drizzled_error_messages.h:1209
5749
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5750
"The event was dropped immediately after creation."
5753
#: drizzled/drizzled_error_messages.h:1211
5755
msgid "The incident %s occured on the master. Message: %-.64s"
5758
#: drizzled/drizzled_error_messages.h:1213
5759
msgid "Table has no partition for some existing values"
5762
#: drizzled/drizzled_error_messages.h:1215
5763
msgid "Statement is not safe to log in statement format."
5766
#: drizzled/drizzled_error_messages.h:1217
5768
msgid "Fatal error: %s"
5771
#: drizzled/drizzled_error_messages.h:1219
5773
msgid "Relay log read failure: %s"
5776
#: drizzled/drizzled_error_messages.h:1221
5778
msgid "Relay log write failure: %s"
5781
#: drizzled/drizzled_error_messages.h:1225
5783
msgid "Master command %s failed: %s"
5786
#: drizzled/drizzled_error_messages.h:1227
5788
msgid "Binary logging not possible. Message: %s"
5791
#: drizzled/drizzled_error_messages.h:1229
5793
msgid "View `%-.64s`.`%-.64s` has no creation context"
5796
#: drizzled/drizzled_error_messages.h:1231
5798
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5801
#: drizzled/drizzled_error_messages.h:1233
5803
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5806
#: drizzled/drizzled_error_messages.h:1235
5808
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5811
#: drizzled/drizzled_error_messages.h:1237
5813
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5816
#: drizzled/drizzled_error_messages.h:1239
5818
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5821
#: drizzled/drizzled_error_messages.h:1241
5823
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5826
#: drizzled/drizzled_error_messages.h:1243
5828
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5831
#: drizzled/drizzled_error_messages.h:1245
5833
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5836
#: drizzled/drizzled_error_messages.h:1247
5838
msgid "Ambiguous slave modes combination. %s"
5841
#: drizzled/drizzled_error_messages.h:1249
5844
"The BINLOG statement of type `%s` was not preceded by a format description "
5848
#: drizzled/drizzled_error_messages.h:1251
5849
msgid "Corrupted replication event was detected"
5852
#: drizzled/drizzled_error_messages.h:1253
3179
5854
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3182
#: ../drizzled/error.cc:470
3184
msgid "Received an invalid value '%s' for a UNIX timestamp."
3187
#: ../drizzled/error.cc:471
3189
msgid "Received an invalid datetime value '%s'."
3192
#: ../drizzled/error.cc:472
3194
msgid "Received a NULL argument for function '%s'."
3197
#: ../drizzled/error.cc:473
3199
msgid "Received an out-of-range argument '%s' for function '%s'."
3202
#: ../drizzled/error.cc:474
3204
msgid "Received an invalid enum value '%s'."
3207
#: ../drizzled/error.cc:475
3208
msgid "Tables which are replicated require a primary key."
3211
#: ../drizzled/error.cc:476
3213
msgid "Corrupt or invalid table definition: %s"
3216
#: ../drizzled/error.cc:477
3218
msgid "Corrupt or invalid schema definition for %s : %s"
3221
#: ../drizzled/error.cc:478
3223
msgid "Schema does not exist: %s"
3226
#: ../drizzled/error.cc:479
3228
msgid "Error altering schema: %s"
3231
#: ../drizzled/error.cc:480
3233
msgid "Error droppping Schema : %s"
3236
#: ../drizzled/error.cc:481
3237
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3240
#: ../drizzled/error.cc:482
3242
msgid "Unknown table engine option key/pair %s = %s."
3245
#: ../drizzled/error.cc:483
3247
msgid "Unknown schema engine option key/pair %s = %s."
3250
#: ../drizzled/error.cc:485
3252
msgid "Can't unlock file (Errcode: %d)"
3253
msgstr "Não é possível destravar o arquivo (Código do erro: %d)"
3255
#: ../drizzled/error.cc:486
3257
msgid "Can't change size of file (Errcode: %d)"
3258
msgstr "Impossível mudar o tamanho do arquivo (Código do erro: %d)"
3260
#: ../drizzled/error.cc:487
3262
msgid "Can't open stream from handle (Errcode: %d)"
3263
msgstr "Impossível abrir fluxo do apontador (Errcode: %d)"
3265
#: ../drizzled/error.cc:488
3267
msgid "Warning: '%s' had %d links"
3268
msgstr "Aviso: '%s' tinha '%d' links"
3270
#: ../drizzled/error.cc:489
3272
msgid "Warning: %d files and %d streams is left open\n"
3273
msgstr "Aviso: %d arquivos e %d streams foram deixados abertos\n"
3275
#: ../drizzled/error.cc:490
3277
msgid "Can't create directory '%s' (Errcode: %d)"
3278
msgstr "Impossível criar o diretório '%s' (Código do erro: %d)"
3280
#: ../drizzled/error.cc:491
3283
"Character set '%s' is not a compiled character set and is not specified in "
3286
"Conjunto de caracteres '%s' não é um conjunto de caracteres compilado e não "
3287
"foi especificado no arquivo %s"
3289
#: ../drizzled/error.cc:492
3291
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3292
msgstr "Fiquei sem recursos enquanto abria o arquivo '%s' (Código do erro: %d)"
3294
#: ../drizzled/error.cc:493
3296
msgid "Can't read value for symlink '%s' (Error %d)"
3297
msgstr "Impossível ler o valor do link simbólico '%s' (Código do erro: %d)"
3299
#: ../drizzled/error.cc:494
3301
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3303
"Impossível criar link simbólico '%s' apontando para '%s' (Código do erro: %d)"
3305
#: ../drizzled/error.cc:495
3307
msgid "Error on realpath() on '%s' (Error %d)"
3308
msgstr "Erro em realpath() em '%s' (Código do erro: %d)"
3310
#: ../drizzled/error.cc:496
3312
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3313
msgstr "Impossível sincronizar arquivo '%s' no disco (Código do erro: %d)"
3315
#: ../drizzled/error.cc:497
3318
"Collation '%s' is not a compiled collation and is not specified in the %s "
3322
#: ../drizzled/error.cc:498
3324
msgid "File '%s' (fileno: %d) was not closed"
3325
msgstr "Arquivo '%s' (numero do arquivo: %d) não foi fechado"
3327
#: ../drizzled/identifier/schema.cc:58 ../drizzled/identifier/table.cc:234
3329
"Schema name cannot be encoded and fit within filesystem name length "
3333
#: ../drizzled/identifier/table.cc:224
3335
"Table name cannot be encoded and fit within filesystem name length "
3341
#. * Since clients still use this code, we use fprintf here.
3342
#. * This fprintf needs to be turned into errmsg_printf
3343
#. * as soon as the client programs no longer use mysys
3344
#. * and can use the pluggable error message system.
3346
#: ../drizzled/internal/default.cc:687
3348
msgid "error: could not open directory: %s\n"
3351
#: ../drizzled/main.cc:150
3353
"setrlimit could not change the size of core files to 'infinity'; We may not "
3354
"be able to generate a core file on signals"
3357
#: ../drizzled/main.cc:251
3359
msgid "Data directory %s does not exist\n"
3360
msgstr "Dados do diretório %s não exitem\n"
3362
#: ../drizzled/message/transaction_reader.cc:175
3364
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
3367
#: ../drizzled/message/transaction_reader.cc:184
3368
#: ../drizzled/message/transaction_writer.cc:371
3370
msgid "Cannot open file: %s\n"
3373
#: ../drizzled/message/transaction_reader.cc:217
3375
msgid "Found a non-transaction message in log. Currently, not supported.\n"
3378
#: ../drizzled/message/transaction_reader.cc:223
3379
#: ../plugin/transaction_log/transaction_log_reader.cc:119
3381
msgid "Attempted to read record bigger than INT_MAX\n"
3384
#: ../drizzled/message/transaction_reader.cc:243
3385
#: ../plugin/transaction_log/transaction_log_reader.cc:139
3387
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
3390
#: ../drizzled/message/transaction_reader.cc:256
3391
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
3392
#: ../plugin/transaction_log/print_transaction_message.cc:147
3393
#: ../plugin/transaction_log/transaction_log_reader.cc:152
3395
msgid "Could not read transaction message.\n"
3398
#: ../drizzled/message/transaction_reader.cc:257
3399
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
3400
#: ../plugin/transaction_log/print_transaction_message.cc:148
3401
#: ../plugin/transaction_log/transaction_log_reader.cc:153
3403
msgid "GPB ERROR: %s.\n"
3406
#: ../drizzled/message/transaction_reader.cc:261
3407
#: ../drizzled/message/transaction_reader.cc:274
3415
#: ../drizzled/message/transaction_reader.cc:268
3417
msgid "Unable to parse command. Got error: %s.\n"
3420
#: ../drizzled/message/transaction_reader.cc:289
3421
#: ../plugin/transaction_log/transaction_log_reader.cc:174
3423
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
3426
#: ../drizzled/message/transaction_writer.cc:365
3428
msgid "Usage: %s TRANSACTION_LOG\n"
3431
#: ../drizzled/module/library.cc:149
3434
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3435
"the current running version of Drizzle: %<PRIu64>."
3438
#: ../drizzled/module/loader.cc:273
3441
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3445
#: ../drizzled/module/loader.cc:352
3447
msgid "Plugin '%s' init function returned error.\n"
3450
#: ../drizzled/module/loader.cc:516
3452
msgid "Couldn't load plugin library named '%s'.\n"
3455
#: ../drizzled/module/loader.cc:526
3457
msgid "Couldn't load plugin named '%s'.\n"
3460
#: ../drizzled/module/loader.cc:753
3461
msgid "Out of memory."
3464
#: ../drizzled/module/loader.cc:1459 ../drizzled/module/loader.cc:1510
5857
#: drizzled/drizzled_error_messages.h:1255
5859
msgid "Being purged log %s was not found"
5862
#: drizzled/drizzled_error_messages.h:1257
5864
msgid "Converted to non-transactional lock on '%-.64s'"
5867
#: drizzled/drizzled_error_messages.h:1259
5869
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5872
#: drizzled/drizzled_error_messages.h:1261
5875
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5878
#: drizzled/drizzled_error_messages.h:1263
5880
msgid "Can't access storage engine of table %-.64s"
5883
#: drizzled/drizzled_error_messages.h:1265
5884
msgid "Starting backup process"
5887
#: drizzled/drizzled_error_messages.h:1267
5888
msgid "Backup completed"
5891
#: drizzled/drizzled_error_messages.h:1269
5892
msgid "Starting restore process"
5895
#: drizzled/drizzled_error_messages.h:1271
5896
msgid "Restore completed"
5899
#: drizzled/drizzled_error_messages.h:1273
5900
msgid "Nothing to backup"
5903
#: drizzled/drizzled_error_messages.h:1275
5905
msgid "Database '%-.64s' cannot be included in a backup"
5908
#: drizzled/drizzled_error_messages.h:1277
5910
"Error during backup operation - server's error log contains more information "
5914
#: drizzled/drizzled_error_messages.h:1279
5916
"Error during restore operation - server's error log contains more "
5917
"information about the error"
5920
#: drizzled/drizzled_error_messages.h:1281
5922
"Can't execute this command because another BACKUP/RESTORE operation is in "
5926
#: drizzled/drizzled_error_messages.h:1283
5927
msgid "Error when preparing for backup operation"
5930
#: drizzled/drizzled_error_messages.h:1285
5931
msgid "Error when preparing for restore operation"
5934
#: drizzled/drizzled_error_messages.h:1287
5936
msgid "Invalid backup location '%-.64s'"
5939
#: drizzled/drizzled_error_messages.h:1289
5941
msgid "Can't read backup location '%-.64s'"
5944
#: drizzled/drizzled_error_messages.h:1291
5946
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5949
#: drizzled/drizzled_error_messages.h:1293
5950
msgid "Can't enumerate server databases"
5953
#: drizzled/drizzled_error_messages.h:1295
5954
msgid "Can't enumerate server tables"
5957
#: drizzled/drizzled_error_messages.h:1297
5959
msgid "Can't enumerate tables in database %-.64s"
5962
#: drizzled/drizzled_error_messages.h:1299
5964
msgid "Skipping view %-.64s in database %-.64s"
5967
#: drizzled/drizzled_error_messages.h:1301
5969
msgid "Skipping table %-.64s since it has no valid storage engine"
5972
#: drizzled/drizzled_error_messages.h:1303
5974
msgid "Can't open table %-.64s"
5977
#: drizzled/drizzled_error_messages.h:1305
5978
msgid "Can't read backup archive preamble"
5981
#: drizzled/drizzled_error_messages.h:1307
5982
msgid "Can't write backup archive preamble"
5985
#: drizzled/drizzled_error_messages.h:1309
5987
msgid "Can't find backup driver for table %-.64s"
5990
#: drizzled/drizzled_error_messages.h:1311
5993
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5997
#: drizzled/drizzled_error_messages.h:1313
5999
msgid "Can't create %-.64s backup driver"
6002
#: drizzled/drizzled_error_messages.h:1315
6004
msgid "Can't create %-.64s restore driver"
6007
#: drizzled/drizzled_error_messages.h:1317
6009
msgid "Found %d images in backup archive but maximum %d are supported"
6012
#: drizzled/drizzled_error_messages.h:1319
6014
msgid "Error when saving meta-data of %-.64s"
6017
#: drizzled/drizzled_error_messages.h:1321
6018
msgid "Error when reading meta-data list"
6021
#: drizzled/drizzled_error_messages.h:1323
6023
msgid "Can't create %-.64s"
6026
#: drizzled/drizzled_error_messages.h:1325
6027
msgid "Can't allocate buffer for image data transfer"
6030
#: drizzled/drizzled_error_messages.h:1327
6032
msgid "Error when writing %-.64s backup image data (for table #%d)"
6035
#: drizzled/drizzled_error_messages.h:1329
6036
msgid "Error when reading data from backup stream"
6039
#: drizzled/drizzled_error_messages.h:1331
6040
msgid "Can't go to the next chunk in backup stream"
6043
#: drizzled/drizzled_error_messages.h:1333
6045
msgid "Can't initialize %-.64s backup driver"
6048
#: drizzled/drizzled_error_messages.h:1335
6050
msgid "Can't initialize %-.64s restore driver"
6053
#: drizzled/drizzled_error_messages.h:1337
6055
msgid "Can't shut down %-.64s backup driver"
6058
#: drizzled/drizzled_error_messages.h:1339
6060
msgid "Can't shut down %-.64s backup driver(s)"
6063
#: drizzled/drizzled_error_messages.h:1341
6065
msgid "%-.64s backup driver can't prepare for synchronization"
6068
#: drizzled/drizzled_error_messages.h:1343
6070
msgid "%-.64s backup driver can't create its image validity point"
6073
#: drizzled/drizzled_error_messages.h:1345
6075
msgid "Can't unlock %-.64s backup driver after creating the validity point"
6078
#: drizzled/drizzled_error_messages.h:1347
6080
msgid "%-.64s backup driver can't cancel its backup operation"
6083
#: drizzled/drizzled_error_messages.h:1349
6085
msgid "%-.64s restore driver can't cancel its restore operation"
6088
#: drizzled/drizzled_error_messages.h:1351
6090
msgid "Error when polling %-.64s backup driver for its image data"
6093
#: drizzled/drizzled_error_messages.h:1353
6095
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
6098
#: drizzled/drizzled_error_messages.h:1355
6101
"After %d attempts %-.64s restore driver still can't accept next block of data"
6104
#: drizzled/drizzled_error_messages.h:1357
6106
msgid "Open and lock tables failed in %-.64s"
6109
#: drizzled/drizzled_error_messages.h:1359
6110
msgid "Backup driver's table locking thread can not be initialized."
6113
#: drizzled/drizzled_error_messages.h:1361
6115
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
6116
"and 'mysql.online_backup_progress'."
6119
#: drizzled/drizzled_error_messages.h:1363
6121
msgid "Tablespace '%-.192s' already exists"
6124
#: drizzled/drizzled_error_messages.h:1365
6126
msgid "Tablespace '%-.192s' doesn't exist"
6129
#: drizzled/drizzled_error_messages.h:1367
6131
msgid "Unexpected master's heartbeat data: %s"
6134
#: drizzled/drizzled_error_messages.h:1369
6136
msgid "The requested value for the heartbeat period %s %s"
6139
#: drizzled/drizzled_error_messages.h:1371
6141
msgid "Can't write to the online backup progress log %-.64s."
6144
#: drizzled/drizzled_error_messages.h:1373
6146
msgid "Tablespace '%-.192s' not empty"
6149
#: drizzled/drizzled_error_messages.h:1375
6152
"Tablespace `%-.64s` needed by tables being restored has changed on the "
6153
"server. The original definition of the required tablespace is '%-.256s' "
6154
"while the same tablespace is defined on the server as '%-.256s'"
6157
#: drizzled/handler.cc:383
6158
msgid "Too many storage engines!"
6161
#: drizzled/handler.cc:387
6163
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
6166
#: drizzled/handler.cc:1266
6168
msgid "Found %d prepared transaction(s) in %s"
6171
#: drizzled/handler.cc:1318
6172
msgid "Starting crash recovery..."
6175
#: drizzled/handler.cc:1350
6177
msgid "Found %d prepared XA transactions"
6180
#: drizzled/handler.cc:1354
6183
"Found %d prepared transactions! It means that drizzled was not shut down "
6184
"properly last time and critical recovery information (last binlog or %s "
6185
"file) was manually deleted after a crash. You have to start drizzled with "
6186
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
6189
#: drizzled/handler.cc:1364
6190
msgid "Crash recovery finished."
6193
#: drizzled/log.cc:1071
6194
msgid "I/O error reading the header from the binary log"
6197
#: drizzled/log.cc:1078
6199
"Binlog has bad magic number; It's not a binary log file that can be used by "
6200
"this version of Drizzle"
6203
#: drizzled/log.cc:1093
6205
msgid "Failed to open log (file '%s', errno %d)"
6208
#: drizzled/log.cc:1095 drizzled/log.cc:1103
6209
msgid "Could not open log file"
6212
#: drizzled/log.cc:1101
6214
msgid "Failed to create a cache on log (file '%s')"
6217
#: drizzled/log.cc:1255 drizzled/log.cc:1903
6220
"Could not use %s for logging (error %d). Turning logging off for the whole "
6221
"duration of the Drizzle server process. To turn it on again: fix the cause, "
6222
"shutdown the Drizzle server and restart it."
6225
#: drizzled/log.cc:2172 drizzled/log.cc:2203 drizzled/log.cc:2455
6226
#: drizzled/log.cc:2579
6228
msgid "Failed to delete file '%s'"
6231
#: drizzled/log.cc:2181 drizzled/log.cc:2463 drizzled/log.cc:2587
6234
"a problem with deleting %s; consider examining correspondence of your binlog "
6235
"index file to the actual binlog files"
6238
#: drizzled/log.cc:2309
6240
msgid "next log error: %d offset: %s log: %s included: %d"
6243
#: drizzled/log.cc:2421 drizzled/log.cc:2547
6245
msgid "Failed to execute stat() on file '%s'"
6248
#: drizzled/log.cc:2432 drizzled/log.cc:2558
6251
"a problem with getting info on being purged %s; consider examining "
6252
"correspondence of your binlog index file to the actual binlog files"
6255
#: drizzled/log.cc:4054 drizzled/log.cc:4547
6257
msgid "Recovering after a crash using %s"
6260
#: drizzled/log.cc:4057
6262
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
6265
#: drizzled/log.cc:4394
6266
msgid "Bad magic header in tc log"
6269
#: drizzled/log.cc:4404
6272
"Recovery failed! You must enable exactly %d storage engines that support two-"
6273
"phase commit protocol"
6276
#: drizzled/log.cc:4432
6278
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6279
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
6280
"heuristic-recover={commit|rollback}"
6283
#: drizzled/log.cc:4462
6284
msgid "Heuristic crash recovery mode"
6287
#: drizzled/log.cc:4464
6288
msgid "Heuristic crash recovery failed"
6291
#: drizzled/log.cc:4465
6292
msgid "Please restart mysqld without --tc-heuristic-recover"
6295
#: drizzled/log.cc:4509 drizzled/log.cc:4533
6297
msgid "find_log_pos() failed (error: %d)"
6300
#: drizzled/log.cc:4646
6302
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6303
"of memory error) and restart, or delete (or rename) binary log and start "
6304
"mysqld with --tc-heuristic-recover={commit|rollback}"
6307
#: drizzled/log_event.cc:140
6309
msgid " %s, Error_code: %d;"
6312
#: drizzled/log_event.cc:144
6315
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
6316
"master log %s, end_log_pos %lu"
6319
#: drizzled/log_event.cc:150
6323
#: drizzled/log_event.cc:992
6326
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
6329
#: drizzled/log_event.cc:2282
6332
"Query partially completed on the master (error on master: %d) and was "
6333
"aborted. There is a chance that your master is inconsistent at this point. "
6334
"If you are sure that your master is ok, run this query manually on the slave "
6335
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
6336
"SLAVE; . Query: '%s'"
6339
#: drizzled/log_event.cc:2312
6342
"Query caused differenxt errors on master and slave.\n"
6343
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
6344
"Default database: '%s'. Query: '%s'"
6347
#: drizzled/log_event.cc:2317
6350
msgstr "Erro desconhecido %d"
6352
#: drizzled/log_event.cc:2337
6354
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
6357
#: drizzled/log_event.cc:2339 drizzled/log_event.cc:6208
6358
#: drizzled/log_event.cc:6253 drizzled/log_event.cc:7061
6359
msgid "unexpected success or fatal error"
6362
#: drizzled/log_event.cc:2917
6364
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
6365
"probable cause is that the master died while writing the transaction to its "
6366
"binary log, thus rolled back too."
6369
#: drizzled/log_event.cc:3696
6372
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6373
"produced %ld warning(s). Default database: '%s'"
6376
#: drizzled/log_event.cc:3746
6379
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
6382
#: drizzled/log_event.cc:3758
6384
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
6387
#: drizzled/log_event.cc:4735
6389
msgid "Out of memory while recording slave event"
6390
msgstr "Sem memória na engine"
6392
#: drizzled/log_event.cc:5093 drizzled/log_event.cc:5119
6394
msgid "Error in Create_file event: could not open file '%s'"
6397
#: drizzled/log_event.cc:5105
6399
msgid "Error in Create_file event: could not write to file '%s'"
6402
#: drizzled/log_event.cc:5126
6404
msgid "Error in Create_file event: write to '%s' failed"
6407
#: drizzled/log_event.cc:5265
6409
msgid "Error in %s event: could not create file '%s'"
6412
#: drizzled/log_event.cc:5274
6414
msgid "Error in %s event: could not open file '%s'"
6417
#: drizzled/log_event.cc:5281
6419
msgid "Error in %s event: write to '%s' failed"
6422
#: drizzled/log_event.cc:5492
6424
msgid "Error in Exec_load event: could not open file '%s'"
6427
#: drizzled/log_event.cc:5502
6429
msgid "Error in Exec_load event: file '%s' appears corrupted"
6432
#: drizzled/log_event.cc:5532
6434
msgid "%s. Failed executing load from '%s'"
6437
#: drizzled/log_event.cc:5760
6439
msgid "Not enough memory"
6440
msgstr "Memória insuficiente"
6442
#: drizzled/log_event.cc:6205
6444
msgid "Error '%s' in %s event: when locking tables"
6447
#: drizzled/log_event.cc:6215
6449
msgid "Error in %s event: when locking tables"
6452
#: drizzled/log_event.cc:6250
6454
msgid "Error '%s' on reopening tables"
6455
msgstr "Recebi o erro '%d' enquanto lia a tabela '%s'"
6457
#: drizzled/log_event.cc:6606
6459
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6462
#: drizzled/log_event.cc:7058
6464
msgid "Error '%s' on opening table `%s`.`%s`"
6465
msgstr "Recebi o erro '%d' enquanto lia a tabela '%s'"
6467
#: drizzled/rpl_mi.cc:148
6469
msgid "Failed to create a new master info file (file '%s', errno %d)"
6472
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
6474
msgid "Failed to create a cache on master info file (file '%s')"
6477
#: drizzled/rpl_mi.cc:170
6479
msgid "Failed to open the existing master info file (file '%s', errno %d)"
6482
#: drizzled/rpl_mi.cc:276
6485
"SSL information in the master info file ('%s') are ignored because this "
6486
"MySQL slave was compiled without SSL support."
6489
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2148
6490
msgid "Failed to flush master info file"
6493
#: drizzled/rpl_mi.cc:305
6494
msgid "Error reading master configuration"
6497
#: drizzled/rpl_reporting.cc:43
6499
msgid "Slave %s: %s%s Error_code: %d"
6502
#: drizzled/rpl_rli.cc:134
6505
"Neither --relay-log nor --relay-log-index were used; so replication may "
6506
"break when this MySQL server acts as a slave and has his hostname changed!! "
6507
"Please use '--relay-log=%s' to avoid this problem."
6510
#: drizzled/rpl_rli.cc:151
6511
msgid "Failed in open_log() called from init_relay_log_info()"
6514
#: drizzled/rpl_rli.cc:168
6516
msgid "Failed to create a new relay log info file ( file '%s', errno %d)"
6519
#: drizzled/rpl_rli.cc:176 drizzled/rpl_rli.cc:210
6521
msgid "Failed to create a cache on relay log info file '%s'"
6524
#: drizzled/rpl_rli.cc:186
6525
msgid "Failed to open the relay log 'FIRST' (relay_log_pos 4)"
6528
#: drizzled/rpl_rli.cc:202
6530
msgid "Failed to open the existing relay log info file '%s' (errno %d)"
6532
"Fim-de-arquivo encontrado inesperadamente ao ler arquivo '%s' (Código do "
6535
#: drizzled/rpl_rli.cc:253
6537
msgid "Failed to open the relay log '%s' (relay_log_pos %s)"
6540
#: drizzled/rpl_rli.cc:268
6541
msgid "Failed to flush relay log info file"
6544
#: drizzled/rpl_rli.cc:271
6546
msgid "Error counting relay log space"
6547
msgstr "Erro conectando ao escravo"
6549
#: drizzled/rpl_rli.cc:295
6551
msgid "log %s listed in the index, but failed to stat"
6554
#: drizzled/rpl_rli.cc:310
6555
msgid "Could not find first log while counting relay log space"
6558
#: drizzled/rpl_rli.cc:967
6559
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6562
#: drizzled/rpl_utility.cc:119
6564
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6567
#: drizzled/rpl_utility.cc:134
6570
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6571
"Master's column size should be <= the slave's column size."
6574
#: drizzled/scheduler.cc:122
6575
msgid "Memory allocation error in thd_scheduler::init\n"
6578
#: drizzled/scheduler.cc:213
6579
msgid "init_pipe(thd_add_pipe) error in libevent_init\n"
6582
#: drizzled/scheduler.cc:219
6583
msgid "init_pipe(thd_kill_pipe) error in libevent_init\n"
6586
#: drizzled/scheduler.cc:231
6587
msgid "thd_add_event event_add error in libevent_init\n"
6590
#: drizzled/scheduler.cc:247
6592
msgid "Can't create completion port thread (error %d)"
6595
#: drizzled/scheduler.cc:360
6596
msgid "event_add error in libevent_add_thd_callback\n"
6599
#: drizzled/scheduler.cc:386
6600
msgid "Scheduler init error in libevent_add_new_connection\n"
6603
#: drizzled/scheduler.cc:467
6604
msgid "libevent_thread_proc: my_thread_init() failed\n"
6607
#: drizzled/set_var.cc:898
6608
msgid "Ambiguous slave modes combination. STRICT will be used"
6611
#: drizzled/slave.cc:89
6612
msgid "Waiting to reconnect after a failed registration on master"
6615
#: drizzled/slave.cc:90
6617
"Slave I/O thread killed while waitnig to reconnect after a failed "
6618
"registration on master"
6621
#: drizzled/slave.cc:92
6622
msgid "Reconnecting after a failed registration on master"
6625
#: drizzled/slave.cc:93
6628
"failed registering on master, reconnecting to try again, log '%s' at postion "
6632
#: drizzled/slave.cc:96 drizzled/slave.cc:105
6633
msgid "Slave I/O thread killed during or after reconnect"
6636
#: drizzled/slave.cc:99
6637
msgid "Waiting to reconnect after a failed binlog dump request"
6640
#: drizzled/slave.cc:100
6641
msgid "Slave I/O thread killed while retrying master dump"
6644
#: drizzled/slave.cc:101
6645
msgid "Reconnecting after a failed binlog dump request"
6648
#: drizzled/slave.cc:102
6650
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6653
#: drizzled/slave.cc:108
6654
msgid "Waiting to reconnect after a failed master event read"
6657
#: drizzled/slave.cc:109
6658
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6661
#: drizzled/slave.cc:111
6662
msgid "Reconnecting after a failed master event read"
6665
#: drizzled/slave.cc:112
6668
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6672
#: drizzled/slave.cc:115
6674
"Slave I/O thread killed during or after a reconnect done to recover from "
6678
#: drizzled/slave.cc:229
6679
msgid "Failed to allocate memory for the master info structure"
6682
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
6683
msgid "Failed to initialize the master info structure"
6686
#: drizzled/slave.cc:251
6687
msgid "Failed to create slave threads"
6690
#: drizzled/slave.cc:448
6691
msgid "Server id not set, will not start slave"
6694
#: drizzled/slave.cc:616
6696
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6697
"updates to a non-transactional table without any primary key. There is a "
6698
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6699
"check your tables' contents after restart."
6702
#: drizzled/slave.cc:777 drizzled/slave.cc:792
6703
msgid "Master reported unrecognized DRIZZLE version"
6706
#: drizzled/slave.cc:833
6707
msgid "default Format_description_log_event"
6710
#: drizzled/slave.cc:855
6713
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6714
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6717
#: drizzled/slave.cc:882
6719
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6720
"server ids; these ids must be different for replication to work (or the --"
6721
"replicate-same-server-id option must be used on slave but this doesnot "
6722
"always make sense; please check the manual before using it)."
6725
#: drizzled/slave.cc:927
6727
"The slave I/O thread stops because master and slave have different values "
6728
"for the COLLATION_SERVER global variable. The values must be equal for "
6729
"replication to work"
6732
#: drizzled/slave.cc:963
6734
"The slave I/O thread stops because master and slave have different values "
6735
"for the TIME_ZONE global variable. The values must be equal for replication "
6739
#: drizzled/slave.cc:1028
6740
msgid "Waiting for the slave SQL thread to free enough relay log space"
6743
#: drizzled/slave.cc:1074
6745
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6749
#: drizzled/slave.cc:1085
6750
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6753
#: drizzled/slave.cc:1476
6755
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6758
#: drizzled/slave.cc:1529
6760
msgid "Error reading packet from server: %s ( server_errno=%d)"
6763
#: drizzled/slave.cc:1537
6765
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6768
#: drizzled/slave.cc:1691
6771
"It was not possible to update the positions of the relay log information: "
6772
"the slave may be in an inconsistent state. Stopped in %s position %s"
6775
#: drizzled/slave.cc:1766 drizzled/slave.cc:2360
6777
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6780
#: drizzled/slave.cc:1825 drizzled/slave.cc:2309
6782
msgid "Error initializing relay log position: %s"
6785
#: drizzled/slave.cc:1841
6788
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6789
"Consider raising the value of the slave_transaction_retries variable."
6792
#: drizzled/slave.cc:1864
6794
"Could not parse relay log event entry. The possible reasons are: the "
6795
"master's binary log is corrupted (you can check this by running "
6796
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6797
"can check this by running 'mysqlbinlog' on the relay log), a network "
6798
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6799
"check the master's binary log or slave's relay log, you will be able to know "
6800
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6803
#: drizzled/slave.cc:1985
6804
msgid "Failed during slave I/O thread initialization"
6807
#: drizzled/slave.cc:1999
6808
msgid "error in drizzle_create()"
6809
msgstr "erro em drizzle_create()"
6811
#: drizzled/slave.cc:2007
6814
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6815
"'%s' at position %s"
6818
#: drizzled/slave.cc:2021
6819
msgid "Slave I/O thread killed while connecting to master"
6822
#: drizzled/slave.cc:2045
6823
msgid "Slave I/O thread couldn't register on master"
6826
#: drizzled/slave.cc:2057 drizzled/slave.cc:2081 drizzled/slave.cc:2105
6827
msgid "Forcing to reconnect slave I/O thread"
6830
#: drizzled/slave.cc:2070
6831
msgid "Failed on request_dump()"
6834
#: drizzled/slave.cc:2071
6835
msgid "Slave I/O thread killed while requesting master dump"
6838
#: drizzled/slave.cc:2097
6839
msgid "Waiting for master to send event"
6842
#: drizzled/slave.cc:2099
6843
msgid "Slave I/O thread killed while reading event"
6846
#: drizzled/slave.cc:2117
6849
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6850
"entry is correct, restart the server with a higher value of "
6851
"max_allowed_packet"
6854
#: drizzled/slave.cc:2131
6855
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6858
#: drizzled/slave.cc:2141
6859
msgid "Queueing master event to the relay log"
6862
#: drizzled/slave.cc:2168
6863
msgid "Slave I/O thread aborted while waiting for relay log space"
6866
#: drizzled/slave.cc:2178
6868
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6871
#: drizzled/slave.cc:2199
6872
msgid "Waiting for slave mutex on exit"
6875
#: drizzled/slave.cc:2265
6876
msgid "Failed during slave thread initialization"
6879
#: drizzled/slave.cc:2331
6882
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6883
"s, relay log '%s' position: %s"
6886
#: drizzled/slave.cc:2345
6887
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6890
#: drizzled/slave.cc:2371
6891
msgid "Reading event from the relay log"
6894
#: drizzled/slave.cc:2396
6896
msgid "Slave (additional info): %s Error_code: %d"
6899
#: drizzled/slave.cc:2413
6901
msgid "Slave: %s Error_code: %d"
6904
#: drizzled/slave.cc:2416
6907
"Error loading user-defined library, slave SQL thread aborted. Install the "
6908
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6909
"stopped at log '%s' position %s"
6912
#: drizzled/slave.cc:2424
6915
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6916
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6919
#: drizzled/slave.cc:2436
6922
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6925
#: drizzled/slave.cc:2532
6927
msgid "Slave I/O: failed requesting download of '%s'"
6930
#: drizzled/slave.cc:2549
6932
msgid "Network read error downloading '%s' from master"
6935
#: drizzled/slave.cc:2571
6936
msgid "error writing Exec_load event to relay log"
6939
#: drizzled/slave.cc:2585
6940
msgid "error writing Create_file event to relay log"
6943
#: drizzled/slave.cc:2600
6944
msgid "error writing Append_block event to relay log"
6947
#: drizzled/slave.cc:2696
6948
msgid "Memory allocation failed"
6949
msgstr "Falha na alocação de memória"
6951
#: drizzled/slave.cc:2721 drizzled/slave.cc:2807
6954
"Read invalid event from master: '%s', master could be corrupt but a more "
6955
"likely cause of this is a bug"
6958
#: drizzled/slave.cc:3080
6959
msgid "could not queue event from master"
6962
#: drizzled/slave.cc:3170
6964
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6967
#: drizzled/slave.cc:3172
6968
msgid "reconnecting"
6969
msgstr "reconectando"
6971
#: drizzled/slave.cc:3172
6975
#: drizzled/slave.cc:3198
6978
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6982
#: drizzled/slave.cc:3585
6984
msgid "next log '%s' is currently active"
6987
#: drizzled/slave.cc:3615
6989
msgid "next log '%s' is not active"
6992
#: drizzled/slave.cc:3631
6995
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6998
#: drizzled/slave.cc:3637
6999
msgid "Aborting slave SQL thread because of partial event read"
7002
#: drizzled/slave.cc:3643 drizzled/slave.cc:3650
7004
msgid "Error reading relay log event: %s"
7007
#: drizzled/slave.cc:3644
7008
msgid "slave SQL thread was killed"
7011
#: drizzled/slave.cc:3742
7014
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
7015
"check error log on slave for more info"
7018
#: drizzled/slave.cc:3748
7021
"According to the master's version ('%s'), it is probable that master suffers "
7022
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
7023
"current binary log event may make the slave's data become different from the "
7024
"master's data. To take no risk, slave refuses to replicate this event and "
7025
"stops. We recommend that all updates be stopped on the master and slave, "
7026
"that the data of both be manually synchronized, that master's binary logs be "
7027
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
7028
"Then replication can be restarted."
7031
#: drizzled/sql_base.cc:2527
7033
msgid "Table %s had a open data handler in reopen_table"
7036
#: drizzled/sql_base.cc:3178
7038
msgid "Couldn't repair table: %s.%s"
7041
#: drizzled/sql_base.cc:3221
7044
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
7045
"s`.`%s`' to the binary log"
7048
#: drizzled/sql_base.cc:3950
7050
msgid "Could not remove temporary table: '%s', error: %d"
7053
#: drizzled/sql_db.cc:396 drizzled/sql_db.cc:404
7055
msgid "Error while loading database options: '%s':"
7058
#: drizzled/sql_plugin.cc:647
7060
msgid "Plugin '%s' of type %s failed deinitialization"
7063
#: drizzled/sql_plugin.cc:661
7065
msgid "Plugin '%s' has ref_count=%d after deinitialization."
7068
#: drizzled/sql_plugin.cc:781
7070
msgid "Plugin '%s' registration as a %s failed."
7073
#: drizzled/sql_plugin.cc:1035
7074
msgid "plugin-load parameter too long"
7077
#: drizzled/sql_plugin.cc:1095
7079
msgid "Couldn't load plugin named '%s' with soname '%s'."
7082
#: drizzled/sql_plugin.cc:1146
7084
msgid "Forcing shutdown of %d plugins"
7087
#: drizzled/sql_plugin.cc:1168
7089
msgid "Plugin '%s' will be forced to shutdown"
7092
#: drizzled/sql_plugin.cc:1184
7094
msgid "Plugin '%s' has ref_count=%d after shutdown."
7097
#: drizzled/sql_plugin.cc:2433 drizzled/sql_plugin.cc:2496
3466
7099
msgid "Unknown variable type code 0x%x in plugin '%s'."
3469
#: ../drizzled/module/loader.cc:1502
7102
#: drizzled/sql_plugin.cc:2476
3472
7105
"Server variable %s of plugin %s was forced to be read-only: string variable "
3473
7106
"without update_func and PLUGIN_VAR_MEMALLOC flag"
3476
#: ../drizzled/module/loader.cc:1521
7109
#: drizzled/sql_plugin.cc:2507
3478
7111
msgid "Missing variable name in plugin '%s'."
3481
#: ../drizzled/module/loader.cc:1538
7114
#: drizzled/sql_plugin.cc:2524
3483
7116
msgid "Thread local variable '%s' not allocated in plugin '%s'."
3486
#: ../drizzled/module/loader.cc:1660
7119
#: drizzled/sql_plugin.cc:2643
3488
7121
msgid "Out of memory for plugin '%s'."
3489
msgstr "Memória insuficiente para plugin '%s'"
3491
#: ../drizzled/module/loader.cc:1669
7124
#: drizzled/sql_plugin.cc:2650
3493
7126
msgid "Bad options for plugin '%s'."
3494
msgstr "Opções inválidas para plugin '%s'"
3496
#: ../drizzled/module/loader.cc:1682
7129
#: drizzled/sql_plugin.cc:2659
3498
7131
msgid "Parsing options for plugin '%s' failed."
3501
#: ../drizzled/module/loader.cc:1735
7134
#: drizzled/sql_plugin.cc:2702
3503
7136
msgid "Plugin '%s' has conflicting system variables"
3504
7137
msgstr "O plugin '%s' tem variáveis de sistema conflitantes"
3506
#: ../drizzled/module/registry.h:103
3508
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
3511
#: ../drizzled/module/registry.h:112
3513
msgid "Fatal error: Failed initializing %s plugin.\n"
3516
#: ../drizzled/option.cc:84
3520
#: ../drizzled/option.cc:86
3522
msgstr "Informação: "
3524
#: ../drizzled/option.cc:337
3526
msgid "%s: %s: Option '%s' used, but is disabled\n"
3527
msgstr "%s: %s: Opção '%s' usada, mas está desabilitada\n"
3529
#: ../drizzled/option.cc:339
3533
#: ../drizzled/option.cc:441
3535
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3536
msgstr "%s: ERRO: Opção '-%c' usada, mas está desabilitada\n"
3538
#: ../drizzled/option.cc:769
3540
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3541
msgstr "Sufixo desconhecido '%c' usado pela variável '%s' (valor '%s')\n"
3543
#: ../drizzled/option.cc:962
3545
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3546
msgstr "%s: ERRO: Valor decimal inválido para opção '%s'\n"
3548
#: ../drizzled/option.cc:1194
3550
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3551
msgstr "%*s(O padrão é on, use --skip-%s para desabilitar.)\n"
3553
#: ../drizzled/option.cc:1214
3557
"Variables (--variable-name=value)\n"
3558
"and boolean options {false|true} Value (after reading options)\n"
3559
"--------------------------------- -----------------------------\n"
3562
"Variaveis (--nome-da-variavel=valor)\n"
3563
"e opções boleanas {false|true} Valor (depois da leitura de opções)\n"
3564
"--------------------------------- -----------------------------\n"
3566
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3567
msgid "(No default value)"
3568
msgstr "(Sem valor padrão)"
3570
#: ../drizzled/option.cc:1249
3574
#: ../drizzled/option.cc:1249
3578
#: ../drizzled/option.cc:1282
3580
msgid "(Disabled)\n"
3581
msgstr "(Desativado)\n"
3583
#: ../drizzled/plugin/error_message.cc:81
3585
msgid "errmsg plugin '%s' errmsg() failed"
3588
#: ../drizzled/plugin/event_observer.cc:132
3591
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3592
"'%s' from EventObserver plugin '%s'"
3595
#: ../drizzled/plugin/event_observer.cc:399
3597
msgid "EventIterate event handler '%s' failed for event '%s'"
3600
#: ../drizzled/plugin/function.cc:48
3602
msgid "A function named %s already exists!\n"
3605
#: ../drizzled/plugin/function.cc:57
3606
msgid "Could not add Function!\n"
3609
#: ../drizzled/plugin/listen.cc:69
3610
msgid "Error getting file descriptors"
3613
#: ../drizzled/plugin/listen.cc:87
3614
msgid "No sockets could be bound for listening"
3617
#: ../drizzled/plugin/listen.cc:97 ../plugin/console/console.cc:304
3619
msgid "pipe() failed with errno %d"
3622
#: ../drizzled/plugin/listen.cc:123
3624
msgid "poll() failed with errno %d"
3627
#: ../drizzled/plugin/listen_tcp.cc:60
3629
msgid "accept() failed with errno %d"
3632
#: ../drizzled/plugin/listen_tcp.cc:96
3634
msgid "getaddrinfo() failed with error %s"
3637
#: ../drizzled/plugin/listen_tcp.cc:128
3639
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3642
#: ../drizzled/plugin/listen_tcp.cc:139
3644
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3647
#: ../drizzled/plugin/listen_tcp.cc:148
3649
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3652
#: ../drizzled/plugin/listen_tcp.cc:157
3654
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3657
#: ../drizzled/plugin/listen_tcp.cc:166
3659
msgid "setsockopt(SO_LINGER) failed with errno %d"
3662
#: ../drizzled/plugin/listen_tcp.cc:175
3664
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3667
#: ../drizzled/plugin/listen_tcp.cc:196
3669
msgid "Retrying bind() on %u\n"
3672
#: ../drizzled/plugin/listen_tcp.cc:203
3674
msgid "bind() failed with errno: %d\n"
3677
#: ../drizzled/plugin/listen_tcp.cc:206
3678
msgid "Do you already have another drizzled running?\n"
3681
#: ../drizzled/plugin/listen_tcp.cc:213
3683
msgid "listen() failed with errno %d\n"
3686
#: ../drizzled/plugin/listen_tcp.cc:219
3688
msgid "Listening on %s:%s\n"
3691
#: ../drizzled/plugin/logging.cc:67
3693
msgid "logging '%s' pre() failed"
3696
#: ../drizzled/plugin/logging.cc:92
3698
msgid "logging '%s' post() failed"
3701
#: ../drizzled/plugin/logging.cc:116
3703
msgid "logging '%s' postEnd() failed"
3706
#: ../drizzled/plugin/scheduler.cc:64
3709
"Attempted to register a scheduler %s, but a scheduler has already been "
3710
"registered with that name.\n"
3713
#: ../drizzled/plugin/scheduler.cc:101
3715
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3718
#: ../drizzled/plugin/schema_engine.cc:131
3720
msgid "Error while loading database options: '%s':"
3721
msgstr "Erro ao carregar opções do banco de dados: '%s':"
3723
#: ../drizzled/plugin/xa_resource_manager.cc:117
3725
msgid "Found %d prepared transaction(s) in resource manager."
3728
#: ../drizzled/plugin/xa_resource_manager.cc:184
3729
msgid "Starting crash recovery..."
3732
#: ../drizzled/plugin/xa_resource_manager.cc:194
3734
msgid "Found %d prepared XA transactions"
3737
#: ../drizzled/plugin/xa_resource_manager.cc:199
3740
"Found %d prepared transactions! It means that drizzled was not shut down "
3741
"properly last time and critical recovery information (last binlog or %s "
3742
"file) was manually deleted after a crash. You have to start drizzled with "
3743
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3746
#: ../drizzled/plugin/xa_resource_manager.cc:209
3747
msgid "Crash recovery finished."
3750
#: ../drizzled/replication_services.cc:94
3752
"You registered a TransactionApplier plugin but no TransactionReplicator "
3753
"plugins were registered.\n"
3756
#: ../drizzled/replication_services.cc:125
3759
"You registered a TransactionApplier plugin but no TransactionReplicator "
3760
"plugins were registered that match the requested replicator name of '%s'.\n"
3761
"We have deactivated the TransactionApplier '%s'.\n"
3764
#: ../drizzled/session.cc:1913 ../drizzled/session.cc:1929
3766
msgid "Could not remove temporary table: '%s', error: %d"
3769
#: ../drizzled/set_var.cc:1510
3771
msgid "Variable named %s already exists!\n"
3774
#: ../drizzled/set_var.cc:1519
3776
msgid "Could not add Variable: %s\n"
3779
#: ../drizzled/set_var.cc:1633
3781
msgid "Failed to initialize system variables"
3782
msgstr "Falha ao inicializar os plugins."
3784
#: ../drizzled/signal_handler.cc:56
3786
msgid "Got signal %d from thread %<PRIu64>"
3787
msgstr "Sinal %d recebido da thread %<PRIu64>"
3789
#: ../drizzled/signal_handler.cc:118
3791
msgid "Fatal signal %d while backtracing\n"
3794
#: ../drizzled/signal_handler.cc:127
3796
msgid "Fatal: time() call failed\n"
3799
#: ../drizzled/signal_handler.cc:133
3802
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3803
"This could be because you hit a bug. It is also possible that this binary\n"
3804
" or one of the libraries it was linked against is corrupt, improperly "
3806
" or misconfigured. This error can also be caused by malfunctioning "
3810
#: ../drizzled/signal_handler.cc:141
3813
"We will try our best to scrape up some info that will hopefully help "
3815
"the problem, but since we have already crashed, something is definitely "
3817
"and this may fail.\n"
3821
#: ../drizzled/signal_handler.cc:148
3824
"It is possible that drizzled could use up to \n"
3825
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3827
"Hope that's ok; if not, decrease some variables in the equation.\n"
3831
#: ../drizzled/sql_base.cc:1518
3833
msgid "Table %s had a open data Cursor in reopen_table"
3836
#: ../drizzled/sql_table.cc:1933
7139
#: drizzled/sql_plugin.cc:2712
7141
msgid "Plugin '%s' disabled by command line option"
7142
msgstr "O plugin '%s' foi desativado por uma opção de linha de comando"
7144
#: drizzled/sql_repl.cc:101
7145
msgid "Failed in send_file() while reading file name"
7146
msgstr "Houve uma falha no send_file() enquanto lendo o nome do arquivo"
7148
#: drizzled/sql_repl.cc:114
7149
msgid "Failed in send_file() on open of file"
7150
msgstr "Houve uma falha no send_file() ao abrir o arquivo"
7152
#: drizzled/sql_repl.cc:122
7153
msgid "Failed in send_file() while writing data to client"
7154
msgstr "Houve uma falha no send_file() escrevendo os dados no cliente"
7156
#: drizzled/sql_repl.cc:131
7157
msgid "Failed in send_file() while negotiating file transfer close"
7159
"Houve uma falha no send_file() enquanto negociava o fim da transferência de "
7162
#: drizzled/sql_table.cc:81
7164
msgid "Invalid (old?) table or database name '%s'"
7165
msgstr "Nome de tabela ou banco de dados %s invalido(Antigo?)"
7167
#: drizzled/sql_table.cc:2716
3838
7169
msgid "Unknown - internal error %d during operation"
3839
7170
msgstr "Desconhecido - erro interno %d durante a operação"
3841
#: ../drizzled/statement/alter_table.cc:1486
7172
#: drizzled/sql_table.cc:4990
7174
msgid "Could not open table %s.%s after rename\n"
7175
msgstr "Não foi possivel abrir a tabela %s.%s depois de renomea-la\n"
7177
#: drizzled/sql_table.cc:5157
3844
7180
"order_st BY ignored because there is a user-defined clustered index in the "
3845
7181
"table '%-.192s'"
3848
#: ../drizzled/table.cc:1964
3850
msgid "Got error %d when reading table '%s'"
3851
msgstr "Recebi o erro '%d' enquanto lia a tabela '%s'"
3853
#: ../drizzled/table_share.cc:860
3855
msgid "Table %s has invalid/unknown collation: %d,%s"
3858
#: ../drizzled/table_share.cc:1153
3860
msgid "ENUM column %s has greater than %d possible values"
3863
#: ../drizzled/table_share.cc:2063
7183
"ORDER BY ignorado pois há um índice clusterizado definido pelo usuário na "
7186
#: drizzled/sql_udf.cc:39
7188
msgid "Can't allocate memory for udf structures"
7189
msgstr "Não foi possível alocar memória para arquivo de histórico temporário."
7191
#: drizzled/table.cc:488
7194
"'%s' had no or invalid character set, and default character set is multi-"
7195
"byte, so character column sizes may have changed"
7197
"'%s' não tinha um conjunto de caracteres ou o conjunto de caracteres é "
7198
"inválido e o conjunto de caracteres padrão é multi-byte, portanto os "
7199
"tamanhos das colunas de caracteres podem ter mudado"
7201
#: drizzled/table.cc:1692
3865
7203
msgid "Unknown collation '%s' in table '%-.64s' definition"
3866
msgstr "Collation desconhecida '%s' na definição da tabela '%-.64s'"
3868
#: ../drizzled/table_share.cc:2070
7206
#: drizzled/table.cc:1699
3871
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
7209
"Table '%-.64s' was created with a different version of MySQL and cannot be "
3875
#: ../drizzled/tztime.cc:173
7212
"Tabela '%-.64s' foi criada com a versão diferente do MySQL e não pode ser "
7215
#: drizzled/table.cc:2310
7218
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
7221
"Definição da tabela %s.%s incorreta: esperava coluna '%s' na posição %d, "
7224
#: drizzled/table.cc:2336
7227
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7228
"have type %s, found type %s."
7230
"Definição da tabela %s.%s incorreta: esperava que a coluna '%s' na posição %"
7231
"d, tivesse tipo %s, encontrad tipo %s."
7233
#: drizzled/table.cc:2345
7236
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7237
"position %d to have character set '%s' but the type has no character set."
7239
"Definição incorreta da tabela %s.%s: é esperado que o tipo de coluna '%s' na "
7240
"posição %d tenha um conjunto de caracteres '%s' porém o tipo não tem um "
7241
"conjunto de caracteres."
7243
#: drizzled/table.cc:2355
7246
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7247
"position %d to have character set '%s' but found character set '%s'."
7249
"Definição incorreta da tabela %s.%s: é esperado que o tipo da coluna '%s' na "
7250
"posição %d tenha um conjunto de caracteres '%s' porém o conjunto '%s' foi "
7253
#: drizzled/table.cc:2366
7256
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7257
"have type %s but the column is not found."
7259
"Definição incorreta da tabela %s.%s: é esperado que a coluna '%s' na posição "
7260
"%d tenha um tipo %s porém a coluna não foi encontrada."
7262
#: drizzled/table.cc:4749
7264
msgid "Got error %d when reading table '%s'"
7265
msgstr "Recebi o erro '%d' enquanto lia a tabela '%s'"
7267
#: drizzled/tztime.cc:1063
3877
7269
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3878
7270
msgstr "Erro fatal: fuso horário padrão '%s' é ilegal ou desconhecido."
3880
#: ../plugin/auth_file/auth_file.cc:225
3882
msgid "Could not load auth file: %s\n"
3883
msgstr "Tabela não encontrada: \"%s\""
3885
#: ../plugin/auth_file/auth_file.cc:238 ../plugin/auth_file/auth_file.cc:253
3886
msgid "File to load for usernames and passwords"
3889
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
3890
msgid "Enable HTTP Auth check"
3893
#: ../plugin/auth_http/auth_http.cc:160
3894
msgid "URL for HTTP Auth check"
3897
#: ../plugin/auth_ldap/auth_ldap.cc:285
3899
msgid "Reconnect failed: %s\n"
3902
#: ../plugin/auth_ldap/auth_ldap.cc:304
3904
msgid "ldap_search_ext_s failed: %s\n"
3907
#: ../plugin/auth_ldap/auth_ldap.cc:410
3909
msgid "Could not load auth ldap: %s\n"
3912
#: ../plugin/auth_ldap/auth_ldap.cc:423
3913
msgid "URI of the LDAP server to contact"
3916
#: ../plugin/auth_ldap/auth_ldap.cc:431
3917
msgid "DN to use when binding to the LDAP server"
3920
#: ../plugin/auth_ldap/auth_ldap.cc:439
3921
msgid "Password to use when binding the DN"
3924
#: ../plugin/auth_ldap/auth_ldap.cc:447
3925
msgid "DN to use when searching"
3928
#: ../plugin/auth_ldap/auth_ldap.cc:455
3929
msgid "Attribute in LDAP with plain text password"
3932
#: ../plugin/auth_ldap/auth_ldap.cc:463
3933
msgid "Attribute in LDAP with MySQL hashed password"
3936
#: ../plugin/auth_ldap/auth_ldap.cc:471
3937
msgid "How often to empty the users cache, 0 to disable"
3940
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
3941
msgid "Enable the console."
3944
#: ../plugin/console/console.cc:348 ../plugin/console/console.cc:364
3945
msgid "Turn on extra debugging."
3948
#: ../plugin/console/console.cc:351 ../plugin/console/console.cc:367
3949
msgid "User to use for auth."
3952
#: ../plugin/console/console.cc:353 ../plugin/console/console.cc:370
3953
msgid "Password to use for auth."
3956
#: ../plugin/console/console.cc:355 ../plugin/console/console.cc:373
3957
msgid "Default database to use."
3960
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:842
3961
#: ../plugin/mysql_protocol/mysql_protocol.cc:913
3962
msgid "Invalid value of port\n"
3965
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:851
3966
#: ../plugin/mysql_protocol/mysql_protocol.cc:922
3967
msgid "Invalid value for connect_timeout\n"
3970
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:860
3971
#: ../plugin/mysql_protocol/mysql_protocol.cc:931
3972
msgid "Invalid value for read_timeout\n"
3975
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:869
3976
#: ../plugin/mysql_protocol/mysql_protocol.cc:940
3977
msgid "Invalid value for write_timeout\n"
3980
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:878
3981
msgid "Invalid value for retry_count\n"
3984
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:887
3985
#: ../plugin/mysql_protocol/mysql_protocol.cc:958
3986
msgid "Invalid value for buffer_length\n"
3989
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:907
3990
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
3992
"Port number to use for connection or 0 for default to, in order of "
3993
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
3996
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
3997
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
3998
#: ../plugin/mysql_protocol/mysql_protocol.cc:987
3999
#: ../plugin/mysql_protocol/mysql_protocol.cc:1009
4000
msgid "Connect Timeout."
4003
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:916
4004
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
4005
#: ../plugin/mysql_protocol/mysql_protocol.cc:990
4006
#: ../plugin/mysql_protocol/mysql_protocol.cc:1012
4007
msgid "Read Timeout."
4010
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:918
4011
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:943
4012
#: ../plugin/mysql_protocol/mysql_protocol.cc:992
4013
#: ../plugin/mysql_protocol/mysql_protocol.cc:1015
4014
msgid "Write Timeout."
4017
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:920
4018
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:946
4019
#: ../plugin/mysql_protocol/mysql_protocol.cc:994
4020
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
4021
msgid "Retry Count."
4024
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:922
4025
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:949
4026
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
4027
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
4028
msgid "Buffer length."
4031
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
4032
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:952
4033
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
4034
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
4035
msgid "Address to bind to."
4038
#: ../plugin/drizzle_protocol/errmsg.cc:31
4039
msgid "Unknown Drizzle error"
4040
msgstr "Erro desconhecido do Drizzle"
4042
#: ../plugin/drizzle_protocol/errmsg.cc:32
4044
msgid "Can't create UNIX socket (%d)"
4045
msgstr "Não é possível criar o socket UNIX(%d)"
4047
#: ../plugin/drizzle_protocol/errmsg.cc:33
4049
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
4051
"Não é possível conectar ao servidor local do Drizzle através do socket "
4054
#: ../plugin/drizzle_protocol/errmsg.cc:34
4056
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
4059
#: ../plugin/drizzle_protocol/errmsg.cc:35
4061
msgid "Can't create TCP/IP socket (%d)"
4062
msgstr "Não é possível criar o socket TCP/IO(%d)"
4064
#: ../plugin/drizzle_protocol/errmsg.cc:36
4066
msgid "Unknown Drizzle server host '%-.100s' (%d)"
4067
msgstr "Servidor Drizzle desconhecido '%-.100s' (%d)"
4069
#: ../plugin/drizzle_protocol/errmsg.cc:37
4070
msgid "Drizzle server has gone away"
4071
msgstr "O servidor Drizzle caiu"
4073
#: ../plugin/drizzle_protocol/errmsg.cc:38
4075
msgid "Protocol mismatch; server version = %d, client version = %d"
4077
"Versão do protocolo incompativeis; versão do servidor = %d, versão do "
4080
#: ../plugin/drizzle_protocol/errmsg.cc:39
4081
msgid "Drizzle client ran out of memory"
4082
msgstr "O cliente do Drizzle ficou sem memória"
4084
#: ../plugin/drizzle_protocol/errmsg.cc:40
4085
msgid "Wrong host info"
4086
msgstr "Informação do host incorreta"
4088
#: ../plugin/drizzle_protocol/errmsg.cc:41
4089
msgid "Localhost via UNIX socket"
4090
msgstr "Localhost através de um socket UNIX"
4092
#: ../plugin/drizzle_protocol/errmsg.cc:42
4094
msgid "%-.100s via TCP/IP"
4095
msgstr "%-.100s via TCP/IP"
4097
#: ../plugin/drizzle_protocol/errmsg.cc:43
4098
msgid "Error in server handshake"
4099
msgstr "Erro no handshake com o servidor"
4101
#: ../plugin/drizzle_protocol/errmsg.cc:44
4102
msgid "Lost connection to Drizzle server during query"
4103
msgstr "Conexão perdida com o servidor Drizzle durante a consulta"
4105
#: ../plugin/drizzle_protocol/errmsg.cc:45
4106
msgid "Commands out of sync; you can't run this command now"
4107
msgstr "Comandos fora de sincronia; você não pode rodar esse comando agora"
4109
#: ../plugin/drizzle_protocol/errmsg.cc:46
4111
msgid "Named pipe: %-.32s"
4112
msgstr "Pipe nomeado: %-.32s"
4114
#: ../plugin/drizzle_protocol/errmsg.cc:47
4116
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
4118
"Não pude esperar pelo pipe nomeado para o host: %-.64s pipe: %-.32s (%lu)"
4120
#: ../plugin/drizzle_protocol/errmsg.cc:48
4122
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
4123
msgstr "Impossível abrir pipe nomeado para o host: %-.64s pipe: %-.32s (%lu)"
4125
#: ../plugin/drizzle_protocol/errmsg.cc:49
4127
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
4129
"Impossível atribuir estado ao pipe nomeado para o host: %-.64s pipe: %-.32s "
4132
#: ../plugin/drizzle_protocol/errmsg.cc:50
4134
msgid "Can't initialize character set %-.32s (path: %-.100s)"
4136
"Não é possível inicializar o conjunto de caracteres %-.32s (caminho: %-.100s)"
4138
#: ../plugin/drizzle_protocol/errmsg.cc:51
4139
msgid "Got packet bigger than 'max_allowed_packet' bytes"
4140
msgstr "Recebi um pacote maior que 'max_allowed_packet' bytes"
4142
#: ../plugin/drizzle_protocol/errmsg.cc:52
4143
msgid "Embedded server"
4144
msgstr "Servidor embarcado"
4146
#: ../plugin/drizzle_protocol/errmsg.cc:53
4147
msgid "Error on SHOW SLAVE STATUS:"
4148
msgstr "Erro em SHOW SLAVE STATUS;"
4150
#: ../plugin/drizzle_protocol/errmsg.cc:54
4151
msgid "Error on SHOW SLAVE HOSTS:"
4152
msgstr "Erro em SHOW SLAVE HOSTS;"
4154
#: ../plugin/drizzle_protocol/errmsg.cc:55
4155
msgid "Error connecting to slave:"
4156
msgstr "Erro conectando ao escravo"
4158
#: ../plugin/drizzle_protocol/errmsg.cc:56
4159
msgid "Error connecting to master:"
4160
msgstr "Erro conectando ao mestre"
4162
#: ../plugin/drizzle_protocol/errmsg.cc:57
4163
msgid "SSL connection error"
4164
msgstr "Erro na conexão segura (SSL)"
4166
#: ../plugin/drizzle_protocol/errmsg.cc:58
4167
msgid "Malformed packet"
4168
msgstr "Pacote mal formatado"
4170
#: ../plugin/drizzle_protocol/errmsg.cc:59
4171
#: ../plugin/drizzle_protocol/errmsg.cc:70
4172
#: ../plugin/drizzle_protocol/errmsg.cc:71
4173
#: ../plugin/drizzle_protocol/errmsg.cc:72
4174
#: ../plugin/drizzle_protocol/errmsg.cc:73
4175
#: ../plugin/drizzle_protocol/errmsg.cc:74
4176
#: ../plugin/drizzle_protocol/errmsg.cc:75
4177
#: ../plugin/drizzle_protocol/errmsg.cc:76
4178
#: ../plugin/drizzle_protocol/errmsg.cc:77
4179
#: ../plugin/drizzle_protocol/errmsg.cc:78
4180
msgid "(unused error message)"
4181
msgstr "(mensagem de erro não utilizada)"
4183
#: ../plugin/drizzle_protocol/errmsg.cc:60
4184
msgid "Invalid use of null pointer"
4185
msgstr "Uso inválido de ponteiro nulo"
4187
#: ../plugin/drizzle_protocol/errmsg.cc:61
4188
msgid "Statement not prepared"
4189
msgstr "Comando não preparado"
4191
#: ../plugin/drizzle_protocol/errmsg.cc:62
4192
msgid "No data supplied for parameters in prepared statement"
4193
msgstr "Nenhum dado fornecido para os parâmetros no prepared statement"
4195
#: ../plugin/drizzle_protocol/errmsg.cc:63
4196
msgid "Data truncated"
4197
msgstr "Dados truncados"
4199
#: ../plugin/drizzle_protocol/errmsg.cc:64
4200
msgid "No parameters exist in the statement"
4201
msgstr "Não existe parametros para este comando"
4203
#: ../plugin/drizzle_protocol/errmsg.cc:65
4204
msgid "Invalid parameter number"
4205
msgstr "Número de parametros inválido"
4207
#: ../plugin/drizzle_protocol/errmsg.cc:66
4210
"Can't send long data for non-string/non-binary data types (parameter: %d)"
4212
"Não é possível enviar informação longa para tipos de dados não-string/não-"
4213
"binário (parâmetro: %d)"
4215
#: ../plugin/drizzle_protocol/errmsg.cc:68
4217
msgid "Using unsupported buffer type: %d (parameter: %d)"
4218
msgstr "Utilizando um tipo de buffer não suportado: %d (parâmetro: %d)"
4220
#: ../plugin/drizzle_protocol/errmsg.cc:69
4222
msgid "Shared memory: %-.100s"
4223
msgstr "Memória compartilhada: %-.100s"
4225
#: ../plugin/drizzle_protocol/errmsg.cc:79
4226
msgid "Wrong or unknown protocol"
4227
msgstr "Protocolo incorreto ou desconhecido"
4229
#: ../plugin/drizzle_protocol/errmsg.cc:80
4230
msgid "Invalid connection handle"
4231
msgstr "Manipulador de conexão inválido"
4233
#: ../plugin/drizzle_protocol/errmsg.cc:81
4235
"Connection using old (pre-4.1.1) authentication protocol refused (client "
4236
"option 'secure_auth' enabled)"
4238
"Conexão utilizando protocolo de autenticação antigo (pre-4.1.1) recusada "
4239
"(opção do cliente 'secure_auth' ativada)"
4241
#: ../plugin/drizzle_protocol/errmsg.cc:83
4242
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
4244
"Recuperação de linhas foi cancelada pela chamada de drizzle_stmt_close()"
4246
#: ../plugin/drizzle_protocol/errmsg.cc:84
4247
msgid "Attempt to read column without prior row fetch"
4248
msgstr "Tentativa de ler a coluna sem antes recuperar uma linha"
4250
#: ../plugin/drizzle_protocol/errmsg.cc:85
4251
msgid "Prepared statement contains no metadata"
4252
msgstr "Prepared statement não contém metadata"
4254
#: ../plugin/drizzle_protocol/errmsg.cc:86
4256
"Attempt to read a row while there is no result set associated with the "
4259
"Tentativa de ler uma tupla enquanto não há result set associado com a "
4262
#: ../plugin/drizzle_protocol/errmsg.cc:88
4263
msgid "This feature is not implemented yet"
4264
msgstr "Esse recurso ainda não foi implementado"
4266
#: ../plugin/drizzle_protocol/errmsg.cc:89
4269
"Lost connection to Drizzle server while waiting for initial communication "
4270
"packet, system error: %d"
4272
"Conexão com o servidor Drizzle foi perdida quando esperando por pacote "
4273
"inicial de comunicação, erro do sistema: %d"
4275
#: ../plugin/drizzle_protocol/errmsg.cc:91
4278
"Lost connection to Drizzle server while reading initial communication "
4279
"packet, system error: %d"
4281
"Perda de conexão com o servidor Drizzle quando lendo pacote inicial de "
4282
"comunicação, erro do sistema: %d"
4284
#: ../plugin/drizzle_protocol/errmsg.cc:93
4287
"Lost connection to Drizzle server while sending authentication information, "
4290
"Perda de conexão com o servidor Drizzle quando enviando informação de "
4291
"autenticação, erro do sistema: %d"
4293
#: ../plugin/drizzle_protocol/errmsg.cc:95
4296
"Lost connection to Drizzle server while reading authorization information, "
4299
"Perda de conexão com o servidor Drizzle quando lendo informação de "
4300
"autorização, erro do sistema: %d"
4302
#: ../plugin/drizzle_protocol/errmsg.cc:97
4305
"Lost connection to Drizzle server while setting initial database, system "
4308
"Perda de conexão com o servidor Drizzle quando definindo banco de dados "
4309
"inicial, erro do sistema: %d"
4311
#: ../plugin/drizzle_protocol/errmsg.cc:99
4313
msgid "Statement closed indirectly because of a preceding %s() call"
4316
#. CR_NET_UNCOMPRESS_ERROR 08S01
4317
#: ../plugin/drizzle_protocol/errmsg.cc:101
4318
msgid "Couldn't uncompress communication packet"
4319
msgstr "Não foi possível descompactar o pacote de comunicação"
4321
#. CR_NET_READ_ERROR 08S01
4322
#: ../plugin/drizzle_protocol/errmsg.cc:103
4323
msgid "Got an error reading communication packets"
4324
msgstr "Erro ao ler pacotes de comunicação"
4326
#. CR_NET_READ_INTERRUPTED 08S01
4327
#: ../plugin/drizzle_protocol/errmsg.cc:105
4328
msgid "Got timeout reading communication packets"
4329
msgstr "Tempo esgotado ao ler pacotes de comunicação"
4331
#. CR_NET_ERROR_ON_WRITE 08S01
4332
#: ../plugin/drizzle_protocol/errmsg.cc:107
4333
msgid "Got an error writing communication packets"
4334
msgstr "Erro ao escrever pacotes de comunicação"
4336
#. CR_NET_WRITE_INTERRUPTED 08S01
4337
#: ../plugin/drizzle_protocol/errmsg.cc:109
4338
msgid "Got timeout writing communication packets"
4339
msgstr "Tempo esgotado ao escrever pacotes de comunicação"
4341
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1000
4342
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1138
4343
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1168
4345
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
4346
msgstr "Não pode criar tabela '%-.200s' (errno: %d)"
4348
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1019
4350
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
4352
"Impossível criar link simbólico '%s' apontando para '%s' (Código do erro: %d)"
4354
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1117
4355
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1230
4356
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1411
4357
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1979
4359
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
4362
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1269
4363
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1285
4365
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
4368
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2771
4369
msgid "Invalid value of additional-mem-pool-size"
4372
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2782
4373
msgid "Invalid value of autoextend-increment"
4376
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2791
4378
msgid "Invalid value of buffer-pool-size"
4379
msgstr "Uso inválido de ponteiro nulo"
4381
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2802
4383
msgid "Invalid value of io-capacity"
4384
msgstr "Uso inválido de ponteiro nulo"
4386
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2811
4387
msgid "Invalid value of fast-shutdown"
4390
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2820
4391
msgid "Invalid value of flush-log-at-trx-commit"
4394
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2829
4395
msgid "Invalid value of force-recovery"
4398
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2838
4400
msgid "Invalid value of log-file-size"
4401
msgstr "Uso inválido de ponteiro nulo"
4403
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2849
4405
msgid "Invalid value of log-files-in-group"
4406
msgstr "Uso inválido de ponteiro nulo"
4408
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2858
4410
msgid "Invalid value of lock-wait-timeout"
4411
msgstr "Erro: Valor Inválido para connect_timeout"
4413
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2867
4415
msgid "Invalid value of log-buffer-size"
4416
msgstr "Uso inválido de ponteiro nulo"
4418
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2878
4420
msgid "Invalid value of lru-old-blocks-pct"
4421
msgstr "Uso inválido de ponteiro nulo"
4423
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2887
4424
msgid "Invalid value of lru-block-access-recency"
4427
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2896
4428
msgid "Invalid value of max-dirty-pages-pct"
4431
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2905
4433
msgid "Invalid value of max-purge-lag"
4434
msgstr "Erro: Valor Inválido para max_input_line"
4436
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2914
4438
msgid "Invalid value of open-files"
4439
msgstr "Uso inválido de ponteiro nulo"
4441
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2923
4442
msgid "Invalid value of read-io-threads"
4445
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2932
4447
msgid "Invalid value of sync_spin_loops"
4448
msgstr "Uso inválido de ponteiro nulo"
4450
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3136
4452
msgid "Error starting Embedded InnoDB %d (%s)\n"
4455
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3439
4456
msgid "Enable InnoDB adaptive hash index (enabled by default)."
4459
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3442
4460
msgid "Attempt flushing dirty pages to avoid IO bursts at checkpoints."
4463
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3445
4465
"Size of a memory pool InnoDB uses to store data dictionary information and "
4466
"other internal data structures."
4469
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3448
4470
msgid "Data file autoextend increment in megabytes"
4473
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3451
4475
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4479
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3454
4480
msgid "The common part for InnoDB table spaces."
4483
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3457
4484
msgid "Enable InnoDB checksums validation (enabled by default)."
4487
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3460
4488
msgid "Enable InnoDB doublewrite buffer (enabled by default)."
4491
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3463
4492
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4495
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3466
4497
"Speeds up the shutdown process of the InnoDB storage engine. Possible values "
4498
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4501
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3469
4502
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4505
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3472
4506
msgid "File format to use for new tables in .ibd files."
4509
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3475
4511
"Set to 0 (write and flush once per second),1 (write and flush at each "
4512
"commit) or 2 (write at commit, flush once per second)."
4515
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3478
4516
msgid "With which method to flush data."
4519
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3481
4521
"Helps to save your data in case the disk image of the database becomes "
4525
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3484
4526
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3487
4527
msgid "Path to individual files and their sizes."
4530
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3490
4532
msgid "Path to InnoDB log files."
4533
msgstr "Path para arquivos temporários"
4535
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3493
4536
msgid "Size of each log file in a log group."
4539
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3496
4541
"Number of log files in the log group. InnoDB writes to the files in a "
4542
"circular fashion. Value 3 is recommended here."
4545
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3499
4547
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4548
"rolled back. Values above 100000000 disable the timeout."
4551
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3502
4554
"The size of the buffer which InnoDB uses to write log to the log files on "
4556
msgstr "Tamanho do buffer alocado ao carregar os indices"
4558
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3505
4560
"Sets the point in the LRU list from where all pages are classified as old "
4564
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3508
4566
"Milliseconds between accesses to a block at which it is made young. "
4567
"0=disabled (Advanced users)"
4570
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3511
4571
msgid "Percentage of dirty pages allowed in bufferpool."
4574
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3514
4575
msgid "Desired maximum length of the purge queue (0 = no limit)"
4578
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3517
4580
"Roll back the complete transaction on lock wait timeout, for 4.x "
4581
"compatibility (disabled by default)"
4584
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3520
4585
msgid "How many files at the maximum InnoDB keeps open at the same time."
4588
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3523
4589
msgid "Number of background read I/O threads in InnoDB."
4592
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3526
4593
msgid "Number of background write I/O threads in InnoDB."
4596
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3529
4598
"Disable if you want to reduce the number of messages written to the log "
4599
"(default: enabled)."
4602
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3532
4603
msgid "Enable SHOW INNODB STATUS output in the log"
4606
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3535
4607
msgid "Count of spin-loop rounds in InnoDB mutexes (30 by default)"
4610
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3538
4611
msgid "Use OS memory allocator instead of InnoDB's internal memory allocator"
4614
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4616
msgid "Failed to send error message to libnotify\n"
4619
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4620
msgid "Error Messages to stderr"
4623
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
4624
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
4625
msgid "List of schemas to filter"
4628
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
4629
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
4630
msgid "List of tables to filter"
4633
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
4634
msgid "Regular expression to apply to schemas to filter"
4637
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
4638
msgid "Regular expression to apply to tables to filter"
4641
#: ../plugin/hello_events/hello_events.cc:301
4642
msgid "Invalid value of before-write-position\n"
4645
#: ../plugin/hello_events/hello_events.cc:310
4646
#: ../plugin/hello_events/hello_events.cc:319
4647
msgid "Invalid value of before-update-position\n"
4650
#: ../plugin/hello_events/hello_events.cc:359
4651
#: ../plugin/hello_events/hello_events.cc:362
4652
#: ../plugin/hello_events/hello_events.cc:380
4653
msgid "A comma delimited list of databases to watch"
4656
#: ../plugin/hello_events/hello_events.cc:365
4657
#: ../plugin/hello_events/hello_events.cc:396
4658
msgid "Enable Example Events Plugin"
4661
#: ../plugin/hello_events/hello_events.cc:368
4662
#: ../plugin/hello_events/hello_events.cc:404
4663
msgid "Before write row event observer call position"
4666
#: ../plugin/hello_events/hello_events.cc:371
4667
#: ../plugin/hello_events/hello_events.cc:415
4668
#: ../plugin/pbms/src/parameters_ms.cc:579
4669
msgid "Before update row event observer call position"
4672
#: ../plugin/hello_events/hello_events.cc:374
4673
#: ../plugin/hello_events/hello_events.cc:426
4674
msgid "After drop database event observer call position"
4677
#: ../plugin/hello_events/hello_events.cc:388
4678
msgid "A comma delimited list of tables to watch"
4681
#: ../plugin/hello_events/hello_events.cc:450
4682
msgid "An example events Plugin"
4685
#: ../plugin/innobase/handler/data_dictionary.cc:202
4687
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4690
#: ../plugin/innobase/handler/ha_innodb.cc:1858
4692
msgid "Invalid value for io-capacity\n"
4693
msgstr "Erro: Valor Inválido para connect_timeout"
4695
#: ../plugin/innobase/handler/ha_innodb.cc:1877
4696
msgid "Invalid value for fast-shutdown\n"
4699
#: ../plugin/innobase/handler/ha_innodb.cc:1891
4700
msgid "Invalid value for flush-log-at-trx-commit\n"
4703
#: ../plugin/innobase/handler/ha_innodb.cc:1921
4704
msgid "Invalid value for max-dirty-pages-pct\n"
4707
#: ../plugin/innobase/handler/ha_innodb.cc:1930
4708
msgid "Invalid value for stats-sample-pages\n"
4711
#: ../plugin/innobase/handler/ha_innodb.cc:1941
4712
msgid "Invalid value for additional-mem-pool-size\n"
4715
#: ../plugin/innobase/handler/ha_innodb.cc:1951
4717
msgid "Invalid value for autoextend-increment\n"
4718
msgstr "Erro: Valor Inválido para connect_timeout"
4720
#: ../plugin/innobase/handler/ha_innodb.cc:1961
4721
msgid "Invalid value for buffer-pool-size\n"
4724
#: ../plugin/innobase/handler/ha_innodb.cc:1971
4725
msgid "Invalid value for commit-concurrency\n"
4728
#: ../plugin/innobase/handler/ha_innodb.cc:1980
4730
msgid "Invalid value for concurrency-tickets\n"
4731
msgstr "Erro: Valor Inválido para connect_timeout"
4733
#: ../plugin/innobase/handler/ha_innodb.cc:1989
4734
msgid "Invalid value for file-io-threads\n"
4737
#: ../plugin/innobase/handler/ha_innodb.cc:1998
4738
msgid "Invalid value for read-io-threads\n"
4741
#: ../plugin/innobase/handler/ha_innodb.cc:2007
4742
msgid "Invalid value for write-io-threads\n"
4745
#: ../plugin/innobase/handler/ha_innodb.cc:2016
4746
msgid "Invalid value for force-recovery\n"
4749
#: ../plugin/innobase/handler/ha_innodb.cc:2026
4750
#: ../plugin/innobase/handler/ha_innodb.cc:2036
4751
msgid "Invalid value for log-file-size\n"
4754
#: ../plugin/innobase/handler/ha_innodb.cc:2045
4755
msgid "Invalid value for log-files-in-group\n"
4758
#: ../plugin/innobase/handler/ha_innodb.cc:2054
4759
msgid "Invalid value for mirrored-log-groups\n"
4762
#: ../plugin/innobase/handler/ha_innodb.cc:2063
4764
msgid "Invalid value for open-files\n"
4765
msgstr "Modo inválido para --compatible: %s\n"
4767
#: ../plugin/innobase/handler/ha_innodb.cc:2072
4768
msgid "Invalid value for thread-concurrency\n"
4771
#: ../plugin/innobase/handler/ha_innodb.cc:2095
4772
msgid "Invalid value for read-ahead-threshold\n"
4775
#: ../plugin/innobase/handler/ha_innodb.cc:2119
4777
msgid "Invalid value for lock-wait-timeout\n"
4778
msgstr "Erro: Valor Inválido para connect_timeout"
4780
#: ../plugin/logging_gearman/logging_gearman.cc:199
4782
msgid "fail gearman_client_create(): %s"
4785
#: ../plugin/logging_gearman/logging_gearman.cc:210
4787
msgid "fail gearman_client_add_server(): %s"
4790
#: ../plugin/logging_gearman/logging_gearman.cc:309
4791
#: ../plugin/logging_gearman/logging_gearman.cc:316
4792
msgid "Enable logging to a gearman server"
4795
#: ../plugin/logging_gearman/logging_gearman.cc:325
4796
msgid "Hostname for logging to a Gearman server"
4799
#: ../plugin/logging_gearman/logging_gearman.cc:334
4800
msgid "Gearman Function to send logging to"
4803
#: ../plugin/logging_gearman/logging_gearman.cc:352
4804
msgid "Log queries to a Gearman server"
4807
#: ../plugin/logging_query/logging_query.cc:192
4809
msgid "fail open() fn=%s er=%s\n"
4812
#: ../plugin/logging_query/logging_query.cc:316
4813
msgid "Invalid value for threshold-slow"
4816
#: ../plugin/logging_query/logging_query.cc:325
4817
msgid "Invalid value for threshold-big-resultset"
4820
#: ../plugin/logging_query/logging_query.cc:334
4821
msgid "Invalid value for threshold-big-examined"
4824
#: ../plugin/logging_query/logging_query.cc:348
4825
#: ../plugin/logging_query/logging_query.cc:364
4826
msgid "Enable logging to CSV file"
4829
#: ../plugin/logging_query/logging_query.cc:351
4830
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
4831
#: ../plugin/syslog/module.cc:233
4832
msgid "Threshold for logging slow queries, in microseconds"
4835
#: ../plugin/logging_query/logging_query.cc:354
4836
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
4837
#: ../plugin/syslog/module.cc:236
4838
msgid "Threshold for logging big queries, for rows returned"
4841
#: ../plugin/logging_query/logging_query.cc:357
4842
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
4843
#: ../plugin/syslog/module.cc:239
4844
msgid "Threshold for logging big queries, for rows examined"
4847
#: ../plugin/logging_query/logging_query.cc:373
4848
msgid "File to log to"
4851
#: ../plugin/logging_query/logging_query.cc:382
4852
msgid "PCRE to match the query against"
4855
#: ../plugin/logging_query/logging_query.cc:439
4856
msgid "Log queries to a CSV file"
4859
#: ../plugin/logging_stats/logging_stats.cc:312
4861
msgid "Invalid value for max-user-count\n"
4862
msgstr "Erro: Valor Inválido para max_input_line"
4864
#: ../plugin/logging_stats/logging_stats.cc:320
4866
msgid "Invalid value for bucket-count\n"
4867
msgstr "Erro: Valor Inválido para connect_timeout"
4869
#: ../plugin/logging_stats/logging_stats.cc:329
4870
msgid "Invalid value for scoreboard-size\n"
4873
#: ../plugin/logging_stats/logging_stats.cc:364
4874
#: ../plugin/logging_stats/logging_stats.cc:406
4875
msgid "Max number of users that will be logged"
4878
#: ../plugin/logging_stats/logging_stats.cc:375
4879
#: ../plugin/logging_stats/logging_stats.cc:409
4881
msgid "Max number of range locks to use for Scoreboard"
4882
msgstr "Número máximo de bytes nos registros ordenados"
4884
#: ../plugin/logging_stats/logging_stats.cc:386
4885
#: ../plugin/logging_stats/logging_stats.cc:412
4886
msgid "Max number of concurrent sessions that will be logged"
4889
#: ../plugin/logging_stats/logging_stats.cc:397
4890
#: ../plugin/logging_stats/logging_stats.cc:415
4891
msgid "Enable Logging Statistics Collection"
4894
#: ../plugin/logging_stats/logging_stats.cc:432
4895
msgid "User Statistics as DATA_DICTIONARY tables"
4898
#: ../plugin/md5/md5.cc:99
4899
msgid "libgcrypt library version mismatch\n"
4902
#: ../plugin/memcached_query_cache/memcached_qc.cc:102
4903
#: ../plugin/memcached_query_cache/memcached_qc.cc:466
4904
#: ../plugin/memcached_stats/memcached_stats.cc:128
4905
#: ../plugin/memcached_stats/memcached_stats.cc:137
4906
msgid "List of memcached servers."
4909
#: ../plugin/memcached_query_cache/memcached_qc.cc:375
4911
msgid "Invalid value of expiry\n"
4912
msgstr "Uso inválido de ponteiro nulo"
4914
#: ../plugin/memcached_query_cache/memcached_qc.cc:469
4915
msgid "Expiry time of memcached entries"
4918
#: ../plugin/memcached_query_cache/memcached_qc.cc:472
4919
msgid "Enable Memcached Query Cache"
4922
#: ../plugin/memcached_stats/analysis_table.cc:76
4923
#: ../plugin/memcached_stats/stats_table.cc:144
4924
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4927
#: ../plugin/memcached_stats/memcached_stats.cc:152
4928
msgid "Memcached Stats as I_S tables"
4931
#: ../plugin/memcached_stats/stats_table.cc:76
4934
"Unable get stats from memcached server %s. Got error from "
4935
"memcached_stat_servername()."
4938
#: ../plugin/memcached_stats/stats_table.cc:151
4939
msgid "Unable to create memcached struct. Got error from memcached_create()."
4942
#: ../plugin/memcached_stats/stats_table.cc:159
4945
"Unable to create memcached server list. Got error from "
4946
"memcached_servers_parse(%s)."
4949
#: ../plugin/multi_thread/multi_thread.cc:85
4951
msgid "Unable to set thread stack size to %<PRId64>\n"
4954
#: ../plugin/multi_thread/multi_thread.cc:98
4955
msgid "Unable to get thread stack size\n"
4958
#: ../plugin/multi_thread/multi_thread.cc:147
4960
msgid "Invalid value for max-threads\n"
4961
msgstr "Erro: Valor Inválido para max_input_line"
4963
#: ../plugin/multi_thread/multi_thread.cc:160
4964
#: ../plugin/multi_thread/multi_thread.cc:167
4965
msgid "Maximum number of user threads available."
4968
#: ../plugin/myisam/ha_myisam.cc:534
4970
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4973
#: ../plugin/myisam/ha_myisam.cc:538
4975
msgid "Got an error from unknown thread, %s:%d"
4978
#: ../plugin/myisam/ha_myisam.cc:544
4979
msgid "Unknown thread accessing table"
4982
#: ../plugin/myisam/ha_myisam.cc:1500
4984
msgid "Invalid value for max-sort-file-size\n"
4985
msgstr "Erro: Valor Inválido para max_input_line"
4987
#: ../plugin/myisam/ha_myisam.cc:1509
4988
msgid "Invalid value for sort-buffer-size\n"
4991
#: ../plugin/myisam/ha_myisam.cc:1523 ../plugin/myisam/ha_myisam.cc:1535
4993
"Don't use the fast sort index method to created index if the temporary file "
4994
"would get bigger than this."
4997
#: ../plugin/myisam/ha_myisam.cc:1528 ../plugin/myisam/ha_myisam.cc:1538
4999
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5000
"when creating indexes with CREATE INDEX or ALTER TABLE."
5003
#: ../plugin/myisam/my_handler_errors.cc:42
5004
msgid "Didn't find key on read or update"
5005
msgstr "Não encontrei a chave ao ler ou atualizar"
5007
#: ../plugin/myisam/my_handler_errors.cc:43
5008
msgid "Duplicate key on write or update"
5009
msgstr "Chave duplicada ao escrever ou atualizar"
5011
#: ../plugin/myisam/my_handler_errors.cc:44
5012
msgid "Internal (unspecified) error in handler"
5013
msgstr "Erro interno (não especificado) no handler"
5015
#: ../plugin/myisam/my_handler_errors.cc:46
5017
"Someone has changed the row since it was read (while the table was locked to "
5020
"Alguém modificou a linha desde que ela foi lida (enquanto a tabela estava em "
5021
"lock para prevenir isso)"
5023
#: ../plugin/myisam/my_handler_errors.cc:48
5024
msgid "Wrong index given to function"
5025
msgstr "Indíce incorreto fornecido para a função"
5027
#: ../plugin/myisam/my_handler_errors.cc:49
5028
msgid "Index file is crashed"
5029
msgstr "Arquivo de índice está corrompido"
5031
#: ../plugin/myisam/my_handler_errors.cc:50
5032
msgid "Record file is crashed"
5033
msgstr "Arquivo de registro está corrompido"
5035
#: ../plugin/myisam/my_handler_errors.cc:51
5036
msgid "Out of memory in engine"
5037
msgstr "Sem memória na engine"
5039
#: ../plugin/myisam/my_handler_errors.cc:52
5040
msgid "Incorrect file format"
5041
msgstr "Formato de arquivo incorreto"
5043
#: ../plugin/myisam/my_handler_errors.cc:53
5044
msgid "Command not supported by database"
5045
msgstr "Comando não suportado pelo banco de dados"
5047
#: ../plugin/myisam/my_handler_errors.cc:54
5048
msgid "Old database file"
5049
msgstr "Arquivo de banco de dados antigo"
5051
#: ../plugin/myisam/my_handler_errors.cc:55
5052
msgid "No record read before update"
5053
msgstr "Nenhum registro lido antes do update"
5055
#: ../plugin/myisam/my_handler_errors.cc:56
5056
msgid "Record was already deleted (or record file crashed)"
5058
"Registro já havia sido apagado (ou arquivo de registros está corrompido)"
5060
#: ../plugin/myisam/my_handler_errors.cc:57
5061
msgid "No more room in record file"
5062
msgstr "Não há mais espaço no arquivo de registros"
5064
#: ../plugin/myisam/my_handler_errors.cc:58
5065
msgid "No more room in index file"
5066
msgstr "Não há mais espaço no arquivo de índices"
5068
#: ../plugin/myisam/my_handler_errors.cc:59
5069
msgid "No more records (read after end of file)"
5070
msgstr "Não há mais registros (lido após o final do arquivo)"
5072
#: ../plugin/myisam/my_handler_errors.cc:60
5073
msgid "Unsupported extension used for table"
5074
msgstr "Extensão não suportada utilizada para a tabela"
5076
#: ../plugin/myisam/my_handler_errors.cc:61
5078
msgstr "Linha muito grande"
5080
#: ../plugin/myisam/my_handler_errors.cc:62
5081
msgid "Wrong create options"
5082
msgstr "Opções de criação incorretas"
5084
#: ../plugin/myisam/my_handler_errors.cc:63
5085
msgid "Duplicate unique key or constraint on write or update"
5086
msgstr "Duplicada chave única ou constraint em escrita ou atualização"
5088
#: ../plugin/myisam/my_handler_errors.cc:64
5089
msgid "Unknown character set used in table"
5090
msgstr "Conjunto de caracteres desconhecido utilizado na tabela"
5092
#: ../plugin/myisam/my_handler_errors.cc:65
5093
msgid "Conflicting table definitions in sub-tables of MERGE table"
5096
#: ../plugin/myisam/my_handler_errors.cc:66
5097
msgid "Table is crashed and last repair failed"
5098
msgstr "Tabela está corrompida e o último reparo falhou"
5100
#: ../plugin/myisam/my_handler_errors.cc:67
5101
msgid "Table was marked as crashed and should be repaired"
5102
msgstr "Tabela foi marcada como corrompida e deve ser reparada"
5104
#: ../plugin/myisam/my_handler_errors.cc:68
5105
msgid "Lock timed out; Retry transaction"
5106
msgstr "Trava expirada; Tentar transação novamente"
5108
#: ../plugin/myisam/my_handler_errors.cc:69
5109
msgid "Lock table is full; Restart program with a larger locktable"
5111
"Tabela de travas está cheia; Reinicie o programa com uma tabela de travas "
5114
#: ../plugin/myisam/my_handler_errors.cc:70
5115
msgid "Updates are not allowed under a read only transactions"
5116
msgstr "Atualizações não são permitidas sob uma transação somente leitura"
5118
#: ../plugin/myisam/my_handler_errors.cc:71
5119
msgid "Lock deadlock; Retry transaction"
5122
#: ../plugin/myisam/my_handler_errors.cc:72
5123
msgid "Foreign key constraint is incorrectly formed"
5124
msgstr "Chave estrangeira está incorretamente formada"
5126
#: ../plugin/myisam/my_handler_errors.cc:73
5127
msgid "Cannot add a child row"
5128
msgstr "Impossível adicionar uma linha filha"
5130
#: ../plugin/myisam/my_handler_errors.cc:74
5131
msgid "Cannot delete a parent row"
5132
msgstr "Impossível apagar uma linha pai"
5134
#: ../plugin/myisam/my_handler_errors.cc:75
5135
msgid "No savepoint with that name"
5136
msgstr "Não há savepoint com esse nome"
5138
#: ../plugin/myisam/my_handler_errors.cc:76
5139
msgid "Non unique key block size"
5142
#: ../plugin/myisam/my_handler_errors.cc:77
5143
msgid "The table does not exist in engine"
5144
msgstr "A tabela não existe no engine"
5146
#: ../plugin/myisam/my_handler_errors.cc:78
5147
msgid "The table already existed in storage engine"
5148
msgstr "A tabela já existia no engine de armazenamento"
5150
#: ../plugin/myisam/my_handler_errors.cc:79
5151
msgid "Could not connect to storage engine"
5152
msgstr "Não foi possível conectar ao engine de armazenamento"
5154
#: ../plugin/myisam/my_handler_errors.cc:80
5155
msgid "Unexpected null pointer found when using spatial index"
5158
#: ../plugin/myisam/my_handler_errors.cc:81
5159
msgid "The table changed in storage engine"
5160
msgstr "A tabela mudou no engine de armazenamento"
5162
#: ../plugin/myisam/my_handler_errors.cc:82
5163
msgid "There's no partition in table for the given value"
5164
msgstr "Não há partição na tabela para o valor fornecido"
5166
#: ../plugin/myisam/my_handler_errors.cc:83
5167
msgid "Row-based binlogging of row failed"
5170
#: ../plugin/myisam/my_handler_errors.cc:84
5171
msgid "Index needed in foreign key constraint"
5172
msgstr "É ncessário um índice na constraint de chave estrangeira"
5174
#: ../plugin/myisam/my_handler_errors.cc:85
5175
msgid "Upholding foreign key constraints would lead to a duplicate key error"
5178
#: ../plugin/myisam/my_handler_errors.cc:86
5179
msgid "Table needs to be upgraded before it can be used"
5180
msgstr "Tabela precisa ser atualizada antes de poder ser usada"
5182
#: ../plugin/myisam/my_handler_errors.cc:87
5183
msgid "Table is read only"
5184
msgstr "A tabela é somente leitura"
5186
#: ../plugin/myisam/my_handler_errors.cc:88
5187
msgid "Failed to get next auto increment value"
5188
msgstr "Falhei em pegar o próximo valaor para o auto incremento"
5190
#: ../plugin/myisam/my_handler_errors.cc:89
5191
msgid "Failed to set row auto increment value"
5192
msgstr "Falhei em definir o valor para o auto incremento"
5194
#: ../plugin/myisam/my_handler_errors.cc:90
5195
msgid "Unknown (generic) error from engine"
5196
msgstr "Erro desconhecido (genérico) do engine"
5198
#: ../plugin/myisam/my_handler_errors.cc:91
5199
msgid "Record is the same"
5200
msgstr "O registro é mesmo"
5202
#: ../plugin/myisam/my_handler_errors.cc:92
5203
msgid "It is not possible to log this statement"
5204
msgstr "Não é possível logar esse comando"
5206
#: ../plugin/myisam/my_handler_errors.cc:93
5207
msgid "Tablespace exists"
5208
msgstr "O tablespace existe"
5210
#: ../plugin/myisam/my_handler_errors.cc:94
5211
msgid "The event was corrupt, leading to illegal data being read"
5214
#: ../plugin/myisam/my_handler_errors.cc:95
5215
msgid "The table is of a new format not supported by this version"
5216
msgstr "A tabela tem um formato novo não suportado nessa versão"
5218
#: ../plugin/myisam/my_handler_errors.cc:96
5219
msgid "The event could not be processed no other handler error happened"
5222
#: ../plugin/myisam/my_handler_errors.cc:97
5223
msgid "Got a fatal error during initialzation of handler"
5226
#: ../plugin/myisam/my_handler_errors.cc:98
5227
msgid "File to short; Expected more data in file"
5228
msgstr "Arquivo muito pequeno; Mais dados eram experados no arquivo"
5230
#: ../plugin/myisam/my_handler_errors.cc:99
5231
msgid "Read page with wrong checksum"
5232
msgstr "Ler página com checksum incorreto"
5234
#. TODO: get a better message for these
5235
#: ../plugin/myisam/my_handler_errors.cc:101
5236
msgid "Lock or active transaction"
5237
msgstr "Trava ou transação ativa"
5239
#: ../plugin/myisam/my_handler_errors.cc:102
5240
msgid "No such table space"
5241
msgstr "Tablespace nao existe"
5243
#: ../plugin/myisam/my_handler_errors.cc:103
5244
msgid "Tablespace not empty"
5245
msgstr "Tablespace não está vazio"
5247
#: ../plugin/mysql_protocol/mysql_protocol.cc:949
5248
msgid "Invalid value for retry_count"
5251
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
5252
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
5254
"Port number to use for connection or 0 for default to with MySQL protocol."
5257
#: ../plugin/pbms/src/parameters_ms.cc:552
5259
"A comma delimited list of tables to watch of the format: <database>."
5263
#: ../plugin/pbms/src/parameters_ms.cc:560
5264
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
5267
#: ../plugin/pbms/src/parameters_ms.cc:568
5268
msgid "Before insert row event observer call position"
5271
#: ../plugin/pool_of_threads/pool_of_threads.cc:232
5272
msgid "event_add error in libevent_add_session_callback\n"
5275
#: ../plugin/pool_of_threads/pool_of_threads.cc:310
5276
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
5279
#: ../plugin/pool_of_threads/pool_of_threads.cc:588
5280
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
5283
#: ../plugin/pool_of_threads/pool_of_threads.cc:595
5284
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
5287
#: ../plugin/pool_of_threads/pool_of_threads.cc:607
5288
msgid "session_add_event event_add error in libevent_init\n"
5291
#: ../plugin/pool_of_threads/pool_of_threads.cc:620
5293
msgid "Can't create completion port thread (error %d)"
5295
"Impossível criar link simbólico '%s' apontando para '%s' (Código do erro: %d)"
5297
#: ../plugin/pool_of_threads/pool_of_threads.cc:650
5299
msgid "Invalid value for size\n"
5300
msgstr "Erro: Valor Inválido para max_input_line"
5302
#: ../plugin/pool_of_threads/pool_of_threads.cc:668
5303
#: ../plugin/pool_of_threads/pool_of_threads.cc:675
5304
msgid "Size of Pool."
5307
#: ../plugin/rabbitmq/rabbitmq_log.cc:110
5308
msgid "Failed to allocate enough memory to transaction message\n"
5311
#: ../plugin/rabbitmq/rabbitmq_log.cc:172
5313
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
5316
#: ../plugin/rabbitmq/rabbitmq_log.cc:182
5318
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
5321
#: ../plugin/rabbitmq/rabbitmq_log.cc:200
5322
#: ../plugin/rabbitmq/rabbitmq_log.cc:278
5324
msgid "Enable rabbitmq log"
5325
msgstr "Habilitar log"
5327
#: ../plugin/rabbitmq/rabbitmq_log.cc:209
5328
#: ../plugin/rabbitmq/rabbitmq_log.cc:281
5329
msgid "Host name to connect to"
5332
#: ../plugin/rabbitmq/rabbitmq_log.cc:218
5333
msgid "RabbitMQ Port"
5336
#: ../plugin/rabbitmq/rabbitmq_log.cc:229
5337
#: ../plugin/rabbitmq/rabbitmq_log.cc:284
5338
msgid "RabbitMQ username"
5341
#: ../plugin/rabbitmq/rabbitmq_log.cc:237
5342
#: ../plugin/rabbitmq/rabbitmq_log.cc:287
5343
msgid "RabbitMQ password"
5346
#: ../plugin/rabbitmq/rabbitmq_log.cc:245
5347
msgid "RabbitMQ virtualhost"
5350
#: ../plugin/rabbitmq/rabbitmq_log.cc:253
5351
msgid "Name of RabbitMQ exchange to publish to"
5354
#: ../plugin/rabbitmq/rabbitmq_log.cc:261
5355
msgid "Name of RabbitMQ routing key to use"
5358
#: ../plugin/rabbitmq/rabbitmq_log.cc:269
5359
#: ../plugin/transaction_log/module.cc:309
5360
#: ../plugin/transaction_log/module.cc:362
5361
msgid "Name of the replicator plugin to use (default='default_replicator')"
5364
#: ../plugin/session_dictionary/processlist.cc:94
5367
msgstr "(não usado)"
5369
#: ../plugin/signal_handler/signal_handler.cc:230
5371
msgid "Can't create interrupt-thread (error %d, errno: %d)"
5374
#: ../plugin/syslog/errmsg.cc:39 ../plugin/syslog/logging.cc:63
5376
msgid "syslog facility \"%s\" not known, using \"local0\""
5379
#: ../plugin/syslog/errmsg.cc:49
5381
msgid "syslog priority \"%s\" not known, using \"warn\""
5384
#: ../plugin/syslog/logging.cc:72
5386
msgid "syslog priority \"%s\" not known, using \"info\""
5389
#: ../plugin/syslog/module.cc:61
5390
msgid "Invalid value for logging-threshold-slow\n"
5393
#: ../plugin/syslog/module.cc:70
5394
msgid "Invalid value for logging-threshold-big-resultset\n"
5397
#: ../plugin/syslog/module.cc:79
5398
msgid "Invalid value for logging-threshold-big-examined\n"
5401
#: ../plugin/syslog/module.cc:131 ../plugin/syslog/module.cc:221
5402
msgid "Syslog Ident"
5405
#: ../plugin/syslog/module.cc:140 ../plugin/syslog/module.cc:224
5406
msgid "Syslog Facility"
5409
#: ../plugin/syslog/module.cc:149 ../plugin/syslog/module.cc:227
5410
msgid "Enable logging to syslog of the query log"
5413
#: ../plugin/syslog/module.cc:158 ../plugin/syslog/module.cc:230
5414
msgid "Syslog Priority of query logging"
5417
#: ../plugin/syslog/module.cc:203 ../plugin/syslog/module.cc:242
5418
msgid "Enable logging to syslog of the error messages"
5421
#: ../plugin/syslog/module.cc:212 ../plugin/syslog/module.cc:245
5422
msgid "Syslog Priority of error messages"
5425
#: ../plugin/transaction_log/background_worker.cc:77
5427
msgid "Unable to create background worker thread. Got error %s.\n"
5430
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
5431
#: ../plugin/transaction_log/print_transaction_message.cc:105
5432
#: ../plugin/transaction_log/transaction_log_reader.cc:97
5434
msgid "Failed to open transaction log file %s. Got error: %s\n"
5437
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
5438
#: ../plugin/transaction_log/print_transaction_message.cc:149
5439
#: ../plugin/transaction_log/transaction_log_reader.cc:154
5441
msgid "Raw buffer read: %s.\n"
5444
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
5445
#: ../plugin/transaction_log/print_transaction_message.cc:155
5446
#: ../plugin/transaction_log/transaction_log_reader.cc:161
5448
msgid "Unable to parse transaction. Got error: %s.\n"
5451
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
5452
#: ../plugin/transaction_log/print_transaction_message.cc:157
5453
#: ../plugin/transaction_log/transaction_log_reader.cc:163
5455
msgid "BUFFER: %s\n"
5456
msgstr "BUFFER: %s\n"
5458
#: ../plugin/transaction_log/module.cc:135
5460
msgid "Invalid value for sync-method\n"
5461
msgstr "Erro: Valor Inválido para connect_timeout"
5463
#: ../plugin/transaction_log/module.cc:144
5465
msgid "Invalid value for num-write-buffers\n"
5466
msgstr "Uso inválido de ponteiro nulo"
5468
#: ../plugin/transaction_log/module.cc:180
5470
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5473
#: ../plugin/transaction_log/module.cc:189
5475
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5478
#: ../plugin/transaction_log/module.cc:201
5480
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5483
#: ../plugin/transaction_log/module.cc:210
5485
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5488
#: ../plugin/transaction_log/module.cc:225
5490
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5493
#: ../plugin/transaction_log/module.cc:285
5494
#: ../plugin/transaction_log/module.cc:356
5495
msgid "Enable transaction log"
5498
#: ../plugin/transaction_log/module.cc:293
5499
#: ../plugin/transaction_log/module.cc:350
5500
msgid "DEBUGGING - Truncate transaction log"
5503
#: ../plugin/transaction_log/module.cc:301
5504
#: ../plugin/transaction_log/module.cc:359
5505
msgid "Path to the file to use for transaction log"
5508
#: ../plugin/transaction_log/module.cc:317
5509
#: ../plugin/transaction_log/module.cc:353
5510
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5513
#: ../plugin/transaction_log/module.cc:325
5514
#: ../plugin/transaction_log/module.cc:365
5516
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5517
"each transaction write, 2 == sync log file once per second"
5520
#: ../plugin/transaction_log/module.cc:338
5521
#: ../plugin/transaction_log/module.cc:368
5522
msgid "Number of slots for in-memory write buffers (default=8)."
5525
#: ../plugin/transaction_log/transaction_log.cc:114
5526
msgid "Failed to open transaction log file "
5529
#: ../plugin/transaction_log/transaction_log.cc:215
5532
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5533
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5536
#: ../plugin/transaction_log/transaction_log.cc:236
5538
msgid "Failed to sync log file. Got error: %s\n"
5541
#~ msgid "Use MySQL Protocol."
5542
#~ msgstr "Utilização do protocolo MySQL"
5545
#~ "Copyright (C) 2008 Sun Microsystems\n"
5546
#~ "This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5547
#~ "and you are welcome to modify and redistribute it under the GPL license\n"
5549
#~ "Starts the Drizzle database server\n"
5551
#~ "Copyright (C) 2008 Syn Microsystems\n"
5552
#~ "Este software vem ABSOLUTAMENTE SEM GARANTIA. Este é um software livre,\n"
5553
#~ "e você será bem vindo para modifica-lo e redistribui-lo sob a licença "
5556
#~ "Iniciar o servidor de banco de dados Drizzle\n"
5558
#~ msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
5560
#~ "Erro removendo banco de dados (não pôde deletar '%-.192s', errno: %d)"
5562
#~ msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
5564
#~ "Erro removendo banco de dados (não pôde remover diretório '%-.192s', "
5567
#~ msgid "Can't read record in system table"
5568
#~ msgstr "Não pôde ler registro na tabela do sistema"
5570
#~ msgid "Can't get working directory (errno: %d)"
5571
#~ msgstr "Não é possível obter o diretório de trabalho (errno: %d)"
5573
#~ msgid "Can't change dir to '%-.192s' (errno: %d)"
5574
#~ msgstr "Não pôde mudar diretório para '%-.192s' (errno: %d)"
5576
#~ msgid "View '%-.192s' doesn't exist for '%-.192s'"
5577
#~ msgstr "A exibição '%-.192s' não existe para '%-.192s'"
5580
#~ "%s: ready for connections.\n"
5581
#~ "Version: '%s' socket: '%s' port: %u\n"
5583
#~ "%s: pronto para conexões.\n"
5584
#~ "Versão: '%s' socket: '%s' porta: %u\n"
5586
#~ msgid "Default pointer size to be used for MyISAM tables."
5587
#~ msgstr "Tamanho padrão do ponteiro usado por tabelas MyISAM."
5589
#~ msgid "Synonym for -?"
5590
#~ msgstr "Sinônimo para -?"
5592
#~ msgid "Usage: %s [OPTIONS] [database]\n"
5593
#~ msgstr "Uso: %s [OPÇÕES] [banco de dados]\n"
5595
#~ msgid "Can't create/write to file '%s' (Errcode: %d)"
5597
#~ "Não foi possível criar/escrever no arquivo '%s' (Código do erro: %d)"
5599
#~ msgid "Check memory and open file usage at exit ."
5600
#~ msgstr "Verifica memória e arquivos abertos ao sair do programa."
5602
#~ msgid "Unknown command '\\%c'."
5603
#~ msgstr "Comando desconhecido '\\%c'."
5605
#~ msgid "Invalid (old?) table or database name '%s'"
5606
#~ msgstr "Nome de tabela ou banco de dados %s invalido(Antigo?)"
5608
#~ msgid "WARNING: --server-arg option not supported in this configuration.\n"
5609
#~ msgstr "AVISO: opção --server-arg não suportada nesta configuração.\n"
5611
#~ msgid "WARNING: option deprecated; use --disable-tee instead.\n"
5612
#~ msgstr "AVISO: opção obsoleta; ao invés use --disable-tee.\n"
5615
#~ "Disable pager and print to stdout. See interactive help (\\h) also. "
5616
#~ "WARNING: option deprecated; use --disable-pager instead."
5618
#~ "Desabilita o \"pager\" e imprime para o arquivo de saída. Veja ajuda "
5619
#~ "interativa (\\h) também. AVISO: opção obsoleta; ao invés use --disable-"
5622
#~ msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
5623
#~ msgstr "%s Ver %s Distrib %s, para %s(%s) usando %s %s\n"
5625
#~ msgid "File '%s' not found (Errcode: %d)"
5626
#~ msgstr "Arquivo '%s' não encontrado (Errcode: %d)"
5628
#~ msgid "Error on delete of '%s' (Errcode: %d)"
5629
#~ msgstr "Erro ao apagar '%s' (Código do erro: %d)"
5631
#~ msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
5632
#~ msgstr "Erro ao renomear '%s' para '%s' (Código do erro: %d)"
5634
#~ msgid "Error reading file '%s' (Errcode: %d)"
5635
#~ msgstr "Erro lendo o arquivo '%s' (Código do erro: %d)"
5637
#~ msgid "Error writing file '%s' (Errcode: %d)"
5638
#~ msgstr "Erro escrevendo no arquivo '%s' (Código do erro: %d)"
5640
#~ msgid "Out of memory (Needed %u bytes)"
5641
#~ msgstr "Memória insuficiente (Necessário %u bytes)"
5643
#~ msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
5645
#~ "Fim-de-arquivo encontrado inesperadamente ao ler arquivo '%s' (Código do "
5648
#~ msgid "Can't read dir of '%s' (Errcode: %d)"
5649
#~ msgstr "Impossível ler o diretório '%s' (Código do erro: %d)"
5652
#~ "Incorrect definition of table %s.%s: expected column '%s' at position %d "
5653
#~ "to have type %s but the column is not found."
5655
#~ "Definição incorreta da tabela %s.%s: é esperado que a coluna '%s' na "
5656
#~ "posição %d tenha um tipo %s porém a coluna não foi encontrada."
5659
#~ "Incorrect definition of table %s.%s: expected the type of column '%s' at "
5660
#~ "position %d to have character set '%s' but found character set '%s'."
5662
#~ "Definição incorreta da tabela %s.%s: é esperado que o tipo da coluna '%s' "
5663
#~ "na posição %d tenha um conjunto de caracteres '%s' porém o conjunto '%s' "
5664
#~ "foi encontrado."
5666
#~ msgid "Disk is full writing '%s'. Waiting for someone to free space..."
5668
#~ "Disco ficou cheio enquanto escrevi '%s'. Aguardando que alguém libere "
5669
#~ "algum espaço..."
5671
#~ msgid "Can't change dir to '%s' (Errcode: %d)"
5672
#~ msgstr "Impossível mudar para o diretório '%s' (Código do erro: %d)"
5674
#~ msgid "Can't get working dirctory (Errcode: %d)"
5675
#~ msgstr "Impossível determinar o diretório atual (Código do erro: %d)"
5677
#~ msgid "Plugin '%s' init function returned error."
5678
#~ msgstr "A função init do plugin '%s' retornou um erro."
5680
#~ msgid "Retrying bind on TCP/IP port %u"
5681
#~ msgstr "Tentando novamente o bind na porta TCP/IP %u"
5683
#~ msgid "Can't start server: Bind on TCP/IP port"
5684
#~ msgstr "Impossível iniciar o servidor: Bind na porta TCP/IP"
5686
#~ msgid "Can't start server: listen() on TCP/IP port"
5687
#~ msgstr "Impossível iniciar o servidor: listen() na porta TCP/IP"
5692
#~ msgid "listen() on TCP/IP failed with error %d"
5693
#~ msgstr "listen() no TCP/IP falhou com o erro %d"
5695
#~ msgid "Do you already have another drizzled server running on port: %d ?"
5697
#~ "Você já possui uma outra instância do servidor drizzled rodando na porta: "
5701
#~ "Trying to get some variables.\n"
5702
#~ "Some pointers may be invalid and cause the dump to abort...\n"
5704
#~ "Tentando pegar algumas variáveis.\n"
5705
#~ "Alguns ponteiros podem estar inválidos e podem fazer com que o dump seja "
5709
#~ "Incorrect definition of table %s.%s: expected the type of column '%s' at "
5710
#~ "position %d to have character set '%s' but the type has no character set."
5712
#~ "Definição incorreta da tabela %s.%s: é esperado que o tipo de coluna '%s' "
5713
#~ "na posição %d tenha um conjunto de caracteres '%s' porém o tipo não tem "
5714
#~ "um conjunto de caracteres."
5717
#~ "'%s' had no or invalid character set, and default character set is multi-"
5718
#~ "byte, so character column sizes may have changed"
5720
#~ "'%s' não tinha um conjunto de caracteres ou o conjunto de caracteres é "
5721
#~ "inválido e o conjunto de caracteres padrão é multi-byte, portanto os "
5722
#~ "tamanhos das colunas de caracteres podem ter mudado"
5724
#~ msgid "Unknown/unsupported table type: %s"
5725
#~ msgstr "Tipo de tabela desconhecido/não suportado: %s"
5727
#~ msgid "Failed to lock memory. Errno: %d\n"
5728
#~ msgstr "Falha ao fazer lock na memória. Código do erro: %d\n"
5730
#~ msgid "Default storage engine (%s) is not available"
5731
#~ msgstr "O engine de armazenamento padrão (%s) está indisponível"
5733
#~ msgid "drizzled: Got error %d from select"
5734
#~ msgstr "drizzled: Recebi o erro %d do select"
5736
#~ msgid "Set the filesystem character set."
5737
#~ msgstr "Define o conjunto de caracteres do sistema de arquivos"
5739
#~ msgid "Write more. (-v -v -v gives the table output format)."
5740
#~ msgstr "Escreva mais. (-v -v -v informa a tabela de formatos de saída)."
5743
#~ "Disable outfile. See interactive help (\\h) also. WARNING: option "
5744
#~ "deprecated; use --disable-tee instead"
5746
#~ "Desabilitar arquivo de saída. Veja também a ajuda interativa (\\h). "
5747
#~ "AvVISO: opção obsoleta; use --disable-tee"
5749
#~ msgid "built-in default"
5750
#~ msgstr "nativo por padrão"
5752
#~ msgid "Can't lock file (Errcode: %d)"
5753
#~ msgstr "Não é possível travar o arquivo (Código do erro: %d)"
5755
#~ msgid "Error on close of '%s' (Errcode: %d)"
5756
#~ msgstr "Erro no fechamento de '%s' (Código do erro: %d)"
5758
#~ msgid "Undefined handler error 125"
5759
#~ msgstr "Erro de handler indefinido 125"
5763
#~ "You are running a statically-linked LinuxThreads binary on an NPTL "
5765
#~ "This can result in crashes on some distributions due to LT/NPTL "
5767
#~ "You should either build a dynamically-linked binary, or force "
5769
#~ "to be used with the LD_ASSUME_KERNEL environment variable. Please "
5771
#~ "the documentation for your distribution on how to do that.\n"
5774
#~ "Você está rodando o binario LinuxThread vinculado estaticamente em um "
5775
#~ "sistema NPTL.\n"
5776
#~ "Isto pode resultar em problemas em algumas distribuições por conflitos LT/"
5778
#~ "Você deve compilar um binário vinculado dinamicamente, ou forçar o "
5780
#~ "a ser usado definindo a variavel de ambiente LD_ASSUME_KERNEL. Por favor "
5782
#~ "a documentação da sua distribuição para saber como fazer isto.\n"
5785
#~ "Reading table information for completion of table and column names\n"
5786
#~ " You can turn off this feature to get a quicker startup with -A\n"
5789
#~ "Lendo informações das tabelas para auto-completar nomes de tabelas e "
5791
#~ " Você pode desligar essa funcionalidade para obter uma inicialização "
5792
#~ "mais rápida com -A\n"
5796
#~ "Port number to use for connection or 0 for default to, in order of "
5797
#~ "preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
5799
#~ "Número da porta a ser usada para conexão, ou 0 para usar o padrão de, em "
5800
#~ "ordem de preferência, drizzle.cnf, $DRIZZLE_TCP_PORT "
5803
#~ "Port number to use for connection or 0 for default to, in order of "
5804
#~ "preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
5806
#~ "Número da porta a ser usada para conexão, ou 0 para usar o padrão de, em "
5807
#~ "ordem de preferência, drizzle.cnf, $DRIZZLE_TCP_PORT, padrão interno ("
5809
#~ msgid "IP address to bind to."
5810
#~ msgstr "Endereço IP para conexão."
5812
#~ msgid "Type of DELAY_KEY_WRITE."
5813
#~ msgstr "Tipo do DELAY_KEY_WRITE."
5815
#~ msgid "Log all MyISAM changes to file."
5816
#~ msgstr "Logar todas as alterações MyISAM em arquivo."
7272
#: drizzled/definitions.h:52
7273
msgid "Invalid error code"
7274
msgstr "Código de erro inválido"
7277
#~ "Switch to another charset. Might be needed for processing binlog with "
7278
#~ "multi-byte charsets."
7280
#~ "Troca para outro charset. Pode ser necessário para processar binlog com "
7281
#~ "charsets de múltiplos bytes."
7283
#~ msgid "Usage: \\C char_setname | charset charset_name"
7284
#~ msgstr "Uso: \\C char_setname | charset charset_name"
7286
#~ msgid "Charset changed"
7287
#~ msgstr "Charset modificado"
7289
#~ msgid "Charset is not found"
7290
#~ msgstr "Charset não encontrado"
7292
#~ msgid "Unknown option to protocol: %s\n"
7293
#~ msgstr "Opção desconhecida para o protocolo: %s\n"
7295
#~ msgid "COLLATION %s is not valid for CHARACTER SET %s"
7296
#~ msgstr "COLLATION %s não é válido pra o CHARACTER SET %s"