1
# Japanese translation for drizzle
2
# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
3
# This file is distributed under the same license as the drizzle package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
8
"Project-Id-Version: drizzle\n"
9
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
10
"POT-Creation-Date: 2008-09-13 13:20-0700\n"
11
"PO-Revision-Date: 2008-09-02 05:12+0000\n"
12
"Last-Translator: Toshiya Tsuru <turutosiya@gmail.com>\n"
13
"Language-Team: Japanese <ja@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=1; plural=0;\n"
18
"X-Launchpad-Export-Date: 2008-09-13 00:28+0000\n"
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: client/drizzle.cc:256
22
msgid "Synonym for `help'."
25
#: client/drizzle.cc:257
26
msgid "Clear command."
29
#: client/drizzle.cc:259
30
msgid "Reconnect to the server. Optional arguments are db and host."
31
msgstr "サーバへ再接続する。任意の引数としてdbとhostを指定することが可能。"
33
#: client/drizzle.cc:261
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
37
"ステートメントの区切り文字を指定する。注意:以降の行から区切り文字が変更され"
40
#: client/drizzle.cc:263
41
msgid "Send command to drizzle server, display result vertically."
42
msgstr "drizzleサーバへコマンドを送信し、結果を垂直に表示する。"
44
#: client/drizzle.cc:264
45
msgid "Exit drizzle. Same as quit."
46
msgstr "drizzleを終了する。(quitと同じ。)"
48
#: client/drizzle.cc:265
49
msgid "Send command to drizzle server."
50
msgstr "drizzleサーバへコマンドを送信する。"
52
#: client/drizzle.cc:266
53
msgid "Display this help."
56
#: client/drizzle.cc:267
57
msgid "Disable pager, print to stdout."
58
msgstr "ページャを無効にし、stdoutへ出力する。"
60
#: client/drizzle.cc:268
61
msgid "Don't write into outfile."
62
msgstr "outfileへ書き込まない。"
64
#: client/drizzle.cc:270
65
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
msgstr "ページャを[to_pager]へ変更し、クエリの結果をページャへ表示する。"
68
#: client/drizzle.cc:271
69
msgid "Print current command."
70
msgstr "現在のコマンドを表示する。"
72
#: client/drizzle.cc:272
73
msgid "Change your drizzle prompt."
74
msgstr "drizzleのプロンプトを変更する。"
76
#: client/drizzle.cc:273
78
msgstr "drizzleを終了する。"
80
#: client/drizzle.cc:274
81
msgid "Rebuild completion hash."
82
msgstr "補完ハッシュを再構築する。"
84
#: client/drizzle.cc:276
85
msgid "Execute an SQL script file. Takes a file name as an argument."
87
"SQLスクリプトファイルを実行する。ファイル名を引数として指定して下さい。"
89
#: client/drizzle.cc:277
90
msgid "Get status information from the server."
91
msgstr "サーバから情報を取得する。"
93
#: client/drizzle.cc:279
94
msgid "Set outfile [to_outfile]. Append everything into given outfile."
96
"outfileを[to_outfile]に設定する。以降の出力はすべてoutfileへ追加されます。"
98
#: client/drizzle.cc:281
99
msgid "Use another database. Takes database name as argument."
100
msgstr "他のデータベースを使用する。データベース名を引数として指定して下さい。"
102
#: client/drizzle.cc:283
104
"Switch to another charset. Might be needed for processing binlog with multi-"
107
"文字コードセットを切り替える。マルチバイト文字が含まれたバイナリログを処理す"
110
#: client/drizzle.cc:285 client/drizzle.cc:1437
111
msgid "Show warnings after every statement."
112
msgstr "各ステートメントの後で警告を表示する。"
114
#: client/drizzle.cc:287
115
msgid "Don't show warnings after every statement."
116
msgstr "各ステートメントの後で警告を表示しない。"
118
#: client/drizzle.cc:1120
119
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
121
"Drizzleクライアントへようこそ!コマンドの区切りは「;」または「\\g」です。"
123
#: client/drizzle.cc:1130
126
"Your Drizzle connection id is %u\n"
127
"Server version: %s\n"
129
"あなたのDrizzleコネクションIDは %u です。\n"
130
"サーバのバージョンは %s です。\n"
132
#: client/drizzle.cc:1160
134
msgid "Reading history-file %s\n"
135
msgstr "履歴ファイル「%s」を読み込んでいます。\n"
137
#: client/drizzle.cc:1165
139
msgid "Couldn't allocate memory for temp histfile!\n"
141
"一時的な履歴ファイルのためにメモリを割り当てることができませんでした。\n"
143
#: client/drizzle.cc:1172
144
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
146
"ヘルプを表示するには「help;」または「\\h」、バッファをクリアするには「\\c」と"
149
#: client/drizzle.cc:1190
151
msgid "Writing history-file %s\n"
152
msgstr "履歴ファイル「%s」に書き込んでいます。\n"
154
#: client/drizzle.cc:1199
158
#: client/drizzle.cc:1199
162
#: client/drizzle.cc:1248
163
msgid "Query aborted by Ctrl+C\n"
164
msgstr "クエリが「Ctrl+C」により中断されました。\n"
166
#: client/drizzle.cc:1271 client/drizzleadmin.cc:74 drizzled/drizzled.cc:3113
167
msgid "Display this help and exit."
168
msgstr "ヘルプを表示して終了する。"
170
#: client/drizzle.cc:1273
171
msgid "Synonym for -?"
174
#: client/drizzle.cc:1276
176
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
177
"and field completion, but startup and reconnecting may take a longer time. "
178
"Disable with --disable-auto-rehash."
180
"自動的な再ハッシュを有効にする。テーブルやフィールドの補完のために「rehash」"
181
"する必要がなくなりますが、起動時間が長くなる場合があります。--disable-auto-"
182
"rehashオプションで無効にすることができます。"
184
#: client/drizzle.cc:1280
186
"No automatic rehashing. One has to use 'rehash' to get table and field "
187
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
188
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
190
"自動的な再ハッシュを無効にする。テーブルやフィールドの補完をするために"
191
"「rehash」を使用する必要があります。DRIZZLEの起動時間を短縮することができま"
192
"す。警告:このオプションは廃止予定です。代わりに--disable-auto-rehashオプショ"
195
#: client/drizzle.cc:1283
197
"Automatically switch to vertical output mode if the result is wider than the "
199
msgstr "出力結果がターミナルの幅よりも広い場合、自動的に垂直表示に切り替える。"
201
#: client/drizzle.cc:1286
203
"Don't use history file. Disable interactive behavior. (Enables --silent)"
205
"履歴ファイルを使用しない。インタラクティブな振る舞いを無効にする。(--silent"
208
#: client/drizzle.cc:1288 drizzled/drizzled.cc:3183
209
msgid "Directory where character sets are."
210
msgstr "文字コードセットが存在するディレクトリ。"
212
#: client/drizzle.cc:1290
213
msgid "Display column type information."
214
msgstr "カラムのデータ型に関する情報を表示する。"
216
#: client/drizzle.cc:1293
218
"Preserve comments. Send comments to the server. The default is --skip-"
219
"comments (discard comments), enable with --comments"
221
"コメントを保存し、コメントをサーバへ送信する。デフォルトは--skip-comments(コ"
222
"メント機能は無効)で、--commentsオプションをつけることにより有効になります。"
224
#: client/drizzle.cc:1296
225
msgid "Use compression in server/client protocol."
226
msgstr "サーバ・クライアントプロトコルにおいて圧縮を利用する。"
228
#: client/drizzle.cc:1299
229
msgid "Check memory and open file usage at exit ."
230
msgstr "メモリとオープンしているファイルの使用量を表示して終了する。"
232
#: client/drizzle.cc:1302
233
msgid "Print some debug info at exit."
234
msgstr "デバッグ情報を出力して終了する。"
236
#: client/drizzle.cc:1304
237
msgid "Database to use."
240
#: client/drizzle.cc:1307 drizzled/drizzled.cc:3179
241
msgid "Set the default character set."
242
msgstr "規定の文字セットを設定する。"
244
#: client/drizzle.cc:1309
245
msgid "Delimiter to be used."
248
#: client/drizzle.cc:1311
250
msgid "Execute command and quit. (Disables --force and history file)"
251
msgstr "コマンドを実行して終了する。(--forceと履歴ファイルを無効化)"
253
#: client/drizzle.cc:1313
254
msgid "Print the output of a query (rows) vertically."
257
#: client/drizzle.cc:1316
258
msgid "Continue even if we get an sql error."
259
msgstr "sqlエラーが発生しても続行する。"
261
#: client/drizzle.cc:1320
263
"Enable named commands. Named commands mean this program's internal commands; "
264
"see drizzle> help . When enabled, the named commands can be used from any "
265
"line of the query, otherwise only from the first line, before an enter. "
266
"Disable with --disable-named-commands. This option is disabled by default."
268
"指定コマンドを有効にする。指定コマンドとは本プログラムの名言うコマンドのこと"
269
"です。詳細は「drizzle> help」を参照してください。有効である場合、指定コマンド"
270
"は複数行にクエリがまたがる場合にどの行においても使用することができます。無効"
271
"である場合は、先頭行のみで使用することが可能です。--disable-named-commandsオ"
272
"プションにより無効にすることが可能です。デフォルトは無効です。"
274
#: client/drizzle.cc:1324
276
"Named commands are disabled. Use \\* form only, or use named commands only "
277
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
278
"the client now starts with this option ENABLED by default! Disable with '-"
279
"G'. Long format commands still work from the first line. WARNING: option "
280
"deprecated; use --disable-named-commands instead."
282
"指定コマンドを無効にする。「\\*」という書式のものをお使い頂くか、指定コマンド"
283
"を先頭行(セミコロン「;」まで)のみで使用して下さい。バージョン10.9から、この"
284
"オプションはデフォルトになっています。「-G」オプションを指定すると、このオプ"
285
"ションが無効になります。長い書式のコマンドは、先頭行においては使用することが"
286
"可能です。警告:このオプションは廃止予定です。--disable-named-commandsを代わ"
289
#: client/drizzle.cc:1326
290
msgid "Ignore space after function names."
291
msgstr "関数の後のスペースを無視する。"
293
#: client/drizzle.cc:1328
294
msgid "Enable/disable LOAD DATA LOCAL INFILE."
295
msgstr "LOAD DATA LOCAL INFILEの有効/無効を切り替える。"
297
#: client/drizzle.cc:1331
298
msgid "Turn off beep on error."
299
msgstr "エラー発生時にビープ音を出さない。"
301
#: client/drizzle.cc:1333 client/drizzleadmin.cc:76
302
msgid "Connect to host."
305
#: client/drizzle.cc:1335
306
msgid "Write line numbers for errors."
307
msgstr "エラーに行番号を表示する。"
309
#: client/drizzle.cc:1338
311
"Don't write line number for errors. WARNING: -L is deprecated, use long "
312
"version of this option instead."
314
"エラーに行番号を表示しない。警告:「-L」は廃止予定です。長い書式のオプション"
317
#: client/drizzle.cc:1340
319
msgid "Flush buffer after each query."
320
msgstr "クエリの後にバッファを毎回フラッシュする。"
322
#: client/drizzle.cc:1342
323
msgid "Write column names in results."
324
msgstr "結果においてカラム名を記載する。"
326
#: client/drizzle.cc:1346
328
"Don't write column names in results. WARNING: -N is deprecated, use long "
329
"version of this options instead."
331
"カラム名を結果に表示しない。警告:「-N」は廃止予定です。長い書式のオプション"
334
#: client/drizzle.cc:1349
336
"Change the value of a variable. Please note that this option is deprecated; "
337
"you can set variables directly with --variable-name=value."
339
"変数の値を変更する。このオプションは廃止予定です。変数は「--変数名=値」という"
340
"書式を用いて直接設定することが出来ます。"
342
#: client/drizzle.cc:1351
343
msgid "Ignore SIGINT (CTRL-C)"
344
msgstr "SIGINT(CTRL-C)を無視する。"
346
#: client/drizzle.cc:1355
348
"Only update the default database. This is useful for skipping updates to "
349
"other database in the update log."
351
"デフォルトデータベースのみを更新する。このオプションはバイナリログを適用する"
352
"際に他のデータベースへの更新を止めたい場合などに便利です。"
354
#: client/drizzle.cc:1358
356
"Pager to use to display results. If you don't supply an option the default "
357
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
358
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
359
"work in batch mode. Disable with --disable-pager. This option is disabled by "
362
"結果を表示するためのページャを指定する。もしこのオプションが指定されなかった"
363
"場合には、PAGER環境変数で指定されたものが使われる。使用可能なページャはless、"
364
"more、cat [> ファイル名]などです。ヘルプ「\\h」も合わせて参照して下さい。この"
365
"オプションはバッチモードでは作用しません。「--disable-pager」オプションで無効"
366
"にすることができます。このオプションはデフォルトで無効になっています。"
368
#: client/drizzle.cc:1361
370
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
371
"option deprecated; use --disable-pager instead."
373
"ページャを無効にして標準出力へ表示する。ヘルプ「\\h」も合わせて参照して下さ"
374
"い。警告:このオプションは廃止予定です。代わりに「--disable-pager」を使用して"
377
#: client/drizzle.cc:1364 client/drizzleadmin.cc:79
380
"Password to use when connecting to server. If password is not given it's "
381
"asked from the tty."
383
"サーバーに接続する際のパスワード。パスワードの入力がない場合、端末での入力が"
386
#: client/drizzle.cc:1366
389
"Port number to use for connection or 0 for default to, in order of "
390
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
392
"接続に使用するポート番号。既定値は0。my.cnf, $DRIZZLE_TCP_PORT の順で設定され"
395
#: client/drizzle.cc:1367
396
msgid "built-in default"
399
#: client/drizzle.cc:1370
400
msgid "Set the drizzle prompt to this value."
401
msgstr "drizzleのプロンプトをこの値にする。"
403
#: client/drizzle.cc:1373
404
msgid "The protocol of connection (tcp,socket,pipe,memory)."
405
msgstr "接続に使用するプロトコル。(tcp,socket,pipe,memory)"
407
#: client/drizzle.cc:1376
409
"Don't cache result, print it row by row. This may slow down the server if "
410
"the output is suspended. Doesn't use history file."
412
"結果をキャッシュしないで一行ずつ表示する。これは、出力が一時的に停止された場"
413
"合にサーバーの処理を低下させます。履歴ファイルには使用しないで下さい。"
415
#: client/drizzle.cc:1378
416
msgid "Write fields without conversion. Used with --batch."
418
"コンバージョン無しでフィールドを出力する。--batch オプションで使用されます。"
420
#: client/drizzle.cc:1381
422
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
423
"option is enabled by default."
425
"接続が切れた際に再接続をする。--disable-recconect オプションで無効になりま"
428
#: client/drizzle.cc:1383
430
"Be more silent. Print results with a tab as separator, each row on new line."
431
msgstr "さらに出力を抑制する。タブ区切り、1行ごとに出力する。"
433
#: client/drizzle.cc:1385
434
msgid "Socket file to use for connection."
435
msgstr "接続に使用するソケットファイル。"
437
#: client/drizzle.cc:1388
438
msgid "Output in table format."
441
#: client/drizzle.cc:1391
443
"Append everything into outfile. See interactive help (\\h) also. Does not "
444
"work in batch mode. Disable with --disable-tee. This option is disabled by "
447
"出力ファイルに追記する。help(\\h)を参照して下さい。batchモードでは機能しませ"
448
"ん。--disable-tee オプションで無効となります。規定では無効になっています。"
450
#: client/drizzle.cc:1393
452
"Disable outfile. See interactive help (\\h) also. WARNING: option "
453
"deprecated; use --disable-tee instead"
455
"outfileを無効にする。help(\\h)を参照して下さい。警告: このオプションは廃止予"
456
"定です; 代わりに --disable-tee オプションを使用して下さい。"
458
#: client/drizzle.cc:1396 client/drizzleadmin.cc:89
459
msgid "User for login if not current user."
460
msgstr "別のユーザでログインする際のユーザ名。"
462
#: client/drizzle.cc:1399
463
msgid "Only allow UPDATE and DELETE that uses keys."
464
msgstr "キーを使用してUPDATEとDELETEのみを許可する。"
466
#: client/drizzle.cc:1402
467
msgid "Synonym for option --safe-updates, -U."
468
msgstr "--safe-updates, -U オプションと同じ。"
470
#: client/drizzle.cc:1405
471
msgid "Write more. (-v -v -v gives the table output format)."
472
msgstr "詳細を出力する。(-v -v -v で表形式で出力)。"
474
#: client/drizzle.cc:1407 client/drizzleadmin.cc:94 drizzled/drizzled.cc:3647
475
msgid "Output version information and exit."
476
msgstr "バージョン情報を出力し終了する。"
478
#: client/drizzle.cc:1409 client/drizzleadmin.cc:96
479
msgid "Wait and retry if connection is down."
480
msgstr "接続が切れた場合に再試行をする。"
482
#: client/drizzle.cc:1412
483
msgid "Number of seconds before connection timeout."
484
msgstr "コネクションタイムアウトとなるまでの時間(秒)。"
486
#: client/drizzle.cc:1417
487
msgid "Max packet length to send to, or receive from server"
488
msgstr "サーバーに対して送受信できるパケットの最大長。"
490
#: client/drizzle.cc:1422
491
msgid "Buffer for TCP/IP and socket communication"
492
msgstr "TCP/IPとソケット通信のためのバッファ"
494
#: client/drizzle.cc:1426
496
msgid "Automatic limit for SELECT when using --safe-updates"
497
msgstr "--safe-updates を使用した時のSELECTに対して自動的に設定される上限"
499
#: client/drizzle.cc:1431
500
msgid "Automatic limit for rows in a join when using --safe-updates"
503
#: client/drizzle.cc:1435
504
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
505
msgstr "古いプロトコル(4.1.1以前)を使用している場合は接続を拒否"
507
#: client/drizzle.cc:1448
509
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
512
#: client/drizzle.cc:1455
515
"Copyright (C) 2000-2008 MySQL AB\n"
516
" This software comes with ABSOLUTELY NO "
517
"WARRANTY. This is free software,\n"
518
" and you are welcome to modify and redistribute it under the GPL license\n"
521
#: client/drizzle.cc:1459
523
msgid "Usage: %s [OPTIONS] [database]\n"
524
msgstr "使用方法: %s [オプション] [データベース]\n"
526
#: client/drizzle.cc:1492
527
msgid "DELIMITER cannot contain a backslash character"
528
msgstr "DELIMITER にはバックスラッシュを含めることはできません。"
530
#: client/drizzle.cc:1513
532
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
534
"警告: このオプションは廃止予定です。代わりに --disable-tee を使用してくださ"
537
#: client/drizzle.cc:1536
539
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
541
"警告: このオプションは廃止予定です。代わりに --disable-pager を使用してくださ"
544
#: client/drizzle.cc:1540
546
msgid "WARNING: --server-arg option not supported in this configuration.\n"
547
msgstr "警告: --server-arg はこの設定ではサポートされていません。\n"
549
#: client/drizzle.cc:1912
551
msgid "Unknown command '\\%c'."
552
msgstr "不明なコマンド '\\%c'。"
554
#: client/drizzle.cc:2339
556
"Reading table information for completion of table and column names\n"
557
" You can turn off this feature to get a quicker startup with -A\n"
561
#: client/drizzle.cc:2436
562
msgid "No connection. Trying to reconnect..."
563
msgstr "接続していません。再接続をしています。。。"
565
#: client/drizzle.cc:2442
566
msgid "Can't connect to the server\n"
567
msgstr "サーバに接続できません。\n"
569
#: client/drizzle.cc:2499
573
#: client/drizzle.cc:2499
577
#: client/drizzle.cc:2550
582
#: client/drizzle.cc:2551
591
#: client/drizzle.cc:2553
600
#: client/drizzle.cc:2566
601
msgid "Many help items for your request exist."
604
#: client/drizzle.cc:2567
606
"To make a more specific request, please type 'help <item>',\n"
607
"where <item> is one of the following"
610
#: client/drizzle.cc:2573
612
msgid "You asked for help about help category: '%s'\n"
613
msgstr "次のカテゴリに関するヘルプを要求しました: '%s'\n"
615
#: client/drizzle.cc:2574
617
"For more information, type 'help <item>', where <item> is one of the "
620
"詳細は 'help <item>' と入力してください。<item>には次のものが入ります。"
622
#: client/drizzle.cc:2587
630
#: client/drizzle.cc:2588
631
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
632
msgstr "参照可能な項目を一覧するには'help contents'を実行してください。\n"
634
#: client/drizzle.cc:2610
635
msgid "List of all Drizzle commands:"
636
msgstr "すべてのコマンドの一覧:"
638
#: client/drizzle.cc:2612
639
msgid "Note that all text commands must be first on line and end with ';'"
642
#: client/drizzle.cc:2623
645
"For server side help, type 'help contents'\n"
648
#: client/drizzle.cc:2648
649
msgid "Usage: \\C char_setname | charset charset_name"
650
msgstr "使用法: \\C char_setname | charset charset_name"
652
#: client/drizzle.cc:2658
653
msgid "Charset changed"
654
msgstr "文字セットが変更されました"
656
#: client/drizzle.cc:2660
657
msgid "Charset is not found"
658
msgstr "文字セットが見つかりません"
660
#: client/drizzle.cc:2691
661
msgid "No query specified\n"
664
#: client/drizzle.cc:2706
665
msgid "Ignoring query to other database"
666
msgstr "他のデータベースへのクエリを無視します"
668
#: client/drizzle.cc:2755
672
#: client/drizzle.cc:2768
674
msgid "%ld row in set"
675
msgid_plural "%ld rows in set"
678
#: client/drizzle.cc:2777
682
#: client/drizzle.cc:2779
684
msgid "Query OK, %ld row affected"
685
msgid_plural "Query OK, %ld rows affected"
686
msgstr[0] "クエリ OK, %ld 行が変更されました"
688
#: client/drizzleadmin.cc:81 drizzled/drizzled.cc:3438
690
"Port number to use for connection or 0 for default to, in order of "
691
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
694
#: client/drizzleadmin.cc:86
695
msgid "Silently exit if one can't connect to server."
696
msgstr "サーバーに接続できなかった時は終了する"
698
#: client/drizzleadmin.cc:92
699
msgid "Write more information."
702
#: client/drizzleadmin.cc:259
705
"connect to server at '%s' failed\n"
708
"サーバー '%s' への接続に失敗しました\n"
711
#: client/drizzleadmin.cc:265
713
msgid "Check that drizzled is running on %s"
714
msgstr "%s でdrizzledが実行されているか確認してください"
716
#: client/drizzleadmin.cc:266
718
msgid " and that the port is %d.\n"
719
msgstr " そのポートは %d です。\n"
721
#: client/drizzleadmin.cc:268
723
msgid "You can check this by doing 'telnet %s %d'\n"
724
msgstr "'telnet %s %d'を実行しチェックすることができます。\n"
726
#: client/drizzleadmin.cc:279
728
msgid "Got error: %s\n"
729
msgstr "エラーが発生しました: %s\n"
731
#: client/drizzleadmin.cc:286
732
msgid "Waiting for Drizzle server to answer"
733
msgstr "Drizzleサーバーの応答を待っています"
735
#: client/drizzleadmin.cc:319
737
msgid "shutting down drizzled...\n"
738
msgstr "drizzledをシャットダウンしています...\n"
740
#: client/drizzleadmin.cc:323
742
msgid "shutdown failed; error: '%s'"
743
msgstr "シャットダウンに失敗しました; エラー: '%s'"
745
#: client/drizzleadmin.cc:330
750
#: client/drizzleadmin.cc:340
751
msgid "drizzled is alive"
752
msgstr "drizzledは動作しています"
754
#: client/drizzleadmin.cc:348
755
msgid "connection was down, but drizzled is now alive"
756
msgstr "drizzledは動作していますが、接続が切断されました。"
758
#: client/drizzleadmin.cc:352
760
msgid "drizzled doesn't answer to ping, error: '%s'"
761
msgstr "drizzledはpingに応答していません; エラー: '%s'"
763
#: client/drizzleadmin.cc:361
765
msgid "Unknown command: '%-.60s'"
766
msgstr "不明なコマンド: '%-.60s'"
768
#: client/drizzleadmin.cc:370
770
msgid "%s Ver %s Distrib %s, for %s on %s\n"
773
#: client/drizzleadmin.cc:377
774
msgid "Copyright (C) 2000-2008 MySQL AB"
777
#: client/drizzleadmin.cc:378
779
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
780
"and you are welcome to modify and redistribute it under the GPL license\n"
783
#: client/drizzleadmin.cc:379
784
msgid "Administration program for the drizzled daemon."
785
msgstr "drizzledデーモンを管理するためのプログラム"
787
#: client/drizzleadmin.cc:380
789
msgid "Usage: %s [OPTIONS] command command....\n"
790
msgstr "使用方法: %s [オプション] コマンド コマンド...\n"
792
#: client/drizzleadmin.cc:382
794
" ping Check if server is down\n"
795
" shutdown Take server down\n"
798
#: libdrizzle/client.c:679
800
msgid "Unknown option to protocol: %s\n"
801
msgstr "次のプロトコルに対する不明なオプション: %s\n"
803
#: libdrizzle/client.c:1159
805
msgid "COLLATION %s is not valid for CHARACTER SET %s"
808
#: libdrizzle/errmsg.c:29
809
msgid "Unknown Drizzle error"
812
#: libdrizzle/errmsg.c:30
814
msgid "Can't create UNIX socket (%d)"
817
#: libdrizzle/errmsg.c:31
819
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
822
#: libdrizzle/errmsg.c:32
824
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
827
#: libdrizzle/errmsg.c:33
829
msgid "Can't create TCP/IP socket (%d)"
832
#: libdrizzle/errmsg.c:34
834
msgid "Unknown Drizzle server host '%-.100s' (%d)"
837
#: libdrizzle/errmsg.c:35
838
msgid "Drizzle server has gone away"
841
#: libdrizzle/errmsg.c:36
843
msgid "Protocol mismatch; server version = %d, client version = %d"
846
#: libdrizzle/errmsg.c:37
847
msgid "Drizzle client ran out of memory"
850
#: libdrizzle/errmsg.c:38
851
msgid "Wrong host info"
854
#: libdrizzle/errmsg.c:39
855
msgid "Localhost via UNIX socket"
858
#: libdrizzle/errmsg.c:40
860
msgid "%-.100s via TCP/IP"
863
#: libdrizzle/errmsg.c:41
864
msgid "Error in server handshake"
867
#: libdrizzle/errmsg.c:42
868
msgid "Lost connection to Drizzle server during query"
871
#: libdrizzle/errmsg.c:43
872
msgid "Commands out of sync; you can't run this command now"
875
#: libdrizzle/errmsg.c:44
877
msgid "Named pipe: %-.32s"
880
#: libdrizzle/errmsg.c:45
882
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
885
#: libdrizzle/errmsg.c:46
887
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
890
#: libdrizzle/errmsg.c:47
892
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
895
#: libdrizzle/errmsg.c:48
897
msgid "Can't initialize character set %-.32s (path: %-.100s)"
900
#: libdrizzle/errmsg.c:49
901
msgid "Got packet bigger than 'max_allowed_packet' bytes"
904
#: libdrizzle/errmsg.c:50
905
msgid "Embedded server"
908
#: libdrizzle/errmsg.c:51
909
msgid "Error on SHOW SLAVE STATUS:"
912
#: libdrizzle/errmsg.c:52
913
msgid "Error on SHOW SLAVE HOSTS:"
916
#: libdrizzle/errmsg.c:53
917
msgid "Error connecting to slave:"
920
#: libdrizzle/errmsg.c:54
921
msgid "Error connecting to master:"
924
#: libdrizzle/errmsg.c:55
925
msgid "SSL connection error"
928
#: libdrizzle/errmsg.c:56
929
msgid "Malformed packet"
932
#: libdrizzle/errmsg.c:57 libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69
933
#: libdrizzle/errmsg.c:70 libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72
934
#: libdrizzle/errmsg.c:73 libdrizzle/errmsg.c:74 libdrizzle/errmsg.c:75
935
#: libdrizzle/errmsg.c:76
936
msgid "(unused error message)"
939
#: libdrizzle/errmsg.c:58
940
msgid "Invalid use of null pointer"
943
#: libdrizzle/errmsg.c:59
944
msgid "Statement not prepared"
947
#: libdrizzle/errmsg.c:60
948
msgid "No data supplied for parameters in prepared statement"
951
#: libdrizzle/errmsg.c:61
952
msgid "Data truncated"
955
#: libdrizzle/errmsg.c:62
956
msgid "No parameters exist in the statement"
959
#: libdrizzle/errmsg.c:63
960
msgid "Invalid parameter number"
963
#: libdrizzle/errmsg.c:64
966
"Can't send long data for non-string/non-binary data types (parameter: %d)"
969
#: libdrizzle/errmsg.c:66
971
msgid "Using unsupported buffer type: %d (parameter: %d)"
974
#: libdrizzle/errmsg.c:67
976
msgid "Shared memory: %-.100s"
979
#: libdrizzle/errmsg.c:77
980
msgid "Wrong or unknown protocol"
983
#: libdrizzle/errmsg.c:78
984
msgid "Invalid connection handle"
987
#: libdrizzle/errmsg.c:79
989
"Connection using old (pre-4.1.1) authentication protocol refused (client "
990
"option 'secure_auth' enabled)"
993
#: libdrizzle/errmsg.c:81
994
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
997
#: libdrizzle/errmsg.c:82
998
msgid "Attempt to read column without prior row fetch"
1001
#: libdrizzle/errmsg.c:83
1002
msgid "Prepared statement contains no metadata"
1005
#: libdrizzle/errmsg.c:84
1007
"Attempt to read a row while there is no result set associated with the "
1011
#: libdrizzle/errmsg.c:86
1012
msgid "This feature is not implemented yet"
1015
#: libdrizzle/errmsg.c:87
1018
"Lost connection to Drizzle server while waiting for initial communication "
1019
"packet, system error: %d"
1022
#: libdrizzle/errmsg.c:89
1025
"Lost connection to Drizzle server while reading initial communication "
1026
"packet, system error: %d"
1029
#: libdrizzle/errmsg.c:91
1032
"Lost connection to Drizzle server while sending authentication information, "
1036
#: libdrizzle/errmsg.c:93
1039
"Lost connection to Drizzle server while reading authorization information, "
1043
#: libdrizzle/errmsg.c:95
1046
"Lost connection to Drizzle server while setting initial database, system "
1050
#: libdrizzle/errmsg.c:97
1052
msgid "Statement closed indirectly because of a preceeding %s() call"
1055
#: libdrizzle/local_infile.c:185 mysys/errors.c:52
1057
msgid "File '%s' not found (Errcode: %d)"
1060
#: libdrizzle/local_infile.c:216 mysys/errors.c:26
1062
msgid "Error reading file '%s' (Errcode: %d)"
1065
#: mysys/errors.c:25
1067
msgid "Can't create/write to file '%s' (Errcode: %d)"
1070
#: mysys/errors.c:27
1072
msgid "Error writing file '%s' (Errcode: %d)"
1075
#: mysys/errors.c:28
1077
msgid "Error on close of '%s' (Errcode: %d)"
1080
#: mysys/errors.c:29
1082
msgid "Out of memory (Needed %u bytes)"
1085
#: mysys/errors.c:30
1087
msgid "Error on delete of '%s' (Errcode: %d)"
1090
#: mysys/errors.c:31
1092
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1095
#: mysys/errors.c:32
1097
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1100
#: mysys/errors.c:33
1102
msgid "Can't lock file (Errcode: %d)"
1105
#: mysys/errors.c:34
1107
msgid "Can't unlock file (Errcode: %d)"
1110
#: mysys/errors.c:35
1112
msgid "Can't read dir of '%s' (Errcode: %d)"
1115
#: mysys/errors.c:36
1117
msgid "Can't get stat of '%s' (Errcode: %d)"
1120
#: mysys/errors.c:37
1122
msgid "Can't change size of file (Errcode: %d)"
1125
#: mysys/errors.c:38
1127
msgid "Can't open stream from handle (Errcode: %d)"
1130
#: mysys/errors.c:39
1132
msgid "Can't get working dirctory (Errcode: %d)"
1135
#: mysys/errors.c:40
1137
msgid "Can't change dir to '%s' (Errcode: %d)"
1140
#: mysys/errors.c:41
1142
msgid "Warning: '%s' had %d links"
1145
#: mysys/errors.c:42
1147
msgid "Warning: %d files and %d streams is left open\n"
1150
#: mysys/errors.c:43
1152
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1155
#: mysys/errors.c:44
1157
msgid "Can't create directory '%s' (Errcode: %d)"
1160
#: mysys/errors.c:45
1163
"Character set '%s' is not a compiled character set and is not specified in "
1167
#: mysys/errors.c:46
1169
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1172
#: mysys/errors.c:47
1174
msgid "Can't read value for symlink '%s' (Error %d)"
1177
#: mysys/errors.c:48
1179
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1182
#: mysys/errors.c:49
1184
msgid "Error on realpath() on '%s' (Error %d)"
1187
#: mysys/errors.c:50
1189
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1192
#: mysys/errors.c:51
1195
"Collation '%s' is not a compiled collation and is not specified in the %s "
1199
#: mysys/errors.c:53
1201
msgid "File '%s' (fileno: %d) was not closed"
1204
#: mysys/my_error.c:86
1206
msgid "Unknown error %d"
1209
#: mysys/my_getopt.c:83
1213
#: mysys/my_getopt.c:85
1217
#: mysys/my_getopt.c:350
1219
msgid "%s: %s: Option '%s' used, but is disabled\n"
1222
#: mysys/my_getopt.c:351
1226
#: mysys/my_getopt.c:351
1230
#: mysys/my_getopt.c:454
1232
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1235
#: mysys/my_getopt.c:767
1237
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1240
#: mysys/my_getopt.c:948
1242
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1245
#: mysys/my_getopt.c:1170
1247
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1250
#: mysys/my_getopt.c:1190
1254
"Variables (--variable-name=value)\n"
1255
"and boolean options {false|true} Value (after reading options)\n"
1256
"--------------------------------- -----------------------------\n"
1259
#: mysys/my_getopt.c:1206 mysys/my_getopt.c:1222
1260
msgid "(No default value)"
1263
#: mysys/my_getopt.c:1225
1267
#: mysys/my_getopt.c:1225
1271
#: mysys/my_getopt.c:1250
1273
msgid "(Disabled)\n"
1276
#: mysys/my_handler_errors.h:10
1277
msgid "Didn't find key on read or update"
1280
#: mysys/my_handler_errors.h:12
1281
msgid "Duplicate key on write or update"
1284
#: mysys/my_handler_errors.h:14
1285
msgid "Internal (unspecified) error in handler"
1288
#: mysys/my_handler_errors.h:16
1290
"Someone has changed the row since it was read (while the table was locked to "
1294
#: mysys/my_handler_errors.h:18
1295
msgid "Wrong index given to function"
1298
#: mysys/my_handler_errors.h:20
1299
msgid "Undefined handler error 125"
1302
#: mysys/my_handler_errors.h:22
1303
msgid "Index file is crashed"
1306
#: mysys/my_handler_errors.h:24
1307
msgid "Record file is crashed"
1310
#: mysys/my_handler_errors.h:26
1311
msgid "Out of memory in engine"
1314
#: mysys/my_handler_errors.h:28
1315
msgid "Undefined handler error 129"
1318
#: mysys/my_handler_errors.h:30
1319
msgid "Incorrect file format"
1322
#: mysys/my_handler_errors.h:32
1323
msgid "Command not supported by database"
1326
#: mysys/my_handler_errors.h:34
1327
msgid "Old database file"
1330
#: mysys/my_handler_errors.h:36
1331
msgid "No record read before update"
1334
#: mysys/my_handler_errors.h:38
1335
msgid "Record was already deleted (or record file crashed)"
1338
#: mysys/my_handler_errors.h:40
1339
msgid "No more room in record file"
1342
#: mysys/my_handler_errors.h:42
1343
msgid "No more room in index file"
1346
#: mysys/my_handler_errors.h:44
1347
msgid "No more records (read after end of file)"
1350
#: mysys/my_handler_errors.h:46
1351
msgid "Unsupported extension used for table"
1354
#: mysys/my_handler_errors.h:48
1358
#: mysys/my_handler_errors.h:50
1359
msgid "Wrong create options"
1362
#: mysys/my_handler_errors.h:52
1363
msgid "Duplicate unique key or constraint on write or update"
1366
#: mysys/my_handler_errors.h:54
1367
msgid "Unknown character set used in table"
1370
#: mysys/my_handler_errors.h:56
1371
msgid "Conflicting table definitions in sub-tables of MERGE table"
1374
#: mysys/my_handler_errors.h:58
1375
msgid "Table is crashed and last repair failed"
1378
#: mysys/my_handler_errors.h:60
1379
msgid "Table was marked as crashed and should be repaired"
1382
#: mysys/my_handler_errors.h:62
1383
msgid "Lock timed out; Retry transaction"
1386
#: mysys/my_handler_errors.h:64
1387
msgid "Lock table is full; Restart program with a larger locktable"
1390
#: mysys/my_handler_errors.h:66
1391
msgid "Updates are not allowed under a read only transactions"
1394
#: mysys/my_handler_errors.h:68
1395
msgid "Lock deadlock; Retry transaction"
1398
#: mysys/my_handler_errors.h:70
1399
msgid "Foreign key constraint is incorrectly formed"
1402
#: mysys/my_handler_errors.h:72
1403
msgid "Cannot add a child row"
1406
#: mysys/my_handler_errors.h:74
1407
msgid "Cannot delete a parent row"
1410
#: mysys/my_handler_errors.h:76
1411
msgid "No savepoint with that name"
1414
#: mysys/my_handler_errors.h:78
1415
msgid "Non unique key block size"
1418
#: mysys/my_handler_errors.h:80
1419
msgid "The table does not exist in engine"
1422
#: mysys/my_handler_errors.h:82
1423
msgid "The table already existed in storage engine"
1426
#: mysys/my_handler_errors.h:84
1427
msgid "Could not connect to storage engine"
1430
#: mysys/my_handler_errors.h:86
1431
msgid "Unexpected null pointer found when using spatial index"
1434
#: mysys/my_handler_errors.h:88
1435
msgid "The table changed in storage engine"
1438
#: mysys/my_handler_errors.h:90
1439
msgid "There's no partition in table for the given value"
1442
#: mysys/my_handler_errors.h:92
1443
msgid "Row-based binlogging of row failed"
1446
#: mysys/my_handler_errors.h:94
1447
msgid "Index needed in foreign key constraint"
1450
#: mysys/my_handler_errors.h:96
1451
msgid "Upholding foreign key constraints would lead to a duplicate key error"
1454
#: mysys/my_handler_errors.h:98
1455
msgid "Table needs to be upgraded before it can be used"
1458
#: mysys/my_handler_errors.h:100
1459
msgid "Table is read only"
1462
#: mysys/my_handler_errors.h:102
1463
msgid "Failed to get next auto increment value"
1466
#: mysys/my_handler_errors.h:104
1467
msgid "Failed to set row auto increment value"
1470
#: mysys/my_handler_errors.h:106
1471
msgid "Unknown (generic) error from engine"
1474
#: mysys/my_handler_errors.h:108
1475
msgid "Record is the same"
1478
#: mysys/my_handler_errors.h:110
1479
msgid "It is not possible to log this statement"
1482
#: mysys/my_handler_errors.h:112
1483
msgid "Tablespace exists"
1486
#: mysys/my_handler_errors.h:114
1487
msgid "The event was corrupt, leading to illegal data being read"
1490
#: mysys/my_handler_errors.h:116
1491
msgid "The table is of a new format not supported by this version"
1494
#: mysys/my_handler_errors.h:118
1495
msgid "The event could not be processed no other hanlder error happened"
1498
#: mysys/my_handler_errors.h:120
1499
msgid "Got a fatal error during initialzaction of handler"
1502
#: mysys/my_handler_errors.h:122
1503
msgid "File to short; Expected more data in file"
1506
#: mysys/my_handler_errors.h:124
1507
msgid "Read page with wrong checksum"
1510
#: mysys/my_handler_errors.h:126
1511
msgid "Lock or active transaction"
1514
#: mysys/my_handler_errors.h:128
1515
msgid "No such table space"
1518
#: mysys/my_handler_errors.h:130
1519
msgid "Tablespace not empty"
1522
#: drizzled/authentication.cc:46 drizzled/handler.cc:362
1523
#: drizzled/sql_plugin.cc:790 drizzled/sql_show.cc:4655
1524
#: drizzled/sql_udf.cc:100
1526
msgid "Plugin '%s' init function returned error."
1529
#: drizzled/drizzled.cc:559
1531
msgid "Got error %d from pthread_cond_timedwait"
1534
#: drizzled/drizzled.cc:699 drizzled/drizzled.cc:1788
1535
msgid "Can't create thread to kill server"
1538
#: drizzled/drizzled.cc:766
1540
msgid "Got signal %d from thread %ld"
1543
#: drizzled/drizzled.cc:800
1547
#: drizzled/drizzled.cc:997
1548
msgid "One can only use the --user switch if running as root\n"
1551
#: drizzled/drizzled.cc:1005
1553
"Fatal error: Please read \"Security\" section of the manual to find out how "
1554
"to run mysqld as root!\n"
1557
#: drizzled/drizzled.cc:1029
1560
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1564
#: drizzled/drizzled.cc:1204
1566
msgid "Retrying bind on TCP/IP port %u"
1569
#: drizzled/drizzled.cc:1210
1570
msgid "Can't start server: Bind on TCP/IP port"
1573
#: drizzled/drizzled.cc:1211
1575
msgid "Do you already have another drizzled server running on port: %d ?"
1578
#: drizzled/drizzled.cc:1217
1579
msgid "Can't start server: listen() on TCP/IP port"
1582
#: drizzled/drizzled.cc:1218
1584
msgid "listen() on TCP/IP failed with error %d"
1587
#: drizzled/drizzled.cc:1436
1592
#: drizzled/drizzled.cc:1454
1595
"We will try our best to scrape up some info that will hopefully help "
1597
"the problem, but since we have already crashed, something is definitely "
1599
"and this may fail.\n"
1603
#: drizzled/drizzled.cc:1465
1606
"It is possible that mysqld could use up to \n"
1607
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1609
"Hope that's ok; if not, decrease some variables in the equation.\n"
1613
#: drizzled/drizzled.cc:1483
1616
"Attempting backtrace. You can use the following information to find out\n"
1617
"where mysqld died. If you see no messages after this, something went\n"
1618
"terribly wrong...\n"
1621
#: drizzled/drizzled.cc:1511
1624
"Trying to get some variables.\n"
1625
"Some pointers may be invalid and cause the dump to abort...\n"
1628
#: drizzled/drizzled.cc:1523
1632
"This crash occured while the server was calling initgroups(). This is\n"
1633
"often due to the use of a drizzled that is statically linked against glibc\n"
1634
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1635
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1636
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1637
"drizzled that is not statically linked.\n"
1640
#: drizzled/drizzled.cc:1538
1644
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1645
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1646
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1647
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1648
"the documentation for your distribution on how to do that.\n"
1651
#: drizzled/drizzled.cc:1551
1655
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1656
"unreliable and unstable on some operating systems and operating-system\n"
1657
"versions (notably, some versions of Linux). This crash could be due to use\n"
1658
"of those buggy OS calls. You should consider whether you really need the\n"
1659
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1663
#: drizzled/drizzled.cc:1566
1665
msgid "Writing a core file\n"
1668
#: drizzled/drizzled.cc:1613
1670
"setrlimit could not change the size of core files to 'infinity'; We may not "
1671
"be able to generate a core file on signals"
1674
#: drizzled/drizzled.cc:1681
1676
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1679
#: drizzled/drizzled.cc:1769
1681
msgid "Got signal %d to shutdown mysqld"
1684
#: drizzled/drizzled.cc:1815
1686
msgid "Got signal: %d error: %d"
1689
#: drizzled/drizzled.cc:1954
1691
msgid "Wrong date/time format specifier: %s\n"
1694
#: drizzled/drizzled.cc:2083
1696
msgid "gethostname failed, using '%s' as hostname"
1699
#: drizzled/drizzled.cc:2147
1702
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1705
#: drizzled/drizzled.cc:2152
1708
"Could not increase number of max_open_files to more than %u (request: %u)"
1711
#: drizzled/drizzled.cc:2233
1713
msgid "Unknown locale: '%s'"
1716
#: drizzled/drizzled.cc:2253
1718
"Although a path was specified for the --log option, log tables are used. To "
1719
"enable logging to files use the --log-output option."
1722
#: drizzled/drizzled.cc:2260
1724
"Although a path was specified for the --log-slow-queries option, log tables "
1725
"are used. To enable logging to files use the --log-output=file option."
1728
#: drizzled/drizzled.cc:2328
1729
msgid "Can't create thread-keys"
1732
#: drizzled/drizzled.cc:2375
1733
msgid "Out of memory"
1736
#: drizzled/drizzled.cc:2382
1737
msgid "You need to use --log-bin to make --binlog-format work."
1740
#: drizzled/drizzled.cc:2404
1742
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1743
"impossible, it would lead to infinite loops in this server."
1746
#: drizzled/drizzled.cc:2424
1749
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1750
"replication may break when this Drizzle server acts as a master and has his "
1751
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1754
#: drizzled/drizzled.cc:2458
1755
msgid "Failed to initialize plugins."
1758
#: drizzled/drizzled.cc:2489
1761
"%s: Too many arguments (first extra is '%s').\n"
1762
"Use --verbose --help to get a list of available options\n"
1765
#: drizzled/drizzled.cc:2499
1766
msgid "Can't init databases"
1769
#: drizzled/drizzled.cc:2522
1771
msgid "Unknown/unsupported table type: %s"
1774
#: drizzled/drizzled.cc:2528
1776
msgid "Default storage engine (%s) is not available"
1779
#: drizzled/drizzled.cc:2551
1780
msgid "Can't initialize tc_log"
1783
#: drizzled/drizzled.cc:2582
1785
msgid "Failed to lock memory. Errno: %d\n"
1788
#: drizzled/drizzled.cc:2652
1790
msgid "Asked for %u thread stack, but got %llu"
1793
#: drizzled/drizzled.cc:2688
1795
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1796
"value: we force server id to 1; updates will be logged to the binary log, "
1797
"but connections from slaves will not be accepted."
1800
#: drizzled/drizzled.cc:2746
1801
msgid "Before Lock_thread_count"
1804
#: drizzled/drizzled.cc:2753
1805
msgid "After lock_thread_count"
1808
#: drizzled/drizzled.cc:2862
1810
msgid "drizzled: Got error %d from select"
1813
#: drizzled/drizzled.cc:3117 drizzled/drizzled.cc:3236
1814
#: drizzled/drizzled.cc:3406
1815
msgid "Option used by mysql-test for debugging and testing of replication."
1818
#: drizzled/drizzled.cc:3121
1819
msgid "Auto-increment columns are incremented by this"
1822
#: drizzled/drizzled.cc:3126
1824
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1828
#: drizzled/drizzled.cc:3132
1830
"Path to installation directory. All paths are usually resolved relative to "
1834
#: drizzled/drizzled.cc:3136
1835
msgid "IP address to bind to."
1838
#: drizzled/drizzled.cc:3140
1840
"Does not have any effect without '--log-bin'. Tell the master the form of "
1841
"binary logging to use: either 'row' for row-based binary logging, or "
1842
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1843
"statement-based binary logging except for those statements where only row-"
1844
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1845
"the UUID() function; for those, row-based binary logging is automatically "
1849
#: drizzled/drizzled.cc:3150
1851
"Tells the master it should log updates for the specified database, and "
1852
"exclude all others not explicitly mentioned."
1855
#: drizzled/drizzled.cc:3154
1857
"Tells the master that updates to the given database should not be logged "
1861
#: drizzled/drizzled.cc:3158
1863
"The maximum size of a row-based binary log event in bytes. Rows will be "
1864
"grouped into events smaller than this size if possible. The value has to be "
1865
"a multiple of 256."
1868
#: drizzled/drizzled.cc:3169
1869
msgid "Don't ignore client side character set value sent during handshake."
1872
#: drizzled/drizzled.cc:3174
1873
msgid "Set the filesystem character set."
1876
#: drizzled/drizzled.cc:3186
1877
msgid "Chroot mysqld daemon during startup."
1880
#: drizzled/drizzled.cc:3190
1881
msgid "Set the default collation."
1884
#: drizzled/drizzled.cc:3194
1885
msgid "Default completion type."
1888
#: drizzled/drizzled.cc:3199
1889
msgid "Write error output on screen."
1892
#: drizzled/drizzled.cc:3203
1893
msgid "Write core on errors."
1896
#: drizzled/drizzled.cc:3207
1897
msgid "Path to the database root."
1900
#: drizzled/drizzled.cc:3211
1902
"Set the default character set (deprecated option, use --character-set-server "
1906
#: drizzled/drizzled.cc:3216
1908
"Set the default collation (deprecated option, use --collation-server "
1912
#: drizzled/drizzled.cc:3221
1913
msgid "Set the default storage engine (table type) for tables."
1916
#: drizzled/drizzled.cc:3225
1917
msgid "Set the default time zone."
1920
#: drizzled/drizzled.cc:3229
1921
msgid "Type of DELAY_KEY_WRITE."
1924
#: drizzled/drizzled.cc:3232
1926
"Don't flush key buffers between writes for any MyISAM table (Deprecated "
1927
"option, use --delay-key-write=all instead)."
1930
#: drizzled/drizzled.cc:3242
1931
msgid "Print a symbolic stack trace on failure."
1934
#: drizzled/drizzled.cc:3248
1935
msgid "Push supported query conditions to the storage engine."
1938
#: drizzled/drizzled.cc:3254
1939
msgid "Used for debugging; Use at your own risk!"
1942
#: drizzled/drizzled.cc:3257
1943
msgid "Flush tables to disk between SQL commands."
1946
#: drizzled/drizzled.cc:3262
1947
msgid "Set up signals usable for debugging"
1950
#: drizzled/drizzled.cc:3266
1951
msgid "Enable general query log"
1954
#: drizzled/drizzled.cc:3270
1955
msgid "Command(s) that are executed for each new connection"
1958
#: drizzled/drizzled.cc:3274
1959
msgid "Read SQL commands from this file at startup."
1962
#: drizzled/drizzled.cc:3278
1963
msgid "Command(s) that are executed when a slave connects to this master"
1966
#: drizzled/drizzled.cc:3282
1970
#: drizzled/drizzled.cc:3286
1971
msgid "Set the language used for the month names and the days of the week."
1974
#: drizzled/drizzled.cc:3291
1975
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1978
#: drizzled/drizzled.cc:3296
1979
msgid "Log connections and queries to file."
1982
#: drizzled/drizzled.cc:3300
1984
"Log update queries in binary format. Optional argument is the location for "
1985
"the binary log files.(Strongly recommended to avoid replication problems if "
1986
"server's hostname changes)"
1989
#: drizzled/drizzled.cc:3307
1990
msgid "File that holds the names for last binary log files."
1993
#: drizzled/drizzled.cc:3315
1995
"If equal to 0 (the default), then when --log-bin is used, creation of a "
1996
"stored function (or trigger) is allowed only to users having the SUPER "
1997
"privilege and only if this stored function (trigger) may not break binary "
1998
"logging. Note that if ALL connections to this server ALWAYS use row-based "
1999
"binary logging, the security issues do not exist and the binary logging "
2000
"cannot break, so you can safely set this to 1."
2003
#: drizzled/drizzled.cc:3324
2004
msgid "Error log file."
2007
#: drizzled/drizzled.cc:3328
2008
msgid "Log all MyISAM changes to file."
2011
#: drizzled/drizzled.cc:3332
2013
"Log some extra information to update log. Please note that this option is "
2014
"deprecated; see --log-queries-not-using-indexes option."
2017
#: drizzled/drizzled.cc:3337
2019
"Syntax: log-output[=value[,value...]], where \"value\" could be TABLE, FILE "
2023
#: drizzled/drizzled.cc:3343
2025
"Log queries that are executed without benefit of any index to the slow log "
2029
#: drizzled/drizzled.cc:3349
2031
"Tells the slave to log the updates from the slave thread to the binary log. "
2032
"You will need to turn it on if you plan to daisy-chain the slaves."
2035
#: drizzled/drizzled.cc:3356
2037
"Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to the "
2038
"slow log if it is open."
2041
#: drizzled/drizzled.cc:3362
2043
"Log slow statements executed by slave thread to the slow log if it is open."
2046
#: drizzled/drizzled.cc:3368
2048
"Log slow queries to a table or log file. Defaults logging to table mysql."
2049
"slow_log or hostname-slow.log if --log-output=file is used. Must be enabled "
2050
"to activate other slow log options."
2053
#: drizzled/drizzled.cc:3374
2055
"Path to transaction coordinator log (used for transactions that affect more "
2056
"than one storage engine, when binary log is disabled)"
2059
#: drizzled/drizzled.cc:3380
2060
msgid "Size of transaction coordinator log."
2063
#: drizzled/drizzled.cc:3386
2064
msgid "Log some not critical warnings to the log file."
2067
#: drizzled/drizzled.cc:3391
2068
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
2071
#: drizzled/drizzled.cc:3396
2073
"The location and name of the file that remembers the master and where the I/"
2074
"O replication thread is in the master's binlogs."
2077
#: drizzled/drizzled.cc:3401
2079
"The number of tries the slave will make to connect to the master before "
2083
#: drizzled/drizzled.cc:3410
2084
msgid "Lock mysqld in memory."
2087
#: drizzled/drizzled.cc:3414
2089
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
2090
"BACKUP, FORCE or QUICK."
2093
#: drizzled/drizzled.cc:3419
2094
msgid "Use very new possible 'unsafe' functions."
2097
#: drizzled/drizzled.cc:3424
2098
msgid "Use old, non-optimized alter table."
2101
#: drizzled/drizzled.cc:3429
2103
"Enable old-style user limits (before 5.0.3 user resources were counted per "
2104
"each user+host vs. per account)"
2107
#: drizzled/drizzled.cc:3434
2108
msgid "Pid file used by safe_mysqld."
2111
#: drizzled/drizzled.cc:3444
2113
"Maximum time in seconds to wait for the port to become free. (Default: no "
2117
#: drizzled/drizzled.cc:3449
2118
msgid "The location and name to use for relay logs."
2121
#: drizzled/drizzled.cc:3453
2123
"The location and name to use for the file that keeps a list of the last "
2127
#: drizzled/drizzled.cc:3458
2129
"The location and name of the file that remembers where the SQL replication "
2130
"thread is in the relay logs."
2133
#: drizzled/drizzled.cc:3463
2135
"Tells the slave thread to restrict replication to the specified database. To "
2136
"specify more than one database, use the directive multiple times, once for "
2137
"each database. Note that this will only work if you do not use cross-"
2138
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
2139
"having selected a different or no database. If you need cross database "
2140
"updates to work, use replicate-wild-do-table=db_name.%."
2143
#: drizzled/drizzled.cc:3472
2145
"Tells the slave thread to restrict replication to the specified table. To "
2146
"specify more than one table, use the directive multiple times, once for each "
2147
"table. This will work for cross-database updates, in contrast to replicate-"
2151
#: drizzled/drizzled.cc:3478
2153
"Tells the slave thread to not replicate to the specified database. To "
2154
"specify more than one database to ignore, use the directive multiple times, "
2155
"once for each database. This option will not work if you use cross database "
2156
"updates. If you need cross database updates to work, use replicate-wild-"
2157
"ignore-table=db_name.%. "
2160
#: drizzled/drizzled.cc:3485
2162
"Tells the slave thread to not replicate to the specified table. To specify "
2163
"more than one table to ignore, use the directive multiple times, once for "
2164
"each table. This will work for cross-datbase updates, in contrast to "
2165
"replicate-ignore-db."
2168
#: drizzled/drizzled.cc:3491
2170
"Updates to a database with a different name than the original. Example: "
2171
"replicate-rewrite-db=master_db_name->slave_db_name."
2174
#: drizzled/drizzled.cc:3495
2176
"In replication, if set to 1, do not skip events having our server id. "
2177
"Default value is 0 (to break infinite loops in circular replication). Can't "
2178
"be set to 1 if --log-slave-updates is used."
2181
#: drizzled/drizzled.cc:3502
2183
"Tells the slave thread to restrict replication to the tables that match the "
2184
"specified wildcard pattern. To specify more than one table, use the "
2185
"directive multiple times, once for each table. This will work for cross-"
2186
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
2187
"only updates to tables in all databases that start with foo and whose table "
2188
"names start with bar."
2191
#: drizzled/drizzled.cc:3510
2193
"Tells the slave thread to not replicate to the tables that match the given "
2194
"wildcard pattern. To specify more than one table to ignore, use the "
2195
"directive multiple times, once for each table. This will work for cross-"
2196
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
2197
"updates to tables in databases that start with foo and whose table names "
2201
#: drizzled/drizzled.cc:3519
2203
"Hostname or IP of the slave to be reported to to the master during slave "
2204
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
2205
"you do not want the slave to register itself with the master. Note that it "
2206
"is not sufficient for the master to simply read the IP of the slave off the "
2207
"socket once the slave connects. Due to NAT and other routing issues, that IP "
2208
"may not be valid for connecting to the slave from the master or other hosts."
2211
#: drizzled/drizzled.cc:3532
2213
"Port for connecting to slave reported to the master during slave "
2214
"registration. Set it only if the slave is listening on a non-default port or "
2215
"if you have a special tunnel from the master or other clients to the slave. "
2216
"If not sure, leave this option unset."
2219
#: drizzled/drizzled.cc:3539
2220
msgid "Skip some optimize stages (for testing)."
2223
#: drizzled/drizzled.cc:3542
2225
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
2226
"specified directory"
2229
#: drizzled/drizzled.cc:3547
2231
"Uniquely identifies the server instance in the community of replication "
2235
#: drizzled/drizzled.cc:3552
2237
"Change the value of a variable. Please note that this option is deprecated;"
2238
"you can set variables directly with --variable-name=value."
2241
#: drizzled/drizzled.cc:3556
2242
msgid "Don't use new, possible wrong routines."
2245
#: drizzled/drizzled.cc:3559
2246
msgid "If set, slave is not autostarted."
2249
#: drizzled/drizzled.cc:3563
2250
msgid "Don't print a stack trace on failure."
2253
#: drizzled/drizzled.cc:3567
2255
"Don't allow symlinking of tables. Deprecated option. Use --skip-symbolic-"
2259
#: drizzled/drizzled.cc:3571
2260
msgid "Don't give threads different priorities."
2263
#: drizzled/drizzled.cc:3575
2265
"The location where the slave should put its temporary files when replicating "
2266
"a LOAD DATA INFILE command."
2269
#: drizzled/drizzled.cc:3580
2271
"Tells the slave thread to continue replication when a query event returns an "
2272
"error from the provided list."
2275
#: drizzled/drizzled.cc:3584
2277
"Modes for how replication events should be executed. Legal values are "
2278
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
2279
"stop for operations that are idempotent. In STRICT mode, replication will "
2280
"stop on any unexpected difference between the master and the slave."
2283
#: drizzled/drizzled.cc:3592
2284
msgid "Enable|disable slow query log"
2287
#: drizzled/drizzled.cc:3596
2291
#: drizzled/drizzled.cc:3599
2292
msgid "Enable symbolic link support."
2295
#: drizzled/drizzled.cc:3608
2297
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
2300
#: drizzled/drizzled.cc:3613
2302
"Decision to use in heuristic recover process. Possible values are COMMIT or "
2306
#: drizzled/drizzled.cc:3618
2308
"Using this option will cause most temporary files created to use a small set "
2309
"of names, rather than a unique name for each new file."
2312
#: drizzled/drizzled.cc:3623
2314
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
2317
#: drizzled/drizzled.cc:3628
2319
"Path for temporary files. Several paths may be specified, separated by a "
2320
"colon (:), in this case they are used in a round-robin fashion."
2323
#: drizzled/drizzled.cc:3634
2324
msgid "Default transaction isolation level."
2327
#: drizzled/drizzled.cc:3638
2329
"Enable symbolic link support. Deprecated option; use --symbolic-links "
2333
#: drizzled/drizzled.cc:3643
2334
msgid "Run mysqld daemon as user."
2337
#: drizzled/drizzled.cc:3651
2338
msgid "Deprecated; use --log-warnings instead."
2341
#: drizzled/drizzled.cc:3656
2343
"The number of outstanding connection requests MySQL can have. This comes "
2344
"into play when the main MySQL thread gets very many connection requests in a "
2348
#: drizzled/drizzled.cc:3662
2350
"The size of the cache to hold the SQL statements for the binary log during a "
2351
"transaction. If you often use big, multi-statement transactions you can "
2352
"increase this to get more performance."
2355
#: drizzled/drizzled.cc:3668
2357
"Size of tree cache used in bulk insert optimisation. Note that this is a "
2361
#: drizzled/drizzled.cc:3674
2363
"The number of seconds the mysqld server is waiting for a connect packet "
2364
"before responding with 'Bad handshake'."
2367
#: drizzled/drizzled.cc:3679
2368
msgid "The DATE format (For future)."
2371
#: drizzled/drizzled.cc:3684
2372
msgid "The DATETIME/TIMESTAMP format (for future)."
2375
#: drizzled/drizzled.cc:3689
2376
msgid "The default week format used by WEEK() functions."
2379
#: drizzled/drizzled.cc:3694
2381
"Precision of the result of '/' operator will be increased on that value."
2384
#: drizzled/drizzled.cc:3700
2386
"If non-zero, binary logs will be purged after expire_logs_days days; "
2387
"possible purges happen at startup and at binary log rotation."
2390
#: drizzled/drizzled.cc:3706
2391
msgid "The maximum length of the result of function group_concat."
2394
#: drizzled/drizzled.cc:3711
2396
"The number of seconds the server waits for activity on an interactive "
2397
"connection before closing it."
2400
#: drizzled/drizzled.cc:3717
2401
msgid "The size of the buffer that is used for full joins."
2404
#: drizzled/drizzled.cc:3723
2405
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2408
#: drizzled/drizzled.cc:3728
2410
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2411
"this to get better index handling (for all reads and multiple writes) to as "
2412
"much as you can afford;"
2415
#: drizzled/drizzled.cc:3737
2417
"This characterizes the number of hits a hot block has to be untouched until "
2418
"it is considered aged enough to be downgraded to a warm block. This "
2419
"specifies the percentage ratio of that number of hits to the total number of "
2420
"blocks in key cache"
2423
#: drizzled/drizzled.cc:3746
2424
msgid "The default size of key cache blocks"
2427
#: drizzled/drizzled.cc:3752
2428
msgid "The minimum percentage of warm blocks in key cache"
2431
#: drizzled/drizzled.cc:3758
2433
"Log all queries that have taken more than long_query_time seconds to execute "
2434
"to file. The argument will be treated as a decimal value with microsecond "
2438
#: drizzled/drizzled.cc:3764
2439
msgid "Max packetlength to send/receive from to server."
2442
#: drizzled/drizzled.cc:3769
2444
"Can be used to restrict the total size used to cache a multi-transaction "
2448
#: drizzled/drizzled.cc:3774
2450
"Binary log will be rotated automatically when the size exceeds this value. "
2451
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2452
"for this variable is 4096."
2455
#: drizzled/drizzled.cc:3780
2457
"If there is more than this number of interrupted connections from a host "
2458
"this host will be blocked from further connections."
2461
#: drizzled/drizzled.cc:3787
2462
msgid "The number of simultaneous clients allowed."
2465
#: drizzled/drizzled.cc:3792
2466
msgid "Max number of errors/warnings to store for a statement."
2469
#: drizzled/drizzled.cc:3797
2470
msgid "Don't allow creation of heap tables bigger than this."
2473
#: drizzled/drizzled.cc:3803
2475
"Joins that are probably going to read more than max_join_size records return "
2479
#: drizzled/drizzled.cc:3809
2480
msgid "Max number of bytes in sorted records."
2483
#: drizzled/drizzled.cc:3814
2485
"If non-zero: relay log will be rotated automatically when the size exceeds "
2486
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2487
"excepted, the minimum value for this variable is 4096."
2490
#: drizzled/drizzled.cc:3821
2491
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2494
#: drizzled/drizzled.cc:3826
2496
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2497
"max_sort_length bytes of each value are used; the rest are ignored)."
2500
#: drizzled/drizzled.cc:3833
2501
msgid "Maximum number of temporary tables a client can keep open at a time."
2504
#: drizzled/drizzled.cc:3838
2505
msgid "After this many write locks, allow some read locks to run in between."
2508
#: drizzled/drizzled.cc:3842
2510
"Don't log queries which examine less than min_examined_row_limit rows to "
2514
#: drizzled/drizzled.cc:3848
2515
msgid "Block size to be used for MyISAM index pages."
2518
#: drizzled/drizzled.cc:3854
2519
msgid "Default pointer size to be used for MyISAM tables."
2522
#: drizzled/drizzled.cc:3859
2523
msgid "(Deprecated option)"
2526
#: drizzled/drizzled.cc:3865
2528
"Don't use the fast sort index method to created index if the temporary file "
2529
"would get bigger than this."
2532
#: drizzled/drizzled.cc:3872
2534
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2535
"disables parallel repair."
2538
#: drizzled/drizzled.cc:3878
2540
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2541
"when creating indexes with CREATE INDEX or ALTER TABLE."
2544
#: drizzled/drizzled.cc:3884
2546
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2547
"Possible values of name are 'nulls_unequal' (default behavior), "
2548
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2551
#: drizzled/drizzled.cc:3891
2552
msgid "Buffer length for TCP/IP and socket communication."
2555
#: drizzled/drizzled.cc:3896
2557
"Number of seconds to wait for more data from a connection before aborting "
2561
#: drizzled/drizzled.cc:3902
2563
"If a read on a communication port is interrupted, retry this many times "
2567
#: drizzled/drizzled.cc:3908
2569
"Number of seconds to wait for a block to be written to a connection before "
2570
"aborting the write."
2573
#: drizzled/drizzled.cc:3914
2574
msgid "Use compatible behavior."
2577
#: drizzled/drizzled.cc:3919
2579
"If this is not 0, then mysqld will use this value to reserve file "
2580
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2581
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2582
"larger) number of files."
2585
#: drizzled/drizzled.cc:3926
2587
"Controls the heuristic(s) applied during query optimization to prune less-"
2588
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2589
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2590
"on number of retrieved rows."
2593
#: drizzled/drizzled.cc:3934
2595
"Maximum depth of search performed by the query optimizer. Values larger than "
2596
"the number of relations in a query result in better query plans, but take "
2597
"longer to compile a query. Smaller values than the number of tables in a "
2598
"relation result in faster optimization, but may produce very bad query "
2599
"plans. If set to 0, the system will automatically pick a reasonable value; "
2600
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
2601
"(used for testing/comparison)."
2604
#: drizzled/drizzled.cc:3946
2605
msgid "Directory for plugins."
2608
#: drizzled/drizzled.cc:3950
2610
"Optional comma separated list of plugins to load, where each plugin is "
2611
"identified by the name of the shared library. [for example: --"
2612
"plugin_load=libmd5udf.so]"
2615
#: drizzled/drizzled.cc:3956
2616
msgid "The size of the buffer that is allocated when preloading indexes"
2619
#: drizzled/drizzled.cc:3961
2620
msgid "Allocation block size for query parsing and execution"
2623
#: drizzled/drizzled.cc:3966
2624
msgid "Persistent buffer for query parsing and execution"
2627
#: drizzled/drizzled.cc:3972
2628
msgid "Allocation block size for storing ranges during optimization"
2631
#: drizzled/drizzled.cc:3978
2633
"Each thread that does a sequential scan allocates a buffer of this size for "
2634
"each table it scans. If you do many sequential scans, you may want to "
2635
"increase this value."
2638
#: drizzled/drizzled.cc:3986
2640
"Make all non-temporary tables read-only, with the exception for replication "
2641
"(slave) threads and users with the SUPER privilege"
2644
#: drizzled/drizzled.cc:3992
2646
"When reading rows in sorted order after a sort, the rows are read through "
2647
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2651
#: drizzled/drizzled.cc:4006
2653
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2657
#: drizzled/drizzled.cc:4012
2658
msgid "Maximum space to use for all relay logs."
2661
#: drizzled/drizzled.cc:4017
2662
msgid "Use compression on master/slave protocol."
2665
#: drizzled/drizzled.cc:4022
2667
"Number of seconds to wait for more data from a master/slave connection "
2668
"before aborting the read."
2671
#: drizzled/drizzled.cc:4027
2673
"Number of times the slave SQL thread will retry a transaction in case it "
2674
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2678
#: drizzled/drizzled.cc:4033
2679
msgid "Allow slave to batch requests."
2682
#: drizzled/drizzled.cc:4037
2684
"If creating the thread takes longer than this value (in seconds), the "
2685
"Slow_launch_threads counter will be incremented."
2688
#: drizzled/drizzled.cc:4042
2689
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2692
#: drizzled/drizzled.cc:4048
2694
"Synchronously flush binary log to disk after every #th event. Use 0 "
2695
"(default) to disable synchronous flushing."
2698
#: drizzled/drizzled.cc:4053
2699
msgid "Deprecated; use --table_open_cache instead."
2702
#: drizzled/drizzled.cc:4057
2703
msgid "The number of cached table definitions."
2706
#: drizzled/drizzled.cc:4061
2707
msgid "The number of cached open tables."
2710
#: drizzled/drizzled.cc:4065
2712
"Timeout in seconds to wait for a table level lock before returning an error. "
2713
"Used only if the connection has active cursors."
2716
#: drizzled/drizzled.cc:4070
2717
msgid "How many threads we should keep in a cache for reuse."
2720
#: drizzled/drizzled.cc:4074
2722
"How many threads we should create to handle query requests in case of "
2723
"'thread_handling=pool-of-threads'"
2726
#: drizzled/drizzled.cc:4079
2727
msgid "The stack size for each thread."
2730
#: drizzled/drizzled.cc:4085
2731
msgid "The TIME format (for future)."
2734
#: drizzled/drizzled.cc:4090
2736
"If an internal in-memory temporary table exceeds this size, MySQL will "
2737
"automatically convert it to an on-disk MyISAM table."
2740
#: drizzled/drizzled.cc:4096
2741
msgid "Allocation block size for transactions to be stored in binary log"
2744
#: drizzled/drizzled.cc:4101
2745
msgid "Persistent buffer for transactions to be stored in binary log"
2748
#: drizzled/drizzled.cc:4106
2750
"The number of seconds the server waits for activity on a connection before "
2754
#: drizzled/drizzled.cc:4354
2756
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2757
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2758
"and you are welcome to modify and redistribute it under the GPL license\n"
2760
"Starts the Drizzle database server\n"
2763
#: drizzled/drizzled.cc:4361
2765
msgid "Usage: %s [OPTIONS]\n"
2768
#: drizzled/drizzled.cc:4372
2771
"To see what values a running Drizzle server is using, type\n"
2772
"'drizzleadmin variables' instead of 'drizzled --help'."
2775
#: drizzled/drizzled.cc:4556
2778
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2782
#: drizzled/drizzled.cc:4608
2784
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2787
#: drizzled/drizzled.cc:4617
2789
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2792
#: drizzled/drizzled.cc:4627
2794
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2797
#: drizzled/drizzled.cc:4656 drizzled/drizzled.cc:4665
2799
msgid "Could not add do table rule '%s'!\n"
2802
#: drizzled/drizzled.cc:4674 drizzled/drizzled.cc:4683
2804
msgid "Could not add ignore table rule '%s'!\n"
2807
#: drizzled/drizzled.cc:4727
2808
msgid "Can't start server: cannot resolve hostname!"
2811
#: drizzled/drizzled.cc:4733
2812
msgid "Can't start server: bind-address refers to multiple interfaces!"
2815
#: drizzled/drizzled.cc:4908
2817
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2818
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2821
#: drizzled/drizzled.cc:5093
2823
msgid "No option given to %s\n"
2826
#: drizzled/drizzled.cc:5095
2828
msgid "Wrong option to %s. Option(s) given: %s\n"
2831
#: drizzled/drizzled.cc:5097
2833
msgid "Alternatives are: '%s'"
2836
#: drizzled/drizzled_error_messages.h:32
2840
#: drizzled/drizzled_error_messages.h:34
2844
#: drizzled/drizzled_error_messages.h:36
2848
#: drizzled/drizzled_error_messages.h:38
2852
#: drizzled/drizzled_error_messages.h:40
2854
msgid "Can't create file '%-.200s' (errno: %d)"
2857
#: drizzled/drizzled_error_messages.h:42
2859
msgid "Can't create table '%-.200s' (errno: %d)"
2862
#: drizzled/drizzled_error_messages.h:44
2864
msgid "Can't create database '%-.192s' (errno: %d)"
2867
#: drizzled/drizzled_error_messages.h:46
2869
msgid "Can't create database '%-.192s'; database exists"
2872
#: drizzled/drizzled_error_messages.h:48
2874
msgid "Can't drop database '%-.192s'; database doesn't exist"
2877
#: drizzled/drizzled_error_messages.h:50
2879
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2882
#: drizzled/drizzled_error_messages.h:52
2884
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2887
#: drizzled/drizzled_error_messages.h:54
2889
msgid "Error on delete of '%-.192s' (errno: %d)"
2892
#: drizzled/drizzled_error_messages.h:56
2893
msgid "Can't read record in system table"
2896
#: drizzled/drizzled_error_messages.h:58
2898
msgid "Can't get status of '%-.200s' (errno: %d)"
2901
#: drizzled/drizzled_error_messages.h:60
2903
msgid "Can't get working directory (errno: %d)"
2906
#: drizzled/drizzled_error_messages.h:62
2908
msgid "Can't lock file (errno: %d)"
2911
#: drizzled/drizzled_error_messages.h:64
2913
msgid "Can't open file: '%-.200s' (errno: %d)"
2916
#: drizzled/drizzled_error_messages.h:66
2918
msgid "Can't find file: '%-.200s' (errno: %d)"
2921
#: drizzled/drizzled_error_messages.h:68
2923
msgid "Can't read dir of '%-.192s' (errno: %d)"
2926
#: drizzled/drizzled_error_messages.h:70
2928
msgid "Can't change dir to '%-.192s' (errno: %d)"
2931
#: drizzled/drizzled_error_messages.h:72
2933
msgid "Record has changed since last read in table '%-.192s'"
2936
#: drizzled/drizzled_error_messages.h:74
2938
msgid "Disk full (%s); waiting for someone to free some space..."
2941
#: drizzled/drizzled_error_messages.h:76
2943
msgid "Can't write; duplicate key in table '%-.192s'"
2946
#: drizzled/drizzled_error_messages.h:78
2948
msgid "Error on close of '%-.192s' (errno: %d)"
2951
#: drizzled/drizzled_error_messages.h:80
2953
msgid "Error reading file '%-.200s' (errno: %d)"
2956
#: drizzled/drizzled_error_messages.h:82
2958
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2961
#: drizzled/drizzled_error_messages.h:84
2963
msgid "Error writing file '%-.200s' (errno: %d)"
2966
#: drizzled/drizzled_error_messages.h:86
2968
msgid "'%-.192s' is locked against change"
2971
#: drizzled/drizzled_error_messages.h:88
2972
msgid "Sort aborted"
2975
#: drizzled/drizzled_error_messages.h:90
2977
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2980
#: drizzled/drizzled_error_messages.h:92
2982
msgid "Got error %d from storage engine"
2985
#: drizzled/drizzled_error_messages.h:94
2987
msgid "Table storage engine for '%-.192s' doesn't have this option"
2990
#: drizzled/drizzled_error_messages.h:96
2992
msgid "Can't find record in '%-.192s'"
2995
#: drizzled/drizzled_error_messages.h:98
2997
msgid "Incorrect information in file: '%-.200s'"
3000
#: drizzled/drizzled_error_messages.h:100
3002
msgid "Incorrect key file for table '%-.200s'; try to repair it"
3005
#: drizzled/drizzled_error_messages.h:102
3007
msgid "Old key file for table '%-.192s'; repair it!"
3010
#: drizzled/drizzled_error_messages.h:104
3012
msgid "Table '%-.192s' is read only"
3015
#: drizzled/drizzled_error_messages.h:106
3017
msgid "Out of memory; restart server and try again (needed %d bytes)"
3020
#: drizzled/drizzled_error_messages.h:108
3021
msgid "Out of sort memory; increase server sort buffer size"
3024
#: drizzled/drizzled_error_messages.h:110
3026
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
3029
#: drizzled/drizzled_error_messages.h:112
3030
msgid "Too many connections"
3033
#: drizzled/drizzled_error_messages.h:114
3035
"Out of memory; check if mysqld or some other process uses all available "
3036
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
3037
"memory or you can add more swap space"
3040
#: drizzled/drizzled_error_messages.h:116
3041
msgid "Can't get hostname for your address"
3044
#: drizzled/drizzled_error_messages.h:118
3045
msgid "Bad handshake"
3048
#: drizzled/drizzled_error_messages.h:120
3050
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
3053
#: drizzled/drizzled_error_messages.h:122
3055
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
3058
#: drizzled/drizzled_error_messages.h:124
3059
msgid "No database selected"
3062
#: drizzled/drizzled_error_messages.h:126
3063
msgid "Unknown command"
3066
#: drizzled/drizzled_error_messages.h:128
3068
msgid "Column '%-.192s' cannot be null"
3071
#: drizzled/drizzled_error_messages.h:130
3073
msgid "Unknown database '%-.192s'"
3076
#: drizzled/drizzled_error_messages.h:132
3078
msgid "Table '%-.192s' already exists"
3081
#: drizzled/drizzled_error_messages.h:134
3083
msgid "Unknown table '%-.100s'"
3086
#: drizzled/drizzled_error_messages.h:136
3088
msgid "Column '%-.192s' in %-.192s is ambiguous"
3091
#: drizzled/drizzled_error_messages.h:138
3092
msgid "Server shutdown in progress"
3095
#: drizzled/drizzled_error_messages.h:140
3097
msgid "Unknown column '%-.192s' in '%-.192s'"
3100
#: drizzled/drizzled_error_messages.h:142
3102
msgid "'%-.192s' isn't in GROUP BY"
3105
#: drizzled/drizzled_error_messages.h:144
3107
msgid "Can't group on '%-.192s'"
3110
#: drizzled/drizzled_error_messages.h:146
3111
msgid "Statement has sum functions and columns in same statement"
3114
#: drizzled/drizzled_error_messages.h:148
3115
msgid "Column count doesn't match value count"
3118
#: drizzled/drizzled_error_messages.h:150
3120
msgid "Identifier name '%-.100s' is too long"
3123
#: drizzled/drizzled_error_messages.h:152
3125
msgid "Duplicate column name '%-.192s'"
3128
#: drizzled/drizzled_error_messages.h:154
3130
msgid "Duplicate key name '%-.192s'"
3133
#: drizzled/drizzled_error_messages.h:156
3135
msgid "Duplicate entry '%-.192s' for key %d"
3138
#: drizzled/drizzled_error_messages.h:158
3140
msgid "Incorrect column specifier for column '%-.192s'"
3143
#: drizzled/drizzled_error_messages.h:160
3145
msgid "%s near '%-.80s' at line %d"
3148
#: drizzled/drizzled_error_messages.h:162
3149
msgid "Query was empty"
3152
#: drizzled/drizzled_error_messages.h:164
3154
msgid "Not unique table/alias: '%-.192s'"
3157
#: drizzled/drizzled_error_messages.h:166
3159
msgid "Invalid default value for '%-.192s'"
3162
#: drizzled/drizzled_error_messages.h:168
3163
msgid "Multiple primary key defined"
3166
#: drizzled/drizzled_error_messages.h:170
3168
msgid "Too many keys specified; max %d keys allowed"
3171
#: drizzled/drizzled_error_messages.h:172
3173
msgid "Too many key parts specified; max %d parts allowed"
3176
#: drizzled/drizzled_error_messages.h:174
3178
msgid "Specified key was too long; max key length is %d bytes"
3181
#: drizzled/drizzled_error_messages.h:176
3183
msgid "Key column '%-.192s' doesn't exist in table"
3186
#: drizzled/drizzled_error_messages.h:178
3189
"BLOB column '%-.192s' can't be used in key specification with the used table "
3193
#: drizzled/drizzled_error_messages.h:180
3196
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
3200
#: drizzled/drizzled_error_messages.h:182
3202
"Incorrect table definition; there can be only one auto column and it must be "
3206
#: drizzled/drizzled_error_messages.h:184
3209
"%s: ready for connections.\n"
3210
"Version: '%s' socket: '%s' port: %d"
3213
#: drizzled/drizzled_error_messages.h:186
3215
msgid "%s: Normal shutdown\n"
3218
#: drizzled/drizzled_error_messages.h:188
3220
msgid "%s: Got signal %d. Aborting!\n"
3223
#: drizzled/drizzled_error_messages.h:190
3225
msgid "%s: Shutdown complete\n"
3228
#: drizzled/drizzled_error_messages.h:192
3230
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
3233
#: drizzled/drizzled_error_messages.h:194
3234
msgid "Can't create IP socket"
3237
#: drizzled/drizzled_error_messages.h:196
3240
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
3244
#: drizzled/drizzled_error_messages.h:198
3245
msgid "Field separator argument is not what is expected; check the manual"
3248
#: drizzled/drizzled_error_messages.h:200
3250
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
3253
#: drizzled/drizzled_error_messages.h:202
3256
"The file '%-.128s' must be in the database directory or be readable by all"
3259
#: drizzled/drizzled_error_messages.h:204
3261
msgid "File '%-.200s' already exists"
3264
#: drizzled/drizzled_error_messages.h:206
3266
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
3269
#: drizzled/drizzled_error_messages.h:208
3271
msgid "Records: %ld Duplicates: %ld"
3274
#: drizzled/drizzled_error_messages.h:210
3276
"Incorrect prefix key; the used key part isn't a string, the used length is "
3277
"longer than the key part, or the storage engine doesn't support unique "
3281
#: drizzled/drizzled_error_messages.h:212
3282
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
3285
#: drizzled/drizzled_error_messages.h:214
3287
msgid "Can't DROP '%-.192s'; check that column/key exists"
3290
#: drizzled/drizzled_error_messages.h:216
3292
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
3295
#: drizzled/drizzled_error_messages.h:218
3297
msgid "You can't specify target table '%-.192s' for update in FROM clause"
3300
#: drizzled/drizzled_error_messages.h:220
3302
msgid "Unknown thread id: %lu"
3305
#: drizzled/drizzled_error_messages.h:222
3307
msgid "You are not owner of thread %lu"
3310
#: drizzled/drizzled_error_messages.h:224
3311
msgid "No tables used"
3314
#: drizzled/drizzled_error_messages.h:226
3316
msgid "Too many strings for column %-.192s and SET"
3319
#: drizzled/drizzled_error_messages.h:228
3321
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
3324
#: drizzled/drizzled_error_messages.h:230
3326
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3329
#: drizzled/drizzled_error_messages.h:232
3331
msgid "Table '%-.192s' was not locked with LOCK TABLES"
3334
#: drizzled/drizzled_error_messages.h:234
3336
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
3339
#: drizzled/drizzled_error_messages.h:236
3341
msgid "Incorrect database name '%-.100s'"
3344
#: drizzled/drizzled_error_messages.h:238
3346
msgid "Incorrect table name '%-.100s'"
3349
#: drizzled/drizzled_error_messages.h:240
3351
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
3352
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
3355
#: drizzled/drizzled_error_messages.h:242
3356
msgid "Unknown error"
3359
#: drizzled/drizzled_error_messages.h:244
3361
msgid "Unknown procedure '%-.192s'"
3364
#: drizzled/drizzled_error_messages.h:246
3366
msgid "Incorrect parameter count to procedure '%-.192s'"
3369
#: drizzled/drizzled_error_messages.h:248
3371
msgid "Incorrect parameters to procedure '%-.192s'"
3374
#: drizzled/drizzled_error_messages.h:250
3376
msgid "Unknown table '%-.192s' in %-.32s"
3379
#: drizzled/drizzled_error_messages.h:252
3381
msgid "Column '%-.192s' specified twice"
3384
#: drizzled/drizzled_error_messages.h:254
3385
msgid "Invalid use of group function"
3388
#: drizzled/drizzled_error_messages.h:256
3391
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
3394
#: drizzled/drizzled_error_messages.h:258
3395
msgid "A table must have at least 1 column"
3398
#: drizzled/drizzled_error_messages.h:260
3400
msgid "The table '%-.192s' is full"
3403
#: drizzled/drizzled_error_messages.h:262
3405
msgid "Unknown character set: '%-.64s'"
3408
#: drizzled/drizzled_error_messages.h:264
3410
msgid "Too many tables; MySQL can only use %d tables in a join"
3413
#: drizzled/drizzled_error_messages.h:266
3414
msgid "Too many columns"
3417
#: drizzled/drizzled_error_messages.h:268
3420
"Row size too large. The maximum row size for the used table type, not "
3421
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
3424
#: drizzled/drizzled_error_messages.h:270
3427
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
3428
"thread_stack=#' to specify a bigger stack if needed"
3431
#: drizzled/drizzled_error_messages.h:272
3432
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
3435
#: drizzled/drizzled_error_messages.h:274
3438
"Table handler doesn't support NULL in given index. Please change column "
3439
"'%-.192s' to be NOT NULL or use another handler"
3442
#: drizzled/drizzled_error_messages.h:276
3444
msgid "Can't load function '%-.192s'"
3447
#: drizzled/drizzled_error_messages.h:278
3449
msgid "Can't initialize function '%-.192s'; %-.80s"
3452
#: drizzled/drizzled_error_messages.h:280
3453
msgid "No paths allowed for shared library"
3456
#: drizzled/drizzled_error_messages.h:282
3458
msgid "Function '%-.192s' already exists"
3461
#: drizzled/drizzled_error_messages.h:284
3463
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3466
#: drizzled/drizzled_error_messages.h:286
3468
msgid "Can't find symbol '%-.128s' in library"
3471
#: drizzled/drizzled_error_messages.h:288
3473
msgid "Function '%-.192s' is not defined"
3476
#: drizzled/drizzled_error_messages.h:290
3479
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3480
"'mysqladmin flush-hosts'"
3483
#: drizzled/drizzled_error_messages.h:292
3485
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3488
#: drizzled/drizzled_error_messages.h:294
3490
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3491
"to change passwords"
3494
#: drizzled/drizzled_error_messages.h:296
3496
"You must have privileges to update tables in the mysql database to be able "
3497
"to change passwords for others"
3500
#: drizzled/drizzled_error_messages.h:298
3501
msgid "Can't find any matching row in the user table"
3504
#: drizzled/drizzled_error_messages.h:300
3506
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
3509
#: drizzled/drizzled_error_messages.h:302
3512
"Can't create a new thread (errno %d); if you are not out of available "
3513
"memory, you can consult the manual for a possible OS-dependent bug"
3516
#: drizzled/drizzled_error_messages.h:304
3518
msgid "Column count doesn't match value count at row %ld"
3521
#: drizzled/drizzled_error_messages.h:306
3523
msgid "Can't reopen table: '%-.192s'"
3526
#: drizzled/drizzled_error_messages.h:308
3527
msgid "Invalid use of NULL value"
3530
#: drizzled/drizzled_error_messages.h:310
3532
msgid "Got error '%-.64s' from regexp"
3535
#: drizzled/drizzled_error_messages.h:312
3537
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3538
"illegal if there is no GROUP BY clause"
3541
#: drizzled/drizzled_error_messages.h:314
3543
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3546
#: drizzled/drizzled_error_messages.h:316
3548
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3551
#: drizzled/drizzled_error_messages.h:318
3554
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3558
#: drizzled/drizzled_error_messages.h:320
3560
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3561
"privileges can be used"
3564
#: drizzled/drizzled_error_messages.h:322
3565
msgid "The host or user argument to GRANT is too long"
3568
#: drizzled/drizzled_error_messages.h:324
3570
msgid "Table '%-.192s.%-.192s' doesn't exist"
3573
#: drizzled/drizzled_error_messages.h:326
3576
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3580
#: drizzled/drizzled_error_messages.h:328
3581
msgid "The used command is not allowed with this MySQL version"
3584
#: drizzled/drizzled_error_messages.h:330
3586
"You have an error in your SQL syntax; check the manual that corresponds to "
3587
"your MySQL server version for the right syntax to use"
3590
#: drizzled/drizzled_error_messages.h:332
3592
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3595
#: drizzled/drizzled_error_messages.h:334
3596
msgid "Too many delayed threads in use"
3599
#: drizzled/drizzled_error_messages.h:336
3601
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3604
#: drizzled/drizzled_error_messages.h:338
3605
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3608
#: drizzled/drizzled_error_messages.h:340
3609
msgid "Got a read error from the connection pipe"
3612
#: drizzled/drizzled_error_messages.h:342
3613
msgid "Got an error from fcntl()"
3616
#: drizzled/drizzled_error_messages.h:344
3617
msgid "Got packets out of order"
3620
#: drizzled/drizzled_error_messages.h:346
3621
msgid "Couldn't uncompress communication packet"
3624
#: drizzled/drizzled_error_messages.h:348
3625
msgid "Got an error reading communication packets"
3628
#: drizzled/drizzled_error_messages.h:350
3629
msgid "Got timeout reading communication packets"
3632
#: drizzled/drizzled_error_messages.h:352
3633
msgid "Got an error writing communication packets"
3636
#: drizzled/drizzled_error_messages.h:354
3637
msgid "Got timeout writing communication packets"
3640
#: drizzled/drizzled_error_messages.h:356
3641
msgid "Result string is longer than 'max_allowed_packet' bytes"
3644
#: drizzled/drizzled_error_messages.h:358
3645
msgid "The used table type doesn't support BLOB/TEXT columns"
3648
#: drizzled/drizzled_error_messages.h:360
3649
msgid "The used table type doesn't support AUTO_INCREMENT columns"
3652
#: drizzled/drizzled_error_messages.h:362
3655
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3659
#: drizzled/drizzled_error_messages.h:364
3661
msgid "Incorrect column name '%-.100s'"
3664
#: drizzled/drizzled_error_messages.h:366
3666
msgid "The used storage engine can't index column '%-.192s'"
3669
#: drizzled/drizzled_error_messages.h:368
3671
"Unable to open underlying table which is differently defined or of non-"
3672
"MyISAM type or doesn't exist"
3675
#: drizzled/drizzled_error_messages.h:370
3677
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3680
#: drizzled/drizzled_error_messages.h:372
3683
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3686
#: drizzled/drizzled_error_messages.h:374
3688
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3692
#: drizzled/drizzled_error_messages.h:376
3693
msgid "Result consisted of more than one row"
3696
#: drizzled/drizzled_error_messages.h:378
3697
msgid "This table type requires a primary key"
3700
#: drizzled/drizzled_error_messages.h:380
3701
msgid "This version of MySQL is not compiled with RAID support"
3704
#: drizzled/drizzled_error_messages.h:382
3706
"You are using safe update mode and you tried to update a table without a "
3707
"WHERE that uses a KEY column"
3710
#: drizzled/drizzled_error_messages.h:384
3712
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
3715
#: drizzled/drizzled_error_messages.h:386
3716
msgid "Can't open table"
3719
#: drizzled/drizzled_error_messages.h:388
3721
msgid "The storage engine for the table doesn't support %s"
3724
#: drizzled/drizzled_error_messages.h:390
3725
msgid "You are not allowed to execute this command in a transaction"
3728
#: drizzled/drizzled_error_messages.h:392
3730
msgid "Got error %d during COMMIT"
3733
#: drizzled/drizzled_error_messages.h:394
3735
msgid "Got error %d during ROLLBACK"
3738
#: drizzled/drizzled_error_messages.h:396
3740
msgid "Got error %d during FLUSH_LOGS"
3743
#: drizzled/drizzled_error_messages.h:398
3745
msgid "Got error %d during CHECKPOINT"
3748
#: drizzled/drizzled_error_messages.h:400
3751
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
3755
#: drizzled/drizzled_error_messages.h:402
3756
msgid "The storage engine for the table does not support binary table dump"
3759
#: drizzled/drizzled_error_messages.h:404
3760
msgid "Binlog closed, cannot RESET MASTER"
3763
#: drizzled/drizzled_error_messages.h:406
3765
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3768
#: drizzled/drizzled_error_messages.h:408
3770
msgid "Error from master: '%-.64s'"
3773
#: drizzled/drizzled_error_messages.h:410
3774
msgid "Net error reading from master"
3777
#: drizzled/drizzled_error_messages.h:412
3778
msgid "Net error writing to master"
3781
#: drizzled/drizzled_error_messages.h:414
3782
msgid "Can't find FULLTEXT index matching the column list"
3785
#: drizzled/drizzled_error_messages.h:416
3787
"Can't execute the given command because you have active locked tables or an "
3788
"active transaction"
3791
#: drizzled/drizzled_error_messages.h:418
3793
msgid "Unknown system variable '%-.64s'"
3796
#: drizzled/drizzled_error_messages.h:420
3798
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3801
#: drizzled/drizzled_error_messages.h:422
3804
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3807
#: drizzled/drizzled_error_messages.h:424
3808
msgid "Some non-transactional changed tables couldn't be rolled back"
3811
#: drizzled/drizzled_error_messages.h:426
3813
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3814
"of storage; increase this mysqld variable and try again"
3817
#: drizzled/drizzled_error_messages.h:428
3819
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3822
#: drizzled/drizzled_error_messages.h:430
3824
"This operation requires a running slave; configure slave and do START SLAVE"
3827
#: drizzled/drizzled_error_messages.h:432
3828
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3831
#: drizzled/drizzled_error_messages.h:434
3833
"Could not initialize master info structure; more error messages can be found "
3834
"in the MySQL error log"
3837
#: drizzled/drizzled_error_messages.h:436
3838
msgid "Could not create slave thread; check system resources"
3841
#: drizzled/drizzled_error_messages.h:438
3844
"User %-.64s already has more than 'max_user_connections' active connections"
3847
#: drizzled/drizzled_error_messages.h:440
3848
msgid "You may only use constant expressions with SET"
3851
#: drizzled/drizzled_error_messages.h:442
3852
msgid "Lock wait timeout exceeded; try restarting transaction"
3855
#: drizzled/drizzled_error_messages.h:444
3856
msgid "The total number of locks exceeds the lock table size"
3859
#: drizzled/drizzled_error_messages.h:446
3860
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3863
#: drizzled/drizzled_error_messages.h:448
3864
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3867
#: drizzled/drizzled_error_messages.h:450
3868
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3871
#: drizzled/drizzled_error_messages.h:452
3873
msgid "Incorrect arguments to %s"
3876
#: drizzled/drizzled_error_messages.h:454
3878
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3881
#: drizzled/drizzled_error_messages.h:456
3883
"Incorrect table definition; all MERGE tables must be in the same database"
3886
#: drizzled/drizzled_error_messages.h:458
3887
msgid "Deadlock found when trying to get lock; try restarting transaction"
3890
#: drizzled/drizzled_error_messages.h:460
3891
msgid "The used table type doesn't support FULLTEXT indexes"
3894
#: drizzled/drizzled_error_messages.h:462
3895
msgid "Cannot add foreign key constraint"
3898
#: drizzled/drizzled_error_messages.h:464
3899
msgid "Cannot add or update a child row: a foreign key constraint fails"
3902
#: drizzled/drizzled_error_messages.h:466
3903
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
3906
#: drizzled/drizzled_error_messages.h:468
3908
msgid "Error connecting to master: %-.128s"
3911
#: drizzled/drizzled_error_messages.h:470
3913
msgid "Error running query on master: %-.128s"
3916
#: drizzled/drizzled_error_messages.h:472
3918
msgid "Error when executing command %s: %-.128s"
3921
#: drizzled/drizzled_error_messages.h:474
3923
msgid "Incorrect usage of %s and %s"
3926
#: drizzled/drizzled_error_messages.h:476
3927
msgid "The used SELECT statements have a different number of columns"
3930
#: drizzled/drizzled_error_messages.h:478
3931
msgid "Can't execute the query because you have a conflicting read lock"
3934
#: drizzled/drizzled_error_messages.h:480
3935
msgid "Mixing of transactional and non-transactional tables is disabled"
3938
#: drizzled/drizzled_error_messages.h:482
3940
msgid "Option '%s' used twice in statement"
3943
#: drizzled/drizzled_error_messages.h:484
3945
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3948
#: drizzled/drizzled_error_messages.h:486
3950
msgid "Access denied; you need the %-.128s privilege for this operation"
3953
#: drizzled/drizzled_error_messages.h:488
3956
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3959
#: drizzled/drizzled_error_messages.h:490
3962
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3965
#: drizzled/drizzled_error_messages.h:492
3967
msgid "Variable '%-.64s' doesn't have a default value"
3970
#: drizzled/drizzled_error_messages.h:494
3972
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
3975
#: drizzled/drizzled_error_messages.h:496
3977
msgid "Incorrect argument type to variable '%-.64s'"
3980
#: drizzled/drizzled_error_messages.h:498
3982
msgid "Variable '%-.64s' can only be set, not read"
3985
#: drizzled/drizzled_error_messages.h:500
3987
msgid "Incorrect usage/placement of '%s'"
3990
#: drizzled/drizzled_error_messages.h:502
3992
msgid "This version of MySQL doesn't yet support '%s'"
3995
#: drizzled/drizzled_error_messages.h:504
3998
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
4001
#: drizzled/drizzled_error_messages.h:506
4002
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
4005
#: drizzled/drizzled_error_messages.h:508
4007
msgid "Variable '%-.192s' is a %s variable"
4010
#: drizzled/drizzled_error_messages.h:510
4012
msgid "Incorrect foreign key definition for '%-.192s': %s"
4015
#: drizzled/drizzled_error_messages.h:512
4016
msgid "Key reference and table reference don't match"
4019
#: drizzled/drizzled_error_messages.h:514
4021
msgid "Operand should contain %d column(s)"
4024
#: drizzled/drizzled_error_messages.h:516
4025
msgid "Subquery returns more than 1 row"
4028
#: drizzled/drizzled_error_messages.h:518
4030
msgid "Unknown prepared statement handler (%.*s) given to %s"
4033
#: drizzled/drizzled_error_messages.h:520
4034
msgid "Help database is corrupt or does not exist"
4037
#: drizzled/drizzled_error_messages.h:522
4038
msgid "Cyclic reference on subqueries"
4041
#: drizzled/drizzled_error_messages.h:524
4043
msgid "Converting column '%s' from %s to %s"
4046
#: drizzled/drizzled_error_messages.h:526
4048
msgid "Reference '%-.64s' not supported (%s)"
4051
#: drizzled/drizzled_error_messages.h:528
4052
msgid "Every derived table must have its own alias"
4055
#: drizzled/drizzled_error_messages.h:530
4057
msgid "Select %u was reduced during optimization"
4060
#: drizzled/drizzled_error_messages.h:532
4062
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
4065
#: drizzled/drizzled_error_messages.h:534
4067
"Client does not support authentication protocol requested by server; "
4068
"consider upgrading MySQL client"
4071
#: drizzled/drizzled_error_messages.h:536
4072
msgid "All parts of a SPATIAL index must be NOT NULL"
4075
#: drizzled/drizzled_error_messages.h:538
4077
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
4080
#: drizzled/drizzled_error_messages.h:540
4081
msgid "Slave is already running"
4084
#: drizzled/drizzled_error_messages.h:542
4085
msgid "Slave already has been stopped"
4088
#: drizzled/drizzled_error_messages.h:544
4091
"Uncompressed data size too large; the maximum size is %d (probably, length "
4092
"of uncompressed data was corrupted)"
4095
#: drizzled/drizzled_error_messages.h:546
4096
msgid "ZLIB: Not enough memory"
4099
#: drizzled/drizzled_error_messages.h:548
4101
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
4102
"data was corrupted)"
4105
#: drizzled/drizzled_error_messages.h:550
4106
msgid "ZLIB: Input data corrupted"
4109
#: drizzled/drizzled_error_messages.h:552
4111
msgid "%d line(s) were cut by GROUP_CONCAT()"
4114
#: drizzled/drizzled_error_messages.h:554
4116
msgid "Row %ld doesn't contain data for all columns"
4119
#: drizzled/drizzled_error_messages.h:556
4122
"Row %ld was truncated; it contained more data than there were input columns"
4125
#: drizzled/drizzled_error_messages.h:558
4128
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
4131
#: drizzled/drizzled_error_messages.h:560
4133
msgid "Out of range value for column '%s' at row %ld"
4136
#: drizzled/drizzled_error_messages.h:562
4138
msgid "Data truncated for column '%s' at row %ld"
4141
#: drizzled/drizzled_error_messages.h:564
4143
msgid "Using storage engine %s for table '%s'"
4146
#: drizzled/drizzled_error_messages.h:566
4148
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
4151
#: drizzled/drizzled_error_messages.h:568
4152
msgid "Cannot drop one or more of the requested users"
4155
#: drizzled/drizzled_error_messages.h:570
4156
msgid "Can't revoke all privileges for one or more of the requested users"
4159
#: drizzled/drizzled_error_messages.h:572
4161
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
4164
#: drizzled/drizzled_error_messages.h:574
4166
msgid "Illegal mix of collations for operation '%s'"
4169
#: drizzled/drizzled_error_messages.h:576
4172
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
4176
#: drizzled/drizzled_error_messages.h:578
4178
msgid "Unknown collation: '%-.64s'"
4181
#: drizzled/drizzled_error_messages.h:580
4183
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
4184
"compiled without SSL support; they can be used later if MySQL slave with SSL "
4188
#: drizzled/drizzled_error_messages.h:582
4191
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
4192
"old format; please change the password to the new format"
4195
#: drizzled/drizzled_error_messages.h:584
4198
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
4202
#: drizzled/drizzled_error_messages.h:586
4203
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
4206
#: drizzled/drizzled_error_messages.h:588
4208
"It is recommended to use --skip-slave-start when doing step-by-step "
4209
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
4210
"get an unexpected slave's mysqld restart"
4213
#: drizzled/drizzled_error_messages.h:590
4214
msgid "SQL thread is not to be started so UNTIL options are ignored"
4217
#: drizzled/drizzled_error_messages.h:592
4219
msgid "Incorrect index name '%-.100s'"
4222
#: drizzled/drizzled_error_messages.h:594
4224
msgid "Incorrect catalog name '%-.100s'"
4227
#: drizzled/drizzled_error_messages.h:596
4229
msgid "Query cache failed to set size %lu; new query cache size is %lu"
4232
#: drizzled/drizzled_error_messages.h:598
4234
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
4237
#: drizzled/drizzled_error_messages.h:600
4239
msgid "Unknown key cache '%-.100s'"
4242
#: drizzled/drizzled_error_messages.h:602
4244
"MySQL is started in --skip-name-resolve mode; you must restart it without "
4245
"this switch for this grant to work"
4248
#: drizzled/drizzled_error_messages.h:604
4250
msgid "Unknown table engine '%s'"
4253
#: drizzled/drizzled_error_messages.h:606
4255
msgid "'%s' is deprecated; use '%s' instead"
4258
#: drizzled/drizzled_error_messages.h:608
4260
msgid "The target table %-.100s of the %s is not updatable"
4263
#: drizzled/drizzled_error_messages.h:610
4266
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
4270
#: drizzled/drizzled_error_messages.h:612
4273
"The MySQL server is running with the %s option so it cannot execute this "
4277
#: drizzled/drizzled_error_messages.h:614
4279
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
4282
#: drizzled/drizzled_error_messages.h:616
4284
msgid "Truncated incorrect %-.32s value: '%-.128s'"
4287
#: drizzled/drizzled_error_messages.h:618
4289
"Incorrect table definition; there can be only one TIMESTAMP column with "
4290
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
4293
#: drizzled/drizzled_error_messages.h:620
4295
msgid "Invalid ON UPDATE clause for '%-.192s' column"
4298
#: drizzled/drizzled_error_messages.h:622
4299
msgid "This command is not supported in the prepared statement protocol yet"
4302
#: drizzled/drizzled_error_messages.h:624
4304
msgid "Got error %d '%-.100s' from %s"
4307
#: drizzled/drizzled_error_messages.h:626
4309
msgid "Got temporary error %d '%-.100s' from %s"
4312
#: drizzled/drizzled_error_messages.h:628
4314
msgid "Unknown or incorrect time zone: '%-.64s'"
4317
#: drizzled/drizzled_error_messages.h:630
4319
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
4322
#: drizzled/drizzled_error_messages.h:632
4324
msgid "Invalid %s character string: '%.64s'"
4327
#: drizzled/drizzled_error_messages.h:634
4329
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
4332
#: drizzled/drizzled_error_messages.h:636
4334
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4337
#: drizzled/drizzled_error_messages.h:638
4339
msgid "Can't create a %s from within another stored routine"
4342
#: drizzled/drizzled_error_messages.h:640
4344
msgid "%s %s already exists"
4347
#: drizzled/drizzled_error_messages.h:642
4349
msgid "%s %s does not exist"
4352
#: drizzled/drizzled_error_messages.h:644
4354
msgid "Failed to DROP %s %s"
4357
#: drizzled/drizzled_error_messages.h:646
4359
msgid "Failed to CREATE %s %s"
4362
#: drizzled/drizzled_error_messages.h:648
4364
msgid "%s with no matching label: %s"
4367
#: drizzled/drizzled_error_messages.h:650
4369
msgid "Redefining label %s"
4372
#: drizzled/drizzled_error_messages.h:652
4374
msgid "End-label %s without match"
4377
#: drizzled/drizzled_error_messages.h:654
4379
msgid "Referring to uninitialized variable %s"
4382
#: drizzled/drizzled_error_messages.h:656
4384
msgid "PROCEDURE %s can't return a result set in the given context"
4387
#: drizzled/drizzled_error_messages.h:658
4388
msgid "RETURN is only allowed in a FUNCTION"
4391
#: drizzled/drizzled_error_messages.h:660
4393
msgid "%s is not allowed in stored procedures"
4396
#: drizzled/drizzled_error_messages.h:662
4398
"The update log is deprecated and replaced by the binary log; SET "
4399
"SQL_LOG_UPDATE has been ignored"
4402
#: drizzled/drizzled_error_messages.h:664
4404
"The update log is deprecated and replaced by the binary log; SET "
4405
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4408
#: drizzled/drizzled_error_messages.h:666
4409
msgid "Query execution was interrupted"
4412
#: drizzled/drizzled_error_messages.h:668
4414
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4417
#: drizzled/drizzled_error_messages.h:670
4419
msgid "Undefined CONDITION: %s"
4422
#: drizzled/drizzled_error_messages.h:672
4424
msgid "No RETURN found in FUNCTION %s"
4427
#: drizzled/drizzled_error_messages.h:674
4429
msgid "FUNCTION %s ended without RETURN"
4432
#: drizzled/drizzled_error_messages.h:676
4433
msgid "Cursor statement must be a SELECT"
4436
#: drizzled/drizzled_error_messages.h:678
4437
msgid "Cursor SELECT must not have INTO"
4440
#: drizzled/drizzled_error_messages.h:680
4442
msgid "Undefined CURSOR: %s"
4445
#: drizzled/drizzled_error_messages.h:682
4446
msgid "Cursor is already open"
4449
#: drizzled/drizzled_error_messages.h:684
4450
msgid "Cursor is not open"
4453
#: drizzled/drizzled_error_messages.h:686
4455
msgid "Undeclared variable: %s"
4458
#: drizzled/drizzled_error_messages.h:688
4459
msgid "Incorrect number of FETCH variables"
4462
#: drizzled/drizzled_error_messages.h:690
4463
msgid "No data - zero rows fetched, selected, or processed"
4466
#: drizzled/drizzled_error_messages.h:692
4468
msgid "Duplicate parameter: %s"
4471
#: drizzled/drizzled_error_messages.h:694
4473
msgid "Duplicate variable: %s"
4476
#: drizzled/drizzled_error_messages.h:696
4478
msgid "Duplicate condition: %s"
4481
#: drizzled/drizzled_error_messages.h:698
4483
msgid "Duplicate cursor: %s"
4486
#: drizzled/drizzled_error_messages.h:700
4488
msgid "Failed to ALTER %s %s"
4491
#: drizzled/drizzled_error_messages.h:702
4492
msgid "Subquery value not supported"
4495
#: drizzled/drizzled_error_messages.h:704
4497
msgid "%s is not allowed in stored function or trigger"
4500
#: drizzled/drizzled_error_messages.h:706
4501
msgid "Variable or condition declaration after cursor or handler declaration"
4504
#: drizzled/drizzled_error_messages.h:708
4505
msgid "Cursor declaration after handler declaration"
4508
#: drizzled/drizzled_error_messages.h:710
4509
msgid "Case not found for CASE statement"
4512
#: drizzled/drizzled_error_messages.h:712
4514
msgid "Configuration file '%-.192s' is too big"
4517
#: drizzled/drizzled_error_messages.h:714
4519
msgid "Malformed file type header in file '%-.192s'"
4522
#: drizzled/drizzled_error_messages.h:716
4524
msgid "Unexpected end of file while parsing comment '%-.200s'"
4527
#: drizzled/drizzled_error_messages.h:718
4529
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4532
#: drizzled/drizzled_error_messages.h:720
4534
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4537
#: drizzled/drizzled_error_messages.h:722
4538
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4541
#: drizzled/drizzled_error_messages.h:724
4543
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4546
#: drizzled/drizzled_error_messages.h:726
4548
msgid "'%-.192s.%-.192s' is not %s"
4551
#: drizzled/drizzled_error_messages.h:728
4553
msgid "Column '%-.192s' is not updatable"
4556
#: drizzled/drizzled_error_messages.h:730
4557
msgid "View's SELECT contains a subquery in the FROM clause"
4560
#: drizzled/drizzled_error_messages.h:732
4562
msgid "View's SELECT contains a '%s' clause"
4565
#: drizzled/drizzled_error_messages.h:734
4566
msgid "View's SELECT contains a variable or parameter"
4569
#: drizzled/drizzled_error_messages.h:736
4571
msgid "View's SELECT refers to a temporary table '%-.192s'"
4574
#: drizzled/drizzled_error_messages.h:738
4575
msgid "View's SELECT and view's field list have different column counts"
4578
#: drizzled/drizzled_error_messages.h:740
4580
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4583
#: drizzled/drizzled_error_messages.h:742
4584
msgid "View being updated does not have complete key of underlying table in it"
4587
#: drizzled/drizzled_error_messages.h:744
4590
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4591
"(s) or definer/invoker of view lack rights to use them"
4594
#: drizzled/drizzled_error_messages.h:746
4596
msgid "Can't drop or alter a %s from within another stored routine"
4599
#: drizzled/drizzled_error_messages.h:748
4600
msgid "GOTO is not allowed in a stored procedure handler"
4603
#: drizzled/drizzled_error_messages.h:750
4604
msgid "Trigger already exists"
4607
#: drizzled/drizzled_error_messages.h:752
4608
msgid "Trigger does not exist"
4611
#: drizzled/drizzled_error_messages.h:754
4613
msgid "Trigger's '%-.192s' is view or temporary table"
4616
#: drizzled/drizzled_error_messages.h:756
4618
msgid "Updating of %s row is not allowed in %strigger"
4621
#: drizzled/drizzled_error_messages.h:758
4623
msgid "There is no %s row in %s trigger"
4626
#: drizzled/drizzled_error_messages.h:760
4628
msgid "Field '%-.192s' doesn't have a default value"
4631
#: drizzled/drizzled_error_messages.h:762
4632
msgid "Division by 0"
4635
#: drizzled/drizzled_error_messages.h:764
4637
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
4640
#: drizzled/drizzled_error_messages.h:766
4642
msgid "Illegal %s '%-.192s' value found during parsing"
4645
#: drizzled/drizzled_error_messages.h:768
4647
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4650
#: drizzled/drizzled_error_messages.h:770
4652
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4655
#: drizzled/drizzled_error_messages.h:772
4657
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4660
#: drizzled/drizzled_error_messages.h:774
4662
msgid "Failed purging old relay logs: %s"
4665
#: drizzled/drizzled_error_messages.h:776
4667
msgid "Password hash should be a %d-digit hexadecimal number"
4670
#: drizzled/drizzled_error_messages.h:778
4671
msgid "Target log not found in binlog index"
4674
#: drizzled/drizzled_error_messages.h:780
4675
msgid "I/O error reading log index file"
4678
#: drizzled/drizzled_error_messages.h:782
4679
msgid "Server configuration does not permit binlog purge"
4682
#: drizzled/drizzled_error_messages.h:784
4683
msgid "Failed on fseek()"
4686
#: drizzled/drizzled_error_messages.h:786
4687
msgid "Fatal error during log purge"
4690
#: drizzled/drizzled_error_messages.h:788
4691
msgid "A purgeable log is in use, will not purge"
4694
#: drizzled/drizzled_error_messages.h:790
4695
msgid "Unknown error during log purge"
4698
#: drizzled/drizzled_error_messages.h:792
4700
msgid "Failed initializing relay log position: %s"
4703
#: drizzled/drizzled_error_messages.h:794
4704
msgid "You are not using binary logging"
4707
#: drizzled/drizzled_error_messages.h:796
4710
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4713
#: drizzled/drizzled_error_messages.h:798
4714
msgid "WSAStartup Failed"
4717
#: drizzled/drizzled_error_messages.h:800
4718
msgid "Can't handle procedures with different groups yet"
4721
#: drizzled/drizzled_error_messages.h:802
4722
msgid "Select must have a group with this procedure"
4725
#: drizzled/drizzled_error_messages.h:804
4726
msgid "Can't use ORDER clause with this procedure"
4729
#: drizzled/drizzled_error_messages.h:806
4731
msgid "Binary logging and replication forbid changing the global server %s"
4734
#: drizzled/drizzled_error_messages.h:808
4736
msgid "Can't map file: %-.200s, errno: %d"
4739
#: drizzled/drizzled_error_messages.h:810
4741
msgid "Wrong magic in %-.64s"
4744
#: drizzled/drizzled_error_messages.h:812
4745
msgid "Prepared statement contains too many placeholders"
4748
#: drizzled/drizzled_error_messages.h:814
4750
msgid "Key part '%-.192s' length cannot be 0"
4753
#: drizzled/drizzled_error_messages.h:816
4754
msgid "View text checksum failed"
4757
#: drizzled/drizzled_error_messages.h:818
4760
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4763
#: drizzled/drizzled_error_messages.h:820
4765
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4768
#: drizzled/drizzled_error_messages.h:822
4770
msgid "Can not delete from join view '%-.192s.%-.192s'"
4773
#: drizzled/drizzled_error_messages.h:824
4775
msgid "Operation %s failed for %.256s"
4778
#: drizzled/drizzled_error_messages.h:826
4779
msgid "XAER_NOTA: Unknown XID"
4782
#: drizzled/drizzled_error_messages.h:828
4783
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4786
#: drizzled/drizzled_error_messages.h:830
4789
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4793
#: drizzled/drizzled_error_messages.h:832
4794
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4797
#: drizzled/drizzled_error_messages.h:834
4799
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4803
#: drizzled/drizzled_error_messages.h:836
4804
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4807
#: drizzled/drizzled_error_messages.h:838
4810
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4814
#: drizzled/drizzled_error_messages.h:840
4815
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4818
#: drizzled/drizzled_error_messages.h:842
4819
msgid "Failed to revoke all privileges to dropped routine"
4822
#: drizzled/drizzled_error_messages.h:844
4824
msgid "Data too long for column '%s' at row %ld"
4827
#: drizzled/drizzled_error_messages.h:846
4829
msgid "Bad SQLSTATE: '%s'"
4832
#: drizzled/drizzled_error_messages.h:848
4835
"%s: ready for connections.\n"
4836
"Version: '%s' socket: '%s' port: %d %s"
4839
#: drizzled/drizzled_error_messages.h:850
4840
msgid "Can't load value from file with fixed size rows to variable"
4843
#: drizzled/drizzled_error_messages.h:852
4844
msgid "You are not allowed to create a user with GRANT"
4847
#: drizzled/drizzled_error_messages.h:854
4849
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4852
#: drizzled/drizzled_error_messages.h:856
4853
msgid "Table definition has changed, please retry transaction"
4856
#: drizzled/drizzled_error_messages.h:858
4857
msgid "Duplicate handler declared in the same block"
4860
#: drizzled/drizzled_error_messages.h:860
4863
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4864
"variable in BEFORE trigger"
4867
#: drizzled/drizzled_error_messages.h:862
4869
msgid "Not allowed to return a result set from a %s"
4872
#: drizzled/drizzled_error_messages.h:864
4873
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
4876
#: drizzled/drizzled_error_messages.h:866
4878
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4879
"declaration and binary logging is enabled; if non-transactional tables were "
4880
"updated, the binary log will miss their changes"
4883
#: drizzled/drizzled_error_messages.h:868
4885
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4886
"declaration and binary logging is enabled (you *might* want to use the less "
4887
"safe log_bin_trust_function_creators variable)"
4890
#: drizzled/drizzled_error_messages.h:870
4892
"You do not have the SUPER privilege and binary logging is enabled (you "
4893
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4896
#: drizzled/drizzled_error_messages.h:872
4898
"You can't execute a prepared statement which has an open cursor associated "
4899
"with it. Reset the statement to re-execute it."
4902
#: drizzled/drizzled_error_messages.h:874
4904
msgid "The statement (%lu) has no open cursor."
4907
#: drizzled/drizzled_error_messages.h:876
4909
"Explicit or implicit commit is not allowed in stored function or trigger."
4912
#: drizzled/drizzled_error_messages.h:878
4915
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4918
#: drizzled/drizzled_error_messages.h:880
4919
msgid "Recursive stored functions and triggers are not allowed."
4922
#: drizzled/drizzled_error_messages.h:882
4924
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
4927
#: drizzled/drizzled_error_messages.h:884
4929
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
4932
#: drizzled/drizzled_error_messages.h:886
4935
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4939
#: drizzled/drizzled_error_messages.h:888
4941
"You can't combine write-locking of system tables with other tables or lock "
4945
#: drizzled/drizzled_error_messages.h:890
4947
msgid "Unable to connect to foreign data source: %.64s"
4950
#: drizzled/drizzled_error_messages.h:892
4953
"There was a problem processing the query on the foreign data source. Data "
4954
"source error: %-.64s"
4957
#: drizzled/drizzled_error_messages.h:894
4960
"The foreign data source you are trying to reference does not exist. Data "
4961
"source error: %-.64s"
4964
#: drizzled/drizzled_error_messages.h:896
4967
"Can't create federated table. The data source connection string '%-.64s' is "
4968
"not in the correct format"
4971
#: drizzled/drizzled_error_messages.h:898
4973
msgid "The data source connection string '%-.64s' is not in the correct format"
4976
#: drizzled/drizzled_error_messages.h:900
4978
msgid "Can't create federated table. Foreign data src error: %-.64s"
4981
#: drizzled/drizzled_error_messages.h:902
4982
msgid "Trigger in wrong schema"
4985
#: drizzled/drizzled_error_messages.h:904
4988
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
4989
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
4992
#: drizzled/drizzled_error_messages.h:906
4994
msgid "Routine body for '%-.100s' is too long"
4997
#: drizzled/drizzled_error_messages.h:908
4998
msgid "Cannot drop default keycache"
5001
#: drizzled/drizzled_error_messages.h:910
5003
msgid "Display width out of range for column '%-.192s' (max = %d)"
5006
#: drizzled/drizzled_error_messages.h:912
5007
msgid "XAER_DUPID: The XID already exists"
5010
#: drizzled/drizzled_error_messages.h:914
5012
msgid "Datetime function: %-.32s field overflow"
5015
#: drizzled/drizzled_error_messages.h:916
5018
"Can't update table '%-.192s' in stored function/trigger because it is "
5019
"already used by statement which invoked this stored function/trigger."
5022
#: drizzled/drizzled_error_messages.h:918
5025
"The definition of table '%-.192s' prevents operation %.192s on table "
5029
#: drizzled/drizzled_error_messages.h:920
5031
"The prepared statement contains a stored routine call that refers to that "
5032
"same statement. It's not allowed to execute a prepared statement in such a "
5036
#: drizzled/drizzled_error_messages.h:922
5037
msgid "Not allowed to set autocommit from a stored function or trigger"
5040
#: drizzled/drizzled_error_messages.h:924
5041
msgid "Definer is not fully qualified"
5044
#: drizzled/drizzled_error_messages.h:926
5047
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
5048
"Current user is used as definer. Please recreate the view!"
5051
#: drizzled/drizzled_error_messages.h:928
5054
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
5058
#: drizzled/drizzled_error_messages.h:930
5060
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
5063
#: drizzled/drizzled_error_messages.h:932
5065
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
5068
#: drizzled/drizzled_error_messages.h:934
5071
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
5074
#: drizzled/drizzled_error_messages.h:936
5077
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
5080
#: drizzled/drizzled_error_messages.h:938
5082
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
5085
#: drizzled/drizzled_error_messages.h:940
5088
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
5089
"activated under the authorization of the invoker, which may have "
5090
"insufficient privileges. Please recreate the trigger."
5093
#: drizzled/drizzled_error_messages.h:942
5095
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
5098
#: drizzled/drizzled_error_messages.h:944
5101
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
5102
"exceeded for routine %.192s"
5105
#: drizzled/drizzled_error_messages.h:946
5108
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
5109
"contains bad data (internal code %d)"
5112
#: drizzled/drizzled_error_messages.h:948
5114
msgid "Incorrect routine name '%-.192s'"
5117
#: drizzled/drizzled_error_messages.h:950
5119
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
5122
#: drizzled/drizzled_error_messages.h:952
5123
msgid "AGGREGATE is not supported for stored functions"
5126
#: drizzled/drizzled_error_messages.h:954
5129
"Can't create more than max_prepared_stmt_count statements (current value: %"
5133
#: drizzled/drizzled_error_messages.h:956
5135
msgid "`%-.192s`.`%-.192s` contains view recursion"
5138
#: drizzled/drizzled_error_messages.h:958
5140
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
5143
#: drizzled/drizzled_error_messages.h:960
5144
msgid "The used table type doesn't support SPATIAL indexes"
5147
#: drizzled/drizzled_error_messages.h:962
5148
msgid "Triggers can not be created on system tables"
5151
#: drizzled/drizzled_error_messages.h:964
5153
msgid "Leading spaces are removed from name '%s'"
5156
#: drizzled/drizzled_error_messages.h:966
5157
msgid "Failed to read auto-increment value from storage engine"
5160
#: drizzled/drizzled_error_messages.h:968
5164
#: drizzled/drizzled_error_messages.h:970
5168
#: drizzled/drizzled_error_messages.h:972
5170
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
5173
#: drizzled/drizzled_error_messages.h:974
5175
msgid "The target table %-.100s of the %s is not insertable-into"
5178
#: drizzled/drizzled_error_messages.h:976
5181
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
5184
#: drizzled/drizzled_error_messages.h:978
5185
msgid "Too high level of nesting for select"
5188
#: drizzled/drizzled_error_messages.h:980
5190
msgid "Name '%-.64s' has become ''"
5193
#: drizzled/drizzled_error_messages.h:982
5195
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
5196
"optional and non-empty FIELDS ENCLOSED BY"
5199
#: drizzled/drizzled_error_messages.h:984
5201
msgid "The foreign server, %s, you are trying to create already exists."
5204
#: drizzled/drizzled_error_messages.h:986
5207
"The foreign server name you are trying to reference does not exist. Data "
5208
"source error: %-.64s"
5211
#: drizzled/drizzled_error_messages.h:988
5214
"Table storage engine '%-.64s' does not support the create option '%.64s'"
5217
#: drizzled/drizzled_error_messages.h:990
5220
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
5224
#: drizzled/drizzled_error_messages.h:992
5226
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
5229
#: drizzled/drizzled_error_messages.h:994
5230
msgid "MAXVALUE can only be used in last partition definition"
5233
#: drizzled/drizzled_error_messages.h:996
5234
msgid "Subpartitions can only be hash partitions and by key"
5237
#: drizzled/drizzled_error_messages.h:998
5238
msgid "Must define subpartitions on all partitions if on one partition"
5241
#: drizzled/drizzled_error_messages.h:1000
5242
msgid "Wrong number of partitions defined, mismatch with previous setting"
5245
#: drizzled/drizzled_error_messages.h:1002
5246
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
5249
#: drizzled/drizzled_error_messages.h:1004
5250
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
5253
#: drizzled/drizzled_error_messages.h:1006
5254
msgid "Expression in RANGE/LIST VALUES must be constant"
5257
#: drizzled/drizzled_error_messages.h:1008
5258
msgid "Field in list of fields for partition function not found in table"
5261
#: drizzled/drizzled_error_messages.h:1010
5262
msgid "List of fields is only allowed in KEY partitions"
5265
#: drizzled/drizzled_error_messages.h:1012
5267
"The partition info in the frm file is not consistent with what can be "
5268
"written into the frm file"
5271
#: drizzled/drizzled_error_messages.h:1014
5273
msgid "The %-.192s function returns the wrong type"
5276
#: drizzled/drizzled_error_messages.h:1016
5278
msgid "For %-.64s partitions each partition must be defined"
5281
#: drizzled/drizzled_error_messages.h:1018
5282
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
5285
#: drizzled/drizzled_error_messages.h:1020
5286
msgid "VALUES value must be of same type as partition function"
5289
#: drizzled/drizzled_error_messages.h:1022
5290
msgid "Multiple definition of same constant in list partitioning"
5293
#: drizzled/drizzled_error_messages.h:1024
5294
msgid "Partitioning can not be used stand-alone in query"
5297
#: drizzled/drizzled_error_messages.h:1026
5299
"The mix of handlers in the partitions is not allowed in this version of MySQL"
5302
#: drizzled/drizzled_error_messages.h:1028
5304
msgid "For the partitioned engine it is necessary to define all %-.64s"
5307
#: drizzled/drizzled_error_messages.h:1030
5308
msgid "Too many partitions (including subpartitions) were defined"
5311
#: drizzled/drizzled_error_messages.h:1032
5313
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
5314
"partitioning for subpartitioning"
5317
#: drizzled/drizzled_error_messages.h:1034
5318
msgid "Failed to create specific handler file"
5321
#: drizzled/drizzled_error_messages.h:1036
5322
msgid "A BLOB field is not allowed in partition function"
5325
#: drizzled/drizzled_error_messages.h:1038
5327
msgid "A %-.192s must include all columns in the table's partitioning function"
5330
#: drizzled/drizzled_error_messages.h:1040
5332
msgid "Number of %-.64s = 0 is not an allowed value"
5335
#: drizzled/drizzled_error_messages.h:1042
5336
msgid "Partition management on a not partitioned table is not possible"
5339
#: drizzled/drizzled_error_messages.h:1044
5341
"Foreign key condition is not yet supported in conjunction with partitioning"
5344
#: drizzled/drizzled_error_messages.h:1046
5346
msgid "Error in list of partitions to %-.64s"
5349
#: drizzled/drizzled_error_messages.h:1048
5350
msgid "Cannot remove all partitions, use DROP TABLE instead"
5353
#: drizzled/drizzled_error_messages.h:1050
5354
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5357
#: drizzled/drizzled_error_messages.h:1052
5359
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
5363
#: drizzled/drizzled_error_messages.h:1054
5365
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
5366
"tables using HASH PARTITIONs"
5369
#: drizzled/drizzled_error_messages.h:1056
5371
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5374
#: drizzled/drizzled_error_messages.h:1058
5375
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5378
#: drizzled/drizzled_error_messages.h:1060
5379
msgid "At least one partition must be added"
5382
#: drizzled/drizzled_error_messages.h:1062
5383
msgid "At least one partition must be coalesced"
5386
#: drizzled/drizzled_error_messages.h:1064
5387
msgid "More partitions to reorganise than there are partitions"
5390
#: drizzled/drizzled_error_messages.h:1066
5392
msgid "Duplicate partition name %-.192s"
5395
#: drizzled/drizzled_error_messages.h:1068
5396
msgid "It is not allowed to shut off binlog on this command"
5399
#: drizzled/drizzled_error_messages.h:1070
5400
msgid "When reorganising a set of partitions they must be in consecutive order"
5403
#: drizzled/drizzled_error_messages.h:1072
5405
"Reorganize of range partitions cannot change total ranges except for last "
5406
"partition where it can extend the range"
5409
#: drizzled/drizzled_error_messages.h:1074
5410
msgid "Partition function not supported in this version for this handler"
5413
#: drizzled/drizzled_error_messages.h:1076
5414
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5417
#: drizzled/drizzled_error_messages.h:1078
5419
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5422
#: drizzled/drizzled_error_messages.h:1080
5424
msgid "Plugin '%-.192s' is not loaded"
5427
#: drizzled/drizzled_error_messages.h:1082
5429
msgid "Incorrect %-.32s value: '%-.128s'"
5432
#: drizzled/drizzled_error_messages.h:1084
5434
msgid "Table has no partition for value %-.64s"
5437
#: drizzled/drizzled_error_messages.h:1086
5439
msgid "It is not allowed to specify %s more than once"
5442
#: drizzled/drizzled_error_messages.h:1088
5443
#: drizzled/drizzled_error_messages.h:1224
5445
msgid "Failed to create %s"
5448
#: drizzled/drizzled_error_messages.h:1090
5449
#: drizzled/drizzled_error_messages.h:1114
5451
msgid "Failed to drop %s"
5454
#: drizzled/drizzled_error_messages.h:1092
5455
msgid "The handler doesn't support autoextend of tablespaces"
5458
#: drizzled/drizzled_error_messages.h:1094
5460
"A size parameter was incorrectly specified, either number or on the form 10M"
5463
#: drizzled/drizzled_error_messages.h:1096
5465
"The size number was correct but we don't allow the digit part to be more "
5469
#: drizzled/drizzled_error_messages.h:1098
5471
msgid "Failed to alter: %s"
5474
#: drizzled/drizzled_error_messages.h:1100
5475
msgid "Writing one row to the row-based binary log failed"
5478
#: drizzled/drizzled_error_messages.h:1102
5480
msgid "Table definition on master and slave does not match: %s"
5483
#: drizzled/drizzled_error_messages.h:1104
5485
"Slave running with --log-slave-updates must use row-based binary logging to "
5486
"be able to replicate row-based binary log events"
5489
#: drizzled/drizzled_error_messages.h:1106
5491
msgid "Event '%-.192s' already exists"
5494
#: drizzled/drizzled_error_messages.h:1108
5496
msgid "Failed to store event %s. Error code %d from storage engine."
5499
#: drizzled/drizzled_error_messages.h:1110
5501
msgid "Unknown event '%-.192s'"
5504
#: drizzled/drizzled_error_messages.h:1112
5506
msgid "Failed to alter event '%-.192s'"
5509
#: drizzled/drizzled_error_messages.h:1116
5510
msgid "INTERVAL is either not positive or too big"
5513
#: drizzled/drizzled_error_messages.h:1118
5514
msgid "ENDS is either invalid or before STARTS"
5517
#: drizzled/drizzled_error_messages.h:1120
5518
msgid "Event execution time is in the past. Event has been disabled"
5521
#: drizzled/drizzled_error_messages.h:1122
5522
msgid "Failed to open mysql.event"
5525
#: drizzled/drizzled_error_messages.h:1124
5526
msgid "No datetime expression provided"
5529
#: drizzled/drizzled_error_messages.h:1126
5532
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5533
"probably corrupted"
5536
#: drizzled/drizzled_error_messages.h:1128
5538
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5541
#: drizzled/drizzled_error_messages.h:1130
5542
msgid "Failed to delete the event from mysql.event"
5545
#: drizzled/drizzled_error_messages.h:1132
5546
msgid "Error during compilation of event's body"
5549
#: drizzled/drizzled_error_messages.h:1134
5550
msgid "Same old and new event name"
5553
#: drizzled/drizzled_error_messages.h:1136
5555
msgid "Data for column '%s' too long"
5558
#: drizzled/drizzled_error_messages.h:1138
5560
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
5563
#: drizzled/drizzled_error_messages.h:1140
5566
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5570
#: drizzled/drizzled_error_messages.h:1142
5571
msgid "You can't write-lock a log table. Only read access is possible"
5574
#: drizzled/drizzled_error_messages.h:1144
5575
msgid "You can't use locks with log tables."
5578
#: drizzled/drizzled_error_messages.h:1146
5581
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5582
"d would lead to a duplicate entry"
5585
#: drizzled/drizzled_error_messages.h:1148
5588
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5589
"%d, now running %d. Please use mysql_upgrade to fix this error."
5592
#: drizzled/drizzled_error_messages.h:1150
5594
"Cannot switch out of the row-based binary log format when the session has "
5595
"open temporary tables"
5598
#: drizzled/drizzled_error_messages.h:1152
5600
"Cannot change the binary logging format inside a stored function or trigger"
5603
#: drizzled/drizzled_error_messages.h:1154
5605
"The NDB cluster engine does not support changing the binlog format on the "
5609
#: drizzled/drizzled_error_messages.h:1156
5610
msgid "Cannot create temporary table with partitions"
5613
#: drizzled/drizzled_error_messages.h:1158
5614
msgid "Partition constant is out of partition function domain"
5617
#: drizzled/drizzled_error_messages.h:1160
5618
msgid "This partition function is not allowed"
5621
#: drizzled/drizzled_error_messages.h:1162
5622
msgid "Error in DDL log"
5625
#: drizzled/drizzled_error_messages.h:1164
5626
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5629
#: drizzled/drizzled_error_messages.h:1166
5630
msgid "Incorrect partition name"
5633
#: drizzled/drizzled_error_messages.h:1168
5635
"Transaction isolation level can't be changed while a transaction is in "
5639
#: drizzled/drizzled_error_messages.h:1170
5642
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5643
"'%-.192s' for key '%-.192s'"
5646
#: drizzled/drizzled_error_messages.h:1172
5648
msgid "Internal scheduler error %d"
5651
#: drizzled/drizzled_error_messages.h:1174
5653
msgid "Error during starting/stopping of the scheduler. Error code %u"
5656
#: drizzled/drizzled_error_messages.h:1176
5657
msgid "Engine cannot be used in partitioned tables"
5660
#: drizzled/drizzled_error_messages.h:1178
5662
msgid "Cannot activate '%-.64s' log"
5665
#: drizzled/drizzled_error_messages.h:1180
5666
msgid "The server was not built with row-based replication"
5669
#: drizzled/drizzled_error_messages.h:1182
5670
msgid "Decoding of base64 string failed"
5673
#: drizzled/drizzled_error_messages.h:1184
5674
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5677
#: drizzled/drizzled_error_messages.h:1186
5679
"Cannot proceed because system tables used by Event Scheduler were found "
5680
"damaged at server start"
5683
#: drizzled/drizzled_error_messages.h:1188
5684
msgid "Only integers allowed as number here"
5687
#: drizzled/drizzled_error_messages.h:1190
5688
msgid "This storage engine cannot be used for log tables"
5691
#: drizzled/drizzled_error_messages.h:1192
5693
msgid "You cannot '%s' a log table if logging is enabled"
5696
#: drizzled/drizzled_error_messages.h:1194
5699
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5700
"rename two tables: the log table to an archive table and another table back "
5704
#: drizzled/drizzled_error_messages.h:1196
5706
msgid "Incorrect parameter count in the call to native function '%-.192s'"
5709
#: drizzled/drizzled_error_messages.h:1198
5711
msgid "Incorrect parameters in the call to native function '%-.192s'"
5714
#: drizzled/drizzled_error_messages.h:1200
5716
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5719
#: drizzled/drizzled_error_messages.h:1202
5721
msgid "This function '%-.192s' has the same name as a native function"
5724
#: drizzled/drizzled_error_messages.h:1204
5726
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
5729
#: drizzled/drizzled_error_messages.h:1206
5730
msgid "Too many files opened, please execute the command again"
5733
#: drizzled/drizzled_error_messages.h:1208
5734
#: drizzled/drizzled_error_messages.h:1210
5736
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5737
"The event was dropped immediately after creation."
5740
#: drizzled/drizzled_error_messages.h:1212
5742
msgid "The incident %s occured on the master. Message: %-.64s"
5745
#: drizzled/drizzled_error_messages.h:1214
5746
msgid "Table has no partition for some existing values"
5749
#: drizzled/drizzled_error_messages.h:1216
5750
msgid "Statement is not safe to log in statement format."
5753
#: drizzled/drizzled_error_messages.h:1218
5755
msgid "Fatal error: %s"
5758
#: drizzled/drizzled_error_messages.h:1220
5760
msgid "Relay log read failure: %s"
5763
#: drizzled/drizzled_error_messages.h:1222
5765
msgid "Relay log write failure: %s"
5768
#: drizzled/drizzled_error_messages.h:1226
5770
msgid "Master command %s failed: %s"
5773
#: drizzled/drizzled_error_messages.h:1228
5775
msgid "Binary logging not possible. Message: %s"
5778
#: drizzled/drizzled_error_messages.h:1230
5780
msgid "View `%-.64s`.`%-.64s` has no creation context"
5783
#: drizzled/drizzled_error_messages.h:1232
5785
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5788
#: drizzled/drizzled_error_messages.h:1234
5790
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5793
#: drizzled/drizzled_error_messages.h:1236
5795
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5798
#: drizzled/drizzled_error_messages.h:1238
5800
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5803
#: drizzled/drizzled_error_messages.h:1240
5805
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5808
#: drizzled/drizzled_error_messages.h:1242
5810
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5813
#: drizzled/drizzled_error_messages.h:1244
5815
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5818
#: drizzled/drizzled_error_messages.h:1246
5820
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5823
#: drizzled/drizzled_error_messages.h:1248
5825
msgid "Ambiguous slave modes combination. %s"
5828
#: drizzled/drizzled_error_messages.h:1250
5831
"The BINLOG statement of type `%s` was not preceded by a format description "
5835
#: drizzled/drizzled_error_messages.h:1252
5836
msgid "Corrupted replication event was detected"
5839
#: drizzled/drizzled_error_messages.h:1254
5841
msgid "Invalid column reference (%-.64s) in LOAD DATA"
5844
#: drizzled/drizzled_error_messages.h:1256
5846
msgid "Being purged log %s was not found"
5849
#: drizzled/drizzled_error_messages.h:1258
5851
msgid "Converted to non-transactional lock on '%-.64s'"
5854
#: drizzled/drizzled_error_messages.h:1260
5856
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5859
#: drizzled/drizzled_error_messages.h:1262
5862
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5865
#: drizzled/drizzled_error_messages.h:1264
5867
msgid "Can't access storage engine of table %-.64s"
5870
#: drizzled/drizzled_error_messages.h:1266
5871
msgid "Starting backup process"
5874
#: drizzled/drizzled_error_messages.h:1268
5875
msgid "Backup completed"
5878
#: drizzled/drizzled_error_messages.h:1270
5879
msgid "Starting restore process"
5882
#: drizzled/drizzled_error_messages.h:1272
5883
msgid "Restore completed"
5886
#: drizzled/drizzled_error_messages.h:1274
5887
msgid "Nothing to backup"
5890
#: drizzled/drizzled_error_messages.h:1276
5892
msgid "Database '%-.64s' cannot be included in a backup"
5895
#: drizzled/drizzled_error_messages.h:1278
5897
"Error during backup operation - server's error log contains more information "
5901
#: drizzled/drizzled_error_messages.h:1280
5903
"Error during restore operation - server's error log contains more "
5904
"information about the error"
5907
#: drizzled/drizzled_error_messages.h:1282
5909
"Can't execute this command because another BACKUP/RESTORE operation is in "
5913
#: drizzled/drizzled_error_messages.h:1284
5914
msgid "Error when preparing for backup operation"
5917
#: drizzled/drizzled_error_messages.h:1286
5918
msgid "Error when preparing for restore operation"
5921
#: drizzled/drizzled_error_messages.h:1288
5923
msgid "Invalid backup location '%-.64s'"
5926
#: drizzled/drizzled_error_messages.h:1290
5928
msgid "Can't read backup location '%-.64s'"
5931
#: drizzled/drizzled_error_messages.h:1292
5933
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5936
#: drizzled/drizzled_error_messages.h:1294
5937
msgid "Can't enumerate server databases"
5940
#: drizzled/drizzled_error_messages.h:1296
5941
msgid "Can't enumerate server tables"
5944
#: drizzled/drizzled_error_messages.h:1298
5946
msgid "Can't enumerate tables in database %-.64s"
5949
#: drizzled/drizzled_error_messages.h:1300
5951
msgid "Skipping view %-.64s in database %-.64s"
5954
#: drizzled/drizzled_error_messages.h:1302
5956
msgid "Skipping table %-.64s since it has no valid storage engine"
5959
#: drizzled/drizzled_error_messages.h:1304
5961
msgid "Can't open table %-.64s"
5964
#: drizzled/drizzled_error_messages.h:1306
5965
msgid "Can't read backup archive preamble"
5968
#: drizzled/drizzled_error_messages.h:1308
5969
msgid "Can't write backup archive preamble"
5972
#: drizzled/drizzled_error_messages.h:1310
5974
msgid "Can't find backup driver for table %-.64s"
5977
#: drizzled/drizzled_error_messages.h:1312
5980
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5984
#: drizzled/drizzled_error_messages.h:1314
5986
msgid "Can't create %-.64s backup driver"
5989
#: drizzled/drizzled_error_messages.h:1316
5991
msgid "Can't create %-.64s restore driver"
5994
#: drizzled/drizzled_error_messages.h:1318
5996
msgid "Found %d images in backup archive but maximum %d are supported"
5999
#: drizzled/drizzled_error_messages.h:1320
6001
msgid "Error when saving meta-data of %-.64s"
6004
#: drizzled/drizzled_error_messages.h:1322
6005
msgid "Error when reading meta-data list"
6008
#: drizzled/drizzled_error_messages.h:1324
6010
msgid "Can't create %-.64s"
6013
#: drizzled/drizzled_error_messages.h:1326
6014
msgid "Can't allocate buffer for image data transfer"
6017
#: drizzled/drizzled_error_messages.h:1328
6019
msgid "Error when writing %-.64s backup image data (for table #%d)"
6022
#: drizzled/drizzled_error_messages.h:1330
6023
msgid "Error when reading data from backup stream"
6026
#: drizzled/drizzled_error_messages.h:1332
6027
msgid "Can't go to the next chunk in backup stream"
6030
#: drizzled/drizzled_error_messages.h:1334
6032
msgid "Can't initialize %-.64s backup driver"
6035
#: drizzled/drizzled_error_messages.h:1336
6037
msgid "Can't initialize %-.64s restore driver"
6040
#: drizzled/drizzled_error_messages.h:1338
6042
msgid "Can't shut down %-.64s backup driver"
6045
#: drizzled/drizzled_error_messages.h:1340
6047
msgid "Can't shut down %-.64s backup driver(s)"
6050
#: drizzled/drizzled_error_messages.h:1342
6052
msgid "%-.64s backup driver can't prepare for synchronization"
6055
#: drizzled/drizzled_error_messages.h:1344
6057
msgid "%-.64s backup driver can't create its image validity point"
6060
#: drizzled/drizzled_error_messages.h:1346
6062
msgid "Can't unlock %-.64s backup driver after creating the validity point"
6065
#: drizzled/drizzled_error_messages.h:1348
6067
msgid "%-.64s backup driver can't cancel its backup operation"
6070
#: drizzled/drizzled_error_messages.h:1350
6072
msgid "%-.64s restore driver can't cancel its restore operation"
6075
#: drizzled/drizzled_error_messages.h:1352
6077
msgid "Error when polling %-.64s backup driver for its image data"
6080
#: drizzled/drizzled_error_messages.h:1354
6082
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
6085
#: drizzled/drizzled_error_messages.h:1356
6088
"After %d attempts %-.64s restore driver still can't accept next block of data"
6091
#: drizzled/drizzled_error_messages.h:1358
6093
msgid "Open and lock tables failed in %-.64s"
6096
#: drizzled/drizzled_error_messages.h:1360
6097
msgid "Backup driver's table locking thread can not be initialized."
6100
#: drizzled/drizzled_error_messages.h:1362
6102
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
6103
"and 'mysql.online_backup_progress'."
6106
#: drizzled/drizzled_error_messages.h:1364
6108
msgid "Tablespace '%-.192s' already exists"
6111
#: drizzled/drizzled_error_messages.h:1366
6113
msgid "Tablespace '%-.192s' doesn't exist"
6116
#: drizzled/drizzled_error_messages.h:1368
6118
msgid "Unexpected master's heartbeat data: %s"
6121
#: drizzled/drizzled_error_messages.h:1370
6123
msgid "The requested value for the heartbeat period %s %s"
6126
#: drizzled/drizzled_error_messages.h:1372
6128
msgid "Can't write to the online backup progress log %-.64s."
6131
#: drizzled/drizzled_error_messages.h:1374
6133
msgid "Tablespace '%-.192s' not empty"
6136
#: drizzled/drizzled_error_messages.h:1376
6139
"Tablespace `%-.64s` needed by tables being restored has changed on the "
6140
"server. The original definition of the required tablespace is '%-.256s' "
6141
"while the same tablespace is defined on the server as '%-.256s'"
6144
#: drizzled/handler.cc:390
6145
msgid "Too many storage engines!"
6148
#: drizzled/handler.cc:394
6150
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
6153
#: drizzled/handler.cc:1278
6155
msgid "Found %d prepared transaction(s) in %s"
6158
#: drizzled/handler.cc:1330
6159
msgid "Starting crash recovery..."
6162
#: drizzled/handler.cc:1362
6164
msgid "Found %d prepared XA transactions"
6167
#: drizzled/handler.cc:1366
6170
"Found %d prepared transactions! It means that drizzled was not shut down "
6171
"properly last time and critical recovery information (last binlog or %s "
6172
"file) was manually deleted after a crash. You have to start drizzled with "
6173
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
6176
#: drizzled/handler.cc:1376
6177
msgid "Crash recovery finished."
6180
#: drizzled/log.cc:1072
6181
msgid "I/O error reading the header from the binary log"
6184
#: drizzled/log.cc:1079
6186
"Binlog has bad magic number; It's not a binary log file that can be used by "
6187
"this version of Drizzle"
6190
#: drizzled/log.cc:1094
6192
msgid "Failed to open log (file '%s', errno %d)"
6195
#: drizzled/log.cc:1096 drizzled/log.cc:1104
6196
msgid "Could not open log file"
6199
#: drizzled/log.cc:1102
6201
msgid "Failed to create a cache on log (file '%s')"
6204
#: drizzled/log.cc:1256 drizzled/log.cc:1904
6207
"Could not use %s for logging (error %d). Turning logging off for the whole "
6208
"duration of the Drizzle server process. To turn it on again: fix the cause, "
6209
"shutdown the Drizzle server and restart it."
6212
#: drizzled/log.cc:2173 drizzled/log.cc:2204 drizzled/log.cc:2456
6213
#: drizzled/log.cc:2580
6215
msgid "Failed to delete file '%s'"
6218
#: drizzled/log.cc:2182 drizzled/log.cc:2464 drizzled/log.cc:2588
6221
"a problem with deleting %s; consider examining correspondence of your binlog "
6222
"index file to the actual binlog files"
6225
#: drizzled/log.cc:2310
6227
msgid "next log error: %d offset: %s log: %s included: %d"
6230
#: drizzled/log.cc:2422 drizzled/log.cc:2548
6232
msgid "Failed to execute stat() on file '%s'"
6235
#: drizzled/log.cc:2433 drizzled/log.cc:2559
6238
"a problem with getting info on being purged %s; consider examining "
6239
"correspondence of your binlog index file to the actual binlog files"
6242
#: drizzled/log.cc:4055 drizzled/log.cc:4548
6244
msgid "Recovering after a crash using %s"
6247
#: drizzled/log.cc:4058
6249
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
6252
#: drizzled/log.cc:4395
6253
msgid "Bad magic header in tc log"
6256
#: drizzled/log.cc:4405
6259
"Recovery failed! You must enable exactly %d storage engines that support two-"
6260
"phase commit protocol"
6263
#: drizzled/log.cc:4433
6265
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6266
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
6267
"heuristic-recover={commit|rollback}"
6270
#: drizzled/log.cc:4463
6271
msgid "Heuristic crash recovery mode"
6274
#: drizzled/log.cc:4465
6275
msgid "Heuristic crash recovery failed"
6278
#: drizzled/log.cc:4466
6279
msgid "Please restart mysqld without --tc-heuristic-recover"
6282
#: drizzled/log.cc:4510 drizzled/log.cc:4534
6284
msgid "find_log_pos() failed (error: %d)"
6287
#: drizzled/log.cc:4647
6289
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6290
"of memory error) and restart, or delete (or rename) binary log and start "
6291
"mysqld with --tc-heuristic-recover={commit|rollback}"
6294
#: drizzled/log_event.cc:990
6297
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
6300
#: drizzled/log_event.cc:3693
6303
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6304
"produced %ld warning(s). Default database: '%s'"
6307
#: drizzled/log_event.cc:4731
6308
msgid "Out of memory while recording slave event"
6311
#: drizzled/rpl_mi.cc:148
6313
msgid "Failed to create a new master info file (file '%s', errno %d)"
6316
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
6318
msgid "Failed to create a cache on master info file (file '%s')"
6321
#: drizzled/rpl_mi.cc:170
6323
msgid "Failed to open the existing master info file (file '%s', errno %d)"
6326
#: drizzled/rpl_mi.cc:276
6329
"SSL information in the master info file ('%s') are ignored because this "
6330
"MySQL slave was compiled without SSL support."
6333
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2151
6334
msgid "Failed to flush master info file"
6337
#: drizzled/rpl_mi.cc:305
6338
msgid "Error reading master configuration"
6341
#: drizzled/rpl_reporting.cc:43
6343
msgid "Slave %s: %s%s Error_code: %d"
6346
#: drizzled/rpl_rli.cc:134
6349
"Neither --relay-log nor --relay-log-index were used; so replication may "
6350
"break when this MySQL server acts as a slave and has his hostname changed!! "
6351
"Please use '--relay-log=%s' to avoid this problem."
6354
#: drizzled/rpl_rli.cc:151
6355
msgid "Failed in open_log() called from init_relay_log_info()"
6358
#: drizzled/rpl_rli.cc:168
6360
msgid "Failed to create a new relay log info file ( file '%s', errno %d)"
6363
#: drizzled/rpl_rli.cc:176 drizzled/rpl_rli.cc:210
6365
msgid "Failed to create a cache on relay log info file '%s'"
6368
#: drizzled/rpl_rli.cc:186
6369
msgid "Failed to open the relay log 'FIRST' (relay_log_pos 4)"
6372
#: drizzled/rpl_rli.cc:202
6374
msgid "Failed to open the existing relay log info file '%s' (errno %d)"
6377
#: drizzled/rpl_rli.cc:253
6379
msgid "Failed to open the relay log '%s' (relay_log_pos %s)"
6382
#: drizzled/rpl_rli.cc:268
6383
msgid "Failed to flush relay log info file"
6386
#: drizzled/rpl_rli.cc:271
6387
msgid "Error counting relay log space"
6390
#: drizzled/rpl_rli.cc:295
6392
msgid "log %s listed in the index, but failed to stat"
6395
#: drizzled/rpl_rli.cc:310
6396
msgid "Could not find first log while counting relay log space"
6399
#: drizzled/rpl_rli.cc:967
6400
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6403
#: drizzled/rpl_utility.cc:122
6405
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6408
#: drizzled/rpl_utility.cc:137
6411
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6412
"Master's column size should be <= the slave's column size."
6415
#: drizzled/scheduler.cc:121
6416
msgid "Memory allocation error in thd_scheduler::init\n"
6419
#: drizzled/scheduler.cc:212
6420
msgid "init_pipe(thd_add_pipe) error in libevent_init\n"
6423
#: drizzled/scheduler.cc:218
6424
msgid "init_pipe(thd_kill_pipe) error in libevent_init\n"
6427
#: drizzled/scheduler.cc:230
6428
msgid "thd_add_event event_add error in libevent_init\n"
6431
#: drizzled/scheduler.cc:246
6433
msgid "Can't create completion port thread (error %d)"
6436
#: drizzled/scheduler.cc:359
6437
msgid "event_add error in libevent_add_thd_callback\n"
6440
#: drizzled/scheduler.cc:385
6441
msgid "Scheduler init error in libevent_add_new_connection\n"
6444
#: drizzled/scheduler.cc:467
6445
msgid "libevent_thread_proc: my_thread_init() failed\n"
6448
#: drizzled/set_var.cc:899
6449
msgid "Ambiguous slave modes combination. STRICT will be used"
6452
#: drizzled/slave.cc:89
6453
msgid "Waiting to reconnect after a failed registration on master"
6456
#: drizzled/slave.cc:90
6458
"Slave I/O thread killed while waitnig to reconnect after a failed "
6459
"registration on master"
6462
#: drizzled/slave.cc:92
6463
msgid "Reconnecting after a failed registration on master"
6466
#: drizzled/slave.cc:93
6469
"failed registering on master, reconnecting to try again, log '%s' at postion "
6473
#: drizzled/slave.cc:96 drizzled/slave.cc:105
6474
msgid "Slave I/O thread killed during or after reconnect"
6477
#: drizzled/slave.cc:99
6478
msgid "Waiting to reconnect after a failed binlog dump request"
6481
#: drizzled/slave.cc:100
6482
msgid "Slave I/O thread killed while retrying master dump"
6485
#: drizzled/slave.cc:101
6486
msgid "Reconnecting after a failed binlog dump request"
6489
#: drizzled/slave.cc:102
6491
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6494
#: drizzled/slave.cc:108
6495
msgid "Waiting to reconnect after a failed master event read"
6498
#: drizzled/slave.cc:109
6499
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6502
#: drizzled/slave.cc:111
6503
msgid "Reconnecting after a failed master event read"
6506
#: drizzled/slave.cc:112
6509
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6513
#: drizzled/slave.cc:115
6515
"Slave I/O thread killed during or after a reconnect done to recover from "
6519
#: drizzled/slave.cc:229
6520
msgid "Failed to allocate memory for the master info structure"
6523
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
6524
msgid "Failed to initialize the master info structure"
6527
#: drizzled/slave.cc:251
6528
msgid "Failed to create slave threads"
6531
#: drizzled/slave.cc:448
6532
msgid "Server id not set, will not start slave"
6535
#: drizzled/slave.cc:616
6537
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6538
"updates to a non-transactional table without any primary key. There is a "
6539
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6540
"check your tables' contents after restart."
6543
#: drizzled/slave.cc:777 drizzled/slave.cc:792
6544
msgid "Master reported unrecognized DRIZZLE version"
6547
#: drizzled/slave.cc:833
6548
msgid "default Format_description_log_event"
6551
#: drizzled/slave.cc:855
6554
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6555
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6558
#: drizzled/slave.cc:882
6560
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6561
"server ids; these ids must be different for replication to work (or the --"
6562
"replicate-same-server-id option must be used on slave but this doesnot "
6563
"always make sense; please check the manual before using it)."
6566
#: drizzled/slave.cc:927
6568
"The slave I/O thread stops because master and slave have different values "
6569
"for the COLLATION_SERVER global variable. The values must be equal for "
6570
"replication to work"
6573
#: drizzled/slave.cc:963
6575
"The slave I/O thread stops because master and slave have different values "
6576
"for the TIME_ZONE global variable. The values must be equal for replication "
6580
#: drizzled/slave.cc:1028
6581
msgid "Waiting for the slave SQL thread to free enough relay log space"
6584
#: drizzled/slave.cc:1074
6586
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6590
#: drizzled/slave.cc:1085
6591
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6594
#: drizzled/slave.cc:1476
6596
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6599
#: drizzled/slave.cc:1529
6601
msgid "Error reading packet from server: %s ( server_errno=%d)"
6604
#: drizzled/slave.cc:1537
6606
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6609
#: drizzled/slave.cc:1691
6612
"It was not possible to update the positions of the relay log information: "
6613
"the slave may be in an inconsistent state. Stopped in %s position %s"
6616
#: drizzled/slave.cc:1766 drizzled/slave.cc:2366
6618
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6621
#: drizzled/slave.cc:1825 drizzled/slave.cc:2315
6623
msgid "Error initializing relay log position: %s"
6626
#: drizzled/slave.cc:1841
6629
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6630
"Consider raising the value of the slave_transaction_retries variable."
6633
#: drizzled/slave.cc:1864
6635
"Could not parse relay log event entry. The possible reasons are: the "
6636
"master's binary log is corrupted (you can check this by running "
6637
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6638
"can check this by running 'mysqlbinlog' on the relay log), a network "
6639
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6640
"check the master's binary log or slave's relay log, you will be able to know "
6641
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6644
#: drizzled/slave.cc:1988
6645
msgid "Failed during slave I/O thread initialization"
6648
#: drizzled/slave.cc:2002
6649
msgid "error in drizzle_create()"
6652
#: drizzled/slave.cc:2010
6655
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6656
"'%s' at position %s"
6659
#: drizzled/slave.cc:2024
6660
msgid "Slave I/O thread killed while connecting to master"
6663
#: drizzled/slave.cc:2048
6664
msgid "Slave I/O thread couldn't register on master"
6667
#: drizzled/slave.cc:2060 drizzled/slave.cc:2084 drizzled/slave.cc:2108
6668
msgid "Forcing to reconnect slave I/O thread"
6671
#: drizzled/slave.cc:2073
6672
msgid "Failed on request_dump()"
6675
#: drizzled/slave.cc:2074
6676
msgid "Slave I/O thread killed while requesting master dump"
6679
#: drizzled/slave.cc:2100
6680
msgid "Waiting for master to send event"
6683
#: drizzled/slave.cc:2102
6684
msgid "Slave I/O thread killed while reading event"
6687
#: drizzled/slave.cc:2120
6690
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6691
"entry is correct, restart the server with a higher value of "
6692
"max_allowed_packet"
6695
#: drizzled/slave.cc:2134
6696
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6699
#: drizzled/slave.cc:2144
6700
msgid "Queueing master event to the relay log"
6703
#: drizzled/slave.cc:2171
6704
msgid "Slave I/O thread aborted while waiting for relay log space"
6707
#: drizzled/slave.cc:2181
6709
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6712
#: drizzled/slave.cc:2205
6713
msgid "Waiting for slave mutex on exit"
6716
#: drizzled/slave.cc:2271
6717
msgid "Failed during slave thread initialization"
6720
#: drizzled/slave.cc:2337
6723
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6724
"s, relay log '%s' position: %s"
6727
#: drizzled/slave.cc:2351
6728
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6731
#: drizzled/slave.cc:2377
6732
msgid "Reading event from the relay log"
6735
#: drizzled/slave.cc:2402
6737
msgid "Slave (additional info): %s Error_code: %d"
6740
#: drizzled/slave.cc:2419
6742
msgid "Slave: %s Error_code: %d"
6745
#: drizzled/slave.cc:2422
6748
"Error loading user-defined library, slave SQL thread aborted. Install the "
6749
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6750
"stopped at log '%s' position %s"
6753
#: drizzled/slave.cc:2430
6756
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6757
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6760
#: drizzled/slave.cc:2442
6763
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6766
#: drizzled/slave.cc:2538
6768
msgid "Slave I/O: failed requesting download of '%s'"
6771
#: drizzled/slave.cc:2555
6773
msgid "Network read error downloading '%s' from master"
6776
#: drizzled/slave.cc:2577
6777
msgid "error writing Exec_load event to relay log"
6780
#: drizzled/slave.cc:2591
6781
msgid "error writing Create_file event to relay log"
6784
#: drizzled/slave.cc:2606
6785
msgid "error writing Append_block event to relay log"
6788
#: drizzled/slave.cc:2702
6789
msgid "Memory allocation failed"
6792
#: drizzled/slave.cc:2727 drizzled/slave.cc:2813
6795
"Read invalid event from master: '%s', master could be corrupt but a more "
6796
"likely cause of this is a bug"
6799
#: drizzled/slave.cc:3086
6800
msgid "could not queue event from master"
6803
#: drizzled/slave.cc:3180
6805
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6808
#: drizzled/slave.cc:3182
6809
msgid "reconnecting"
6812
#: drizzled/slave.cc:3182
6816
#: drizzled/slave.cc:3208
6819
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6823
#: drizzled/slave.cc:3598
6825
msgid "next log '%s' is currently active"
6828
#: drizzled/slave.cc:3628
6830
msgid "next log '%s' is not active"
6833
#: drizzled/slave.cc:3644
6836
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6839
#: drizzled/slave.cc:3650
6840
msgid "Aborting slave SQL thread because of partial event read"
6843
#: drizzled/slave.cc:3656 drizzled/slave.cc:3663
6845
msgid "Error reading relay log event: %s"
6848
#: drizzled/slave.cc:3657
6849
msgid "slave SQL thread was killed"
6852
#: drizzled/slave.cc:3755
6855
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6856
"check error log on slave for more info"
6859
#: drizzled/slave.cc:3761
6862
"According to the master's version ('%s'), it is probable that master suffers "
6863
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6864
"current binary log event may make the slave's data become different from the "
6865
"master's data. To take no risk, slave refuses to replicate this event and "
6866
"stops. We recommend that all updates be stopped on the master and slave, "
6867
"that the data of both be manually synchronized, that master's binary logs be "
6868
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6869
"Then replication can be restarted."
6872
#: drizzled/sql_base.cc:2527
6874
msgid "Table %s had a open data handler in reopen_table"
6877
#: drizzled/sql_base.cc:3178
6879
msgid "Couldn't repair table: %s.%s"
6882
#: drizzled/sql_base.cc:3221
6885
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6886
"s`.`%s`' to the binary log"
6889
#: drizzled/sql_base.cc:3950
6891
msgid "Could not remove temporary table: '%s', error: %d"
6894
#: drizzled/sql_db.cc:396 drizzled/sql_db.cc:404
6896
msgid "Error while loading database options: '%s':"
6899
#: drizzled/sql_plugin.cc:647
6901
msgid "Plugin '%s' of type %s failed deinitialization"
6904
#: drizzled/sql_plugin.cc:661
6906
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6909
#: drizzled/sql_plugin.cc:781
6911
msgid "Plugin '%s' registration as a %s failed."
6914
#: drizzled/sql_plugin.cc:1035
6915
msgid "plugin-load parameter too long"
6918
#: drizzled/sql_plugin.cc:1095
6920
msgid "Couldn't load plugin named '%s' with soname '%s'."
6923
#: drizzled/sql_plugin.cc:1146
6925
msgid "Forcing shutdown of %d plugins"
6928
#: drizzled/sql_plugin.cc:1168
6930
msgid "Plugin '%s' will be forced to shutdown"
6933
#: drizzled/sql_plugin.cc:1184
6935
msgid "Plugin '%s' has ref_count=%d after shutdown."
6938
#: drizzled/sql_plugin.cc:2433 drizzled/sql_plugin.cc:2496
6940
msgid "Unknown variable type code 0x%x in plugin '%s'."
6943
#: drizzled/sql_plugin.cc:2476
6946
"Server variable %s of plugin %s was forced to be read-only: string variable "
6947
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6950
#: drizzled/sql_plugin.cc:2507
6952
msgid "Missing variable name in plugin '%s'."
6955
#: drizzled/sql_plugin.cc:2524
6957
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6960
#: drizzled/sql_plugin.cc:2643
6962
msgid "Out of memory for plugin '%s'."
6965
#: drizzled/sql_plugin.cc:2650
6967
msgid "Bad options for plugin '%s'."
6970
#: drizzled/sql_plugin.cc:2659
6972
msgid "Parsing options for plugin '%s' failed."
6975
#: drizzled/sql_plugin.cc:2702
6977
msgid "Plugin '%s' has conflicting system variables"
6980
#: drizzled/sql_plugin.cc:2712
6982
msgid "Plugin '%s' disabled by command line option"
6985
#: drizzled/sql_repl.cc:101
6986
msgid "Failed in send_file() while reading file name"
6989
#: drizzled/sql_repl.cc:114
6990
msgid "Failed in send_file() on open of file"
6993
#: drizzled/sql_repl.cc:122
6994
msgid "Failed in send_file() while writing data to client"
6997
#: drizzled/sql_repl.cc:131
6998
msgid "Failed in send_file() while negotiating file transfer close"
7001
#: drizzled/sql_table.cc:81
7003
msgid "Invalid (old?) table or database name '%s'"
7006
#: drizzled/sql_table.cc:2716
7008
msgid "Unknown - internal error %d during operation"
7011
#: drizzled/sql_table.cc:4992
7013
msgid "Could not open table %s.%s after rename\n"
7016
#: drizzled/sql_table.cc:5159
7019
"order_st BY ignored because there is a user-defined clustered index in the "
7023
#: drizzled/sql_udf.cc:39
7024
msgid "Can't allocate memory for udf structures"
7027
#: drizzled/table.cc:488
7030
"'%s' had no or invalid character set, and default character set is multi-"
7031
"byte, so character column sizes may have changed"
7034
#: drizzled/table.cc:1692
7036
msgid "Unknown collation '%s' in table '%-.64s' definition"
7039
#: drizzled/table.cc:1699
7042
"Table '%-.64s' was created with a different version of MySQL and cannot be "
7046
#: drizzled/table.cc:2311
7049
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
7053
#: drizzled/table.cc:2337
7056
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7057
"have type %s, found type %s."
7060
#: drizzled/table.cc:2346
7063
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7064
"position %d to have character set '%s' but the type has no character set."
7067
#: drizzled/table.cc:2356
7070
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7071
"position %d to have character set '%s' but found character set '%s'."
7074
#: drizzled/table.cc:2367
7077
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7078
"have type %s but the column is not found."
7081
#: drizzled/table.cc:4750
7083
msgid "Got error %d when reading table '%s'"
7086
#: drizzled/tztime.cc:1063
7088
msgid "Fatal error: Illegal or unknown default time zone '%s'"
7091
#: drizzled/definitions.h:48
7092
msgid "Invalid error code"