8
8
"Project-Id-Version: drizzle\n"
9
9
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
10
"POT-Creation-Date: 2008-10-22 20:42-0700\n"
11
"PO-Revision-Date: 2008-09-03 01:02+0000\n"
12
"Last-Translator: Fox Mind <Unknown>\n"
10
"POT-Creation-Date: 2008-11-26 13:56-0800\n"
11
"PO-Revision-Date: 2008-09-20 14:50+0000\n"
12
"Last-Translator: MaXeR <Unknown>\n"
13
13
"Language-Team: Arabic <ar@li.org>\n"
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= "
18
18
"3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n"
19
"X-Launchpad-Export-Date: 2008-09-13 00:29+0000\n"
19
"X-Launchpad-Export-Date: 2008-11-26 20:37+0000\n"
20
20
"X-Generator: Launchpad (build Unknown)\n"
22
#: client/drizzle.cc:253
22
#: client/drizzle.cc:255
23
23
msgid "Synonym for `help'."
26
#: client/drizzle.cc:254
26
#: client/drizzle.cc:256
27
27
msgid "Clear command."
30
#: client/drizzle.cc:256
30
#: client/drizzle.cc:258
31
31
msgid "Reconnect to the server. Optional arguments are db and host."
34
#: client/drizzle.cc:258
34
#: client/drizzle.cc:260
36
36
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
39
#: client/drizzle.cc:260
39
#: client/drizzle.cc:262
40
40
msgid "Send command to drizzle server, display result vertically."
43
#: client/drizzle.cc:261
43
#: client/drizzle.cc:263
44
44
msgid "Exit drizzle. Same as quit."
47
#: client/drizzle.cc:262
47
#: client/drizzle.cc:264
48
48
msgid "Send command to drizzle server."
51
#: client/drizzle.cc:263
51
#: client/drizzle.cc:265
52
52
msgid "Display this help."
53
msgstr "إظهار هذه المساعدة."
55
#: client/drizzle.cc:264
55
#: client/drizzle.cc:266
56
56
msgid "Disable pager, print to stdout."
59
#: client/drizzle.cc:265
59
#: client/drizzle.cc:267
60
60
msgid "Don't write into outfile."
63
#: client/drizzle.cc:267
63
#: client/drizzle.cc:269
64
64
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
67
#: client/drizzle.cc:268
67
#: client/drizzle.cc:270
68
68
msgid "Print current command."
69
msgstr "إطبع الأمر الحالي."
71
#: client/drizzle.cc:269
71
#: client/drizzle.cc:271
72
72
msgid "Change your drizzle prompt."
75
#: client/drizzle.cc:270
75
#: client/drizzle.cc:272
76
76
msgid "Quit drizzle."
77
msgstr "خروج من دريزّل"
79
#: client/drizzle.cc:271
79
#: client/drizzle.cc:273
80
80
msgid "Rebuild completion hash."
83
#: client/drizzle.cc:273
83
#: client/drizzle.cc:275
84
84
msgid "Execute an SQL script file. Takes a file name as an argument."
87
#: client/drizzle.cc:274
87
#: client/drizzle.cc:276
88
88
msgid "Get status information from the server."
89
msgstr "جلب معلومات الحالة من الخادم."
91
#: client/drizzle.cc:276
91
#: client/drizzle.cc:278
92
92
msgid "Set outfile [to_outfile]. Append everything into given outfile."
95
#: client/drizzle.cc:278
95
#: client/drizzle.cc:280
96
96
msgid "Use another database. Takes database name as argument."
99
#: client/drizzle.cc:280 client/drizzle.cc:1427
99
#: client/drizzle.cc:282 client/drizzle.cc:1430
100
100
msgid "Show warnings after every statement."
103
#: client/drizzle.cc:282
103
#: client/drizzle.cc:284
104
104
msgid "Don't show warnings after every statement."
107
#: client/drizzle.cc:1111
107
#: client/drizzle.cc:1113
108
108
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
111
#: client/drizzle.cc:1121
111
#: client/drizzle.cc:1123
114
114
"Your Drizzle connection id is %u\n"
115
115
"Server version: %s\n"
118
#: client/drizzle.cc:1151
118
#: client/drizzle.cc:1153
120
120
msgid "Reading history-file %s\n"
123
#: client/drizzle.cc:1156
123
#: client/drizzle.cc:1158
125
125
msgid "Couldn't allocate memory for temp histfile!\n"
128
#: client/drizzle.cc:1163
128
#: client/drizzle.cc:1165
129
129
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
132
#: client/drizzle.cc:1181
132
#: client/drizzle.cc:1183
134
134
msgid "Writing history-file %s\n"
137
#: client/drizzle.cc:1190
137
#: client/drizzle.cc:1192
141
#: client/drizzle.cc:1190
141
#: client/drizzle.cc:1192
145
#: client/drizzle.cc:1238
145
#: client/drizzle.cc:1241
146
146
msgid "Query aborted by Ctrl+C\n"
149
#: client/drizzle.cc:1261 client/drizzleadmin.cc:73 drizzled/drizzled.cc:3025
149
#: client/drizzle.cc:1264 client/drizzleadmin.cc:75 drizzled/drizzled.cc:2817
150
150
msgid "Display this help and exit."
153
#: client/drizzle.cc:1263
153
#: client/drizzle.cc:1266
154
154
msgid "Synonym for -?"
157
#: client/drizzle.cc:1266
157
#: client/drizzle.cc:1269
159
159
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
160
160
"and field completion, but startup and reconnecting may take a longer time. "
161
161
"Disable with --disable-auto-rehash."
164
#: client/drizzle.cc:1270
164
#: client/drizzle.cc:1273
166
166
"No automatic rehashing. One has to use 'rehash' to get table and field "
167
167
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
168
168
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
171
#: client/drizzle.cc:1273
171
#: client/drizzle.cc:1276
173
173
"Automatically switch to vertical output mode if the result is wider than the "
174
174
"terminal width."
177
#: client/drizzle.cc:1276
177
#: client/drizzle.cc:1279
179
179
"Don't use history file. Disable interactive behavior. (Enables --silent)"
182
#: client/drizzle.cc:1278 drizzled/drizzled.cc:3095
182
#: client/drizzle.cc:1281 drizzled/drizzled.cc:2869
183
183
msgid "Directory where character sets are."
186
#: client/drizzle.cc:1280
186
#: client/drizzle.cc:1283
187
187
msgid "Display column type information."
190
#: client/drizzle.cc:1283
190
#: client/drizzle.cc:1286
192
192
"Preserve comments. Send comments to the server. The default is --skip-"
193
193
"comments (discard comments), enable with --comments"
196
#: client/drizzle.cc:1286
196
#: client/drizzle.cc:1289
197
197
msgid "Use compression in server/client protocol."
200
#: client/drizzle.cc:1289
200
#: client/drizzle.cc:1292
201
201
msgid "Check memory and open file usage at exit ."
204
#: client/drizzle.cc:1292
204
#: client/drizzle.cc:1295
205
205
msgid "Print some debug info at exit."
208
#: client/drizzle.cc:1294
208
#: client/drizzle.cc:1297
209
209
msgid "Database to use."
212
#: client/drizzle.cc:1297
212
#: client/drizzle.cc:1300
213
213
msgid "(not used)"
216
#: client/drizzle.cc:1299
216
#: client/drizzle.cc:1302
217
217
msgid "Delimiter to be used."
220
#: client/drizzle.cc:1301
220
#: client/drizzle.cc:1304
221
221
msgid "Execute command and quit. (Disables --force and history file)"
224
#: client/drizzle.cc:1303
224
#: client/drizzle.cc:1306
225
225
msgid "Print the output of a query (rows) vertically."
228
#: client/drizzle.cc:1306
228
#: client/drizzle.cc:1309
229
229
msgid "Continue even if we get an sql error."
232
#: client/drizzle.cc:1310
232
#: client/drizzle.cc:1313
234
234
"Enable named commands. Named commands mean this program's internal commands; "
235
235
"see drizzle> help . When enabled, the named commands can be used from any "
314
#: client/drizzle.cc:1351
314
#: client/drizzle.cc:1354
316
316
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
317
317
"option deprecated; use --disable-pager instead."
320
#: client/drizzle.cc:1354 client/drizzleadmin.cc:78
320
#: client/drizzle.cc:1357 client/drizzleadmin.cc:80
322
322
"Password to use when connecting to server. If password is not given it's "
323
323
"asked from the tty."
326
#: client/drizzle.cc:1356
326
#: client/drizzle.cc:1359
328
328
"Port number to use for connection or 0 for default to, in order of "
329
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
329
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
332
#: client/drizzle.cc:1357
332
#: client/drizzle.cc:1360
333
333
msgid "built-in default"
336
#: client/drizzle.cc:1360
336
#: client/drizzle.cc:1363
337
337
msgid "Set the drizzle prompt to this value."
340
#: client/drizzle.cc:1363
340
#: client/drizzle.cc:1366
341
341
msgid "The protocol of connection (tcp,socket,pipe,memory)."
344
#: client/drizzle.cc:1366
344
#: client/drizzle.cc:1369
346
346
"Don't cache result, print it row by row. This may slow down the server if "
347
347
"the output is suspended. Doesn't use history file."
350
#: client/drizzle.cc:1368
350
#: client/drizzle.cc:1371
351
351
msgid "Write fields without conversion. Used with --batch."
354
#: client/drizzle.cc:1371
354
#: client/drizzle.cc:1374
356
356
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
357
357
"option is enabled by default."
360
#: client/drizzle.cc:1373
360
#: client/drizzle.cc:1376
362
362
"Be more silent. Print results with a tab as separator, each row on new line."
365
#: client/drizzle.cc:1375
365
#: client/drizzle.cc:1378
366
366
msgid "Socket file to use for connection."
369
#: client/drizzle.cc:1378
369
#: client/drizzle.cc:1381
370
370
msgid "Output in table format."
373
#: client/drizzle.cc:1381
373
#: client/drizzle.cc:1384
375
375
"Append everything into outfile. See interactive help (\\h) also. Does not "
376
376
"work in batch mode. Disable with --disable-tee. This option is disabled by "
380
#: client/drizzle.cc:1383
380
#: client/drizzle.cc:1386
382
382
"Disable outfile. See interactive help (\\h) also. WARNING: option "
383
383
"deprecated; use --disable-tee instead"
386
#: client/drizzle.cc:1386 client/drizzleadmin.cc:88
386
#: client/drizzle.cc:1389 client/drizzleadmin.cc:90
387
387
msgid "User for login if not current user."
390
#: client/drizzle.cc:1389
390
#: client/drizzle.cc:1392
391
391
msgid "Only allow UPDATE and DELETE that uses keys."
394
#: client/drizzle.cc:1392
394
#: client/drizzle.cc:1395
395
395
msgid "Synonym for option --safe-updates, -U."
398
#: client/drizzle.cc:1395
398
#: client/drizzle.cc:1398
399
399
msgid "Write more. (-v -v -v gives the table output format)."
402
#: client/drizzle.cc:1397 client/drizzleadmin.cc:93 drizzled/drizzled.cc:3471
402
#: client/drizzle.cc:1400 client/drizzleadmin.cc:95 drizzled/drizzled.cc:3187
403
403
msgid "Output version information and exit."
406
#: client/drizzle.cc:1399 client/drizzleadmin.cc:95
406
#: client/drizzle.cc:1402 client/drizzleadmin.cc:97
407
407
msgid "Wait and retry if connection is down."
408
408
msgstr "الرجاء الإنتظار ، وإعادة محاولة الإتصال إن فشل في الإتصال"
410
#: client/drizzle.cc:1402
410
#: client/drizzle.cc:1405
411
411
msgid "Number of seconds before connection timeout."
414
#: client/drizzle.cc:1407
414
#: client/drizzle.cc:1410
415
415
msgid "Max packet length to send to, or receive from server"
418
#: client/drizzle.cc:1412
418
#: client/drizzle.cc:1415
419
419
msgid "Buffer for TCP/IP and socket communication"
422
#: client/drizzle.cc:1416
422
#: client/drizzle.cc:1419
423
423
msgid "Automatic limit for SELECT when using --safe-updates"
426
#: client/drizzle.cc:1421
426
#: client/drizzle.cc:1424
427
427
msgid "Automatic limit for rows in a join when using --safe-updates"
430
#: client/drizzle.cc:1425
430
#: client/drizzle.cc:1428
431
431
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
434
#: client/drizzle.cc:1438
434
#: client/drizzle.cc:1441
436
436
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
439
#: client/drizzle.cc:1445
439
#: client/drizzle.cc:1448
442
"Copyright (C) 2000-2008 MySQL AB\n"
443
" This software comes with ABSOLUTELY NO "
444
"WARRANTY. This is free software,\n"
445
" and you are welcome to modify and redistribute it under the GPL license\n"
442
"Copyright (C) 2008 Sun Microsystems\n"
443
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
444
"and you are welcome to modify and redistribute it under the GPL license\n"
448
#: client/drizzle.cc:1449
447
#: client/drizzle.cc:1453
450
449
msgid "Usage: %s [OPTIONS] [database]\n"
453
#: client/drizzle.cc:1482
452
#: client/drizzle.cc:1486
454
453
msgid "DELIMITER cannot contain a backslash character"
457
#: client/drizzle.cc:1503
456
#: client/drizzle.cc:1507
459
458
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
462
#: client/drizzle.cc:1526
461
#: client/drizzle.cc:1530
464
463
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
467
#: client/drizzle.cc:1530
466
#: client/drizzle.cc:1534
469
468
msgid "WARNING: --server-arg option not supported in this configuration.\n"
472
#: client/drizzle.cc:1898
471
#: client/drizzle.cc:1902
474
473
msgid "Unknown command '\\%c'."
477
#: client/drizzle.cc:2325
476
#: client/drizzle.cc:2329
479
478
"Reading table information for completion of table and column names\n"
480
479
" You can turn off this feature to get a quicker startup with -A\n"
484
#: client/drizzle.cc:2422
483
#: client/drizzle.cc:2426
485
484
msgid "No connection. Trying to reconnect..."
488
#: client/drizzle.cc:2428
487
#: client/drizzle.cc:2432
489
488
msgid "Can't connect to the server\n"
490
489
msgstr "لا يمكن الإتصال بقاعدة البيانات\n"
492
#: client/drizzle.cc:2485
491
#: client/drizzle.cc:2489
493
492
msgid "categories:"
494
493
msgstr "التصنيفات :"
496
#: client/drizzle.cc:2485
495
#: client/drizzle.cc:2489
498
497
msgstr "المواضيع :"
500
#: client/drizzle.cc:2540
499
#: client/drizzle.cc:2543
502
501
msgid "Name: '%s'\n"
505
#: client/drizzle.cc:2541
504
#: client/drizzle.cc:2544
512
#: client/drizzle.cc:2543
511
#: client/drizzle.cc:2546
519
#: client/drizzle.cc:2556
518
#: client/drizzle.cc:2559
520
519
msgid "Many help items for your request exist."
523
#: client/drizzle.cc:2557
522
#: client/drizzle.cc:2560
525
524
"To make a more specific request, please type 'help <item>',\n"
526
525
"where <item> is one of the following"
529
#: client/drizzle.cc:2563
528
#: client/drizzle.cc:2566
531
530
msgid "You asked for help about help category: '%s'\n"
534
#: client/drizzle.cc:2564
533
#: client/drizzle.cc:2567
536
535
"For more information, type 'help <item>', where <item> is one of the "
540
#: client/drizzle.cc:2577
539
#: client/drizzle.cc:2580
546
#: client/drizzle.cc:2578
545
#: client/drizzle.cc:2581
547
546
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
550
#: client/drizzle.cc:2600
549
#: client/drizzle.cc:2604
551
550
msgid "List of all Drizzle commands:"
554
#: client/drizzle.cc:2602
553
#: client/drizzle.cc:2606
555
554
msgid "Note that all text commands must be first on line and end with ';'"
558
#: client/drizzle.cc:2613
557
#: client/drizzle.cc:2617
561
560
"For server side help, type 'help contents'\n"
564
#: client/drizzle.cc:2656
563
#: client/drizzle.cc:2660
565
564
msgid "No query specified\n"
568
#: client/drizzle.cc:2671
567
#: client/drizzle.cc:2675
569
568
msgid "Ignoring query to other database"
572
#: client/drizzle.cc:2720
571
#: client/drizzle.cc:2724
573
572
msgid "Empty set"
576
#: client/drizzle.cc:2733
575
#: client/drizzle.cc:2737
578
577
msgid "%ld row in set"
579
578
msgid_plural "%ld rows in set"
583
#: client/drizzle.cc:2742
582
#: client/drizzle.cc:2746
587
#: client/drizzle.cc:2744
586
#: client/drizzle.cc:2748
589
588
msgid "Query OK, %ld row affected"
590
589
msgid_plural "Query OK, %ld rows affected"
594
#: client/drizzleadmin.cc:80 drizzled/drizzled.cc:3279
593
#: client/drizzleadmin.cc:82 drizzled/drizzled.cc:3053
596
595
"Port number to use for connection or 0 for default to, in order of "
597
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
596
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
600
#: client/drizzleadmin.cc:85
599
#: client/drizzleadmin.cc:87
601
600
msgid "Silently exit if one can't connect to server."
604
#: client/drizzleadmin.cc:91
603
#: client/drizzleadmin.cc:93
605
604
msgid "Write more information."
608
#: client/drizzleadmin.cc:256
607
#: client/drizzleadmin.cc:258
611
610
"connect to server at '%s' failed\n"
615
#: client/drizzleadmin.cc:262
614
#: client/drizzleadmin.cc:264
617
616
msgid "Check that drizzled is running on %s"
620
#: client/drizzleadmin.cc:263
619
#: client/drizzleadmin.cc:265
622
621
msgid " and that the port is %d.\n"
625
#: client/drizzleadmin.cc:265
624
#: client/drizzleadmin.cc:267
627
626
msgid "You can check this by doing 'telnet %s %d'\n"
630
#: client/drizzleadmin.cc:276
629
#: client/drizzleadmin.cc:278
632
631
msgid "Got error: %s\n"
635
#: client/drizzleadmin.cc:283
634
#: client/drizzleadmin.cc:285
636
635
msgid "Waiting for Drizzle server to answer"
639
#: client/drizzleadmin.cc:316
638
#: client/drizzleadmin.cc:318
641
640
msgid "shutting down drizzled...\n"
644
#: client/drizzleadmin.cc:320
643
#: client/drizzleadmin.cc:322
646
645
msgid "shutdown failed; error: '%s'"
649
#: client/drizzleadmin.cc:327
648
#: client/drizzleadmin.cc:329
654
#: client/drizzleadmin.cc:337
653
#: client/drizzleadmin.cc:339
655
654
msgid "drizzled is alive"
658
#: client/drizzleadmin.cc:345
657
#: client/drizzleadmin.cc:347
659
658
msgid "connection was down, but drizzled is now alive"
662
#: client/drizzleadmin.cc:349
661
#: client/drizzleadmin.cc:351
664
663
msgid "drizzled doesn't answer to ping, error: '%s'"
667
#: client/drizzleadmin.cc:358
666
#: client/drizzleadmin.cc:360
669
668
msgid "Unknown command: '%-.60s'"
672
#: client/drizzleadmin.cc:367
671
#: client/drizzleadmin.cc:369
674
673
msgid "%s Ver %s Distrib %s, for %s on %s\n"
677
#: client/drizzleadmin.cc:374
676
#: client/drizzleadmin.cc:376
678
677
msgid "Copyright (C) 2000-2008 MySQL AB"
681
#: client/drizzleadmin.cc:375
680
#: client/drizzleadmin.cc:377
683
682
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
684
683
"and you are welcome to modify and redistribute it under the GPL license\n"
687
#: client/drizzleadmin.cc:376
686
#: client/drizzleadmin.cc:378
688
687
msgid "Administration program for the drizzled daemon."
691
#: client/drizzleadmin.cc:377
690
#: client/drizzleadmin.cc:379
693
692
msgid "Usage: %s [OPTIONS] command command....\n"
696
#: client/drizzleadmin.cc:379
695
#: client/drizzleadmin.cc:381
698
697
" ping Check if server is down\n"
699
698
" shutdown Take server down\n"
1358
#: drizzled/drizzled.cc:1544
1359
#: drizzled/drizzled.cc:1381
1360
1361
msgid "Writing a core file\n"
1363
#: drizzled/drizzled.cc:1591
1364
#: drizzled/drizzled.cc:1428
1365
1366
"setrlimit could not change the size of core files to 'infinity'; We may not "
1366
1367
"be able to generate a core file on signals"
1369
#: drizzled/drizzled.cc:1659
1370
#: drizzled/drizzled.cc:1496
1371
1372
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1374
#: drizzled/drizzled.cc:1747
1375
#: drizzled/drizzled.cc:1584
1376
msgid "Got signal %d to shutdown mysqld"
1379
#: drizzled/drizzled.cc:1788
1377
msgid "Got signal %d to shutdown drizzled"
1380
#: drizzled/drizzled.cc:1601 drizzled/sql_base.cc:6487
1381
msgid "Can't create thread to kill server"
1384
#: drizzled/drizzled.cc:1624
1381
1386
msgid "Got signal: %d error: %d"
1384
#: drizzled/drizzled.cc:1918
1389
#: drizzled/drizzled.cc:1754
1386
1391
msgid "Wrong date/time format specifier: %s\n"
1389
#: drizzled/drizzled.cc:2042
1394
#: drizzled/drizzled.cc:1871
1391
1396
msgid "gethostname failed, using '%s' as hostname"
1394
#: drizzled/drizzled.cc:2106
1399
#: drizzled/drizzled.cc:1935
1397
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1402
"Changed limits: max_open_files: %u max_connections: %<PRIu64> table_cache: "
1400
#: drizzled/drizzled.cc:2111
1406
#: drizzled/drizzled.cc:1940
1403
1409
"Could not increase number of max_open_files to more than %u (request: %u)"
1406
#: drizzled/drizzled.cc:2192
1412
#: drizzled/drizzled.cc:2021
1408
1414
msgid "Unknown locale: '%s'"
1411
#: drizzled/drizzled.cc:2262
1417
#: drizzled/drizzled.cc:2087
1412
1418
msgid "Can't create thread-keys"
1415
#: drizzled/drizzled.cc:2302
1421
#: drizzled/drizzled.cc:2127
1416
1422
msgid "Unable to reopen stdout"
1419
#: drizzled/drizzled.cc:2305
1425
#: drizzled/drizzled.cc:2130
1420
1426
msgid "Unable to reopen stderr"
1423
#: drizzled/drizzled.cc:2311
1429
#: drizzled/drizzled.cc:2136
1424
1430
msgid "Out of memory"
1427
#: drizzled/drizzled.cc:2318
1428
msgid "You need to use --log-bin to make --binlog-format work."
1431
#: drizzled/drizzled.cc:2340
1433
#: drizzled/drizzled.cc:2142
1433
1435
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1434
1436
"impossible, it would lead to infinite loops in this server."
1437
#: drizzled/drizzled.cc:2360
1439
#: drizzled/drizzled.cc:2162
1440
1442
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1442
1444
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1445
#: drizzled/drizzled.cc:2394
1447
#: drizzled/drizzled.cc:2190
1446
1448
msgid "Failed to initialize plugins."
1449
#: drizzled/drizzled.cc:2425
1451
#: drizzled/drizzled.cc:2221
1452
1454
"%s: Too many arguments (first extra is '%s').\n"
1453
1455
"Use --verbose --help to get a list of available options\n"
1456
#: drizzled/drizzled.cc:2435
1458
#: drizzled/drizzled.cc:2231
1457
1459
msgid "Can't init databases"
1460
#: drizzled/drizzled.cc:2455
1462
#: drizzled/drizzled.cc:2251
1462
1464
msgid "Unknown/unsupported table type: %s"
1465
#: drizzled/drizzled.cc:2461
1467
#: drizzled/drizzled.cc:2257
1467
1469
msgid "Default storage engine (%s) is not available"
1470
#: drizzled/drizzled.cc:2484
1472
#: drizzled/drizzled.cc:2280
1471
1473
msgid "Can't initialize tc_log"
1474
#: drizzled/drizzled.cc:2515
1476
#: drizzled/drizzled.cc:2311
1476
1478
msgid "Failed to lock memory. Errno: %d\n"
1479
#: drizzled/drizzled.cc:2584
1481
#: drizzled/drizzled.cc:2380
1481
1483
msgid "Asked for %u thread stack, but got %<PRIu64>"
1484
#: drizzled/drizzled.cc:2620
1486
#: drizzled/drizzled.cc:2416
1486
1488
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1487
1489
"value: we force server id to 1; updates will be logged to the binary log, "
1488
1490
"but connections from slaves will not be accepted."
1491
#: drizzled/drizzled.cc:2678
1493
#: drizzled/drizzled.cc:2474
1492
1494
msgid "Before Lock_thread_count"
1495
#: drizzled/drizzled.cc:2685
1497
#: drizzled/drizzled.cc:2481
1496
1498
msgid "After lock_thread_count"
1499
#: drizzled/drizzled.cc:2793
1501
#: drizzled/drizzled.cc:2589
1501
1503
msgid "drizzled: Got error %d from select"
1504
#: drizzled/drizzled.cc:3029 drizzled/drizzled.cc:3134
1505
#: drizzled/drizzled.cc:3252
1506
#: drizzled/drizzled.cc:2821 drizzled/drizzled.cc:2908
1507
#: drizzled/drizzled.cc:3026
1506
1508
msgid "Option used by mysql-test for debugging and testing of replication."
1509
#: drizzled/drizzled.cc:3033
1511
#: drizzled/drizzled.cc:2825
1510
1512
msgid "Auto-increment columns are incremented by this"
1513
#: drizzled/drizzled.cc:3038
1515
#: drizzled/drizzled.cc:2830
1515
1517
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1519
#: drizzled/drizzled.cc:3044
1521
#: drizzled/drizzled.cc:2836
1521
1523
"Path to installation directory. All paths are usually resolved relative to "
1525
#: drizzled/drizzled.cc:3048
1527
#: drizzled/drizzled.cc:2840
1526
1528
msgid "IP address to bind to."
1529
#: drizzled/drizzled.cc:3052
1531
"Does not have any effect without '--log-bin'. Tell the master the form of "
1532
"binary logging to use: either 'row' for row-based binary logging, or "
1533
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1534
"statement-based binary logging except for those statements where only row-"
1535
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1536
"the UUID() function; for those, row-based binary logging is automatically "
1540
#: drizzled/drizzled.cc:3062
1542
"Tells the master it should log updates for the specified database, and "
1543
"exclude all others not explicitly mentioned."
1546
#: drizzled/drizzled.cc:3066
1548
"Tells the master that updates to the given database should not be logged "
1552
#: drizzled/drizzled.cc:3070
1531
#: drizzled/drizzled.cc:2844
1554
1533
"The maximum size of a row-based binary log event in bytes. Rows will be "
1555
1534
"grouped into events smaller than this size if possible. The value has to be "
1556
1535
"a multiple of 256."
1559
#: drizzled/drizzled.cc:3081
1538
#: drizzled/drizzled.cc:2855
1560
1539
msgid "Don't ignore client side character set value sent during handshake."
1563
#: drizzled/drizzled.cc:3086
1542
#: drizzled/drizzled.cc:2860
1564
1543
msgid "Set the filesystem character set."
1567
#: drizzled/drizzled.cc:3091
1546
#: drizzled/drizzled.cc:2865
1568
1547
msgid "Set the default character set."
1571
#: drizzled/drizzled.cc:3098
1572
msgid "Chroot mysqld daemon during startup."
1550
#: drizzled/drizzled.cc:2872
1551
msgid "Chroot drizzled daemon during startup."
1575
#: drizzled/drizzled.cc:3102
1554
#: drizzled/drizzled.cc:2876
1576
1555
msgid "Set the default collation."
1579
#: drizzled/drizzled.cc:3106
1558
#: drizzled/drizzled.cc:2880
1580
1559
msgid "Default completion type."
1583
#: drizzled/drizzled.cc:3111
1562
#: drizzled/drizzled.cc:2885
1584
1563
msgid "Write error output on screen."
1587
#: drizzled/drizzled.cc:3115
1566
#: drizzled/drizzled.cc:2889
1588
1567
msgid "Write core on errors."
1591
#: drizzled/drizzled.cc:3119
1570
#: drizzled/drizzled.cc:2893
1592
1571
msgid "Path to the database root."
1595
#: drizzled/drizzled.cc:3123
1574
#: drizzled/drizzled.cc:2897
1596
1575
msgid "Set the default storage engine (table type) for tables."
1599
#: drizzled/drizzled.cc:3127
1578
#: drizzled/drizzled.cc:2901
1600
1579
msgid "Set the default time zone."
1603
#: drizzled/drizzled.cc:3131
1582
#: drizzled/drizzled.cc:2905
1604
1583
msgid "Type of DELAY_KEY_WRITE."
1607
#: drizzled/drizzled.cc:3140
1586
#: drizzled/drizzled.cc:2914
1608
1587
msgid "Print a symbolic stack trace on failure."
1611
#: drizzled/drizzled.cc:3146
1590
#: drizzled/drizzled.cc:2920
1612
1591
msgid "Push supported query conditions to the storage engine."
1615
#: drizzled/drizzled.cc:3152
1594
#: drizzled/drizzled.cc:2926
1616
1595
msgid "Used for debugging; Use at your own risk!"
1619
#: drizzled/drizzled.cc:3155
1598
#: drizzled/drizzled.cc:2929
1620
1599
msgid "Flush tables to disk between SQL commands."
1623
#: drizzled/drizzled.cc:3160
1602
#: drizzled/drizzled.cc:2934
1624
1603
msgid "Set up signals usable for debugging"
1627
#: drizzled/drizzled.cc:3164
1606
#: drizzled/drizzled.cc:2938
1628
1607
msgid "Command(s) that are executed for each new connection"
1631
#: drizzled/drizzled.cc:3168
1610
#: drizzled/drizzled.cc:2942
1632
1611
msgid "Read SQL commands from this file at startup."
1635
#: drizzled/drizzled.cc:3172
1614
#: drizzled/drizzled.cc:2946
1636
1615
msgid "Command(s) that are executed when a slave connects to this master"
1639
#: drizzled/drizzled.cc:3176
1618
#: drizzled/drizzled.cc:2950
1640
1619
msgid "(IGNORED)"
1643
#: drizzled/drizzled.cc:3180
1622
#: drizzled/drizzled.cc:2954
1644
1623
msgid "Set the language used for the month names and the days of the week."
1647
#: drizzled/drizzled.cc:3185
1626
#: drizzled/drizzled.cc:2959
1648
1627
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1651
#: drizzled/drizzled.cc:3190
1630
#: drizzled/drizzled.cc:2964
1652
1631
msgid "Log connections and queries to file."
1655
#: drizzled/drizzled.cc:3194
1634
#: drizzled/drizzled.cc:2968
1657
1636
"Log update queries in binary format. Optional argument is the location for "
1658
1637
"the binary log files.(Strongly recommended to avoid replication problems if "
1659
1638
"server's hostname changes)"
1662
#: drizzled/drizzled.cc:3201
1641
#: drizzled/drizzled.cc:2975
1663
1642
msgid "File that holds the names for last binary log files."
1666
#: drizzled/drizzled.cc:3205
1645
#: drizzled/drizzled.cc:2979
1667
1646
msgid "Error log file."
1670
#: drizzled/drizzled.cc:3209
1649
#: drizzled/drizzled.cc:2983
1671
1650
msgid "Log all MyISAM changes to file."
1674
#: drizzled/drizzled.cc:3213
1653
#: drizzled/drizzled.cc:2987
1676
1655
"Tells the slave to log the updates from the slave thread to the binary log. "
1677
1656
"You will need to turn it on if you plan to daisy-chain the slaves."
1680
#: drizzled/drizzled.cc:3220
1659
#: drizzled/drizzled.cc:2994
1682
1661
"Path to transaction coordinator log (used for transactions that affect more "
1683
1662
"than one storage engine, when binary log is disabled)"
1686
#: drizzled/drizzled.cc:3226
1665
#: drizzled/drizzled.cc:3000
1687
1666
msgid "Size of transaction coordinator log."
1690
#: drizzled/drizzled.cc:3232
1669
#: drizzled/drizzled.cc:3006
1691
1670
msgid "Log some not critical warnings to the log file."
1694
#: drizzled/drizzled.cc:3237
1673
#: drizzled/drizzled.cc:3011
1695
1674
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1698
#: drizzled/drizzled.cc:3242
1677
#: drizzled/drizzled.cc:3016
1700
1679
"The location and name of the file that remembers the master and where the I/"
1701
1680
"O replication thread is in the master's binlogs."
1704
#: drizzled/drizzled.cc:3247
1683
#: drizzled/drizzled.cc:3021
1706
1685
"The number of tries the slave will make to connect to the master before "
1710
#: drizzled/drizzled.cc:3256
1711
msgid "Lock mysqld in memory."
1689
#: drizzled/drizzled.cc:3030
1690
msgid "Lock drizzled in memory."
1714
#: drizzled/drizzled.cc:3260
1693
#: drizzled/drizzled.cc:3034
1716
1695
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1717
1696
"BACKUP, FORCE or QUICK."
1720
#: drizzled/drizzled.cc:3265
1699
#: drizzled/drizzled.cc:3039
1721
1700
msgid "Use very new possible 'unsafe' functions."
1724
#: drizzled/drizzled.cc:3270
1703
#: drizzled/drizzled.cc:3044
1725
1704
msgid "Use old, non-optimized alter table."
1728
#: drizzled/drizzled.cc:3275
1707
#: drizzled/drizzled.cc:3049
1729
1708
msgid "Pid file used by safe_mysqld."
1732
#: drizzled/drizzled.cc:3285
1711
#: drizzled/drizzled.cc:3059
1734
1713
"Maximum time in seconds to wait for the port to become free. (Default: no "
1738
#: drizzled/drizzled.cc:3290
1717
#: drizzled/drizzled.cc:3064
1739
1718
msgid "The location and name to use for relay logs."
1742
#: drizzled/drizzled.cc:3294
1721
#: drizzled/drizzled.cc:3068
1744
1723
"The location and name to use for the file that keeps a list of the last "
1748
#: drizzled/drizzled.cc:3299
1727
#: drizzled/drizzled.cc:3073
1750
1729
"The location and name of the file that remembers where the SQL replication "
1751
1730
"thread is in the relay logs."
1754
#: drizzled/drizzled.cc:3304
1756
"Tells the slave thread to restrict replication to the specified database. To "
1757
"specify more than one database, use the directive multiple times, once for "
1758
"each database. Note that this will only work if you do not use cross-"
1759
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
1760
"having selected a different or no database. If you need cross database "
1761
"updates to work, use replicate-wild-do-table=db_name.%."
1764
#: drizzled/drizzled.cc:3313
1766
"Tells the slave thread to restrict replication to the specified table. To "
1767
"specify more than one table, use the directive multiple times, once for each "
1768
"table. This will work for cross-database updates, in contrast to replicate-"
1772
#: drizzled/drizzled.cc:3319
1774
"Tells the slave thread to not replicate to the specified database. To "
1775
"specify more than one database to ignore, use the directive multiple times, "
1776
"once for each database. This option will not work if you use cross database "
1777
"updates. If you need cross database updates to work, use replicate-wild-"
1778
"ignore-table=db_name.%. "
1781
#: drizzled/drizzled.cc:3326
1783
"Tells the slave thread to not replicate to the specified table. To specify "
1784
"more than one table to ignore, use the directive multiple times, once for "
1785
"each table. This will work for cross-datbase updates, in contrast to "
1786
"replicate-ignore-db."
1789
#: drizzled/drizzled.cc:3332
1791
"Updates to a database with a different name than the original. Example: "
1792
"replicate-rewrite-db=master_db_name->slave_db_name."
1795
#: drizzled/drizzled.cc:3336
1733
#: drizzled/drizzled.cc:3078
1797
1735
"In replication, if set to 1, do not skip events having our server id. "
1798
1736
"Default value is 0 (to break infinite loops in circular replication). Can't "
1799
1737
"be set to 1 if --log-slave-updates is used."
1802
#: drizzled/drizzled.cc:3343
1804
"Tells the slave thread to restrict replication to the tables that match the "
1805
"specified wildcard pattern. To specify more than one table, use the "
1806
"directive multiple times, once for each table. This will work for cross-"
1807
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
1808
"only updates to tables in all databases that start with foo and whose table "
1809
"names start with bar."
1812
#: drizzled/drizzled.cc:3351
1814
"Tells the slave thread to not replicate to the tables that match the given "
1815
"wildcard pattern. To specify more than one table to ignore, use the "
1816
"directive multiple times, once for each table. This will work for cross-"
1817
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
1818
"updates to tables in databases that start with foo and whose table names "
1822
#: drizzled/drizzled.cc:3360
1740
#: drizzled/drizzled.cc:3086
1824
1742
"Hostname or IP of the slave to be reported to to the master during slave "
1825
1743
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
1889
1799
"stop on any unexpected difference between the master and the slave."
1892
#: drizzled/drizzled.cc:3425
1802
#: drizzled/drizzled.cc:3141
1893
1803
msgid "(INGORED)"
1896
#: drizzled/drizzled.cc:3428
1806
#: drizzled/drizzled.cc:3144
1897
1807
msgid "Enable symbolic link support."
1900
#: drizzled/drizzled.cc:3437
1810
#: drizzled/drizzled.cc:3153
1902
1812
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1905
#: drizzled/drizzled.cc:3442
1815
#: drizzled/drizzled.cc:3158
1907
1817
"Decision to use in heuristic recover process. Possible values are COMMIT or "
1911
#: drizzled/drizzled.cc:3447
1821
#: drizzled/drizzled.cc:3163
1913
1823
"Using this option will cause most temporary files created to use a small set "
1914
1824
"of names, rather than a unique name for each new file."
1917
#: drizzled/drizzled.cc:3452
1827
#: drizzled/drizzled.cc:3168
1919
1829
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1922
#: drizzled/drizzled.cc:3457
1832
#: drizzled/drizzled.cc:3173
1924
1834
"Path for temporary files. Several paths may be specified, separated by a "
1925
1835
"colon (:), in this case they are used in a round-robin fashion."
1928
#: drizzled/drizzled.cc:3463
1838
#: drizzled/drizzled.cc:3179
1929
1839
msgid "Default transaction isolation level."
1932
#: drizzled/drizzled.cc:3467
1933
msgid "Run mysqld daemon as user."
1842
#: drizzled/drizzled.cc:3183
1843
msgid "Run drizzled daemon as user."
1936
#: drizzled/drizzled.cc:3475
1846
#: drizzled/drizzled.cc:3191
1938
"The number of outstanding connection requests MySQL can have. This comes "
1939
"into play when the main MySQL thread gets very many connection requests in a "
1848
"The number of outstanding connection requests Drizzle can have. This comes "
1849
"into play when the main Drizzle thread gets very many connection requests in "
1850
"a very short time."
1943
#: drizzled/drizzled.cc:3481
1853
#: drizzled/drizzled.cc:3197
1945
1855
"The size of the cache to hold the SQL statements for the binary log during a "
1946
1856
"transaction. If you often use big, multi-statement transactions you can "
1947
1857
"increase this to get more performance."
1950
#: drizzled/drizzled.cc:3487
1860
#: drizzled/drizzled.cc:3203
1952
1862
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1953
1863
"limit per thread!"
1956
#: drizzled/drizzled.cc:3493
1866
#: drizzled/drizzled.cc:3209
1958
"The number of seconds the mysqld server is waiting for a connect packet "
1868
"The number of seconds the drizzled server is waiting for a connect packet "
1959
1869
"before responding with 'Bad handshake'."
1962
#: drizzled/drizzled.cc:3498
1872
#: drizzled/drizzled.cc:3214
1963
1873
msgid "The DATE format (For future)."
1966
#: drizzled/drizzled.cc:3503
1876
#: drizzled/drizzled.cc:3219
1967
1877
msgid "The DATETIME/TIMESTAMP format (for future)."
1970
#: drizzled/drizzled.cc:3508
1880
#: drizzled/drizzled.cc:3224
1971
1881
msgid "The default week format used by WEEK() functions."
1974
#: drizzled/drizzled.cc:3513
1884
#: drizzled/drizzled.cc:3229
1976
1886
"Precision of the result of '/' operator will be increased on that value."
1979
#: drizzled/drizzled.cc:3519
1889
#: drizzled/drizzled.cc:3235
1981
1891
"If non-zero, binary logs will be purged after expire_logs_days days; "
1982
1892
"possible purges happen at startup and at binary log rotation."
1985
#: drizzled/drizzled.cc:3525
1895
#: drizzled/drizzled.cc:3241
1986
1896
msgid "The maximum length of the result of function group_concat."
1989
#: drizzled/drizzled.cc:3530
1899
#: drizzled/drizzled.cc:3246
1991
1901
"The number of seconds the server waits for activity on an interactive "
1992
1902
"connection before closing it."
1995
#: drizzled/drizzled.cc:3536
1905
#: drizzled/drizzled.cc:3252
1996
1906
msgid "The size of the buffer that is used for full joins."
1999
#: drizzled/drizzled.cc:3542
1909
#: drizzled/drizzled.cc:3258
2000
1910
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2003
#: drizzled/drizzled.cc:3547
1913
#: drizzled/drizzled.cc:3263
2005
1915
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2006
1916
"this to get better index handling (for all reads and multiple writes) to as "
2007
1917
"much as you can afford;"
2010
#: drizzled/drizzled.cc:3556
1920
#: drizzled/drizzled.cc:3272
2012
1922
"This characterizes the number of hits a hot block has to be untouched until "
2013
1923
"it is considered aged enough to be downgraded to a warm block. This "
2015
1925
"blocks in key cache"
2018
#: drizzled/drizzled.cc:3565
1928
#: drizzled/drizzled.cc:3281
2019
1929
msgid "The default size of key cache blocks"
2022
#: drizzled/drizzled.cc:3571
1932
#: drizzled/drizzled.cc:3287
2023
1933
msgid "The minimum percentage of warm blocks in key cache"
2026
#: drizzled/drizzled.cc:3577
1936
#: drizzled/drizzled.cc:3293
2027
1937
msgid "Max packetlength to send/receive from to server."
2030
#: drizzled/drizzled.cc:3582
1940
#: drizzled/drizzled.cc:3298
2032
1942
"Can be used to restrict the total size used to cache a multi-transaction "
2036
#: drizzled/drizzled.cc:3587
1946
#: drizzled/drizzled.cc:3303
2038
1948
"Binary log will be rotated automatically when the size exceeds this value. "
2039
1949
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2040
1950
"for this variable is 4096."
2043
#: drizzled/drizzled.cc:3593
1953
#: drizzled/drizzled.cc:3309
2045
1955
"If there is more than this number of interrupted connections from a host "
2046
1956
"this host will be blocked from further connections."
2049
#: drizzled/drizzled.cc:3600
1959
#: drizzled/drizzled.cc:3316
2050
1960
msgid "The number of simultaneous clients allowed."
2053
#: drizzled/drizzled.cc:3605
1963
#: drizzled/drizzled.cc:3321
2054
1964
msgid "Max number of errors/warnings to store for a statement."
2057
#: drizzled/drizzled.cc:3610
1967
#: drizzled/drizzled.cc:3326
2058
1968
msgid "Don't allow creation of heap tables bigger than this."
2061
#: drizzled/drizzled.cc:3616
1971
#: drizzled/drizzled.cc:3332
2063
1973
"Joins that are probably going to read more than max_join_size records return "
2067
#: drizzled/drizzled.cc:3622
1977
#: drizzled/drizzled.cc:3338
2068
1978
msgid "Max number of bytes in sorted records."
2071
#: drizzled/drizzled.cc:3627
1981
#: drizzled/drizzled.cc:3343
2073
1983
"If non-zero: relay log will be rotated automatically when the size exceeds "
2074
1984
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2075
1985
"excepted, the minimum value for this variable is 4096."
2078
#: drizzled/drizzled.cc:3634
1988
#: drizzled/drizzled.cc:3350
2079
1989
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2082
#: drizzled/drizzled.cc:3639
1992
#: drizzled/drizzled.cc:3355
2084
1994
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2085
1995
"max_sort_length bytes of each value are used; the rest are ignored)."
2088
#: drizzled/drizzled.cc:3646
1998
#: drizzled/drizzled.cc:3362
2089
1999
msgid "Maximum number of temporary tables a client can keep open at a time."
2092
#: drizzled/drizzled.cc:3651
2002
#: drizzled/drizzled.cc:3367
2093
2003
msgid "After this many write locks, allow some read locks to run in between."
2096
#: drizzled/drizzled.cc:3655
2006
#: drizzled/drizzled.cc:3371
2098
2008
"Don't log queries which examine less than min_examined_row_limit rows to "
2102
#: drizzled/drizzled.cc:3661
2012
#: drizzled/drizzled.cc:3377
2103
2013
msgid "Block size to be used for MyISAM index pages."
2106
#: drizzled/drizzled.cc:3667
2016
#: drizzled/drizzled.cc:3383
2107
2017
msgid "Default pointer size to be used for MyISAM tables."
2110
#: drizzled/drizzled.cc:3672
2020
#: drizzled/drizzled.cc:3388
2112
2022
"Don't use the fast sort index method to created index if the temporary file "
2113
2023
"would get bigger than this."
2116
#: drizzled/drizzled.cc:3679
2026
#: drizzled/drizzled.cc:3395
2118
2028
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2119
2029
"disables parallel repair."
2122
#: drizzled/drizzled.cc:3685
2032
#: drizzled/drizzled.cc:3401
2124
2034
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2125
2035
"when creating indexes with CREATE INDEX or ALTER TABLE."
2128
#: drizzled/drizzled.cc:3691
2038
#: drizzled/drizzled.cc:3407
2130
2040
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2131
2041
"Possible values of name are 'nulls_unequal' (default behavior), "
2132
2042
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2135
#: drizzled/drizzled.cc:3698
2045
#: drizzled/drizzled.cc:3414
2136
2046
msgid "Buffer length for TCP/IP and socket communication."
2139
#: drizzled/drizzled.cc:3703
2049
#: drizzled/drizzled.cc:3419
2141
2051
"Number of seconds to wait for more data from a connection before aborting "
2145
#: drizzled/drizzled.cc:3709
2055
#: drizzled/drizzled.cc:3425
2147
2057
"If a read on a communication port is interrupted, retry this many times "
2148
2058
"before giving up."
2151
#: drizzled/drizzled.cc:3715
2061
#: drizzled/drizzled.cc:3431
2153
2063
"Number of seconds to wait for a block to be written to a connection before "
2154
2064
"aborting the write."
2157
#: drizzled/drizzled.cc:3721
2067
#: drizzled/drizzled.cc:3437
2158
2068
msgid "Use compatible behavior."
2161
#: drizzled/drizzled.cc:3726
2071
#: drizzled/drizzled.cc:3442
2163
"If this is not 0, then mysqld will use this value to reserve file "
2164
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2073
"If this is not 0, then drizzled will use this value to reserve file "
2074
"descriptors to use with setrlimit(). If this value is 0 then drizzled will "
2165
2075
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2166
2076
"larger) number of files."
2169
#: drizzled/drizzled.cc:3733
2079
#: drizzled/drizzled.cc:3449
2171
2081
"Controls the heuristic(s) applied during query optimization to prune less-"
2172
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2173
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2174
"on number of retrieved rows."
2082
"promising partial plans from the optimizer search space. Meaning: false - do "
2083
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
2084
"based on number of retrieved rows."
2177
#: drizzled/drizzled.cc:3741
2087
#: drizzled/drizzled.cc:3457
2179
2089
"Maximum depth of search performed by the query optimizer. Values larger than "
2180
2090
"the number of relations in a query result in better query plans, but take "
2185
2095
"(used for testing/comparison)."
2188
#: drizzled/drizzled.cc:3753
2098
#: drizzled/drizzled.cc:3469
2189
2099
msgid "Directory for plugins."
2192
#: drizzled/drizzled.cc:3757
2102
#: drizzled/drizzled.cc:3473
2194
"Optional comma separated list of plugins to load, where each plugin is "
2195
"identified by the name of the shared library. [for example: --"
2196
"plugin_load=libmd5udf.so]"
2104
"Optional colon (or semicolon) separated list of plugins to load,where each "
2105
"plugin is identified by the name of the shared library. [for example: --"
2106
"plugin_load=libmd5udf.so:libauth_pam.so]"
2199
#: drizzled/drizzled.cc:3763
2109
#: drizzled/drizzled.cc:3479
2200
2110
msgid "The size of the buffer that is allocated when preloading indexes"
2203
#: drizzled/drizzled.cc:3768
2113
#: drizzled/drizzled.cc:3484
2204
2114
msgid "Allocation block size for query parsing and execution"
2207
#: drizzled/drizzled.cc:3773
2117
#: drizzled/drizzled.cc:3489
2208
2118
msgid "Persistent buffer for query parsing and execution"
2211
#: drizzled/drizzled.cc:3779
2121
#: drizzled/drizzled.cc:3495
2212
2122
msgid "Allocation block size for storing ranges during optimization"
2215
#: drizzled/drizzled.cc:3785
2125
#: drizzled/drizzled.cc:3501
2217
2127
"Each thread that does a sequential scan allocates a buffer of this size for "
2218
2128
"each table it scans. If you do many sequential scans, you may want to "
2219
2129
"increase this value."
2222
#: drizzled/drizzled.cc:3793
2132
#: drizzled/drizzled.cc:3509
2224
2134
"Make all non-temporary tables read-only, with the exception for replication "
2225
2135
"(slave) threads and users with the SUPER privilege"
2228
#: drizzled/drizzled.cc:3799
2138
#: drizzled/drizzled.cc:3515
2230
2140
"When reading rows in sorted order after a sort, the rows are read through "
2231
2141
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2232
2142
"record_buffer."
2235
#: drizzled/drizzled.cc:3813
2145
#: drizzled/drizzled.cc:3523
2237
2147
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2241
#: drizzled/drizzled.cc:3819
2151
#: drizzled/drizzled.cc:3529
2242
2152
msgid "Maximum space to use for all relay logs."
2245
#: drizzled/drizzled.cc:3824
2155
#: drizzled/drizzled.cc:3534
2246
2156
msgid "Use compression on master/slave protocol."
2249
#: drizzled/drizzled.cc:3829
2159
#: drizzled/drizzled.cc:3539
2251
2161
"Number of seconds to wait for more data from a master/slave connection "
2252
2162
"before aborting the read."
2255
#: drizzled/drizzled.cc:3834
2165
#: drizzled/drizzled.cc:3544
2257
2167
"Number of times the slave SQL thread will retry a transaction in case it "
2258
2168
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2262
#: drizzled/drizzled.cc:3840
2172
#: drizzled/drizzled.cc:3550
2263
2173
msgid "Allow slave to batch requests."
2266
#: drizzled/drizzled.cc:3844
2176
#: drizzled/drizzled.cc:3554
2268
2178
"If creating the thread takes longer than this value (in seconds), the "
2269
2179
"Slow_launch_threads counter will be incremented."
2272
#: drizzled/drizzled.cc:3849
2182
#: drizzled/drizzled.cc:3559
2273
2183
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2276
#: drizzled/drizzled.cc:3855
2186
#: drizzled/drizzled.cc:3565
2278
2188
"Synchronously flush binary log to disk after every #th event. Use 0 "
2279
2189
"(default) to disable synchronous flushing."
2282
#: drizzled/drizzled.cc:3860
2192
#: drizzled/drizzled.cc:3570
2283
2193
msgid "The number of cached table definitions."
2286
#: drizzled/drizzled.cc:3864
2196
#: drizzled/drizzled.cc:3574
2287
2197
msgid "The number of cached open tables."
2290
#: drizzled/drizzled.cc:3868
2200
#: drizzled/drizzled.cc:3578
2292
2202
"Timeout in seconds to wait for a table level lock before returning an error. "
2293
2203
"Used only if the connection has active cursors."
2296
#: drizzled/drizzled.cc:3873
2206
#: drizzled/drizzled.cc:3583
2297
2207
msgid "How many threads we should keep in a cache for reuse."
2300
#: drizzled/drizzled.cc:3877
2210
#: drizzled/drizzled.cc:3587
2302
2212
"How many threads we should create to handle query requests in case of "
2303
2213
"'thread_handling=pool-of-threads'"
2306
#: drizzled/drizzled.cc:3882
2216
#: drizzled/drizzled.cc:3592
2307
2217
msgid "The stack size for each thread."
2310
#: drizzled/drizzled.cc:3888
2220
#: drizzled/drizzled.cc:3598
2311
2221
msgid "The TIME format (for future)."
2314
#: drizzled/drizzled.cc:3893
2224
#: drizzled/drizzled.cc:3603
2316
2226
"If an internal in-memory temporary table exceeds this size, MySQL will "
2317
2227
"automatically convert it to an on-disk MyISAM table."
2320
#: drizzled/drizzled.cc:3899
2230
#: drizzled/drizzled.cc:3609
2321
2231
msgid "Allocation block size for transactions to be stored in binary log"
2324
#: drizzled/drizzled.cc:3904
2234
#: drizzled/drizzled.cc:3614
2325
2235
msgid "Persistent buffer for transactions to be stored in binary log"
2328
#: drizzled/drizzled.cc:3909
2238
#: drizzled/drizzled.cc:3619
2330
2240
"The number of seconds the server waits for activity on a connection before "
2334
#: drizzled/drizzled.cc:4157
2244
#: drizzled/drizzled.cc:3866
2336
2246
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2337
2247
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5817
5693
"shutdown the Drizzle server and restart it."
5820
#: drizzled/log.cc:1539 drizzled/log.cc:1570 drizzled/log.cc:1819
5821
#: drizzled/log.cc:1941
5696
#: drizzled/log.cc:1527 drizzled/log.cc:1558 drizzled/log.cc:1807
5697
#: drizzled/log.cc:1929
5823
5699
msgid "Failed to delete file '%s'"
5826
#: drizzled/log.cc:1548 drizzled/log.cc:1827 drizzled/log.cc:1949
5702
#: drizzled/log.cc:1536 drizzled/log.cc:1815 drizzled/log.cc:1937
5829
5705
"a problem with deleting %s; consider examining correspondence of your binlog "
5830
5706
"index file to the actual binlog files"
5833
#: drizzled/log.cc:1675
5709
#: drizzled/log.cc:1663
5835
5711
msgid "next log error: %d offset: %s log: %s included: %d"
5838
#: drizzled/log.cc:1785 drizzled/log.cc:1909
5714
#: drizzled/log.cc:1773 drizzled/log.cc:1897
5840
5716
msgid "Failed to execute stat() on file '%s'"
5843
#: drizzled/log.cc:1796 drizzled/log.cc:1920
5719
#: drizzled/log.cc:1784 drizzled/log.cc:1908
5846
5722
"a problem with getting info on being purged %s; consider examining "
5847
5723
"correspondence of your binlog index file to the actual binlog files"
5850
#: drizzled/log.cc:3358 drizzled/log.cc:3851
5726
#: drizzled/log.cc:3219 drizzled/log.cc:3716
5852
5728
msgid "Recovering after a crash using %s"
5855
#: drizzled/log.cc:3361
5731
#: drizzled/log.cc:3222
5857
5733
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
5860
#: drizzled/log.cc:3698
5736
#: drizzled/log.cc:3563
5861
5737
msgid "Bad magic header in tc log"
5864
#: drizzled/log.cc:3708
5740
#: drizzled/log.cc:3573
5867
5743
"Recovery failed! You must enable exactly %d storage engines that support two-"
5868
5744
"phase commit protocol"
5871
#: drizzled/log.cc:3736
5747
#: drizzled/log.cc:3601
5873
5749
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5874
5750
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
5875
5751
"heuristic-recover={commit|rollback}"
5878
#: drizzled/log.cc:3766
5754
#: drizzled/log.cc:3631
5879
5755
msgid "Heuristic crash recovery mode"
5882
#: drizzled/log.cc:3768
5758
#: drizzled/log.cc:3633
5883
5759
msgid "Heuristic crash recovery failed"
5886
#: drizzled/log.cc:3769
5762
#: drizzled/log.cc:3634
5887
5763
msgid "Please restart mysqld without --tc-heuristic-recover"
5890
#: drizzled/log.cc:3813 drizzled/log.cc:3837
5766
#: drizzled/log.cc:3678 drizzled/log.cc:3702
5892
5768
msgid "find_log_pos() failed (error: %d)"
5895
#: drizzled/log.cc:3950
5771
#: drizzled/log.cc:3814
5897
5773
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5898
5774
"of memory error) and restart, or delete (or rename) binary log and start "
5899
5775
"mysqld with --tc-heuristic-recover={commit|rollback}"
5902
#: drizzled/log_event.cc:126
5778
#: drizzled/log_event.cc:135
5904
5780
msgid " %s, Error_code: %d;"
5907
#: drizzled/log_event.cc:130
5783
#: drizzled/log_event.cc:139
5910
5786
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
5911
5787
"master log %s, end_log_pos %lu"
5914
#: drizzled/log_event.cc:136
5790
#: drizzled/log_event.cc:145
5915
5791
msgid "<unknown>"
5918
#: drizzled/log_event.cc:878
5794
#: drizzled/log_event.cc:900
5921
5797
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
5924
#: drizzled/log_event.cc:1768
5800
#: drizzled/log_event.cc:1615
5927
5803
"Query partially completed on the master (error on master: %d) and was "
5939
5815
"Default database: '%s'. Query: '%s'"
5942
#: drizzled/log_event.cc:1799
5818
#: drizzled/log_event.cc:1646
5943
5819
msgid "no error"
5946
#: drizzled/log_event.cc:1819
5822
#: drizzled/log_event.cc:1666
5948
5824
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
5951
#: drizzled/log_event.cc:1821 drizzled/log_event.cc:5002
5952
#: drizzled/log_event.cc:5047 drizzled/log_event.cc:5818
5827
#: drizzled/log_event.cc:1668 drizzled/log_event.cc:4348
5828
#: drizzled/log_event.cc:4393 drizzled/log_event.cc:5142
5953
5829
msgid "unexpected success or fatal error"
5956
#: drizzled/log_event.cc:2337
5832
#: drizzled/log_event.cc:2158
5958
5834
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
5959
5835
"probable cause is that the master died while writing the transaction to its "
5960
5836
"binary log, thus rolled back too."
5963
#: drizzled/log_event.cc:3003
5839
#: drizzled/log_event.cc:2813
5966
5842
"Slave: load data infile on table '%s' at log position %s in log '%s' "
5967
5843
"produced %ld warning(s). Default database: '%s'"
5970
#: drizzled/log_event.cc:3053
5846
#: drizzled/log_event.cc:2863
5973
5849
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
5976
#: drizzled/log_event.cc:3065
5852
#: drizzled/log_event.cc:2875
5978
5854
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
5981
#: drizzled/log_event.cc:3780
5857
#: drizzled/log_event.cc:3140
5982
5858
msgid "Out of memory while recording slave event"
5985
#: drizzled/log_event.cc:4029 drizzled/log_event.cc:4055
5861
#: drizzled/log_event.cc:3389 drizzled/log_event.cc:3415
5987
5863
msgid "Error in Create_file event: could not open file '%s'"
5990
#: drizzled/log_event.cc:4041
5866
#: drizzled/log_event.cc:3401
5992
5868
msgid "Error in Create_file event: could not write to file '%s'"
5995
#: drizzled/log_event.cc:4062
5871
#: drizzled/log_event.cc:3422
5997
5873
msgid "Error in Create_file event: write to '%s' failed"
6000
#: drizzled/log_event.cc:4176
5876
#: drizzled/log_event.cc:3536
6002
5878
msgid "Error in %s event: could not create file '%s'"
6005
#: drizzled/log_event.cc:4185
5881
#: drizzled/log_event.cc:3545
6007
5883
msgid "Error in %s event: could not open file '%s'"
6010
#: drizzled/log_event.cc:4192
5886
#: drizzled/log_event.cc:3552
6012
5888
msgid "Error in %s event: write to '%s' failed"
6015
#: drizzled/log_event.cc:4354
5891
#: drizzled/log_event.cc:3714
6017
5893
msgid "Error in Exec_load event: could not open file '%s'"
6020
#: drizzled/log_event.cc:4364
5896
#: drizzled/log_event.cc:3724
6022
5898
msgid "Error in Exec_load event: file '%s' appears corrupted"
6025
#: drizzled/log_event.cc:4394
5901
#: drizzled/log_event.cc:3754
6027
5903
msgid "%s. Failed executing load from '%s'"
6030
#: drizzled/log_event.cc:4567
5906
#: drizzled/log_event.cc:3927
6031
5907
msgid "Not enough memory"
6034
#: drizzled/log_event.cc:4999
5910
#: drizzled/log_event.cc:4345
6036
5912
msgid "Error '%s' in %s event: when locking tables"
6039
#: drizzled/log_event.cc:5009
5915
#: drizzled/log_event.cc:4355
6041
5917
msgid "Error in %s event: when locking tables"
6044
#: drizzled/log_event.cc:5044
5920
#: drizzled/log_event.cc:4390
6046
5922
msgid "Error '%s' on reopening tables"
6049
#: drizzled/log_event.cc:5400
5925
#: drizzled/log_event.cc:4743
6051
5927
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6054
#: drizzled/log_event.cc:5815
5930
#: drizzled/log_event.cc:5139
6056
5932
msgid "Error '%s' on opening table `%s`.`%s`"
6150
6043
"Please use '--relay-log=%s' to avoid this problem."
6153
#: drizzled/rpl_rli.cc:162
6046
#: drizzled/replication/rli.cc:166
6154
6047
msgid "Failed in open_log() called from init_relay_log_info()"
6157
#: drizzled/rpl_rli.cc:184
6050
#: drizzled/replication/rli.cc:188
6158
6051
msgid "Failed to flush relay log info file"
6161
#: drizzled/rpl_rli.cc:187
6054
#: drizzled/replication/rli.cc:191
6162
6055
msgid "Error counting relay log space"
6165
#: drizzled/rpl_rli.cc:211
6058
#: drizzled/replication/rli.cc:215
6167
6060
msgid "log %s listed in the index, but failed to stat"
6170
#: drizzled/rpl_rli.cc:226
6063
#: drizzled/replication/rli.cc:230
6171
6064
msgid "Could not find first log while counting relay log space"
6174
#: drizzled/rpl_rli.cc:880
6067
#: drizzled/replication/rli.cc:884
6175
6068
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6178
#: drizzled/rpl_utility.cc:117
6071
#: drizzled/replication/utility.cc:117
6180
6073
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6183
#: drizzled/rpl_utility.cc:132
6076
#: drizzled/replication/utility.cc:132
6186
6079
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6187
6080
"Master's column size should be <= the slave's column size."
6190
#: drizzled/scheduler.cc:129
6083
#: drizzled/scheduler.cc:131
6191
6084
msgid "Memory allocation error in session_scheduler::init\n"
6194
#: drizzled/scheduler.cc:206
6087
#: drizzled/scheduler.cc:208
6195
6088
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6198
#: drizzled/scheduler.cc:212
6091
#: drizzled/scheduler.cc:214
6199
6092
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6202
#: drizzled/scheduler.cc:224
6095
#: drizzled/scheduler.cc:226
6203
6096
msgid "session_add_event event_add error in libevent_init\n"
6206
#: drizzled/scheduler.cc:240
6099
#: drizzled/scheduler.cc:242
6208
6101
msgid "Can't create completion port thread (error %d)"
6211
#: drizzled/scheduler.cc:353
6104
#: drizzled/scheduler.cc:355
6212
6105
msgid "event_add error in libevent_add_session_callback\n"
6215
#: drizzled/scheduler.cc:379
6108
#: drizzled/scheduler.cc:381
6216
6109
msgid "Scheduler init error in libevent_add_new_connection\n"
6219
#: drizzled/scheduler.cc:460
6112
#: drizzled/scheduler.cc:462
6220
6113
msgid "libevent_thread_proc: my_thread_init() failed\n"
6444
6337
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6447
#: drizzled/slave.cc:1949
6340
#: drizzled/slave.cc:1928
6448
6341
msgid "Failed during slave I/O thread initialization"
6451
#: drizzled/slave.cc:1963
6344
#: drizzled/slave.cc:1942
6452
6345
msgid "error in drizzle_create()"
6455
#: drizzled/slave.cc:1971
6348
#: drizzled/slave.cc:1950
6458
6351
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6459
6352
"'%s' at position %s"
6462
#: drizzled/slave.cc:1985
6355
#: drizzled/slave.cc:1964
6463
6356
msgid "Slave I/O thread killed while connecting to master"
6466
#: drizzled/slave.cc:2009
6359
#: drizzled/slave.cc:1988
6467
6360
msgid "Slave I/O thread couldn't register on master"
6470
#: drizzled/slave.cc:2021 drizzled/slave.cc:2045 drizzled/slave.cc:2069
6363
#: drizzled/slave.cc:2000 drizzled/slave.cc:2024 drizzled/slave.cc:2048
6471
6364
msgid "Forcing to reconnect slave I/O thread"
6474
#: drizzled/slave.cc:2034
6367
#: drizzled/slave.cc:2013
6475
6368
msgid "Failed on request_dump()"
6478
#: drizzled/slave.cc:2035
6371
#: drizzled/slave.cc:2014
6479
6372
msgid "Slave I/O thread killed while requesting master dump"
6482
#: drizzled/slave.cc:2061
6375
#: drizzled/slave.cc:2040
6483
6376
msgid "Waiting for master to send event"
6486
#: drizzled/slave.cc:2063
6379
#: drizzled/slave.cc:2042
6487
6380
msgid "Slave I/O thread killed while reading event"
6490
#: drizzled/slave.cc:2081
6383
#: drizzled/slave.cc:2060
6493
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6386
"Log entry on master is longer than max_allowed_packet (%u) on slave. If the "
6494
6387
"entry is correct, restart the server with a higher value of "
6495
6388
"max_allowed_packet"
6498
#: drizzled/slave.cc:2095
6391
#: drizzled/slave.cc:2074
6499
6392
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6502
#: drizzled/slave.cc:2105
6395
#: drizzled/slave.cc:2084
6503
6396
msgid "Queueing master event to the relay log"
6506
#: drizzled/slave.cc:2132
6399
#: drizzled/slave.cc:2111
6507
6400
msgid "Slave I/O thread aborted while waiting for relay log space"
6403
#: drizzled/slave.cc:2121
6405
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6510
6408
#: drizzled/slave.cc:2142
6512
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6515
#: drizzled/slave.cc:2163
6516
6409
msgid "Waiting for slave mutex on exit"
6519
#: drizzled/slave.cc:2227
6412
#: drizzled/slave.cc:2206
6520
6413
msgid "Failed during slave thread initialization"
6523
#: drizzled/slave.cc:2293
6416
#: drizzled/slave.cc:2272
6526
6419
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6527
6420
"s, relay log '%s' position: %s"
6530
#: drizzled/slave.cc:2307
6423
#: drizzled/slave.cc:2286
6531
6424
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6534
#: drizzled/slave.cc:2333
6427
#: drizzled/slave.cc:2312
6535
6428
msgid "Reading event from the relay log"
6538
#: drizzled/slave.cc:2358
6431
#: drizzled/slave.cc:2337
6540
6433
msgid "Slave (additional info): %s Error_code: %d"
6543
#: drizzled/slave.cc:2375
6436
#: drizzled/slave.cc:2354
6545
6438
msgid "Slave: %s Error_code: %d"
6548
#: drizzled/slave.cc:2378
6441
#: drizzled/slave.cc:2357
6551
6444
"Error loading user-defined library, slave SQL thread aborted. Install the "
6553
6446
"stopped at log '%s' position %s"
6556
#: drizzled/slave.cc:2386
6449
#: drizzled/slave.cc:2365
6559
6452
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6560
6453
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6563
#: drizzled/slave.cc:2398
6456
#: drizzled/slave.cc:2377
6566
6459
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6569
#: drizzled/slave.cc:2492
6462
#: drizzled/slave.cc:2466
6571
6464
msgid "Slave I/O: failed requesting download of '%s'"
6574
#: drizzled/slave.cc:2509
6467
#: drizzled/slave.cc:2483
6576
6469
msgid "Network read error downloading '%s' from master"
6579
#: drizzled/slave.cc:2531
6472
#: drizzled/slave.cc:2505
6580
6473
msgid "error writing Exec_load event to relay log"
6583
#: drizzled/slave.cc:2545
6476
#: drizzled/slave.cc:2519
6584
6477
msgid "error writing Create_file event to relay log"
6587
#: drizzled/slave.cc:2560
6480
#: drizzled/slave.cc:2534
6588
6481
msgid "error writing Append_block event to relay log"
6591
#: drizzled/slave.cc:2656
6484
#: drizzled/slave.cc:2630
6592
6485
msgid "Memory allocation failed"
6595
#: drizzled/slave.cc:2681 drizzled/slave.cc:2767
6488
#: drizzled/slave.cc:2655 drizzled/slave.cc:2741
6598
6491
"Read invalid event from master: '%s', master could be corrupt but a more "
6599
6492
"likely cause of this is a bug"
6602
#: drizzled/slave.cc:3039
6495
#: drizzled/slave.cc:3013
6603
6496
msgid "could not queue event from master"
6606
#: drizzled/slave.cc:3129
6499
#: drizzled/slave.cc:3103
6608
6501
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6611
#: drizzled/slave.cc:3131
6504
#: drizzled/slave.cc:3105
6612
6505
msgid "reconnecting"
6615
#: drizzled/slave.cc:3131
6508
#: drizzled/slave.cc:3105
6616
6509
msgid "connecting"
6619
#: drizzled/slave.cc:3155
6512
#: drizzled/slave.cc:3129
6622
6515
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6626
#: drizzled/slave.cc:3516
6519
#: drizzled/slave.cc:3490
6628
6521
msgid "next log '%s' is currently active"
6631
#: drizzled/slave.cc:3546
6524
#: drizzled/slave.cc:3520
6633
6526
msgid "next log '%s' is not active"
6636
#: drizzled/slave.cc:3562
6529
#: drizzled/slave.cc:3536
6639
6532
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6642
#: drizzled/slave.cc:3568
6535
#: drizzled/slave.cc:3542
6643
6536
msgid "Aborting slave SQL thread because of partial event read"
6646
#: drizzled/slave.cc:3574 drizzled/slave.cc:3581
6539
#: drizzled/slave.cc:3548 drizzled/slave.cc:3555
6648
6541
msgid "Error reading relay log event: %s"
6651
#: drizzled/slave.cc:3575
6544
#: drizzled/slave.cc:3549
6652
6545
msgid "slave SQL thread was killed"
6655
#: drizzled/slave.cc:3673
6548
#: drizzled/slave.cc:3647
6658
6551
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6659
6552
"check error log on slave for more info"
6662
#: drizzled/slave.cc:3679
6555
#: drizzled/slave.cc:3653
6665
6558
"According to the master's version ('%s'), it is probable that master suffers "
6672
6565
"Then replication can be restarted."
6675
#: drizzled/sql_base.cc:2546
6568
#: drizzled/sql_base.cc:2555
6677
6570
msgid "Table %s had a open data handler in reopen_table"
6680
#: drizzled/sql_base.cc:3197
6573
#: drizzled/sql_base.cc:3206
6682
6575
msgid "Couldn't repair table: %s.%s"
6685
#: drizzled/sql_base.cc:3240
6578
#: drizzled/sql_base.cc:3249
6688
6581
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6689
6582
"s`.`%s`' to the binary log"
6692
#: drizzled/sql_base.cc:3953
6585
#: drizzled/sql_base.cc:3857
6694
6587
msgid "Could not remove temporary table: '%s', error: %d"
6697
#: drizzled/sql_db.cc:399 drizzled/sql_db.cc:407
6699
msgid "Error while loading database options: '%s':"
6702
#: drizzled/sql_plugin.cc:678
6590
#: drizzled/sql_plugin.cc:682
6704
6592
msgid "Plugin '%s' of type %s failed deinitialization"
6707
#: drizzled/sql_plugin.cc:692
6595
#: drizzled/sql_plugin.cc:696
6709
6597
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6712
#: drizzled/sql_plugin.cc:812
6600
#: drizzled/sql_plugin.cc:816
6714
6602
msgid "Plugin '%s' registration as a %s failed."
6717
#: drizzled/sql_plugin.cc:1066
6605
#: drizzled/sql_plugin.cc:1070
6718
6606
msgid "plugin-load parameter too long"
6721
#: drizzled/sql_plugin.cc:1126
6609
#: drizzled/sql_plugin.cc:1130
6723
6611
msgid "Couldn't load plugin named '%s' with soname '%s'."
6726
#: drizzled/sql_plugin.cc:1177
6614
#: drizzled/sql_plugin.cc:1181
6728
6616
msgid "Forcing shutdown of %d plugins"
6731
#: drizzled/sql_plugin.cc:1199
6619
#: drizzled/sql_plugin.cc:1203
6733
6621
msgid "Plugin '%s' will be forced to shutdown"
6736
#: drizzled/sql_plugin.cc:1215
6624
#: drizzled/sql_plugin.cc:1219
6738
6626
msgid "Plugin '%s' has ref_count=%d after shutdown."
6741
#: drizzled/sql_plugin.cc:2464 drizzled/sql_plugin.cc:2527
6629
#: drizzled/sql_plugin.cc:2468 drizzled/sql_plugin.cc:2531
6743
6631
msgid "Unknown variable type code 0x%x in plugin '%s'."
6746
#: drizzled/sql_plugin.cc:2507
6634
#: drizzled/sql_plugin.cc:2511
6749
6637
"Server variable %s of plugin %s was forced to be read-only: string variable "
6750
6638
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6753
#: drizzled/sql_plugin.cc:2538
6641
#: drizzled/sql_plugin.cc:2542
6755
6643
msgid "Missing variable name in plugin '%s'."
6758
#: drizzled/sql_plugin.cc:2555
6646
#: drizzled/sql_plugin.cc:2559
6760
6648
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6763
#: drizzled/sql_plugin.cc:2674
6651
#: drizzled/sql_plugin.cc:2678
6765
6653
msgid "Out of memory for plugin '%s'."
6768
#: drizzled/sql_plugin.cc:2681
6656
#: drizzled/sql_plugin.cc:2685
6770
6658
msgid "Bad options for plugin '%s'."
6773
#: drizzled/sql_plugin.cc:2690
6661
#: drizzled/sql_plugin.cc:2694
6775
6663
msgid "Parsing options for plugin '%s' failed."
6778
#: drizzled/sql_plugin.cc:2733
6666
#: drizzled/sql_plugin.cc:2737
6780
6668
msgid "Plugin '%s' has conflicting system variables"
6783
#: drizzled/sql_plugin.cc:2743
6671
#: drizzled/sql_plugin.cc:2747
6785
6673
msgid "Plugin '%s' disabled by command line option"
6788
#: drizzled/sql_repl.cc:101
6789
msgid "Failed in send_file() while reading file name"
6792
#: drizzled/sql_repl.cc:114
6793
msgid "Failed in send_file() on open of file"
6796
#: drizzled/sql_repl.cc:122
6797
msgid "Failed in send_file() while writing data to client"
6800
#: drizzled/sql_repl.cc:131
6801
msgid "Failed in send_file() while negotiating file transfer close"
6804
#: drizzled/sql_table.cc:82
6676
#: drizzled/sql_table.cc:105
6806
6678
msgid "Invalid (old?) table or database name '%s'"
6809
#: drizzled/sql_table.cc:2716
6681
#: drizzled/sql_table.cc:2745
6811
6683
msgid "Unknown - internal error %d during operation"
6814
#: drizzled/sql_table.cc:5011
6686
#: drizzled/sql_table.cc:5018
6816
6688
msgid "Could not open table %s.%s after rename\n"
6819
#: drizzled/sql_table.cc:5178
6691
#: drizzled/sql_table.cc:5185
6822
6694
"order_st BY ignored because there is a user-defined clustered index in the "
6823
6695
"table '%-.192s'"
6826
#: drizzled/sql_udf.cc:39
6698
#: drizzled/sql_udf.cc:41
6827
6699
msgid "Can't allocate memory for udf structures"
6830
#: drizzled/table.cc:507
6702
#: drizzled/table.cc:502
6833
6705
"'%s' had no or invalid character set, and default character set is multi-"
6834
6706
"byte, so character column sizes may have changed"
6837
#: drizzled/table.cc:2082
6709
#: drizzled/table.cc:2077
6839
6711
msgid "Unknown collation '%s' in table '%-.64s' definition"
6842
#: drizzled/table.cc:2089
6714
#: drizzled/table.cc:2084
6845
6717
"Table '%-.64s' was created with a different version of MySQL and cannot be "
6849
#: drizzled/table.cc:2700
6721
#: drizzled/table.cc:2695
6852
6724
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6856
#: drizzled/table.cc:2726
6728
#: drizzled/table.cc:2721
6859
6731
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6860
6732
"have type %s, found type %s."
6863
#: drizzled/table.cc:2735
6735
#: drizzled/table.cc:2730
6866
6738
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6867
6739
"position %d to have character set '%s' but the type has no character set."
6870
#: drizzled/table.cc:2745
6742
#: drizzled/table.cc:2740
6873
6745
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6874
6746
"position %d to have character set '%s' but found character set '%s'."
6877
#: drizzled/table.cc:2756
6749
#: drizzled/table.cc:2751
6880
6752
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6881
6753
"have type %s but the column is not found."
6884
#: drizzled/table.cc:5182
6756
#: drizzled/table.cc:4871
6886
6758
msgid "Got error %d when reading table '%s'"
6889
#: drizzled/tztime.cc:1054
6761
#: drizzled/tztime.cc:1060
6891
6763
msgid "Fatal error: Illegal or unknown default time zone '%s'"
6895
6767
msgid "Error Messages to stderr"
6898
#: plugin/logging_query/logging_query.cc:120
6901
"thread_id=%ld query_id=%ld t_connect=%lld t_start=%lld t_lock=%lld command=%."
6902
"*s rows_sent=%ld rows_examined=%u\n"
6903
" db=\"%.*s\" query=\"%.*s\"\n"
6906
#: plugin/logging_query/logging_query.cc:161
6770
#: plugin/logging_query/logging_query.cc:162
6908
6772
msgid "fail open() fn=%s er=%s\n"
6911
#: plugin/logging_query/logging_query.cc:201
6775
#: plugin/logging_query/logging_query.cc:202
6912
6776
msgid "File to log to"
6915
#: plugin/logging_query/logging_query.cc:210
6779
#: plugin/logging_query/logging_query.cc:211
6916
6780
msgid "Enable logging"
6919
#: plugin/logging_query/logging_query.cc:219
6783
#: plugin/logging_query/logging_query.cc:220
6920
6784
msgid "Disable after this many seconds. Zero for forever"
6923
#: plugin/logging_query/logging_query.cc:232
6787
#: plugin/logging_query/logging_query.cc:233
6924
6788
msgid "Threshold for logging slow queries, in microseconds"
6927
#: plugin/logging_query/logging_query.cc:245
6791
#: plugin/logging_query/logging_query.cc:246
6928
6792
msgid "Threshold for logging big queries, for rows returned"
6931
#: plugin/logging_query/logging_query.cc:258
6795
#: plugin/logging_query/logging_query.cc:259
6932
6796
msgid "Threshold for logging big queries, for rows examined"
6935
#: plugin/logging_query/logging_query.cc:281
6799
#: plugin/logging_query/logging_query.cc:282
6936
6800
msgid "Log queries to a file"
6939
#: storage/myisam/ha_myisam.cc:448
6803
#: storage/myisam/ha_myisam.cc:453
6941
msgid "Got an error from thread_id=%lu, %s:%d"
6805
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6944
#: storage/myisam/ha_myisam.cc:451
6808
#: storage/myisam/ha_myisam.cc:457
6946
6810
msgid "Got an error from unknown thread, %s:%d"
6949
#: storage/myisam/ha_myisam.cc:456
6813
#: storage/myisam/ha_myisam.cc:462
6950
6814
msgid "Unknown thread accessing table"
6953
#: storage/myisam/my_handler_errors.c:32
6817
#: storage/myisam/my_handler_errors.c:34
6954
6818
msgid "Didn't find key on read or update"
6957
#: storage/myisam/my_handler_errors.c:34
6821
#: storage/myisam/my_handler_errors.c:36
6958
6822
msgid "Duplicate key on write or update"
6961
#: storage/myisam/my_handler_errors.c:36
6825
#: storage/myisam/my_handler_errors.c:38
6962
6826
msgid "Internal (unspecified) error in handler"
6965
#: storage/myisam/my_handler_errors.c:38
6829
#: storage/myisam/my_handler_errors.c:40
6967
6831
"Someone has changed the row since it was read (while the table was locked to "
6971
#: storage/myisam/my_handler_errors.c:41
6835
#: storage/myisam/my_handler_errors.c:43
6972
6836
msgid "Wrong index given to function"
6975
#: storage/myisam/my_handler_errors.c:43
6839
#: storage/myisam/my_handler_errors.c:45
6976
6840
msgid "Undefined handler error 125"
6979
#: storage/myisam/my_handler_errors.c:45
6843
#: storage/myisam/my_handler_errors.c:47
6980
6844
msgid "Index file is crashed"
6983
#: storage/myisam/my_handler_errors.c:47
6847
#: storage/myisam/my_handler_errors.c:49
6984
6848
msgid "Record file is crashed"
6987
#: storage/myisam/my_handler_errors.c:49
6851
#: storage/myisam/my_handler_errors.c:51
6988
6852
msgid "Out of memory in engine"
6991
#: storage/myisam/my_handler_errors.c:51
6855
#: storage/myisam/my_handler_errors.c:53
6992
6856
msgid "Undefined handler error 129"
6995
#: storage/myisam/my_handler_errors.c:53
6859
#: storage/myisam/my_handler_errors.c:55
6996
6860
msgid "Incorrect file format"
6999
#: storage/myisam/my_handler_errors.c:55
6863
#: storage/myisam/my_handler_errors.c:57
7000
6864
msgid "Command not supported by database"
7003
#: storage/myisam/my_handler_errors.c:57
6867
#: storage/myisam/my_handler_errors.c:59
7004
6868
msgid "Old database file"
7007
#: storage/myisam/my_handler_errors.c:59
6871
#: storage/myisam/my_handler_errors.c:61
7008
6872
msgid "No record read before update"
7011
#: storage/myisam/my_handler_errors.c:61
6875
#: storage/myisam/my_handler_errors.c:63
7012
6876
msgid "Record was already deleted (or record file crashed)"
7015
#: storage/myisam/my_handler_errors.c:63
6879
#: storage/myisam/my_handler_errors.c:65
7016
6880
msgid "No more room in record file"
7019
#: storage/myisam/my_handler_errors.c:65
6883
#: storage/myisam/my_handler_errors.c:67
7020
6884
msgid "No more room in index file"
7023
#: storage/myisam/my_handler_errors.c:67
6887
#: storage/myisam/my_handler_errors.c:69
7024
6888
msgid "No more records (read after end of file)"
7027
#: storage/myisam/my_handler_errors.c:69
6891
#: storage/myisam/my_handler_errors.c:71
7028
6892
msgid "Unsupported extension used for table"
7031
#: storage/myisam/my_handler_errors.c:71
6895
#: storage/myisam/my_handler_errors.c:73
7032
6896
msgid "Too big row"
7035
#: storage/myisam/my_handler_errors.c:73
6899
#: storage/myisam/my_handler_errors.c:75
7036
6900
msgid "Wrong create options"
7039
#: storage/myisam/my_handler_errors.c:75
6903
#: storage/myisam/my_handler_errors.c:77
7040
6904
msgid "Duplicate unique key or constraint on write or update"
7043
#: storage/myisam/my_handler_errors.c:77
6907
#: storage/myisam/my_handler_errors.c:79
7044
6908
msgid "Unknown character set used in table"
7047
#: storage/myisam/my_handler_errors.c:79
6911
#: storage/myisam/my_handler_errors.c:81
7048
6912
msgid "Conflicting table definitions in sub-tables of MERGE table"
7051
#: storage/myisam/my_handler_errors.c:81
6915
#: storage/myisam/my_handler_errors.c:83
7052
6916
msgid "Table is crashed and last repair failed"
7055
#: storage/myisam/my_handler_errors.c:83
6919
#: storage/myisam/my_handler_errors.c:85
7056
6920
msgid "Table was marked as crashed and should be repaired"
7059
#: storage/myisam/my_handler_errors.c:85
6923
#: storage/myisam/my_handler_errors.c:87
7060
6924
msgid "Lock timed out; Retry transaction"
7063
#: storage/myisam/my_handler_errors.c:87
6927
#: storage/myisam/my_handler_errors.c:89
7064
6928
msgid "Lock table is full; Restart program with a larger locktable"
7067
#: storage/myisam/my_handler_errors.c:89
6931
#: storage/myisam/my_handler_errors.c:91
7068
6932
msgid "Updates are not allowed under a read only transactions"
7071
#: storage/myisam/my_handler_errors.c:91
6935
#: storage/myisam/my_handler_errors.c:93
7072
6936
msgid "Lock deadlock; Retry transaction"
7075
#: storage/myisam/my_handler_errors.c:93
6939
#: storage/myisam/my_handler_errors.c:95
7076
6940
msgid "Foreign key constraint is incorrectly formed"
7079
#: storage/myisam/my_handler_errors.c:95
6943
#: storage/myisam/my_handler_errors.c:97
7080
6944
msgid "Cannot add a child row"
7083
#: storage/myisam/my_handler_errors.c:97
6947
#: storage/myisam/my_handler_errors.c:99
7084
6948
msgid "Cannot delete a parent row"
7087
#: storage/myisam/my_handler_errors.c:99
6951
#: storage/myisam/my_handler_errors.c:101
7088
6952
msgid "No savepoint with that name"
7091
#: storage/myisam/my_handler_errors.c:101
6955
#: storage/myisam/my_handler_errors.c:103
7092
6956
msgid "Non unique key block size"
7095
#: storage/myisam/my_handler_errors.c:103
6959
#: storage/myisam/my_handler_errors.c:105
7096
6960
msgid "The table does not exist in engine"
7099
#: storage/myisam/my_handler_errors.c:105
6963
#: storage/myisam/my_handler_errors.c:107
7100
6964
msgid "The table already existed in storage engine"
7103
#: storage/myisam/my_handler_errors.c:107
6967
#: storage/myisam/my_handler_errors.c:109
7104
6968
msgid "Could not connect to storage engine"
7107
#: storage/myisam/my_handler_errors.c:109
6971
#: storage/myisam/my_handler_errors.c:111
7108
6972
msgid "Unexpected null pointer found when using spatial index"
7111
#: storage/myisam/my_handler_errors.c:111
6975
#: storage/myisam/my_handler_errors.c:113
7112
6976
msgid "The table changed in storage engine"
7115
#: storage/myisam/my_handler_errors.c:113
6979
#: storage/myisam/my_handler_errors.c:115
7116
6980
msgid "There's no partition in table for the given value"
7119
#: storage/myisam/my_handler_errors.c:115
6983
#: storage/myisam/my_handler_errors.c:117
7120
6984
msgid "Row-based binlogging of row failed"
7123
#: storage/myisam/my_handler_errors.c:117
6987
#: storage/myisam/my_handler_errors.c:119
7124
6988
msgid "Index needed in foreign key constraint"
7127
#: storage/myisam/my_handler_errors.c:119
6991
#: storage/myisam/my_handler_errors.c:121
7128
6992
msgid "Upholding foreign key constraints would lead to a duplicate key error"
7131
#: storage/myisam/my_handler_errors.c:121
6995
#: storage/myisam/my_handler_errors.c:123
7132
6996
msgid "Table needs to be upgraded before it can be used"
7135
#: storage/myisam/my_handler_errors.c:123
6999
#: storage/myisam/my_handler_errors.c:125
7136
7000
msgid "Table is read only"
7139
#: storage/myisam/my_handler_errors.c:125
7003
#: storage/myisam/my_handler_errors.c:127
7140
7004
msgid "Failed to get next auto increment value"
7143
#: storage/myisam/my_handler_errors.c:127
7007
#: storage/myisam/my_handler_errors.c:129
7144
7008
msgid "Failed to set row auto increment value"
7147
#: storage/myisam/my_handler_errors.c:129
7011
#: storage/myisam/my_handler_errors.c:131
7148
7012
msgid "Unknown (generic) error from engine"
7151
#: storage/myisam/my_handler_errors.c:131
7015
#: storage/myisam/my_handler_errors.c:133
7152
7016
msgid "Record is the same"
7155
#: storage/myisam/my_handler_errors.c:133
7019
#: storage/myisam/my_handler_errors.c:135
7156
7020
msgid "It is not possible to log this statement"
7159
#: storage/myisam/my_handler_errors.c:135
7023
#: storage/myisam/my_handler_errors.c:137
7160
7024
msgid "Tablespace exists"
7163
#: storage/myisam/my_handler_errors.c:137
7027
#: storage/myisam/my_handler_errors.c:139
7164
7028
msgid "The event was corrupt, leading to illegal data being read"
7167
#: storage/myisam/my_handler_errors.c:139
7031
#: storage/myisam/my_handler_errors.c:141
7168
7032
msgid "The table is of a new format not supported by this version"
7171
#: storage/myisam/my_handler_errors.c:141
7035
#: storage/myisam/my_handler_errors.c:143
7172
7036
msgid "The event could not be processed no other hanlder error happened"
7175
#: storage/myisam/my_handler_errors.c:143
7039
#: storage/myisam/my_handler_errors.c:145
7176
7040
msgid "Got a fatal error during initialzaction of handler"
7179
#: storage/myisam/my_handler_errors.c:145
7043
#: storage/myisam/my_handler_errors.c:147
7180
7044
msgid "File to short; Expected more data in file"
7183
#: storage/myisam/my_handler_errors.c:147
7047
#: storage/myisam/my_handler_errors.c:149
7184
7048
msgid "Read page with wrong checksum"
7187
#: storage/myisam/my_handler_errors.c:149
7051
#: storage/myisam/my_handler_errors.c:151
7188
7052
msgid "Lock or active transaction"
7191
#: storage/myisam/my_handler_errors.c:151
7055
#: storage/myisam/my_handler_errors.c:153
7192
7056
msgid "No such table space"
7195
#: storage/myisam/my_handler_errors.c:153
7059
#: storage/myisam/my_handler_errors.c:155
7196
7060
msgid "Tablespace not empty"