1992
1993
#: drizzled/drizzled.cc:3173
1994
"Path for temporary files. Several paths may be specified, separated by a "
1995
"colon (:), in this case they are used in a round-robin fashion."
1994
msgid "Path for temporary files."
1998
#: drizzled/drizzled.cc:3179
1997
#: drizzled/drizzled.cc:3177
1999
1998
msgid "Default transaction isolation level."
2002
#: drizzled/drizzled.cc:3183
2001
#: drizzled/drizzled.cc:3181
2003
2002
msgid "Run drizzled daemon as user."
2006
#: drizzled/drizzled.cc:3191
2005
#: drizzled/drizzled.cc:3189
2008
2007
"The number of outstanding connection requests Drizzle can have. This comes "
2009
2008
"into play when the main Drizzle thread gets very many connection requests in "
2010
2009
"a very short time."
2013
#: drizzled/drizzled.cc:3197
2012
#: drizzled/drizzled.cc:3195
2015
2014
"The size of the cache to hold the SQL statements for the binary log during a "
2016
2015
"transaction. If you often use big, multi-statement transactions you can "
2017
2016
"increase this to get more performance."
2020
#: drizzled/drizzled.cc:3203
2019
#: drizzled/drizzled.cc:3201
2022
2021
"Size of tree cache used in bulk insert optimisation. Note that this is a "
2023
2022
"limit per thread!"
2026
#: drizzled/drizzled.cc:3209
2025
#: drizzled/drizzled.cc:3207
2028
2027
"The number of seconds the drizzled server is waiting for a connect packet "
2029
2028
"before responding with 'Bad handshake'."
2032
#: drizzled/drizzled.cc:3214
2031
#: drizzled/drizzled.cc:3212
2033
2032
msgid "The DATE format (For future)."
2036
#: drizzled/drizzled.cc:3219
2035
#: drizzled/drizzled.cc:3217
2037
2036
msgid "The DATETIME/TIMESTAMP format (for future)."
2040
#: drizzled/drizzled.cc:3224
2039
#: drizzled/drizzled.cc:3222
2041
2040
msgid "The default week format used by WEEK() functions."
2044
#: drizzled/drizzled.cc:3229
2043
#: drizzled/drizzled.cc:3227
2046
2045
"Precision of the result of '/' operator will be increased on that value."
2049
#: drizzled/drizzled.cc:3235
2048
#: drizzled/drizzled.cc:3233
2051
2050
"If non-zero, binary logs will be purged after expire_logs_days days; "
2052
2051
"possible purges happen at startup and at binary log rotation."
2055
#: drizzled/drizzled.cc:3241
2054
#: drizzled/drizzled.cc:3239
2056
2055
msgid "The maximum length of the result of function group_concat."
2059
#: drizzled/drizzled.cc:3246
2058
#: drizzled/drizzled.cc:3244
2061
2060
"The number of seconds the server waits for activity on an interactive "
2062
2061
"connection before closing it."
2065
#: drizzled/drizzled.cc:3252
2064
#: drizzled/drizzled.cc:3250
2066
2065
msgid "The size of the buffer that is used for full joins."
2069
#: drizzled/drizzled.cc:3258
2068
#: drizzled/drizzled.cc:3256
2070
2069
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2073
#: drizzled/drizzled.cc:3263
2072
#: drizzled/drizzled.cc:3261
2075
2074
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2076
2075
"this to get better index handling (for all reads and multiple writes) to as "
2077
2076
"much as you can afford;"
2080
#: drizzled/drizzled.cc:3272
2079
#: drizzled/drizzled.cc:3270
2082
2081
"This characterizes the number of hits a hot block has to be untouched until "
2083
2082
"it is considered aged enough to be downgraded to a warm block. This "
2089
2088
"specifies the percentage ratio of that number of hits to the total number of "
2090
2089
"blocks in key cache"
2092
#: drizzled/drizzled.cc:3281
2091
#: drizzled/drizzled.cc:3279
2093
2092
msgid "The default size of key cache blocks"
2096
#: drizzled/drizzled.cc:3287
2095
#: drizzled/drizzled.cc:3285
2097
2096
msgid "The minimum percentage of warm blocks in key cache"
2100
#: drizzled/drizzled.cc:3293
2099
#: drizzled/drizzled.cc:3291
2101
2100
msgid "Max packetlength to send/receive from to server."
2104
#: drizzled/drizzled.cc:3298
2103
#: drizzled/drizzled.cc:3296
2106
2105
"Can be used to restrict the total size used to cache a multi-transaction "
2110
#: drizzled/drizzled.cc:3303
2109
#: drizzled/drizzled.cc:3301
2112
2111
"Binary log will be rotated automatically when the size exceeds this value. "
2113
2112
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2114
2113
"for this variable is 4096."
2117
#: drizzled/drizzled.cc:3309
2116
#: drizzled/drizzled.cc:3307
2119
2118
"If there is more than this number of interrupted connections from a host "
2120
2119
"this host will be blocked from further connections."
2123
#: drizzled/drizzled.cc:3316
2122
#: drizzled/drizzled.cc:3314
2124
2123
msgid "The number of simultaneous clients allowed."
2127
#: drizzled/drizzled.cc:3321
2126
#: drizzled/drizzled.cc:3319
2128
2127
msgid "Max number of errors/warnings to store for a statement."
2131
#: drizzled/drizzled.cc:3326
2130
#: drizzled/drizzled.cc:3324
2132
2131
msgid "Don't allow creation of heap tables bigger than this."
2135
#: drizzled/drizzled.cc:3332
2134
#: drizzled/drizzled.cc:3330
2137
2136
"Joins that are probably going to read more than max_join_size records return "
2141
#: drizzled/drizzled.cc:3338
2140
#: drizzled/drizzled.cc:3336
2142
2141
msgid "Max number of bytes in sorted records."
2145
#: drizzled/drizzled.cc:3343
2144
#: drizzled/drizzled.cc:3341
2147
2146
"If non-zero: relay log will be rotated automatically when the size exceeds "
2148
2147
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2149
2148
"excepted, the minimum value for this variable is 4096."
2152
#: drizzled/drizzled.cc:3350
2151
#: drizzled/drizzled.cc:3348
2153
2152
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2156
#: drizzled/drizzled.cc:3355
2155
#: drizzled/drizzled.cc:3353
2158
2157
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2159
2158
"max_sort_length bytes of each value are used; the rest are ignored)."
2162
#: drizzled/drizzled.cc:3362
2161
#: drizzled/drizzled.cc:3360
2163
2162
msgid "Maximum number of temporary tables a client can keep open at a time."
2166
#: drizzled/drizzled.cc:3367
2165
#: drizzled/drizzled.cc:3365
2167
2166
msgid "After this many write locks, allow some read locks to run in between."
2170
#: drizzled/drizzled.cc:3371
2169
#: drizzled/drizzled.cc:3369
2172
2171
"Don't log queries which examine less than min_examined_row_limit rows to "
2176
#: drizzled/drizzled.cc:3377
2175
#: drizzled/drizzled.cc:3375
2177
2176
msgid "Block size to be used for MyISAM index pages."
2180
#: drizzled/drizzled.cc:3383
2179
#: drizzled/drizzled.cc:3381
2181
2180
msgid "Default pointer size to be used for MyISAM tables."
2184
#: drizzled/drizzled.cc:3388
2183
#: drizzled/drizzled.cc:3386
2186
2185
"Don't use the fast sort index method to created index if the temporary file "
2187
2186
"would get bigger than this."
2190
#: drizzled/drizzled.cc:3395
2189
#: drizzled/drizzled.cc:3393
2192
2191
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2193
2192
"disables parallel repair."
2196
#: drizzled/drizzled.cc:3401
2195
#: drizzled/drizzled.cc:3399
2198
2197
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2199
2198
"when creating indexes with CREATE INDEX or ALTER TABLE."
2202
#: drizzled/drizzled.cc:3407
2201
#: drizzled/drizzled.cc:3405
2204
2203
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2205
2204
"Possible values of name are 'nulls_unequal' (default behavior), "
2209
2208
"Possible values of name are 'nulls_unequal' (default behaviour), "
2210
2209
"'nulls_equal' (emulate MySQL 4.0 behaviour), and 'nulls_ignored'."
2212
#: drizzled/drizzled.cc:3414
2211
#: drizzled/drizzled.cc:3412
2213
2212
msgid "Buffer length for TCP/IP and socket communication."
2216
#: drizzled/drizzled.cc:3419
2215
#: drizzled/drizzled.cc:3417
2218
2217
"Number of seconds to wait for more data from a connection before aborting "
2222
#: drizzled/drizzled.cc:3425
2221
#: drizzled/drizzled.cc:3423
2224
2223
"If a read on a communication port is interrupted, retry this many times "
2225
2224
"before giving up."
2228
#: drizzled/drizzled.cc:3431
2227
#: drizzled/drizzled.cc:3429
2230
2229
"Number of seconds to wait for a block to be written to a connection before "
2231
2230
"aborting the write."
2234
#: drizzled/drizzled.cc:3437
2233
#: drizzled/drizzled.cc:3435
2235
2234
msgid "Use compatible behavior."
2236
2235
msgstr "Use compatible behaviour."
2238
#: drizzled/drizzled.cc:3442
2237
#: drizzled/drizzled.cc:3440
2240
2239
"If this is not 0, then drizzled will use this value to reserve file "
2241
2240
"descriptors to use with setrlimit(). If this value is 0 then drizzled will "
2262
2261
"(used for testing/comparison)."
2265
#: drizzled/drizzled.cc:3469
2264
#: drizzled/drizzled.cc:3467
2266
2265
msgid "Directory for plugins."
2269
#: drizzled/drizzled.cc:3473
2268
#: drizzled/drizzled.cc:3471
2271
2270
"Optional colon (or semicolon) separated list of plugins to load,where each "
2272
2271
"plugin is identified by the name of the shared library. [for example: --"
2273
2272
"plugin_load=libmd5udf.so:libauth_pam.so]"
2276
#: drizzled/drizzled.cc:3479
2275
#: drizzled/drizzled.cc:3477
2277
2276
msgid "The size of the buffer that is allocated when preloading indexes"
2280
#: drizzled/drizzled.cc:3484
2279
#: drizzled/drizzled.cc:3482
2281
2280
msgid "Allocation block size for query parsing and execution"
2284
#: drizzled/drizzled.cc:3489
2283
#: drizzled/drizzled.cc:3487
2285
2284
msgid "Persistent buffer for query parsing and execution"
2288
#: drizzled/drizzled.cc:3495
2287
#: drizzled/drizzled.cc:3493
2289
2288
msgid "Allocation block size for storing ranges during optimization"
2290
2289
msgstr "Allocation block size for storing ranges during optimisation"
2292
#: drizzled/drizzled.cc:3501
2291
#: drizzled/drizzled.cc:3499
2294
2293
"Each thread that does a sequential scan allocates a buffer of this size for "
2295
2294
"each table it scans. If you do many sequential scans, you may want to "
2296
2295
"increase this value."
2299
#: drizzled/drizzled.cc:3509
2298
#: drizzled/drizzled.cc:3507
2301
2300
"Make all non-temporary tables read-only, with the exception for replication "
2302
2301
"(slave) threads and users with the SUPER privilege"
2305
#: drizzled/drizzled.cc:3515
2304
#: drizzled/drizzled.cc:3513
2307
2306
"When reading rows in sorted order after a sort, the rows are read through "
2308
2307
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2309
2308
"record_buffer."
2312
#: drizzled/drizzled.cc:3523
2311
#: drizzled/drizzled.cc:3521
2314
2313
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2318
#: drizzled/drizzled.cc:3529
2317
#: drizzled/drizzled.cc:3527
2319
2318
msgid "Maximum space to use for all relay logs."
2322
#: drizzled/drizzled.cc:3534
2321
#: drizzled/drizzled.cc:3532
2323
2322
msgid "Use compression on master/slave protocol."
2326
#: drizzled/drizzled.cc:3539
2325
#: drizzled/drizzled.cc:3537
2328
2327
"Number of seconds to wait for more data from a master/slave connection "
2329
2328
"before aborting the read."
2332
#: drizzled/drizzled.cc:3544
2331
#: drizzled/drizzled.cc:3542
2334
2333
"Number of times the slave SQL thread will retry a transaction in case it "
2335
2334
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2339
#: drizzled/drizzled.cc:3550
2338
#: drizzled/drizzled.cc:3548
2340
2339
msgid "Allow slave to batch requests."
2343
#: drizzled/drizzled.cc:3554
2342
#: drizzled/drizzled.cc:3552
2345
2344
"If creating the thread takes longer than this value (in seconds), the "
2346
2345
"Slow_launch_threads counter will be incremented."
2349
#: drizzled/drizzled.cc:3559
2348
#: drizzled/drizzled.cc:3557
2350
2349
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2353
#: drizzled/drizzled.cc:3565
2352
#: drizzled/drizzled.cc:3563
2355
2354
"Synchronously flush binary log to disk after every #th event. Use 0 "
2356
2355
"(default) to disable synchronous flushing."
2359
#: drizzled/drizzled.cc:3570
2358
#: drizzled/drizzled.cc:3568
2360
2359
msgid "The number of cached table definitions."
2363
#: drizzled/drizzled.cc:3574
2362
#: drizzled/drizzled.cc:3572
2364
2363
msgid "The number of cached open tables."
2367
#: drizzled/drizzled.cc:3578
2366
#: drizzled/drizzled.cc:3576
2369
2368
"Timeout in seconds to wait for a table level lock before returning an error. "
2370
2369
"Used only if the connection has active cursors."
2373
#: drizzled/drizzled.cc:3583
2372
#: drizzled/drizzled.cc:3581
2375
2374
"How many threads we should create to handle query requests in case of "
2376
2375
"'thread_handling=pool-of-threads'"
2379
#: drizzled/drizzled.cc:3588
2378
#: drizzled/drizzled.cc:3586
2380
2379
msgid "The stack size for each thread."
2383
#: drizzled/drizzled.cc:3594
2382
#: drizzled/drizzled.cc:3592
2384
2383
msgid "The TIME format (for future)."
2387
#: drizzled/drizzled.cc:3599
2386
#: drizzled/drizzled.cc:3597
2389
2388
"If an internal in-memory temporary table exceeds this size, MySQL will "
2390
2389
"automatically convert it to an on-disk MyISAM table."
2393
#: drizzled/drizzled.cc:3605
2392
#: drizzled/drizzled.cc:3603
2394
2393
msgid "Allocation block size for transactions to be stored in binary log"
2397
#: drizzled/drizzled.cc:3610
2396
#: drizzled/drizzled.cc:3608
2398
2397
msgid "Persistent buffer for transactions to be stored in binary log"
2401
#: drizzled/drizzled.cc:3615
2400
#: drizzled/drizzled.cc:3613
2403
2402
"The number of seconds the server waits for activity on a connection before "
2407
#: drizzled/drizzled.cc:3862
2406
#: drizzled/drizzled.cc:3859
2410
2409
"Copyright (C) 2008 Sun Microsystems\n"
2416
2415
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2417
2416
"and you are welcome to modify and redistribute it under the GPL license\n"
2419
#: drizzled/drizzled.cc:3869
2418
#: drizzled/drizzled.cc:3866
2421
2420
msgid "Usage: %s [OPTIONS]\n"
2424
#: drizzled/drizzled.cc:3880
2423
#: drizzled/drizzled.cc:3877
2427
2426
"To see what values a running Drizzle server is using, type\n"
2428
2427
"'drizzleadmin variables' instead of 'drizzled --help'."
2431
#: drizzled/drizzled.cc:4054
2430
#: drizzled/drizzled.cc:4050
2434
2433
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2435
2434
"command line\n"
2438
#: drizzled/drizzled.cc:4108
2437
#: drizzled/drizzled.cc:4104
2439
2438
msgid "Can't start server: cannot resolve hostname!"
2442
#: drizzled/drizzled.cc:4114
2441
#: drizzled/drizzled.cc:4110
2443
2442
msgid "Can't start server: bind-address refers to multiple interfaces!"
2446
#: drizzled/drizzled.cc:4451
2445
#: drizzled/drizzled.cc:4467
2448
2447
msgid "No option given to %s\n"
2451
#: drizzled/drizzled.cc:4453
2450
#: drizzled/drizzled.cc:4469
2453
2452
msgid "Wrong option to %s. Option(s) given: %s\n"
2456
#: drizzled/drizzled.cc:4455
2455
#: drizzled/drizzled.cc:4471
2458
2457
msgid "Alternatives are: '%s'"
5988
5987
"Default database: '%s'. Query: '%s'"
5991
#: drizzled/log_event.cc:1648
5990
#: drizzled/log_event.cc:1650
5992
5991
msgid "no error"
5995
#: drizzled/log_event.cc:1668
5994
#: drizzled/log_event.cc:1670
5997
5996
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
6000
#: drizzled/log_event.cc:1670 drizzled/log_event.cc:4313
6001
#: drizzled/log_event.cc:4344 drizzled/log_event.cc:5076
5999
#: drizzled/log_event.cc:1672 drizzled/log_event.cc:4315
6000
#: drizzled/log_event.cc:4346 drizzled/log_event.cc:5078
6002
6001
msgid "unexpected success or fatal error"
6005
#: drizzled/log_event.cc:2123
6004
#: drizzled/log_event.cc:2125
6007
6006
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
6008
6007
"probable cause is that the master died while writing the transaction to its "
6009
6008
"binary log, thus rolled back too."
6012
#: drizzled/log_event.cc:2778
6011
#: drizzled/log_event.cc:2780
6015
6014
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6016
6015
"produced %ld warning(s). Default database: '%s'"
6019
#: drizzled/log_event.cc:2828
6018
#: drizzled/log_event.cc:2830
6022
6021
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
6025
#: drizzled/log_event.cc:2840
6024
#: drizzled/log_event.cc:2842
6027
6026
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
6030
#: drizzled/log_event.cc:3102
6029
#: drizzled/log_event.cc:3104
6031
6030
msgid "Out of memory while recording slave event"
6034
#: drizzled/log_event.cc:3352 drizzled/log_event.cc:3378
6033
#: drizzled/log_event.cc:3354 drizzled/log_event.cc:3380
6036
6035
msgid "Error in Create_file event: could not open file '%s'"
6039
#: drizzled/log_event.cc:3364
6038
#: drizzled/log_event.cc:3366
6041
6040
msgid "Error in Create_file event: could not write to file '%s'"
6044
#: drizzled/log_event.cc:3385
6043
#: drizzled/log_event.cc:3387
6046
6045
msgid "Error in Create_file event: write to '%s' failed"
6049
#: drizzled/log_event.cc:3499
6048
#: drizzled/log_event.cc:3501
6051
6050
msgid "Error in %s event: could not create file '%s'"
6054
#: drizzled/log_event.cc:3508
6053
#: drizzled/log_event.cc:3510
6056
6055
msgid "Error in %s event: could not open file '%s'"
6059
#: drizzled/log_event.cc:3515
6058
#: drizzled/log_event.cc:3517
6061
6060
msgid "Error in %s event: write to '%s' failed"
6064
#: drizzled/log_event.cc:3677
6063
#: drizzled/log_event.cc:3679
6066
6065
msgid "Error in Exec_load event: could not open file '%s'"
6069
#: drizzled/log_event.cc:3687
6068
#: drizzled/log_event.cc:3689
6071
6070
msgid "Error in Exec_load event: file '%s' appears corrupted"
6074
#: drizzled/log_event.cc:3717
6073
#: drizzled/log_event.cc:3719
6076
6075
msgid "%s. Failed executing load from '%s'"
6079
#: drizzled/log_event.cc:3890
6078
#: drizzled/log_event.cc:3892
6080
6079
msgid "Not enough memory"
6083
#: drizzled/log_event.cc:4310
6082
#: drizzled/log_event.cc:4312
6085
6084
msgid "Error '%s' in %s event: when locking tables"
6088
#: drizzled/log_event.cc:4320
6087
#: drizzled/log_event.cc:4322
6090
6089
msgid "Error in %s event: when locking tables"
6093
#: drizzled/log_event.cc:4341
6092
#: drizzled/log_event.cc:4343
6095
6094
msgid "Error '%s' on reopening tables"
6098
#: drizzled/log_event.cc:4677
6097
#: drizzled/log_event.cc:4679
6100
6099
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6103
#: drizzled/log_event.cc:5073
6102
#: drizzled/log_event.cc:5075
6105
6104
msgid "Error '%s' on opening table `%s`.`%s`"
6182
6181
msgid "qcache plugin '%s' qcache_func2() failed"
6185
#: drizzled/replication/mi.cc:254 drizzled/slave.cc:1089
6186
#: drizzled/slave.cc:2091
6184
#: drizzled/replication/mi.cc:254 drizzled/slave.cc:1091
6185
#: drizzled/slave.cc:2093
6187
6186
msgid "Failed to flush master info file"
6190
#: drizzled/replication/replication.cc:104
6189
#: drizzled/replication/replication.cc:106
6191
6190
msgid "Failed in send_file() while reading file name"
6194
#: drizzled/replication/replication.cc:117
6193
#: drizzled/replication/replication.cc:119
6195
6194
msgid "Failed in send_file() on open of file"
6198
#: drizzled/replication/replication.cc:125
6197
#: drizzled/replication/replication.cc:127
6199
6198
msgid "Failed in send_file() while writing data to client"
6202
#: drizzled/replication/replication.cc:134
6201
#: drizzled/replication/replication.cc:136
6203
6202
msgid "Failed in send_file() while negotiating file transfer close"
6314
6313
msgid "scheduling plugin '%s' scheduling_func2() failed"
6317
#: drizzled/set_var.cc:729
6316
#: drizzled/set_var.cc:732
6318
6317
msgid "Ambiguous slave modes combination. STRICT will be used"
6321
#: drizzled/slave.cc:102
6320
#: drizzled/slave.cc:104
6322
6321
msgid "Waiting to reconnect after a failed registration on master"
6325
#: drizzled/slave.cc:103
6324
#: drizzled/slave.cc:105
6327
6326
"Slave I/O thread killed while waitnig to reconnect after a failed "
6328
6327
"registration on master"
6331
#: drizzled/slave.cc:105
6330
#: drizzled/slave.cc:107
6332
6331
msgid "Reconnecting after a failed registration on master"
6335
#: drizzled/slave.cc:106
6334
#: drizzled/slave.cc:108
6338
6337
"failed registering on master, reconnecting to try again, log '%s' at postion "
6342
#: drizzled/slave.cc:109 drizzled/slave.cc:118
6341
#: drizzled/slave.cc:111 drizzled/slave.cc:120
6343
6342
msgid "Slave I/O thread killed during or after reconnect"
6346
#: drizzled/slave.cc:112
6345
#: drizzled/slave.cc:114
6347
6346
msgid "Waiting to reconnect after a failed binlog dump request"
6350
#: drizzled/slave.cc:113
6349
#: drizzled/slave.cc:115
6351
6350
msgid "Slave I/O thread killed while retrying master dump"
6354
#: drizzled/slave.cc:114
6353
#: drizzled/slave.cc:116
6355
6354
msgid "Reconnecting after a failed binlog dump request"
6358
#: drizzled/slave.cc:115
6357
#: drizzled/slave.cc:117
6360
6359
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6363
#: drizzled/slave.cc:121
6362
#: drizzled/slave.cc:123
6364
6363
msgid "Waiting to reconnect after a failed master event read"
6367
#: drizzled/slave.cc:122
6366
#: drizzled/slave.cc:124
6368
6367
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6371
#: drizzled/slave.cc:124
6370
#: drizzled/slave.cc:126
6372
6371
msgid "Reconnecting after a failed master event read"
6375
#: drizzled/slave.cc:125
6374
#: drizzled/slave.cc:127
6378
6377
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6379
6378
"at postion %s"
6382
#: drizzled/slave.cc:128
6381
#: drizzled/slave.cc:130
6384
6383
"Slave I/O thread killed during or after a reconnect done to recover from "
6388
#: drizzled/slave.cc:242
6387
#: drizzled/slave.cc:244
6389
6388
msgid "Failed to allocate memory for the master info structure"
6392
#: drizzled/slave.cc:248 drizzled/slave.cc:1763
6391
#: drizzled/slave.cc:250 drizzled/slave.cc:1765
6393
6392
msgid "Failed to initialize the master info structure"
6396
#: drizzled/slave.cc:263
6395
#: drizzled/slave.cc:265
6397
6396
msgid "Failed to create slave threads"
6400
#: drizzled/slave.cc:460
6399
#: drizzled/slave.cc:462
6401
6400
msgid "Server id not set, will not start slave"
6404
#: drizzled/slave.cc:626
6403
#: drizzled/slave.cc:628
6406
6405
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6407
6406
"updates to a non-transactional table without any primary key. There is a "
6432
6431
"always make sense; please check the manual before using it)."
6435
#: drizzled/slave.cc:937
6434
#: drizzled/slave.cc:939
6437
6436
"The slave I/O thread stops because master and slave have different values "
6438
6437
"for the COLLATION_SERVER global variable. The values must be equal for "
6439
6438
"replication to work"
6442
#: drizzled/slave.cc:973
6441
#: drizzled/slave.cc:975
6444
6443
"The slave I/O thread stops because master and slave have different values "
6445
6444
"for the TIME_ZONE global variable. The values must be equal for replication "
6449
#: drizzled/slave.cc:1038
6448
#: drizzled/slave.cc:1040
6450
6449
msgid "Waiting for the slave SQL thread to free enough relay log space"
6453
#: drizzled/slave.cc:1084
6452
#: drizzled/slave.cc:1086
6455
6454
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6459
#: drizzled/slave.cc:1095
6458
#: drizzled/slave.cc:1097
6460
6459
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6463
#: drizzled/slave.cc:1420
6462
#: drizzled/slave.cc:1422
6465
6464
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6468
#: drizzled/slave.cc:1473
6467
#: drizzled/slave.cc:1475
6470
6469
msgid "Error reading packet from server: %s ( server_errno=%d)"
6473
#: drizzled/slave.cc:1481
6472
#: drizzled/slave.cc:1483
6475
6474
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6478
#: drizzled/slave.cc:1634
6477
#: drizzled/slave.cc:1636
6481
6480
"It was not possible to update the positions of the relay log information: "
6482
6481
"the slave may be in an inconsistent state. Stopped in %s position %s"
6485
#: drizzled/slave.cc:1709 drizzled/slave.cc:2301
6484
#: drizzled/slave.cc:1711 drizzled/slave.cc:2303
6487
6486
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6490
#: drizzled/slave.cc:1768 drizzled/slave.cc:2250
6489
#: drizzled/slave.cc:1770 drizzled/slave.cc:2252
6492
6491
msgid "Error initializing relay log position: %s"
6495
#: drizzled/slave.cc:1784
6494
#: drizzled/slave.cc:1786
6498
6497
"Slave SQL thread retried transaction %<PRIu64> time(s) in vain, giving up. "
6499
6498
"Consider raising the value of the slave_transaction_retries variable."
6502
#: drizzled/slave.cc:1807
6501
#: drizzled/slave.cc:1809
6504
6503
"Could not parse relay log event entry. The possible reasons are: the "
6505
6504
"master's binary log is corrupted (you can check this by running "
6510
6509
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6513
#: drizzled/slave.cc:1928
6512
#: drizzled/slave.cc:1930
6514
6513
msgid "Failed during slave I/O thread initialization"
6517
#: drizzled/slave.cc:1942
6516
#: drizzled/slave.cc:1944
6518
6517
msgid "error in drizzle_create()"
6521
#: drizzled/slave.cc:1950
6520
#: drizzled/slave.cc:1952
6524
6523
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6525
6524
"'%s' at position %s"
6528
#: drizzled/slave.cc:1964
6527
#: drizzled/slave.cc:1966
6529
6528
msgid "Slave I/O thread killed while connecting to master"
6532
#: drizzled/slave.cc:1988
6531
#: drizzled/slave.cc:1990
6533
6532
msgid "Slave I/O thread couldn't register on master"
6536
#: drizzled/slave.cc:2000 drizzled/slave.cc:2024 drizzled/slave.cc:2048
6535
#: drizzled/slave.cc:2002 drizzled/slave.cc:2026 drizzled/slave.cc:2050
6537
6536
msgid "Forcing to reconnect slave I/O thread"
6540
#: drizzled/slave.cc:2013
6539
#: drizzled/slave.cc:2015
6541
6540
msgid "Failed on request_dump()"
6544
#: drizzled/slave.cc:2014
6543
#: drizzled/slave.cc:2016
6545
6544
msgid "Slave I/O thread killed while requesting master dump"
6548
#: drizzled/slave.cc:2040
6547
#: drizzled/slave.cc:2042
6549
6548
msgid "Waiting for master to send event"
6552
#: drizzled/slave.cc:2042
6551
#: drizzled/slave.cc:2044
6553
6552
msgid "Slave I/O thread killed while reading event"
6556
#: drizzled/slave.cc:2060
6555
#: drizzled/slave.cc:2062
6559
6558
"Log entry on master is longer than max_allowed_packet (%u) on slave. If the "
6561
6560
"max_allowed_packet"
6564
#: drizzled/slave.cc:2074
6563
#: drizzled/slave.cc:2076
6565
6564
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6568
#: drizzled/slave.cc:2084
6567
#: drizzled/slave.cc:2086
6569
6568
msgid "Queueing master event to the relay log"
6572
#: drizzled/slave.cc:2111
6571
#: drizzled/slave.cc:2113
6573
6572
msgid "Slave I/O thread aborted while waiting for relay log space"
6576
#: drizzled/slave.cc:2121
6575
#: drizzled/slave.cc:2123
6578
6577
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6581
#: drizzled/slave.cc:2142
6580
#: drizzled/slave.cc:2144
6582
6581
msgid "Waiting for slave mutex on exit"
6585
#: drizzled/slave.cc:2206
6584
#: drizzled/slave.cc:2208
6586
6585
msgid "Failed during slave thread initialization"
6589
#: drizzled/slave.cc:2272
6588
#: drizzled/slave.cc:2274
6592
6591
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6593
6592
"s, relay log '%s' position: %s"
6596
#: drizzled/slave.cc:2286
6595
#: drizzled/slave.cc:2288
6597
6596
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6600
#: drizzled/slave.cc:2312
6599
#: drizzled/slave.cc:2314
6601
6600
msgid "Reading event from the relay log"
6604
#: drizzled/slave.cc:2337
6603
#: drizzled/slave.cc:2339
6606
6605
msgid "Slave (additional info): %s Error_code: %d"
6609
#: drizzled/slave.cc:2354
6608
#: drizzled/slave.cc:2356
6611
6610
msgid "Slave: %s Error_code: %d"
6614
#: drizzled/slave.cc:2357
6613
#: drizzled/slave.cc:2359
6617
6616
"Error loading user-defined library, slave SQL thread aborted. Install the "
6619
6618
"stopped at log '%s' position %s"
6622
#: drizzled/slave.cc:2365
6621
#: drizzled/slave.cc:2367
6625
6624
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6626
6625
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6629
#: drizzled/slave.cc:2377
6628
#: drizzled/slave.cc:2379
6632
6631
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6635
#: drizzled/slave.cc:2466
6634
#: drizzled/slave.cc:2468
6637
6636
msgid "Slave I/O: failed requesting download of '%s'"
6640
#: drizzled/slave.cc:2483
6639
#: drizzled/slave.cc:2485
6642
6641
msgid "Network read error downloading '%s' from master"
6645
#: drizzled/slave.cc:2505
6644
#: drizzled/slave.cc:2507
6646
6645
msgid "error writing Exec_load event to relay log"
6649
#: drizzled/slave.cc:2519
6648
#: drizzled/slave.cc:2521
6650
6649
msgid "error writing Create_file event to relay log"
6653
#: drizzled/slave.cc:2534
6652
#: drizzled/slave.cc:2536
6654
6653
msgid "error writing Append_block event to relay log"
6657
#: drizzled/slave.cc:2630
6656
#: drizzled/slave.cc:2632
6658
6657
msgid "Memory allocation failed"
6661
#: drizzled/slave.cc:2655 drizzled/slave.cc:2741
6660
#: drizzled/slave.cc:2657 drizzled/slave.cc:2743
6664
6663
"Read invalid event from master: '%s', master could be corrupt but a more "
6665
6664
"likely cause of this is a bug"
6668
#: drizzled/slave.cc:3013
6667
#: drizzled/slave.cc:3015
6669
6668
msgid "could not queue event from master"
6672
#: drizzled/slave.cc:3103
6671
#: drizzled/slave.cc:3105
6674
6673
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6677
#: drizzled/slave.cc:3105
6676
#: drizzled/slave.cc:3107
6678
6677
msgid "reconnecting"
6681
#: drizzled/slave.cc:3105
6680
#: drizzled/slave.cc:3107
6682
6681
msgid "connecting"
6685
#: drizzled/slave.cc:3129
6684
#: drizzled/slave.cc:3131
6688
6687
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6692
#: drizzled/slave.cc:3490
6691
#: drizzled/slave.cc:3492
6694
6693
msgid "next log '%s' is currently active"
6697
#: drizzled/slave.cc:3520
6696
#: drizzled/slave.cc:3522
6699
6698
msgid "next log '%s' is not active"
6702
#: drizzled/slave.cc:3536
6701
#: drizzled/slave.cc:3538
6705
6704
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6708
#: drizzled/slave.cc:3542
6707
#: drizzled/slave.cc:3544
6709
6708
msgid "Aborting slave SQL thread because of partial event read"
6712
#: drizzled/slave.cc:3548 drizzled/slave.cc:3555
6711
#: drizzled/slave.cc:3550 drizzled/slave.cc:3557
6714
6713
msgid "Error reading relay log event: %s"
6717
#: drizzled/slave.cc:3549
6716
#: drizzled/slave.cc:3551
6718
6717
msgid "slave SQL thread was killed"
6721
#: drizzled/slave.cc:3647
6720
#: drizzled/slave.cc:3649
6724
6723
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6725
6724
"check error log on slave for more info"
6728
#: drizzled/slave.cc:3653
6727
#: drizzled/slave.cc:3655
6731
6730
"According to the master's version ('%s'), it is probable that master suffers "
6738
6737
"Then replication can be restarted."
6741
#: drizzled/sql_base.cc:2570
6740
#: drizzled/sql_base.cc:2485
6743
6742
msgid "Table %s had a open data handler in reopen_table"
6746
#: drizzled/sql_base.cc:3221
6745
#: drizzled/sql_base.cc:3134
6748
6747
msgid "Couldn't repair table: %s.%s"
6751
#: drizzled/sql_base.cc:3263
6750
#: drizzled/sql_base.cc:3177
6754
6753
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6755
6754
"s`.`%s`' to the binary log"
6758
#: drizzled/sql_base.cc:3872
6757
#: drizzled/sql_base.cc:3786
6760
6759
msgid "Could not remove temporary table: '%s', error: %d"
6763
#: drizzled/sql_plugin.cc:685
6762
#: drizzled/sql_plugin.cc:686
6765
6764
msgid "Plugin '%s' of type %s failed deinitialization"
6768
#: drizzled/sql_plugin.cc:699
6767
#: drizzled/sql_plugin.cc:700
6770
6769
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6773
#: drizzled/sql_plugin.cc:820
6772
#: drizzled/sql_plugin.cc:787
6775
6774
msgid "Plugin '%s' registration as a %s failed."
6778
#: drizzled/sql_plugin.cc:1072
6777
#: drizzled/sql_plugin.cc:1026
6779
6778
msgid "plugin-load parameter too long"
6782
#: drizzled/sql_plugin.cc:1132
6781
#: drizzled/sql_plugin.cc:1086
6784
6783
msgid "Couldn't load plugin named '%s' with soname '%s'."
6787
#: drizzled/sql_plugin.cc:1185
6786
#: drizzled/sql_plugin.cc:1139
6789
6788
msgid "Forcing shutdown of %<PRIu64> plugins"
6792
#: drizzled/sql_plugin.cc:1208
6791
#: drizzled/sql_plugin.cc:1162
6794
6793
msgid "Plugin '%s' will be forced to shutdown"
6797
#: drizzled/sql_plugin.cc:1224
6796
#: drizzled/sql_plugin.cc:1178
6799
6798
msgid "Plugin '%s' has ref_count=%d after shutdown."
6802
#: drizzled/sql_plugin.cc:1614
6801
#: drizzled/sql_plugin.cc:1568
6804
6803
msgid "Out of memor."
6805
6804
msgstr "Out of memory"
6807
#: drizzled/sql_plugin.cc:2476 drizzled/sql_plugin.cc:2539
6806
#: drizzled/sql_plugin.cc:2417 drizzled/sql_plugin.cc:2480
6809
6808
msgid "Unknown variable type code 0x%x in plugin '%s'."
6812
#: drizzled/sql_plugin.cc:2519
6811
#: drizzled/sql_plugin.cc:2460
6815
6814
"Server variable %s of plugin %s was forced to be read-only: string variable "
6816
6815
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6819
#: drizzled/sql_plugin.cc:2550
6818
#: drizzled/sql_plugin.cc:2491
6821
6820
msgid "Missing variable name in plugin '%s'."
6824
#: drizzled/sql_plugin.cc:2567
6823
#: drizzled/sql_plugin.cc:2508
6826
6825
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6829
#: drizzled/sql_plugin.cc:2686
6828
#: drizzled/sql_plugin.cc:2627
6831
6830
msgid "Out of memory for plugin '%s'."
6834
#: drizzled/sql_plugin.cc:2693
6833
#: drizzled/sql_plugin.cc:2634
6836
6835
msgid "Bad options for plugin '%s'."
6839
#: drizzled/sql_plugin.cc:2702
6838
#: drizzled/sql_plugin.cc:2643
6841
6840
msgid "Parsing options for plugin '%s' failed."
6844
#: drizzled/sql_plugin.cc:2745
6843
#: drizzled/sql_plugin.cc:2686
6846
6845
msgid "Plugin '%s' has conflicting system variables"
6849
#: drizzled/sql_plugin.cc:2755
6848
#: drizzled/sql_plugin.cc:2696
6851
6850
msgid "Plugin '%s' disabled by command line option"
6854
#: drizzled/sql_table.cc:110
6853
#: drizzled/sql_table.cc:112
6856
6855
msgid "Invalid (old?) table or database name '%s'"
6859
#: drizzled/sql_table.cc:2762
6858
#: drizzled/sql_table.cc:2764
6861
6860
msgid "Unknown - internal error %d during operation"
6864
#: drizzled/sql_table.cc:5030
6863
#: drizzled/sql_table.cc:5032
6866
6865
msgid "Could not open table %s.%s after rename\n"
6869
#: drizzled/sql_table.cc:5197
6868
#: drizzled/sql_table.cc:5199
6872
6871
"order_st BY ignored because there is a user-defined clustered index in the "
6899
#: drizzled/table.cc:2693
6898
#: drizzled/table.cc:2695
6902
6901
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6906
#: drizzled/table.cc:2719
6905
#: drizzled/table.cc:2721
6909
6908
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6910
6909
"have type %s, found type %s."
6913
#: drizzled/table.cc:2728
6912
#: drizzled/table.cc:2730
6916
6915
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6917
6916
"position %d to have character set '%s' but the type has no character set."
6920
#: drizzled/table.cc:2738
6919
#: drizzled/table.cc:2740
6923
6922
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6924
6923
"position %d to have character set '%s' but found character set '%s'."
6927
#: drizzled/table.cc:2749
6926
#: drizzled/table.cc:2751
6930
6929
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6931
6930
"have type %s but the column is not found."
6934
#: drizzled/table.cc:4869
6933
#: drizzled/table.cc:4871
6936
6935
msgid "Got error %d when reading table '%s'"