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-08-17 03:08+0000\n"
10
"POT-Creation-Date: 2008-11-26 13:56-0800\n"
11
"PO-Revision-Date: 2008-10-01 17:43+0000\n"
12
12
"Last-Translator: Morgan Tocker <tocker@gmail.com>\n"
13
13
"Language-Team: English (Australia) <en_AU@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=2; plural=n != 1;\n"
18
"X-Launchpad-Export-Date: 2008-09-13 00:29+0000\n"
18
"X-Launchpad-Export-Date: 2008-11-26 20:37+0000\n"
19
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: client/drizzle.cc:253
21
#: client/drizzle.cc:255
22
22
msgid "Synonym for `help'."
25
#: client/drizzle.cc:254
25
#: client/drizzle.cc:256
26
26
msgid "Clear command."
29
#: client/drizzle.cc:256
29
#: client/drizzle.cc:258
30
30
msgid "Reconnect to the server. Optional arguments are db and host."
33
#: client/drizzle.cc:258
33
#: client/drizzle.cc:260
35
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
38
#: client/drizzle.cc:260
38
#: client/drizzle.cc:262
39
39
msgid "Send command to drizzle server, display result vertically."
42
#: client/drizzle.cc:261
42
#: client/drizzle.cc:263
43
43
msgid "Exit drizzle. Same as quit."
46
#: client/drizzle.cc:262
46
#: client/drizzle.cc:264
47
47
msgid "Send command to drizzle server."
50
#: client/drizzle.cc:263
50
#: client/drizzle.cc:265
51
51
msgid "Display this help."
54
#: client/drizzle.cc:264
54
#: client/drizzle.cc:266
55
55
msgid "Disable pager, print to stdout."
58
#: client/drizzle.cc:265
58
#: client/drizzle.cc:267
59
59
msgid "Don't write into outfile."
62
#: client/drizzle.cc:267
62
#: client/drizzle.cc:269
63
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
#: client/drizzle.cc:268
66
#: client/drizzle.cc:270
67
67
msgid "Print current command."
70
#: client/drizzle.cc:269
70
#: client/drizzle.cc:271
71
71
msgid "Change your drizzle prompt."
74
#: client/drizzle.cc:270
74
#: client/drizzle.cc:272
75
75
msgid "Quit drizzle."
78
#: client/drizzle.cc:271
78
#: client/drizzle.cc:273
79
79
msgid "Rebuild completion hash."
82
#: client/drizzle.cc:273
82
#: client/drizzle.cc:275
83
83
msgid "Execute an SQL script file. Takes a file name as an argument."
86
#: client/drizzle.cc:274
86
#: client/drizzle.cc:276
87
87
msgid "Get status information from the server."
90
#: client/drizzle.cc:276
90
#: client/drizzle.cc:278
91
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
94
#: client/drizzle.cc:278
94
#: client/drizzle.cc:280
95
95
msgid "Use another database. Takes database name as argument."
98
#: client/drizzle.cc:280 client/drizzle.cc:1427
98
#: client/drizzle.cc:282 client/drizzle.cc:1430
99
99
msgid "Show warnings after every statement."
102
#: client/drizzle.cc:282
102
#: client/drizzle.cc:284
103
103
msgid "Don't show warnings after every statement."
106
#: client/drizzle.cc:1111
106
#: client/drizzle.cc:1113
107
107
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
110
#: client/drizzle.cc:1121
110
#: client/drizzle.cc:1123
113
113
"Your Drizzle connection id is %u\n"
114
114
"Server version: %s\n"
117
#: client/drizzle.cc:1151
117
#: client/drizzle.cc:1153
119
119
msgid "Reading history-file %s\n"
122
#: client/drizzle.cc:1156
122
#: client/drizzle.cc:1158
124
124
msgid "Couldn't allocate memory for temp histfile!\n"
127
#: client/drizzle.cc:1163
127
#: client/drizzle.cc:1165
128
128
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
131
#: client/drizzle.cc:1181
131
#: client/drizzle.cc:1183
133
133
msgid "Writing history-file %s\n"
136
#: client/drizzle.cc:1190
136
#: client/drizzle.cc:1192
140
#: client/drizzle.cc:1190
140
#: client/drizzle.cc:1192
144
#: client/drizzle.cc:1238
144
#: client/drizzle.cc:1241
145
145
msgid "Query aborted by Ctrl+C\n"
148
#: client/drizzle.cc:1261 client/drizzleadmin.cc:73 drizzled/drizzled.cc:3025
148
#: client/drizzle.cc:1264 client/drizzleadmin.cc:75 drizzled/drizzled.cc:2817
149
149
msgid "Display this help and exit."
152
#: client/drizzle.cc:1263
152
#: client/drizzle.cc:1266
153
153
msgid "Synonym for -?"
156
#: client/drizzle.cc:1266
156
#: client/drizzle.cc:1269
158
158
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
159
159
"and field completion, but startup and reconnecting may take a longer time. "
160
160
"Disable with --disable-auto-rehash."
163
#: client/drizzle.cc:1270
163
#: client/drizzle.cc:1273
165
165
"No automatic rehashing. One has to use 'rehash' to get table and field "
166
166
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
167
167
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
170
#: client/drizzle.cc:1273
170
#: client/drizzle.cc:1276
172
172
"Automatically switch to vertical output mode if the result is wider than the "
173
173
"terminal width."
176
#: client/drizzle.cc:1276
176
#: client/drizzle.cc:1279
178
178
"Don't use history file. Disable interactive behavior. (Enables --silent)"
181
#: client/drizzle.cc:1278 drizzled/drizzled.cc:3095
181
#: client/drizzle.cc:1281 drizzled/drizzled.cc:2869
182
182
msgid "Directory where character sets are."
185
#: client/drizzle.cc:1280
185
#: client/drizzle.cc:1283
186
186
msgid "Display column type information."
189
#: client/drizzle.cc:1283
189
#: client/drizzle.cc:1286
191
191
"Preserve comments. Send comments to the server. The default is --skip-"
192
192
"comments (discard comments), enable with --comments"
195
#: client/drizzle.cc:1286
195
#: client/drizzle.cc:1289
196
196
msgid "Use compression in server/client protocol."
199
#: client/drizzle.cc:1289
199
#: client/drizzle.cc:1292
200
200
msgid "Check memory and open file usage at exit ."
203
#: client/drizzle.cc:1292
203
#: client/drizzle.cc:1295
204
204
msgid "Print some debug info at exit."
207
#: client/drizzle.cc:1294
207
#: client/drizzle.cc:1297
208
208
msgid "Database to use."
211
#: client/drizzle.cc:1297
211
#: client/drizzle.cc:1300
212
212
msgid "(not used)"
215
#: client/drizzle.cc:1299
215
#: client/drizzle.cc:1302
216
216
msgid "Delimiter to be used."
219
#: client/drizzle.cc:1301
219
#: client/drizzle.cc:1304
220
220
msgid "Execute command and quit. (Disables --force and history file)"
223
#: client/drizzle.cc:1303
223
#: client/drizzle.cc:1306
224
224
msgid "Print the output of a query (rows) vertically."
227
#: client/drizzle.cc:1306
227
#: client/drizzle.cc:1309
228
228
msgid "Continue even if we get an sql error."
231
#: client/drizzle.cc:1310
231
#: client/drizzle.cc:1313
233
233
"Enable named commands. Named commands mean this program's internal commands; "
234
234
"see drizzle> help . When enabled, the named commands can be used from any "
313
#: client/drizzle.cc:1351
313
#: client/drizzle.cc:1354
315
315
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
316
316
"option deprecated; use --disable-pager instead."
319
#: client/drizzle.cc:1354 client/drizzleadmin.cc:78
319
#: client/drizzle.cc:1357 client/drizzleadmin.cc:80
321
321
"Password to use when connecting to server. If password is not given it's "
322
322
"asked from the tty."
325
#: client/drizzle.cc:1356
325
#: client/drizzle.cc:1359
327
327
"Port number to use for connection or 0 for default to, in order of "
328
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
328
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
331
#: client/drizzle.cc:1357
331
#: client/drizzle.cc:1360
332
332
msgid "built-in default"
335
#: client/drizzle.cc:1360
335
#: client/drizzle.cc:1363
336
336
msgid "Set the drizzle prompt to this value."
339
#: client/drizzle.cc:1363
339
#: client/drizzle.cc:1366
340
340
msgid "The protocol of connection (tcp,socket,pipe,memory)."
343
#: client/drizzle.cc:1366
343
#: client/drizzle.cc:1369
345
345
"Don't cache result, print it row by row. This may slow down the server if "
346
346
"the output is suspended. Doesn't use history file."
349
#: client/drizzle.cc:1368
349
#: client/drizzle.cc:1371
350
350
msgid "Write fields without conversion. Used with --batch."
353
#: client/drizzle.cc:1371
353
#: client/drizzle.cc:1374
355
355
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
356
356
"option is enabled by default."
359
#: client/drizzle.cc:1373
359
#: client/drizzle.cc:1376
361
361
"Be more silent. Print results with a tab as separator, each row on new line."
364
#: client/drizzle.cc:1375
364
#: client/drizzle.cc:1378
365
365
msgid "Socket file to use for connection."
368
#: client/drizzle.cc:1378
368
#: client/drizzle.cc:1381
369
369
msgid "Output in table format."
372
#: client/drizzle.cc:1381
372
#: client/drizzle.cc:1384
374
374
"Append everything into outfile. See interactive help (\\h) also. Does not "
375
375
"work in batch mode. Disable with --disable-tee. This option is disabled by "
379
#: client/drizzle.cc:1383
379
#: client/drizzle.cc:1386
381
381
"Disable outfile. See interactive help (\\h) also. WARNING: option "
382
382
"deprecated; use --disable-tee instead"
385
#: client/drizzle.cc:1386 client/drizzleadmin.cc:88
385
#: client/drizzle.cc:1389 client/drizzleadmin.cc:90
386
386
msgid "User for login if not current user."
389
#: client/drizzle.cc:1389
389
#: client/drizzle.cc:1392
390
390
msgid "Only allow UPDATE and DELETE that uses keys."
393
#: client/drizzle.cc:1392
393
#: client/drizzle.cc:1395
394
394
msgid "Synonym for option --safe-updates, -U."
397
#: client/drizzle.cc:1395
397
#: client/drizzle.cc:1398
398
398
msgid "Write more. (-v -v -v gives the table output format)."
401
#: client/drizzle.cc:1397 client/drizzleadmin.cc:93 drizzled/drizzled.cc:3471
401
#: client/drizzle.cc:1400 client/drizzleadmin.cc:95 drizzled/drizzled.cc:3187
402
402
msgid "Output version information and exit."
405
#: client/drizzle.cc:1399 client/drizzleadmin.cc:95
405
#: client/drizzle.cc:1402 client/drizzleadmin.cc:97
406
406
msgid "Wait and retry if connection is down."
409
#: client/drizzle.cc:1402
409
#: client/drizzle.cc:1405
410
410
msgid "Number of seconds before connection timeout."
413
#: client/drizzle.cc:1407
413
#: client/drizzle.cc:1410
414
414
msgid "Max packet length to send to, or receive from server"
417
#: client/drizzle.cc:1412
417
#: client/drizzle.cc:1415
418
418
msgid "Buffer for TCP/IP and socket communication"
421
#: client/drizzle.cc:1416
421
#: client/drizzle.cc:1419
422
422
msgid "Automatic limit for SELECT when using --safe-updates"
425
#: client/drizzle.cc:1421
425
#: client/drizzle.cc:1424
426
426
msgid "Automatic limit for rows in a join when using --safe-updates"
429
#: client/drizzle.cc:1425
429
#: client/drizzle.cc:1428
430
430
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
433
#: client/drizzle.cc:1438
433
#: client/drizzle.cc:1441
435
435
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
438
#: client/drizzle.cc:1445
438
#: client/drizzle.cc:1448
441
"Copyright (C) 2000-2008 MySQL AB\n"
442
" This software comes with ABSOLUTELY NO "
443
"WARRANTY. This is free software,\n"
444
" and you are welcome to modify and redistribute it under the GPL license\n"
441
"Copyright (C) 2008 Sun Microsystems\n"
442
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
443
"and you are welcome to modify and redistribute it under the GPL license\n"
447
#: client/drizzle.cc:1449
446
#: client/drizzle.cc:1453
449
448
msgid "Usage: %s [OPTIONS] [database]\n"
452
#: client/drizzle.cc:1482
451
#: client/drizzle.cc:1486
453
452
msgid "DELIMITER cannot contain a backslash character"
456
#: client/drizzle.cc:1503
455
#: client/drizzle.cc:1507
458
457
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
461
#: client/drizzle.cc:1526
460
#: client/drizzle.cc:1530
463
462
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
466
#: client/drizzle.cc:1530
465
#: client/drizzle.cc:1534
468
467
msgid "WARNING: --server-arg option not supported in this configuration.\n"
471
#: client/drizzle.cc:1898
470
#: client/drizzle.cc:1902
473
472
msgid "Unknown command '\\%c'."
476
#: client/drizzle.cc:2325
475
#: client/drizzle.cc:2329
478
477
"Reading table information for completion of table and column names\n"
479
478
" You can turn off this feature to get a quicker startup with -A\n"
483
#: client/drizzle.cc:2422
482
#: client/drizzle.cc:2426
484
483
msgid "No connection. Trying to reconnect..."
487
#: client/drizzle.cc:2428
486
#: client/drizzle.cc:2432
488
487
msgid "Can't connect to the server\n"
491
#: client/drizzle.cc:2485
490
#: client/drizzle.cc:2489
492
491
msgid "categories:"
495
#: client/drizzle.cc:2485
494
#: client/drizzle.cc:2489
499
#: client/drizzle.cc:2540
498
#: client/drizzle.cc:2543
501
500
msgid "Name: '%s'\n"
504
#: client/drizzle.cc:2541
503
#: client/drizzle.cc:2544
511
#: client/drizzle.cc:2543
510
#: client/drizzle.cc:2546
518
#: client/drizzle.cc:2556
517
#: client/drizzle.cc:2559
519
518
msgid "Many help items for your request exist."
522
#: client/drizzle.cc:2557
521
#: client/drizzle.cc:2560
524
523
"To make a more specific request, please type 'help <item>',\n"
525
524
"where <item> is one of the following"
528
#: client/drizzle.cc:2563
527
#: client/drizzle.cc:2566
530
529
msgid "You asked for help about help category: '%s'\n"
533
#: client/drizzle.cc:2564
532
#: client/drizzle.cc:2567
535
534
"For more information, type 'help <item>', where <item> is one of the "
539
#: client/drizzle.cc:2577
538
#: client/drizzle.cc:2580
545
#: client/drizzle.cc:2578
544
#: client/drizzle.cc:2581
546
545
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
549
#: client/drizzle.cc:2600
548
#: client/drizzle.cc:2604
550
549
msgid "List of all Drizzle commands:"
553
#: client/drizzle.cc:2602
552
#: client/drizzle.cc:2606
554
553
msgid "Note that all text commands must be first on line and end with ';'"
557
#: client/drizzle.cc:2613
556
#: client/drizzle.cc:2617
560
559
"For server side help, type 'help contents'\n"
563
#: client/drizzle.cc:2656
562
#: client/drizzle.cc:2660
564
563
msgid "No query specified\n"
567
#: client/drizzle.cc:2671
566
#: client/drizzle.cc:2675
568
567
msgid "Ignoring query to other database"
571
#: client/drizzle.cc:2720
570
#: client/drizzle.cc:2724
572
571
msgid "Empty set"
575
#: client/drizzle.cc:2733
574
#: client/drizzle.cc:2737
577
576
msgid "%ld row in set"
578
577
msgid_plural "%ld rows in set"
582
#: client/drizzle.cc:2742
581
#: client/drizzle.cc:2746
586
#: client/drizzle.cc:2744
585
#: client/drizzle.cc:2748
588
587
msgid "Query OK, %ld row affected"
589
588
msgid_plural "Query OK, %ld rows affected"
593
#: client/drizzleadmin.cc:80 drizzled/drizzled.cc:3279
592
#: client/drizzleadmin.cc:82 drizzled/drizzled.cc:3053
595
594
"Port number to use for connection or 0 for default to, in order of "
596
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
595
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
599
#: client/drizzleadmin.cc:85
598
#: client/drizzleadmin.cc:87
600
599
msgid "Silently exit if one can't connect to server."
603
#: client/drizzleadmin.cc:91
602
#: client/drizzleadmin.cc:93
604
603
msgid "Write more information."
607
#: client/drizzleadmin.cc:256
606
#: client/drizzleadmin.cc:258
610
609
"connect to server at '%s' failed\n"
614
#: client/drizzleadmin.cc:262
613
#: client/drizzleadmin.cc:264
616
615
msgid "Check that drizzled is running on %s"
619
#: client/drizzleadmin.cc:263
618
#: client/drizzleadmin.cc:265
621
620
msgid " and that the port is %d.\n"
624
#: client/drizzleadmin.cc:265
623
#: client/drizzleadmin.cc:267
626
625
msgid "You can check this by doing 'telnet %s %d'\n"
629
#: client/drizzleadmin.cc:276
628
#: client/drizzleadmin.cc:278
631
630
msgid "Got error: %s\n"
634
#: client/drizzleadmin.cc:283
633
#: client/drizzleadmin.cc:285
635
634
msgid "Waiting for Drizzle server to answer"
638
#: client/drizzleadmin.cc:316
637
#: client/drizzleadmin.cc:318
640
639
msgid "shutting down drizzled...\n"
643
#: client/drizzleadmin.cc:320
642
#: client/drizzleadmin.cc:322
645
644
msgid "shutdown failed; error: '%s'"
648
#: client/drizzleadmin.cc:327
647
#: client/drizzleadmin.cc:329
653
#: client/drizzleadmin.cc:337
652
#: client/drizzleadmin.cc:339
654
653
msgid "drizzled is alive"
657
#: client/drizzleadmin.cc:345
656
#: client/drizzleadmin.cc:347
658
657
msgid "connection was down, but drizzled is now alive"
661
#: client/drizzleadmin.cc:349
660
#: client/drizzleadmin.cc:351
663
662
msgid "drizzled doesn't answer to ping, error: '%s'"
666
#: client/drizzleadmin.cc:358
665
#: client/drizzleadmin.cc:360
668
667
msgid "Unknown command: '%-.60s'"
671
#: client/drizzleadmin.cc:367
670
#: client/drizzleadmin.cc:369
673
672
msgid "%s Ver %s Distrib %s, for %s on %s\n"
676
#: client/drizzleadmin.cc:374
675
#: client/drizzleadmin.cc:376
677
676
msgid "Copyright (C) 2000-2008 MySQL AB"
680
#: client/drizzleadmin.cc:375
679
#: client/drizzleadmin.cc:377
682
681
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
683
682
"and you are welcome to modify and redistribute it under the GPL license\n"
686
#: client/drizzleadmin.cc:376
685
#: client/drizzleadmin.cc:378
687
686
msgid "Administration program for the drizzled daemon."
690
#: client/drizzleadmin.cc:377
689
#: client/drizzleadmin.cc:379
692
691
msgid "Usage: %s [OPTIONS] command command....\n"
695
#: client/drizzleadmin.cc:379
694
#: client/drizzleadmin.cc:381
697
696
" ping Check if server is down\n"
698
697
" shutdown Take server down\n"
1357
#: drizzled/drizzled.cc:1544
1358
#: drizzled/drizzled.cc:1381
1359
1360
msgid "Writing a core file\n"
1362
#: drizzled/drizzled.cc:1591
1363
#: drizzled/drizzled.cc:1428
1364
1365
"setrlimit could not change the size of core files to 'infinity'; We may not "
1365
1366
"be able to generate a core file on signals"
1368
#: drizzled/drizzled.cc:1659
1369
#: drizzled/drizzled.cc:1496
1370
1371
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1373
#: drizzled/drizzled.cc:1747
1374
#: drizzled/drizzled.cc:1584
1375
msgid "Got signal %d to shutdown mysqld"
1378
#: drizzled/drizzled.cc:1788
1376
msgid "Got signal %d to shutdown drizzled"
1379
#: drizzled/drizzled.cc:1601 drizzled/sql_base.cc:6487
1380
msgid "Can't create thread to kill server"
1383
#: drizzled/drizzled.cc:1624
1380
1385
msgid "Got signal: %d error: %d"
1383
#: drizzled/drizzled.cc:1918
1388
#: drizzled/drizzled.cc:1754
1385
1390
msgid "Wrong date/time format specifier: %s\n"
1388
#: drizzled/drizzled.cc:2042
1393
#: drizzled/drizzled.cc:1871
1390
1395
msgid "gethostname failed, using '%s' as hostname"
1393
#: drizzled/drizzled.cc:2106
1398
#: drizzled/drizzled.cc:1935
1396
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1401
"Changed limits: max_open_files: %u max_connections: %<PRIu64> table_cache: "
1399
#: drizzled/drizzled.cc:2111
1405
#: drizzled/drizzled.cc:1940
1402
1408
"Could not increase number of max_open_files to more than %u (request: %u)"
1405
#: drizzled/drizzled.cc:2192
1411
#: drizzled/drizzled.cc:2021
1407
1413
msgid "Unknown locale: '%s'"
1410
#: drizzled/drizzled.cc:2262
1416
#: drizzled/drizzled.cc:2087
1411
1417
msgid "Can't create thread-keys"
1414
#: drizzled/drizzled.cc:2302
1420
#: drizzled/drizzled.cc:2127
1415
1421
msgid "Unable to reopen stdout"
1418
#: drizzled/drizzled.cc:2305
1424
#: drizzled/drizzled.cc:2130
1419
1425
msgid "Unable to reopen stderr"
1422
#: drizzled/drizzled.cc:2311
1428
#: drizzled/drizzled.cc:2136
1423
1429
msgid "Out of memory"
1426
#: drizzled/drizzled.cc:2318
1427
msgid "You need to use --log-bin to make --binlog-format work."
1430
#: drizzled/drizzled.cc:2340
1432
#: drizzled/drizzled.cc:2142
1432
1434
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1433
1435
"impossible, it would lead to infinite loops in this server."
1436
#: drizzled/drizzled.cc:2360
1438
#: drizzled/drizzled.cc:2162
1439
1441
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1441
1443
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1444
#: drizzled/drizzled.cc:2394
1446
#: drizzled/drizzled.cc:2190
1445
1447
msgid "Failed to initialize plugins."
1448
#: drizzled/drizzled.cc:2425
1450
#: drizzled/drizzled.cc:2221
1451
1453
"%s: Too many arguments (first extra is '%s').\n"
1452
1454
"Use --verbose --help to get a list of available options\n"
1455
#: drizzled/drizzled.cc:2435
1457
#: drizzled/drizzled.cc:2231
1456
1458
msgid "Can't init databases"
1459
#: drizzled/drizzled.cc:2455
1461
#: drizzled/drizzled.cc:2251
1461
1463
msgid "Unknown/unsupported table type: %s"
1464
#: drizzled/drizzled.cc:2461
1466
#: drizzled/drizzled.cc:2257
1466
1468
msgid "Default storage engine (%s) is not available"
1469
#: drizzled/drizzled.cc:2484
1471
#: drizzled/drizzled.cc:2280
1470
1472
msgid "Can't initialize tc_log"
1473
#: drizzled/drizzled.cc:2515
1475
#: drizzled/drizzled.cc:2311
1475
1477
msgid "Failed to lock memory. Errno: %d\n"
1478
#: drizzled/drizzled.cc:2584
1480
#: drizzled/drizzled.cc:2380
1480
1482
msgid "Asked for %u thread stack, but got %<PRIu64>"
1483
#: drizzled/drizzled.cc:2620
1485
#: drizzled/drizzled.cc:2416
1485
1487
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1486
1488
"value: we force server id to 1; updates will be logged to the binary log, "
1487
1489
"but connections from slaves will not be accepted."
1490
#: drizzled/drizzled.cc:2678
1492
#: drizzled/drizzled.cc:2474
1491
1493
msgid "Before Lock_thread_count"
1494
#: drizzled/drizzled.cc:2685
1496
#: drizzled/drizzled.cc:2481
1495
1497
msgid "After lock_thread_count"
1498
#: drizzled/drizzled.cc:2793
1500
#: drizzled/drizzled.cc:2589
1500
1502
msgid "drizzled: Got error %d from select"
1503
#: drizzled/drizzled.cc:3029 drizzled/drizzled.cc:3134
1504
#: drizzled/drizzled.cc:3252
1505
#: drizzled/drizzled.cc:2821 drizzled/drizzled.cc:2908
1506
#: drizzled/drizzled.cc:3026
1505
1507
msgid "Option used by mysql-test for debugging and testing of replication."
1508
#: drizzled/drizzled.cc:3033
1510
#: drizzled/drizzled.cc:2825
1509
1511
msgid "Auto-increment columns are incremented by this"
1512
#: drizzled/drizzled.cc:3038
1514
#: drizzled/drizzled.cc:2830
1514
1516
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1518
#: drizzled/drizzled.cc:3044
1520
#: drizzled/drizzled.cc:2836
1520
1522
"Path to installation directory. All paths are usually resolved relative to "
1524
#: drizzled/drizzled.cc:3048
1526
#: drizzled/drizzled.cc:2840
1525
1527
msgid "IP address to bind to."
1528
#: drizzled/drizzled.cc:3052
1530
"Does not have any effect without '--log-bin'. Tell the master the form of "
1531
"binary logging to use: either 'row' for row-based binary logging, or "
1532
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1533
"statement-based binary logging except for those statements where only row-"
1534
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1535
"the UUID() function; for those, row-based binary logging is automatically "
1539
#: drizzled/drizzled.cc:3062
1541
"Tells the master it should log updates for the specified database, and "
1542
"exclude all others not explicitly mentioned."
1545
#: drizzled/drizzled.cc:3066
1547
"Tells the master that updates to the given database should not be logged "
1551
#: drizzled/drizzled.cc:3070
1530
#: drizzled/drizzled.cc:2844
1553
1532
"The maximum size of a row-based binary log event in bytes. Rows will be "
1554
1533
"grouped into events smaller than this size if possible. The value has to be "
1555
1534
"a multiple of 256."
1558
#: drizzled/drizzled.cc:3081
1537
#: drizzled/drizzled.cc:2855
1559
1538
msgid "Don't ignore client side character set value sent during handshake."
1562
#: drizzled/drizzled.cc:3086
1541
#: drizzled/drizzled.cc:2860
1563
1542
msgid "Set the filesystem character set."
1566
#: drizzled/drizzled.cc:3091
1545
#: drizzled/drizzled.cc:2865
1567
1546
msgid "Set the default character set."
1570
#: drizzled/drizzled.cc:3098
1571
msgid "Chroot mysqld daemon during startup."
1549
#: drizzled/drizzled.cc:2872
1550
msgid "Chroot drizzled daemon during startup."
1574
#: drizzled/drizzled.cc:3102
1553
#: drizzled/drizzled.cc:2876
1575
1554
msgid "Set the default collation."
1578
#: drizzled/drizzled.cc:3106
1557
#: drizzled/drizzled.cc:2880
1579
1558
msgid "Default completion type."
1582
#: drizzled/drizzled.cc:3111
1561
#: drizzled/drizzled.cc:2885
1583
1562
msgid "Write error output on screen."
1586
#: drizzled/drizzled.cc:3115
1565
#: drizzled/drizzled.cc:2889
1587
1566
msgid "Write core on errors."
1590
#: drizzled/drizzled.cc:3119
1569
#: drizzled/drizzled.cc:2893
1591
1570
msgid "Path to the database root."
1594
#: drizzled/drizzled.cc:3123
1573
#: drizzled/drizzled.cc:2897
1595
1574
msgid "Set the default storage engine (table type) for tables."
1598
#: drizzled/drizzled.cc:3127
1577
#: drizzled/drizzled.cc:2901
1599
1578
msgid "Set the default time zone."
1602
#: drizzled/drizzled.cc:3131
1581
#: drizzled/drizzled.cc:2905
1603
1582
msgid "Type of DELAY_KEY_WRITE."
1606
#: drizzled/drizzled.cc:3140
1585
#: drizzled/drizzled.cc:2914
1607
1586
msgid "Print a symbolic stack trace on failure."
1610
#: drizzled/drizzled.cc:3146
1589
#: drizzled/drizzled.cc:2920
1611
1590
msgid "Push supported query conditions to the storage engine."
1614
#: drizzled/drizzled.cc:3152
1593
#: drizzled/drizzled.cc:2926
1615
1594
msgid "Used for debugging; Use at your own risk!"
1618
#: drizzled/drizzled.cc:3155
1597
#: drizzled/drizzled.cc:2929
1619
1598
msgid "Flush tables to disk between SQL commands."
1622
#: drizzled/drizzled.cc:3160
1601
#: drizzled/drizzled.cc:2934
1623
1602
msgid "Set up signals usable for debugging"
1626
#: drizzled/drizzled.cc:3164
1605
#: drizzled/drizzled.cc:2938
1627
1606
msgid "Command(s) that are executed for each new connection"
1630
#: drizzled/drizzled.cc:3168
1609
#: drizzled/drizzled.cc:2942
1631
1610
msgid "Read SQL commands from this file at startup."
1634
#: drizzled/drizzled.cc:3172
1613
#: drizzled/drizzled.cc:2946
1635
1614
msgid "Command(s) that are executed when a slave connects to this master"
1638
#: drizzled/drizzled.cc:3176
1617
#: drizzled/drizzled.cc:2950
1639
1618
msgid "(IGNORED)"
1642
#: drizzled/drizzled.cc:3180
1621
#: drizzled/drizzled.cc:2954
1643
1622
msgid "Set the language used for the month names and the days of the week."
1646
#: drizzled/drizzled.cc:3185
1625
#: drizzled/drizzled.cc:2959
1647
1626
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1650
#: drizzled/drizzled.cc:3190
1629
#: drizzled/drizzled.cc:2964
1651
1630
msgid "Log connections and queries to file."
1654
#: drizzled/drizzled.cc:3194
1633
#: drizzled/drizzled.cc:2968
1656
1635
"Log update queries in binary format. Optional argument is the location for "
1657
1636
"the binary log files.(Strongly recommended to avoid replication problems if "
1658
1637
"server's hostname changes)"
1661
#: drizzled/drizzled.cc:3201
1640
#: drizzled/drizzled.cc:2975
1662
1641
msgid "File that holds the names for last binary log files."
1665
#: drizzled/drizzled.cc:3205
1644
#: drizzled/drizzled.cc:2979
1666
1645
msgid "Error log file."
1669
#: drizzled/drizzled.cc:3209
1648
#: drizzled/drizzled.cc:2983
1670
1649
msgid "Log all MyISAM changes to file."
1673
#: drizzled/drizzled.cc:3213
1652
#: drizzled/drizzled.cc:2987
1675
1654
"Tells the slave to log the updates from the slave thread to the binary log. "
1676
1655
"You will need to turn it on if you plan to daisy-chain the slaves."
1679
#: drizzled/drizzled.cc:3220
1658
#: drizzled/drizzled.cc:2994
1681
1660
"Path to transaction coordinator log (used for transactions that affect more "
1682
1661
"than one storage engine, when binary log is disabled)"
1685
#: drizzled/drizzled.cc:3226
1664
#: drizzled/drizzled.cc:3000
1686
1665
msgid "Size of transaction coordinator log."
1689
#: drizzled/drizzled.cc:3232
1668
#: drizzled/drizzled.cc:3006
1690
1669
msgid "Log some not critical warnings to the log file."
1693
#: drizzled/drizzled.cc:3237
1672
#: drizzled/drizzled.cc:3011
1694
1673
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1697
#: drizzled/drizzled.cc:3242
1676
#: drizzled/drizzled.cc:3016
1699
1678
"The location and name of the file that remembers the master and where the I/"
1700
1679
"O replication thread is in the master's binlogs."
1703
#: drizzled/drizzled.cc:3247
1682
#: drizzled/drizzled.cc:3021
1705
1684
"The number of tries the slave will make to connect to the master before "
1709
#: drizzled/drizzled.cc:3256
1710
msgid "Lock mysqld in memory."
1688
#: drizzled/drizzled.cc:3030
1689
msgid "Lock drizzled in memory."
1713
#: drizzled/drizzled.cc:3260
1692
#: drizzled/drizzled.cc:3034
1715
1694
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1716
1695
"BACKUP, FORCE or QUICK."
1719
#: drizzled/drizzled.cc:3265
1698
#: drizzled/drizzled.cc:3039
1720
1699
msgid "Use very new possible 'unsafe' functions."
1723
#: drizzled/drizzled.cc:3270
1702
#: drizzled/drizzled.cc:3044
1724
1703
msgid "Use old, non-optimized alter table."
1727
#: drizzled/drizzled.cc:3275
1706
#: drizzled/drizzled.cc:3049
1728
1707
msgid "Pid file used by safe_mysqld."
1731
#: drizzled/drizzled.cc:3285
1710
#: drizzled/drizzled.cc:3059
1733
1712
"Maximum time in seconds to wait for the port to become free. (Default: no "
1737
#: drizzled/drizzled.cc:3290
1716
#: drizzled/drizzled.cc:3064
1738
1717
msgid "The location and name to use for relay logs."
1741
#: drizzled/drizzled.cc:3294
1720
#: drizzled/drizzled.cc:3068
1743
1722
"The location and name to use for the file that keeps a list of the last "
1747
#: drizzled/drizzled.cc:3299
1726
#: drizzled/drizzled.cc:3073
1749
1728
"The location and name of the file that remembers where the SQL replication "
1750
1729
"thread is in the relay logs."
1753
#: drizzled/drizzled.cc:3304
1755
"Tells the slave thread to restrict replication to the specified database. To "
1756
"specify more than one database, use the directive multiple times, once for "
1757
"each database. Note that this will only work if you do not use cross-"
1758
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
1759
"having selected a different or no database. If you need cross database "
1760
"updates to work, use replicate-wild-do-table=db_name.%."
1763
#: drizzled/drizzled.cc:3313
1765
"Tells the slave thread to restrict replication to the specified table. To "
1766
"specify more than one table, use the directive multiple times, once for each "
1767
"table. This will work for cross-database updates, in contrast to replicate-"
1771
#: drizzled/drizzled.cc:3319
1773
"Tells the slave thread to not replicate to the specified database. To "
1774
"specify more than one database to ignore, use the directive multiple times, "
1775
"once for each database. This option will not work if you use cross database "
1776
"updates. If you need cross database updates to work, use replicate-wild-"
1777
"ignore-table=db_name.%. "
1780
#: drizzled/drizzled.cc:3326
1782
"Tells the slave thread to not replicate to the specified table. To specify "
1783
"more than one table to ignore, use the directive multiple times, once for "
1784
"each table. This will work for cross-datbase updates, in contrast to "
1785
"replicate-ignore-db."
1788
#: drizzled/drizzled.cc:3332
1790
"Updates to a database with a different name than the original. Example: "
1791
"replicate-rewrite-db=master_db_name->slave_db_name."
1794
#: drizzled/drizzled.cc:3336
1732
#: drizzled/drizzled.cc:3078
1796
1734
"In replication, if set to 1, do not skip events having our server id. "
1797
1735
"Default value is 0 (to break infinite loops in circular replication). Can't "
1798
1736
"be set to 1 if --log-slave-updates is used."
1801
#: drizzled/drizzled.cc:3343
1803
"Tells the slave thread to restrict replication to the tables that match the "
1804
"specified wildcard pattern. To specify more than one table, use the "
1805
"directive multiple times, once for each table. This will work for cross-"
1806
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
1807
"only updates to tables in all databases that start with foo and whose table "
1808
"names start with bar."
1811
#: drizzled/drizzled.cc:3351
1813
"Tells the slave thread to not replicate to the tables that match the given "
1814
"wildcard pattern. To specify more than one table to ignore, use the "
1815
"directive multiple times, once for each table. This will work for cross-"
1816
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
1817
"updates to tables in databases that start with foo and whose table names "
1821
#: drizzled/drizzled.cc:3360
1739
#: drizzled/drizzled.cc:3086
1823
1741
"Hostname or IP of the slave to be reported to to the master during slave "
1824
1742
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
1888
1798
"stop on any unexpected difference between the master and the slave."
1891
#: drizzled/drizzled.cc:3425
1801
#: drizzled/drizzled.cc:3141
1892
1802
msgid "(INGORED)"
1895
#: drizzled/drizzled.cc:3428
1805
#: drizzled/drizzled.cc:3144
1896
1806
msgid "Enable symbolic link support."
1899
#: drizzled/drizzled.cc:3437
1809
#: drizzled/drizzled.cc:3153
1901
1811
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1904
#: drizzled/drizzled.cc:3442
1814
#: drizzled/drizzled.cc:3158
1906
1816
"Decision to use in heuristic recover process. Possible values are COMMIT or "
1910
#: drizzled/drizzled.cc:3447
1820
#: drizzled/drizzled.cc:3163
1912
1822
"Using this option will cause most temporary files created to use a small set "
1913
1823
"of names, rather than a unique name for each new file."
1916
#: drizzled/drizzled.cc:3452
1826
#: drizzled/drizzled.cc:3168
1918
1828
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1921
#: drizzled/drizzled.cc:3457
1831
#: drizzled/drizzled.cc:3173
1923
1833
"Path for temporary files. Several paths may be specified, separated by a "
1924
1834
"colon (:), in this case they are used in a round-robin fashion."
1927
#: drizzled/drizzled.cc:3463
1837
#: drizzled/drizzled.cc:3179
1928
1838
msgid "Default transaction isolation level."
1931
#: drizzled/drizzled.cc:3467
1932
msgid "Run mysqld daemon as user."
1841
#: drizzled/drizzled.cc:3183
1842
msgid "Run drizzled daemon as user."
1935
#: drizzled/drizzled.cc:3475
1845
#: drizzled/drizzled.cc:3191
1937
"The number of outstanding connection requests MySQL can have. This comes "
1938
"into play when the main MySQL thread gets very many connection requests in a "
1847
"The number of outstanding connection requests Drizzle can have. This comes "
1848
"into play when the main Drizzle thread gets very many connection requests in "
1849
"a very short time."
1942
#: drizzled/drizzled.cc:3481
1852
#: drizzled/drizzled.cc:3197
1944
1854
"The size of the cache to hold the SQL statements for the binary log during a "
1945
1855
"transaction. If you often use big, multi-statement transactions you can "
1946
1856
"increase this to get more performance."
1949
#: drizzled/drizzled.cc:3487
1859
#: drizzled/drizzled.cc:3203
1951
1861
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1952
1862
"limit per thread!"
1955
#: drizzled/drizzled.cc:3493
1865
#: drizzled/drizzled.cc:3209
1957
"The number of seconds the mysqld server is waiting for a connect packet "
1867
"The number of seconds the drizzled server is waiting for a connect packet "
1958
1868
"before responding with 'Bad handshake'."
1961
#: drizzled/drizzled.cc:3498
1871
#: drizzled/drizzled.cc:3214
1962
1872
msgid "The DATE format (For future)."
1965
#: drizzled/drizzled.cc:3503
1875
#: drizzled/drizzled.cc:3219
1966
1876
msgid "The DATETIME/TIMESTAMP format (for future)."
1969
#: drizzled/drizzled.cc:3508
1879
#: drizzled/drizzled.cc:3224
1970
1880
msgid "The default week format used by WEEK() functions."
1973
#: drizzled/drizzled.cc:3513
1883
#: drizzled/drizzled.cc:3229
1975
1885
"Precision of the result of '/' operator will be increased on that value."
1978
#: drizzled/drizzled.cc:3519
1888
#: drizzled/drizzled.cc:3235
1980
1890
"If non-zero, binary logs will be purged after expire_logs_days days; "
1981
1891
"possible purges happen at startup and at binary log rotation."
1984
#: drizzled/drizzled.cc:3525
1894
#: drizzled/drizzled.cc:3241
1985
1895
msgid "The maximum length of the result of function group_concat."
1988
#: drizzled/drizzled.cc:3530
1898
#: drizzled/drizzled.cc:3246
1990
1900
"The number of seconds the server waits for activity on an interactive "
1991
1901
"connection before closing it."
1994
#: drizzled/drizzled.cc:3536
1904
#: drizzled/drizzled.cc:3252
1995
1905
msgid "The size of the buffer that is used for full joins."
1998
#: drizzled/drizzled.cc:3542
1908
#: drizzled/drizzled.cc:3258
1999
1909
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2002
#: drizzled/drizzled.cc:3547
1912
#: drizzled/drizzled.cc:3263
2004
1914
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2005
1915
"this to get better index handling (for all reads and multiple writes) to as "
2006
1916
"much as you can afford;"
2009
#: drizzled/drizzled.cc:3556
1919
#: drizzled/drizzled.cc:3272
2011
1921
"This characterizes the number of hits a hot block has to be untouched until "
2012
1922
"it is considered aged enough to be downgraded to a warm block. This "
2014
1924
"blocks in key cache"
2017
#: drizzled/drizzled.cc:3565
1927
#: drizzled/drizzled.cc:3281
2018
1928
msgid "The default size of key cache blocks"
2021
#: drizzled/drizzled.cc:3571
1931
#: drizzled/drizzled.cc:3287
2022
1932
msgid "The minimum percentage of warm blocks in key cache"
2025
#: drizzled/drizzled.cc:3577
1935
#: drizzled/drizzled.cc:3293
2026
1936
msgid "Max packetlength to send/receive from to server."
2029
#: drizzled/drizzled.cc:3582
1939
#: drizzled/drizzled.cc:3298
2031
1941
"Can be used to restrict the total size used to cache a multi-transaction "
2035
#: drizzled/drizzled.cc:3587
1945
#: drizzled/drizzled.cc:3303
2037
1947
"Binary log will be rotated automatically when the size exceeds this value. "
2038
1948
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2039
1949
"for this variable is 4096."
2042
#: drizzled/drizzled.cc:3593
1952
#: drizzled/drizzled.cc:3309
2044
1954
"If there is more than this number of interrupted connections from a host "
2045
1955
"this host will be blocked from further connections."
2048
#: drizzled/drizzled.cc:3600
1958
#: drizzled/drizzled.cc:3316
2049
1959
msgid "The number of simultaneous clients allowed."
2052
#: drizzled/drizzled.cc:3605
1962
#: drizzled/drizzled.cc:3321
2053
1963
msgid "Max number of errors/warnings to store for a statement."
2056
#: drizzled/drizzled.cc:3610
1966
#: drizzled/drizzled.cc:3326
2057
1967
msgid "Don't allow creation of heap tables bigger than this."
2060
#: drizzled/drizzled.cc:3616
1970
#: drizzled/drizzled.cc:3332
2062
1972
"Joins that are probably going to read more than max_join_size records return "
2066
#: drizzled/drizzled.cc:3622
1976
#: drizzled/drizzled.cc:3338
2067
1977
msgid "Max number of bytes in sorted records."
2070
#: drizzled/drizzled.cc:3627
1980
#: drizzled/drizzled.cc:3343
2072
1982
"If non-zero: relay log will be rotated automatically when the size exceeds "
2073
1983
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2074
1984
"excepted, the minimum value for this variable is 4096."
2077
#: drizzled/drizzled.cc:3634
1987
#: drizzled/drizzled.cc:3350
2078
1988
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2081
#: drizzled/drizzled.cc:3639
1991
#: drizzled/drizzled.cc:3355
2083
1993
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2084
1994
"max_sort_length bytes of each value are used; the rest are ignored)."
2087
#: drizzled/drizzled.cc:3646
1997
#: drizzled/drizzled.cc:3362
2088
1998
msgid "Maximum number of temporary tables a client can keep open at a time."
2091
#: drizzled/drizzled.cc:3651
2001
#: drizzled/drizzled.cc:3367
2092
2002
msgid "After this many write locks, allow some read locks to run in between."
2095
#: drizzled/drizzled.cc:3655
2005
#: drizzled/drizzled.cc:3371
2097
2007
"Don't log queries which examine less than min_examined_row_limit rows to "
2101
#: drizzled/drizzled.cc:3661
2011
#: drizzled/drizzled.cc:3377
2102
2012
msgid "Block size to be used for MyISAM index pages."
2105
#: drizzled/drizzled.cc:3667
2015
#: drizzled/drizzled.cc:3383
2106
2016
msgid "Default pointer size to be used for MyISAM tables."
2109
#: drizzled/drizzled.cc:3672
2019
#: drizzled/drizzled.cc:3388
2111
2021
"Don't use the fast sort index method to created index if the temporary file "
2112
2022
"would get bigger than this."
2115
#: drizzled/drizzled.cc:3679
2025
#: drizzled/drizzled.cc:3395
2117
2027
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2118
2028
"disables parallel repair."
2121
#: drizzled/drizzled.cc:3685
2031
#: drizzled/drizzled.cc:3401
2123
2033
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2124
2034
"when creating indexes with CREATE INDEX or ALTER TABLE."
2127
#: drizzled/drizzled.cc:3691
2037
#: drizzled/drizzled.cc:3407
2129
2039
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2130
2040
"Possible values of name are 'nulls_unequal' (default behavior), "
2131
2041
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2134
#: drizzled/drizzled.cc:3698
2044
#: drizzled/drizzled.cc:3414
2135
2045
msgid "Buffer length for TCP/IP and socket communication."
2138
#: drizzled/drizzled.cc:3703
2048
#: drizzled/drizzled.cc:3419
2140
2050
"Number of seconds to wait for more data from a connection before aborting "
2144
#: drizzled/drizzled.cc:3709
2054
#: drizzled/drizzled.cc:3425
2146
2056
"If a read on a communication port is interrupted, retry this many times "
2147
2057
"before giving up."
2150
#: drizzled/drizzled.cc:3715
2060
#: drizzled/drizzled.cc:3431
2152
2062
"Number of seconds to wait for a block to be written to a connection before "
2153
2063
"aborting the write."
2156
#: drizzled/drizzled.cc:3721
2066
#: drizzled/drizzled.cc:3437
2157
2067
msgid "Use compatible behavior."
2160
#: drizzled/drizzled.cc:3726
2070
#: drizzled/drizzled.cc:3442
2162
"If this is not 0, then mysqld will use this value to reserve file "
2163
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2072
"If this is not 0, then drizzled will use this value to reserve file "
2073
"descriptors to use with setrlimit(). If this value is 0 then drizzled will "
2164
2074
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2165
2075
"larger) number of files."
2168
#: drizzled/drizzled.cc:3733
2078
#: drizzled/drizzled.cc:3449
2170
2080
"Controls the heuristic(s) applied during query optimization to prune less-"
2171
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2172
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2173
"on number of retrieved rows."
2081
"promising partial plans from the optimizer search space. Meaning: false - do "
2082
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
2083
"based on number of retrieved rows."
2176
#: drizzled/drizzled.cc:3741
2086
#: drizzled/drizzled.cc:3457
2178
2088
"Maximum depth of search performed by the query optimizer. Values larger than "
2179
2089
"the number of relations in a query result in better query plans, but take "
2184
2094
"(used for testing/comparison)."
2187
#: drizzled/drizzled.cc:3753
2097
#: drizzled/drizzled.cc:3469
2188
2098
msgid "Directory for plugins."
2191
#: drizzled/drizzled.cc:3757
2101
#: drizzled/drizzled.cc:3473
2193
"Optional comma separated list of plugins to load, where each plugin is "
2194
"identified by the name of the shared library. [for example: --"
2195
"plugin_load=libmd5udf.so]"
2103
"Optional colon (or semicolon) separated list of plugins to load,where each "
2104
"plugin is identified by the name of the shared library. [for example: --"
2105
"plugin_load=libmd5udf.so:libauth_pam.so]"
2198
#: drizzled/drizzled.cc:3763
2108
#: drizzled/drizzled.cc:3479
2199
2109
msgid "The size of the buffer that is allocated when preloading indexes"
2202
#: drizzled/drizzled.cc:3768
2112
#: drizzled/drizzled.cc:3484
2203
2113
msgid "Allocation block size for query parsing and execution"
2206
#: drizzled/drizzled.cc:3773
2116
#: drizzled/drizzled.cc:3489
2207
2117
msgid "Persistent buffer for query parsing and execution"
2210
#: drizzled/drizzled.cc:3779
2120
#: drizzled/drizzled.cc:3495
2211
2121
msgid "Allocation block size for storing ranges during optimization"
2214
#: drizzled/drizzled.cc:3785
2124
#: drizzled/drizzled.cc:3501
2216
2126
"Each thread that does a sequential scan allocates a buffer of this size for "
2217
2127
"each table it scans. If you do many sequential scans, you may want to "
2218
2128
"increase this value."
2221
#: drizzled/drizzled.cc:3793
2131
#: drizzled/drizzled.cc:3509
2223
2133
"Make all non-temporary tables read-only, with the exception for replication "
2224
2134
"(slave) threads and users with the SUPER privilege"
2227
#: drizzled/drizzled.cc:3799
2137
#: drizzled/drizzled.cc:3515
2229
2139
"When reading rows in sorted order after a sort, the rows are read through "
2230
2140
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2231
2141
"record_buffer."
2234
#: drizzled/drizzled.cc:3813
2144
#: drizzled/drizzled.cc:3523
2236
2146
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2240
#: drizzled/drizzled.cc:3819
2150
#: drizzled/drizzled.cc:3529
2241
2151
msgid "Maximum space to use for all relay logs."
2244
#: drizzled/drizzled.cc:3824
2154
#: drizzled/drizzled.cc:3534
2245
2155
msgid "Use compression on master/slave protocol."
2248
#: drizzled/drizzled.cc:3829
2158
#: drizzled/drizzled.cc:3539
2250
2160
"Number of seconds to wait for more data from a master/slave connection "
2251
2161
"before aborting the read."
2254
#: drizzled/drizzled.cc:3834
2164
#: drizzled/drizzled.cc:3544
2256
2166
"Number of times the slave SQL thread will retry a transaction in case it "
2257
2167
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2261
#: drizzled/drizzled.cc:3840
2171
#: drizzled/drizzled.cc:3550
2262
2172
msgid "Allow slave to batch requests."
2265
#: drizzled/drizzled.cc:3844
2175
#: drizzled/drizzled.cc:3554
2267
2177
"If creating the thread takes longer than this value (in seconds), the "
2268
2178
"Slow_launch_threads counter will be incremented."
2271
#: drizzled/drizzled.cc:3849
2181
#: drizzled/drizzled.cc:3559
2272
2182
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2275
#: drizzled/drizzled.cc:3855
2185
#: drizzled/drizzled.cc:3565
2277
2187
"Synchronously flush binary log to disk after every #th event. Use 0 "
2278
2188
"(default) to disable synchronous flushing."
2281
#: drizzled/drizzled.cc:3860
2191
#: drizzled/drizzled.cc:3570
2282
2192
msgid "The number of cached table definitions."
2285
#: drizzled/drizzled.cc:3864
2195
#: drizzled/drizzled.cc:3574
2286
2196
msgid "The number of cached open tables."
2289
#: drizzled/drizzled.cc:3868
2199
#: drizzled/drizzled.cc:3578
2291
2201
"Timeout in seconds to wait for a table level lock before returning an error. "
2292
2202
"Used only if the connection has active cursors."
2295
#: drizzled/drizzled.cc:3873
2205
#: drizzled/drizzled.cc:3583
2296
2206
msgid "How many threads we should keep in a cache for reuse."
2299
#: drizzled/drizzled.cc:3877
2209
#: drizzled/drizzled.cc:3587
2301
2211
"How many threads we should create to handle query requests in case of "
2302
2212
"'thread_handling=pool-of-threads'"
2305
#: drizzled/drizzled.cc:3882
2215
#: drizzled/drizzled.cc:3592
2306
2216
msgid "The stack size for each thread."
2309
#: drizzled/drizzled.cc:3888
2219
#: drizzled/drizzled.cc:3598
2310
2220
msgid "The TIME format (for future)."
2313
#: drizzled/drizzled.cc:3893
2223
#: drizzled/drizzled.cc:3603
2315
2225
"If an internal in-memory temporary table exceeds this size, MySQL will "
2316
2226
"automatically convert it to an on-disk MyISAM table."
2319
#: drizzled/drizzled.cc:3899
2229
#: drizzled/drizzled.cc:3609
2320
2230
msgid "Allocation block size for transactions to be stored in binary log"
2323
#: drizzled/drizzled.cc:3904
2233
#: drizzled/drizzled.cc:3614
2324
2234
msgid "Persistent buffer for transactions to be stored in binary log"
2327
#: drizzled/drizzled.cc:3909
2237
#: drizzled/drizzled.cc:3619
2329
2239
"The number of seconds the server waits for activity on a connection before "
2333
#: drizzled/drizzled.cc:4157
2243
#: drizzled/drizzled.cc:3866
2335
2245
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2336
2246
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5816
5692
"shutdown the Drizzle server and restart it."
5819
#: drizzled/log.cc:1539 drizzled/log.cc:1570 drizzled/log.cc:1819
5820
#: drizzled/log.cc:1941
5695
#: drizzled/log.cc:1527 drizzled/log.cc:1558 drizzled/log.cc:1807
5696
#: drizzled/log.cc:1929
5822
5698
msgid "Failed to delete file '%s'"
5825
#: drizzled/log.cc:1548 drizzled/log.cc:1827 drizzled/log.cc:1949
5701
#: drizzled/log.cc:1536 drizzled/log.cc:1815 drizzled/log.cc:1937
5828
5704
"a problem with deleting %s; consider examining correspondence of your binlog "
5829
5705
"index file to the actual binlog files"
5832
#: drizzled/log.cc:1675
5708
#: drizzled/log.cc:1663
5834
5710
msgid "next log error: %d offset: %s log: %s included: %d"
5837
#: drizzled/log.cc:1785 drizzled/log.cc:1909
5713
#: drizzled/log.cc:1773 drizzled/log.cc:1897
5839
5715
msgid "Failed to execute stat() on file '%s'"
5842
#: drizzled/log.cc:1796 drizzled/log.cc:1920
5718
#: drizzled/log.cc:1784 drizzled/log.cc:1908
5845
5721
"a problem with getting info on being purged %s; consider examining "
5846
5722
"correspondence of your binlog index file to the actual binlog files"
5849
#: drizzled/log.cc:3358 drizzled/log.cc:3851
5725
#: drizzled/log.cc:3219 drizzled/log.cc:3716
5851
5727
msgid "Recovering after a crash using %s"
5854
#: drizzled/log.cc:3361
5730
#: drizzled/log.cc:3222
5856
5732
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
5859
#: drizzled/log.cc:3698
5735
#: drizzled/log.cc:3563
5860
5736
msgid "Bad magic header in tc log"
5863
#: drizzled/log.cc:3708
5739
#: drizzled/log.cc:3573
5866
5742
"Recovery failed! You must enable exactly %d storage engines that support two-"
5867
5743
"phase commit protocol"
5870
#: drizzled/log.cc:3736
5746
#: drizzled/log.cc:3601
5872
5748
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5873
5749
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
5874
5750
"heuristic-recover={commit|rollback}"
5877
#: drizzled/log.cc:3766
5753
#: drizzled/log.cc:3631
5878
5754
msgid "Heuristic crash recovery mode"
5881
#: drizzled/log.cc:3768
5757
#: drizzled/log.cc:3633
5882
5758
msgid "Heuristic crash recovery failed"
5885
#: drizzled/log.cc:3769
5761
#: drizzled/log.cc:3634
5886
5762
msgid "Please restart mysqld without --tc-heuristic-recover"
5889
#: drizzled/log.cc:3813 drizzled/log.cc:3837
5765
#: drizzled/log.cc:3678 drizzled/log.cc:3702
5891
5767
msgid "find_log_pos() failed (error: %d)"
5894
#: drizzled/log.cc:3950
5770
#: drizzled/log.cc:3814
5896
5772
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5897
5773
"of memory error) and restart, or delete (or rename) binary log and start "
5898
5774
"mysqld with --tc-heuristic-recover={commit|rollback}"
5901
#: drizzled/log_event.cc:126
5777
#: drizzled/log_event.cc:135
5903
5779
msgid " %s, Error_code: %d;"
5906
#: drizzled/log_event.cc:130
5782
#: drizzled/log_event.cc:139
5909
5785
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
5910
5786
"master log %s, end_log_pos %lu"
5913
#: drizzled/log_event.cc:136
5789
#: drizzled/log_event.cc:145
5914
5790
msgid "<unknown>"
5917
#: drizzled/log_event.cc:878
5793
#: drizzled/log_event.cc:900
5920
5796
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
5923
#: drizzled/log_event.cc:1768
5799
#: drizzled/log_event.cc:1615
5926
5802
"Query partially completed on the master (error on master: %d) and was "
5938
5814
"Default database: '%s'. Query: '%s'"
5941
#: drizzled/log_event.cc:1799
5817
#: drizzled/log_event.cc:1646
5942
5818
msgid "no error"
5945
#: drizzled/log_event.cc:1819
5821
#: drizzled/log_event.cc:1666
5947
5823
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
5950
#: drizzled/log_event.cc:1821 drizzled/log_event.cc:5002
5951
#: drizzled/log_event.cc:5047 drizzled/log_event.cc:5818
5826
#: drizzled/log_event.cc:1668 drizzled/log_event.cc:4348
5827
#: drizzled/log_event.cc:4393 drizzled/log_event.cc:5142
5952
5828
msgid "unexpected success or fatal error"
5955
#: drizzled/log_event.cc:2337
5831
#: drizzled/log_event.cc:2158
5957
5833
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
5958
5834
"probable cause is that the master died while writing the transaction to its "
5959
5835
"binary log, thus rolled back too."
5962
#: drizzled/log_event.cc:3003
5838
#: drizzled/log_event.cc:2813
5965
5841
"Slave: load data infile on table '%s' at log position %s in log '%s' "
5966
5842
"produced %ld warning(s). Default database: '%s'"
5969
#: drizzled/log_event.cc:3053
5845
#: drizzled/log_event.cc:2863
5972
5848
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
5975
#: drizzled/log_event.cc:3065
5851
#: drizzled/log_event.cc:2875
5977
5853
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
5980
#: drizzled/log_event.cc:3780
5856
#: drizzled/log_event.cc:3140
5981
5857
msgid "Out of memory while recording slave event"
5984
#: drizzled/log_event.cc:4029 drizzled/log_event.cc:4055
5860
#: drizzled/log_event.cc:3389 drizzled/log_event.cc:3415
5986
5862
msgid "Error in Create_file event: could not open file '%s'"
5989
#: drizzled/log_event.cc:4041
5865
#: drizzled/log_event.cc:3401
5991
5867
msgid "Error in Create_file event: could not write to file '%s'"
5994
#: drizzled/log_event.cc:4062
5870
#: drizzled/log_event.cc:3422
5996
5872
msgid "Error in Create_file event: write to '%s' failed"
5999
#: drizzled/log_event.cc:4176
5875
#: drizzled/log_event.cc:3536
6001
5877
msgid "Error in %s event: could not create file '%s'"
6004
#: drizzled/log_event.cc:4185
5880
#: drizzled/log_event.cc:3545
6006
5882
msgid "Error in %s event: could not open file '%s'"
6009
#: drizzled/log_event.cc:4192
5885
#: drizzled/log_event.cc:3552
6011
5887
msgid "Error in %s event: write to '%s' failed"
6014
#: drizzled/log_event.cc:4354
5890
#: drizzled/log_event.cc:3714
6016
5892
msgid "Error in Exec_load event: could not open file '%s'"
6019
#: drizzled/log_event.cc:4364
5895
#: drizzled/log_event.cc:3724
6021
5897
msgid "Error in Exec_load event: file '%s' appears corrupted"
6024
#: drizzled/log_event.cc:4394
5900
#: drizzled/log_event.cc:3754
6026
5902
msgid "%s. Failed executing load from '%s'"
6029
#: drizzled/log_event.cc:4567
5905
#: drizzled/log_event.cc:3927
6030
5906
msgid "Not enough memory"
6033
#: drizzled/log_event.cc:4999
5909
#: drizzled/log_event.cc:4345
6035
5911
msgid "Error '%s' in %s event: when locking tables"
6038
#: drizzled/log_event.cc:5009
5914
#: drizzled/log_event.cc:4355
6040
5916
msgid "Error in %s event: when locking tables"
6043
#: drizzled/log_event.cc:5044
5919
#: drizzled/log_event.cc:4390
6045
5921
msgid "Error '%s' on reopening tables"
6048
#: drizzled/log_event.cc:5400
5924
#: drizzled/log_event.cc:4743
6050
5926
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6053
#: drizzled/log_event.cc:5815
5929
#: drizzled/log_event.cc:5139
6055
5931
msgid "Error '%s' on opening table `%s`.`%s`"
6149
6042
"Please use '--relay-log=%s' to avoid this problem."
6152
#: drizzled/rpl_rli.cc:162
6045
#: drizzled/replication/rli.cc:166
6153
6046
msgid "Failed in open_log() called from init_relay_log_info()"
6156
#: drizzled/rpl_rli.cc:184
6049
#: drizzled/replication/rli.cc:188
6157
6050
msgid "Failed to flush relay log info file"
6160
#: drizzled/rpl_rli.cc:187
6053
#: drizzled/replication/rli.cc:191
6161
6054
msgid "Error counting relay log space"
6164
#: drizzled/rpl_rli.cc:211
6057
#: drizzled/replication/rli.cc:215
6166
6059
msgid "log %s listed in the index, but failed to stat"
6169
#: drizzled/rpl_rli.cc:226
6062
#: drizzled/replication/rli.cc:230
6170
6063
msgid "Could not find first log while counting relay log space"
6173
#: drizzled/rpl_rli.cc:880
6066
#: drizzled/replication/rli.cc:884
6174
6067
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6177
#: drizzled/rpl_utility.cc:117
6070
#: drizzled/replication/utility.cc:117
6179
6072
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6182
#: drizzled/rpl_utility.cc:132
6075
#: drizzled/replication/utility.cc:132
6185
6078
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6186
6079
"Master's column size should be <= the slave's column size."
6189
#: drizzled/scheduler.cc:129
6082
#: drizzled/scheduler.cc:131
6190
6083
msgid "Memory allocation error in session_scheduler::init\n"
6193
#: drizzled/scheduler.cc:206
6086
#: drizzled/scheduler.cc:208
6194
6087
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6197
#: drizzled/scheduler.cc:212
6090
#: drizzled/scheduler.cc:214
6198
6091
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6201
#: drizzled/scheduler.cc:224
6094
#: drizzled/scheduler.cc:226
6202
6095
msgid "session_add_event event_add error in libevent_init\n"
6205
#: drizzled/scheduler.cc:240
6098
#: drizzled/scheduler.cc:242
6207
6100
msgid "Can't create completion port thread (error %d)"
6210
#: drizzled/scheduler.cc:353
6103
#: drizzled/scheduler.cc:355
6211
6104
msgid "event_add error in libevent_add_session_callback\n"
6214
#: drizzled/scheduler.cc:379
6107
#: drizzled/scheduler.cc:381
6215
6108
msgid "Scheduler init error in libevent_add_new_connection\n"
6218
#: drizzled/scheduler.cc:460
6111
#: drizzled/scheduler.cc:462
6219
6112
msgid "libevent_thread_proc: my_thread_init() failed\n"
6443
6336
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6446
#: drizzled/slave.cc:1949
6339
#: drizzled/slave.cc:1928
6447
6340
msgid "Failed during slave I/O thread initialization"
6450
#: drizzled/slave.cc:1963
6343
#: drizzled/slave.cc:1942
6451
6344
msgid "error in drizzle_create()"
6454
#: drizzled/slave.cc:1971
6347
#: drizzled/slave.cc:1950
6457
6350
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6458
6351
"'%s' at position %s"
6461
#: drizzled/slave.cc:1985
6354
#: drizzled/slave.cc:1964
6462
6355
msgid "Slave I/O thread killed while connecting to master"
6465
#: drizzled/slave.cc:2009
6358
#: drizzled/slave.cc:1988
6466
6359
msgid "Slave I/O thread couldn't register on master"
6469
#: drizzled/slave.cc:2021 drizzled/slave.cc:2045 drizzled/slave.cc:2069
6362
#: drizzled/slave.cc:2000 drizzled/slave.cc:2024 drizzled/slave.cc:2048
6470
6363
msgid "Forcing to reconnect slave I/O thread"
6473
#: drizzled/slave.cc:2034
6366
#: drizzled/slave.cc:2013
6474
6367
msgid "Failed on request_dump()"
6477
#: drizzled/slave.cc:2035
6370
#: drizzled/slave.cc:2014
6478
6371
msgid "Slave I/O thread killed while requesting master dump"
6481
#: drizzled/slave.cc:2061
6374
#: drizzled/slave.cc:2040
6482
6375
msgid "Waiting for master to send event"
6485
#: drizzled/slave.cc:2063
6378
#: drizzled/slave.cc:2042
6486
6379
msgid "Slave I/O thread killed while reading event"
6489
#: drizzled/slave.cc:2081
6382
#: drizzled/slave.cc:2060
6492
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6385
"Log entry on master is longer than max_allowed_packet (%u) on slave. If the "
6493
6386
"entry is correct, restart the server with a higher value of "
6494
6387
"max_allowed_packet"
6497
#: drizzled/slave.cc:2095
6390
#: drizzled/slave.cc:2074
6498
6391
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6501
#: drizzled/slave.cc:2105
6394
#: drizzled/slave.cc:2084
6502
6395
msgid "Queueing master event to the relay log"
6505
#: drizzled/slave.cc:2132
6398
#: drizzled/slave.cc:2111
6506
6399
msgid "Slave I/O thread aborted while waiting for relay log space"
6402
#: drizzled/slave.cc:2121
6404
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6509
6407
#: drizzled/slave.cc:2142
6511
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6514
#: drizzled/slave.cc:2163
6515
6408
msgid "Waiting for slave mutex on exit"
6518
#: drizzled/slave.cc:2227
6411
#: drizzled/slave.cc:2206
6519
6412
msgid "Failed during slave thread initialization"
6522
#: drizzled/slave.cc:2293
6415
#: drizzled/slave.cc:2272
6525
6418
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6526
6419
"s, relay log '%s' position: %s"
6529
#: drizzled/slave.cc:2307
6422
#: drizzled/slave.cc:2286
6530
6423
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6533
#: drizzled/slave.cc:2333
6426
#: drizzled/slave.cc:2312
6534
6427
msgid "Reading event from the relay log"
6537
#: drizzled/slave.cc:2358
6430
#: drizzled/slave.cc:2337
6539
6432
msgid "Slave (additional info): %s Error_code: %d"
6542
#: drizzled/slave.cc:2375
6435
#: drizzled/slave.cc:2354
6544
6437
msgid "Slave: %s Error_code: %d"
6547
#: drizzled/slave.cc:2378
6440
#: drizzled/slave.cc:2357
6550
6443
"Error loading user-defined library, slave SQL thread aborted. Install the "
6552
6445
"stopped at log '%s' position %s"
6555
#: drizzled/slave.cc:2386
6448
#: drizzled/slave.cc:2365
6558
6451
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6559
6452
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6562
#: drizzled/slave.cc:2398
6455
#: drizzled/slave.cc:2377
6565
6458
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6568
#: drizzled/slave.cc:2492
6461
#: drizzled/slave.cc:2466
6570
6463
msgid "Slave I/O: failed requesting download of '%s'"
6573
#: drizzled/slave.cc:2509
6466
#: drizzled/slave.cc:2483
6575
6468
msgid "Network read error downloading '%s' from master"
6578
#: drizzled/slave.cc:2531
6471
#: drizzled/slave.cc:2505
6579
6472
msgid "error writing Exec_load event to relay log"
6582
#: drizzled/slave.cc:2545
6475
#: drizzled/slave.cc:2519
6583
6476
msgid "error writing Create_file event to relay log"
6586
#: drizzled/slave.cc:2560
6479
#: drizzled/slave.cc:2534
6587
6480
msgid "error writing Append_block event to relay log"
6590
#: drizzled/slave.cc:2656
6483
#: drizzled/slave.cc:2630
6591
6484
msgid "Memory allocation failed"
6594
#: drizzled/slave.cc:2681 drizzled/slave.cc:2767
6487
#: drizzled/slave.cc:2655 drizzled/slave.cc:2741
6597
6490
"Read invalid event from master: '%s', master could be corrupt but a more "
6598
6491
"likely cause of this is a bug"
6601
#: drizzled/slave.cc:3039
6494
#: drizzled/slave.cc:3013
6602
6495
msgid "could not queue event from master"
6605
#: drizzled/slave.cc:3129
6498
#: drizzled/slave.cc:3103
6607
6500
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6610
#: drizzled/slave.cc:3131
6503
#: drizzled/slave.cc:3105
6611
6504
msgid "reconnecting"
6614
#: drizzled/slave.cc:3131
6507
#: drizzled/slave.cc:3105
6615
6508
msgid "connecting"
6618
#: drizzled/slave.cc:3155
6511
#: drizzled/slave.cc:3129
6621
6514
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6625
#: drizzled/slave.cc:3516
6518
#: drizzled/slave.cc:3490
6627
6520
msgid "next log '%s' is currently active"
6630
#: drizzled/slave.cc:3546
6523
#: drizzled/slave.cc:3520
6632
6525
msgid "next log '%s' is not active"
6635
#: drizzled/slave.cc:3562
6528
#: drizzled/slave.cc:3536
6638
6531
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6641
#: drizzled/slave.cc:3568
6534
#: drizzled/slave.cc:3542
6642
6535
msgid "Aborting slave SQL thread because of partial event read"
6645
#: drizzled/slave.cc:3574 drizzled/slave.cc:3581
6538
#: drizzled/slave.cc:3548 drizzled/slave.cc:3555
6647
6540
msgid "Error reading relay log event: %s"
6650
#: drizzled/slave.cc:3575
6543
#: drizzled/slave.cc:3549
6651
6544
msgid "slave SQL thread was killed"
6654
#: drizzled/slave.cc:3673
6547
#: drizzled/slave.cc:3647
6657
6550
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6658
6551
"check error log on slave for more info"
6661
#: drizzled/slave.cc:3679
6554
#: drizzled/slave.cc:3653
6664
6557
"According to the master's version ('%s'), it is probable that master suffers "
6671
6564
"Then replication can be restarted."
6674
#: drizzled/sql_base.cc:2546
6567
#: drizzled/sql_base.cc:2555
6676
6569
msgid "Table %s had a open data handler in reopen_table"
6679
#: drizzled/sql_base.cc:3197
6572
#: drizzled/sql_base.cc:3206
6681
6574
msgid "Couldn't repair table: %s.%s"
6684
#: drizzled/sql_base.cc:3240
6577
#: drizzled/sql_base.cc:3249
6687
6580
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6688
6581
"s`.`%s`' to the binary log"
6691
#: drizzled/sql_base.cc:3953
6584
#: drizzled/sql_base.cc:3857
6693
6586
msgid "Could not remove temporary table: '%s', error: %d"
6696
#: drizzled/sql_db.cc:399 drizzled/sql_db.cc:407
6698
msgid "Error while loading database options: '%s':"
6701
#: drizzled/sql_plugin.cc:678
6589
#: drizzled/sql_plugin.cc:682
6703
6591
msgid "Plugin '%s' of type %s failed deinitialization"
6706
#: drizzled/sql_plugin.cc:692
6594
#: drizzled/sql_plugin.cc:696
6708
6596
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6711
#: drizzled/sql_plugin.cc:812
6599
#: drizzled/sql_plugin.cc:816
6713
6601
msgid "Plugin '%s' registration as a %s failed."
6716
#: drizzled/sql_plugin.cc:1066
6604
#: drizzled/sql_plugin.cc:1070
6717
6605
msgid "plugin-load parameter too long"
6720
#: drizzled/sql_plugin.cc:1126
6608
#: drizzled/sql_plugin.cc:1130
6722
6610
msgid "Couldn't load plugin named '%s' with soname '%s'."
6725
#: drizzled/sql_plugin.cc:1177
6613
#: drizzled/sql_plugin.cc:1181
6727
6615
msgid "Forcing shutdown of %d plugins"
6730
#: drizzled/sql_plugin.cc:1199
6618
#: drizzled/sql_plugin.cc:1203
6732
6620
msgid "Plugin '%s' will be forced to shutdown"
6735
#: drizzled/sql_plugin.cc:1215
6623
#: drizzled/sql_plugin.cc:1219
6737
6625
msgid "Plugin '%s' has ref_count=%d after shutdown."
6740
#: drizzled/sql_plugin.cc:2464 drizzled/sql_plugin.cc:2527
6628
#: drizzled/sql_plugin.cc:2468 drizzled/sql_plugin.cc:2531
6742
6630
msgid "Unknown variable type code 0x%x in plugin '%s'."
6745
#: drizzled/sql_plugin.cc:2507
6633
#: drizzled/sql_plugin.cc:2511
6748
6636
"Server variable %s of plugin %s was forced to be read-only: string variable "
6749
6637
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6752
#: drizzled/sql_plugin.cc:2538
6640
#: drizzled/sql_plugin.cc:2542
6754
6642
msgid "Missing variable name in plugin '%s'."
6757
#: drizzled/sql_plugin.cc:2555
6645
#: drizzled/sql_plugin.cc:2559
6759
6647
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6762
#: drizzled/sql_plugin.cc:2674
6650
#: drizzled/sql_plugin.cc:2678
6764
6652
msgid "Out of memory for plugin '%s'."
6767
#: drizzled/sql_plugin.cc:2681
6655
#: drizzled/sql_plugin.cc:2685
6769
6657
msgid "Bad options for plugin '%s'."
6772
#: drizzled/sql_plugin.cc:2690
6660
#: drizzled/sql_plugin.cc:2694
6774
6662
msgid "Parsing options for plugin '%s' failed."
6777
#: drizzled/sql_plugin.cc:2733
6665
#: drizzled/sql_plugin.cc:2737
6779
6667
msgid "Plugin '%s' has conflicting system variables"
6782
#: drizzled/sql_plugin.cc:2743
6670
#: drizzled/sql_plugin.cc:2747
6784
6672
msgid "Plugin '%s' disabled by command line option"
6787
#: drizzled/sql_repl.cc:101
6788
msgid "Failed in send_file() while reading file name"
6791
#: drizzled/sql_repl.cc:114
6792
msgid "Failed in send_file() on open of file"
6795
#: drizzled/sql_repl.cc:122
6796
msgid "Failed in send_file() while writing data to client"
6799
#: drizzled/sql_repl.cc:131
6800
msgid "Failed in send_file() while negotiating file transfer close"
6803
#: drizzled/sql_table.cc:82
6675
#: drizzled/sql_table.cc:105
6805
6677
msgid "Invalid (old?) table or database name '%s'"
6808
#: drizzled/sql_table.cc:2716
6680
#: drizzled/sql_table.cc:2745
6810
6682
msgid "Unknown - internal error %d during operation"
6813
#: drizzled/sql_table.cc:5011
6685
#: drizzled/sql_table.cc:5018
6815
6687
msgid "Could not open table %s.%s after rename\n"
6818
#: drizzled/sql_table.cc:5178
6690
#: drizzled/sql_table.cc:5185
6821
6693
"order_st BY ignored because there is a user-defined clustered index in the "
6822
6694
"table '%-.192s'"
6825
#: drizzled/sql_udf.cc:39
6697
#: drizzled/sql_udf.cc:41
6826
6698
msgid "Can't allocate memory for udf structures"
6829
#: drizzled/table.cc:507
6701
#: drizzled/table.cc:502
6832
6704
"'%s' had no or invalid character set, and default character set is multi-"
6833
6705
"byte, so character column sizes may have changed"
6836
#: drizzled/table.cc:2082
6708
#: drizzled/table.cc:2077
6838
6710
msgid "Unknown collation '%s' in table '%-.64s' definition"
6841
#: drizzled/table.cc:2089
6713
#: drizzled/table.cc:2084
6844
6716
"Table '%-.64s' was created with a different version of MySQL and cannot be "
6848
#: drizzled/table.cc:2700
6720
#: drizzled/table.cc:2695
6851
6723
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6855
#: drizzled/table.cc:2726
6727
#: drizzled/table.cc:2721
6858
6730
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6859
6731
"have type %s, found type %s."
6862
#: drizzled/table.cc:2735
6734
#: drizzled/table.cc:2730
6865
6737
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6866
6738
"position %d to have character set '%s' but the type has no character set."
6869
#: drizzled/table.cc:2745
6741
#: drizzled/table.cc:2740
6872
6744
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6873
6745
"position %d to have character set '%s' but found character set '%s'."
6876
#: drizzled/table.cc:2756
6748
#: drizzled/table.cc:2751
6879
6751
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6880
6752
"have type %s but the column is not found."
6883
#: drizzled/table.cc:5182
6755
#: drizzled/table.cc:4871
6885
6757
msgid "Got error %d when reading table '%s'"
6888
#: drizzled/tztime.cc:1054
6760
#: drizzled/tztime.cc:1060
6890
6762
msgid "Fatal error: Illegal or unknown default time zone '%s'"
6894
6766
msgid "Error Messages to stderr"
6897
#: plugin/logging_query/logging_query.cc:120
6900
"thread_id=%ld query_id=%ld t_connect=%lld t_start=%lld t_lock=%lld command=%."
6901
"*s rows_sent=%ld rows_examined=%u\n"
6902
" db=\"%.*s\" query=\"%.*s\"\n"
6905
#: plugin/logging_query/logging_query.cc:161
6769
#: plugin/logging_query/logging_query.cc:162
6907
6771
msgid "fail open() fn=%s er=%s\n"
6910
#: plugin/logging_query/logging_query.cc:201
6774
#: plugin/logging_query/logging_query.cc:202
6911
6775
msgid "File to log to"
6914
#: plugin/logging_query/logging_query.cc:210
6778
#: plugin/logging_query/logging_query.cc:211
6915
6779
msgid "Enable logging"
6918
#: plugin/logging_query/logging_query.cc:219
6782
#: plugin/logging_query/logging_query.cc:220
6919
6783
msgid "Disable after this many seconds. Zero for forever"
6922
#: plugin/logging_query/logging_query.cc:232
6786
#: plugin/logging_query/logging_query.cc:233
6923
6787
msgid "Threshold for logging slow queries, in microseconds"
6926
#: plugin/logging_query/logging_query.cc:245
6790
#: plugin/logging_query/logging_query.cc:246
6927
6791
msgid "Threshold for logging big queries, for rows returned"
6930
#: plugin/logging_query/logging_query.cc:258
6794
#: plugin/logging_query/logging_query.cc:259
6931
6795
msgid "Threshold for logging big queries, for rows examined"
6934
#: plugin/logging_query/logging_query.cc:281
6798
#: plugin/logging_query/logging_query.cc:282
6935
6799
msgid "Log queries to a file"
6938
#: storage/myisam/ha_myisam.cc:448
6802
#: storage/myisam/ha_myisam.cc:453
6940
msgid "Got an error from thread_id=%lu, %s:%d"
6804
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6943
#: storage/myisam/ha_myisam.cc:451
6807
#: storage/myisam/ha_myisam.cc:457
6945
6809
msgid "Got an error from unknown thread, %s:%d"
6948
#: storage/myisam/ha_myisam.cc:456
6812
#: storage/myisam/ha_myisam.cc:462
6949
6813
msgid "Unknown thread accessing table"
6952
#: storage/myisam/my_handler_errors.c:32
6816
#: storage/myisam/my_handler_errors.c:34
6953
6817
msgid "Didn't find key on read or update"
6956
#: storage/myisam/my_handler_errors.c:34
6820
#: storage/myisam/my_handler_errors.c:36
6957
6821
msgid "Duplicate key on write or update"
6960
#: storage/myisam/my_handler_errors.c:36
6824
#: storage/myisam/my_handler_errors.c:38
6961
6825
msgid "Internal (unspecified) error in handler"
6964
#: storage/myisam/my_handler_errors.c:38
6828
#: storage/myisam/my_handler_errors.c:40
6966
6830
"Someone has changed the row since it was read (while the table was locked to "
6970
#: storage/myisam/my_handler_errors.c:41
6834
#: storage/myisam/my_handler_errors.c:43
6971
6835
msgid "Wrong index given to function"
6974
#: storage/myisam/my_handler_errors.c:43
6838
#: storage/myisam/my_handler_errors.c:45
6975
6839
msgid "Undefined handler error 125"
6978
#: storage/myisam/my_handler_errors.c:45
6842
#: storage/myisam/my_handler_errors.c:47
6979
6843
msgid "Index file is crashed"
6982
#: storage/myisam/my_handler_errors.c:47
6846
#: storage/myisam/my_handler_errors.c:49
6983
6847
msgid "Record file is crashed"
6986
#: storage/myisam/my_handler_errors.c:49
6850
#: storage/myisam/my_handler_errors.c:51
6987
6851
msgid "Out of memory in engine"
6990
#: storage/myisam/my_handler_errors.c:51
6854
#: storage/myisam/my_handler_errors.c:53
6991
6855
msgid "Undefined handler error 129"
6994
#: storage/myisam/my_handler_errors.c:53
6858
#: storage/myisam/my_handler_errors.c:55
6995
6859
msgid "Incorrect file format"
6998
#: storage/myisam/my_handler_errors.c:55
6862
#: storage/myisam/my_handler_errors.c:57
6999
6863
msgid "Command not supported by database"
7002
#: storage/myisam/my_handler_errors.c:57
6866
#: storage/myisam/my_handler_errors.c:59
7003
6867
msgid "Old database file"
7006
#: storage/myisam/my_handler_errors.c:59
6870
#: storage/myisam/my_handler_errors.c:61
7007
6871
msgid "No record read before update"
7010
#: storage/myisam/my_handler_errors.c:61
6874
#: storage/myisam/my_handler_errors.c:63
7011
6875
msgid "Record was already deleted (or record file crashed)"
7014
#: storage/myisam/my_handler_errors.c:63
6878
#: storage/myisam/my_handler_errors.c:65
7015
6879
msgid "No more room in record file"
7018
#: storage/myisam/my_handler_errors.c:65
6882
#: storage/myisam/my_handler_errors.c:67
7019
6883
msgid "No more room in index file"
7022
#: storage/myisam/my_handler_errors.c:67
6886
#: storage/myisam/my_handler_errors.c:69
7023
6887
msgid "No more records (read after end of file)"
7026
#: storage/myisam/my_handler_errors.c:69
6890
#: storage/myisam/my_handler_errors.c:71
7027
6891
msgid "Unsupported extension used for table"
7030
#: storage/myisam/my_handler_errors.c:71
6894
#: storage/myisam/my_handler_errors.c:73
7031
6895
msgid "Too big row"
7034
#: storage/myisam/my_handler_errors.c:73
6898
#: storage/myisam/my_handler_errors.c:75
7035
6899
msgid "Wrong create options"
7038
#: storage/myisam/my_handler_errors.c:75
6902
#: storage/myisam/my_handler_errors.c:77
7039
6903
msgid "Duplicate unique key or constraint on write or update"
7042
#: storage/myisam/my_handler_errors.c:77
6906
#: storage/myisam/my_handler_errors.c:79
7043
6907
msgid "Unknown character set used in table"
7046
#: storage/myisam/my_handler_errors.c:79
6910
#: storage/myisam/my_handler_errors.c:81
7047
6911
msgid "Conflicting table definitions in sub-tables of MERGE table"
7050
#: storage/myisam/my_handler_errors.c:81
6914
#: storage/myisam/my_handler_errors.c:83
7051
6915
msgid "Table is crashed and last repair failed"
7054
#: storage/myisam/my_handler_errors.c:83
6918
#: storage/myisam/my_handler_errors.c:85
7055
6919
msgid "Table was marked as crashed and should be repaired"
7058
#: storage/myisam/my_handler_errors.c:85
6922
#: storage/myisam/my_handler_errors.c:87
7059
6923
msgid "Lock timed out; Retry transaction"
7062
#: storage/myisam/my_handler_errors.c:87
6926
#: storage/myisam/my_handler_errors.c:89
7063
6927
msgid "Lock table is full; Restart program with a larger locktable"
7066
#: storage/myisam/my_handler_errors.c:89
6930
#: storage/myisam/my_handler_errors.c:91
7067
6931
msgid "Updates are not allowed under a read only transactions"
7070
#: storage/myisam/my_handler_errors.c:91
6934
#: storage/myisam/my_handler_errors.c:93
7071
6935
msgid "Lock deadlock; Retry transaction"
7074
#: storage/myisam/my_handler_errors.c:93
6938
#: storage/myisam/my_handler_errors.c:95
7075
6939
msgid "Foreign key constraint is incorrectly formed"
7078
#: storage/myisam/my_handler_errors.c:95
6942
#: storage/myisam/my_handler_errors.c:97
7079
6943
msgid "Cannot add a child row"
7082
#: storage/myisam/my_handler_errors.c:97
6946
#: storage/myisam/my_handler_errors.c:99
7083
6947
msgid "Cannot delete a parent row"
7086
#: storage/myisam/my_handler_errors.c:99
6950
#: storage/myisam/my_handler_errors.c:101
7087
6951
msgid "No savepoint with that name"
7090
#: storage/myisam/my_handler_errors.c:101
6954
#: storage/myisam/my_handler_errors.c:103
7091
6955
msgid "Non unique key block size"
7094
#: storage/myisam/my_handler_errors.c:103
6958
#: storage/myisam/my_handler_errors.c:105
7095
6959
msgid "The table does not exist in engine"
7098
#: storage/myisam/my_handler_errors.c:105
6962
#: storage/myisam/my_handler_errors.c:107
7099
6963
msgid "The table already existed in storage engine"
7102
#: storage/myisam/my_handler_errors.c:107
6966
#: storage/myisam/my_handler_errors.c:109
7103
6967
msgid "Could not connect to storage engine"
7106
#: storage/myisam/my_handler_errors.c:109
6970
#: storage/myisam/my_handler_errors.c:111
7107
6971
msgid "Unexpected null pointer found when using spatial index"
7110
#: storage/myisam/my_handler_errors.c:111
6974
#: storage/myisam/my_handler_errors.c:113
7111
6975
msgid "The table changed in storage engine"
7114
#: storage/myisam/my_handler_errors.c:113
6978
#: storage/myisam/my_handler_errors.c:115
7115
6979
msgid "There's no partition in table for the given value"
7118
#: storage/myisam/my_handler_errors.c:115
6982
#: storage/myisam/my_handler_errors.c:117
7119
6983
msgid "Row-based binlogging of row failed"
7122
#: storage/myisam/my_handler_errors.c:117
6986
#: storage/myisam/my_handler_errors.c:119
7123
6987
msgid "Index needed in foreign key constraint"
7126
#: storage/myisam/my_handler_errors.c:119
6990
#: storage/myisam/my_handler_errors.c:121
7127
6991
msgid "Upholding foreign key constraints would lead to a duplicate key error"
7130
#: storage/myisam/my_handler_errors.c:121
6994
#: storage/myisam/my_handler_errors.c:123
7131
6995
msgid "Table needs to be upgraded before it can be used"
7134
#: storage/myisam/my_handler_errors.c:123
6998
#: storage/myisam/my_handler_errors.c:125
7135
6999
msgid "Table is read only"
7138
#: storage/myisam/my_handler_errors.c:125
7002
#: storage/myisam/my_handler_errors.c:127
7139
7003
msgid "Failed to get next auto increment value"
7142
#: storage/myisam/my_handler_errors.c:127
7006
#: storage/myisam/my_handler_errors.c:129
7143
7007
msgid "Failed to set row auto increment value"
7146
#: storage/myisam/my_handler_errors.c:129
7010
#: storage/myisam/my_handler_errors.c:131
7147
7011
msgid "Unknown (generic) error from engine"
7150
#: storage/myisam/my_handler_errors.c:131
7014
#: storage/myisam/my_handler_errors.c:133
7151
7015
msgid "Record is the same"
7154
#: storage/myisam/my_handler_errors.c:133
7018
#: storage/myisam/my_handler_errors.c:135
7155
7019
msgid "It is not possible to log this statement"
7158
#: storage/myisam/my_handler_errors.c:135
7022
#: storage/myisam/my_handler_errors.c:137
7159
7023
msgid "Tablespace exists"
7162
#: storage/myisam/my_handler_errors.c:137
7026
#: storage/myisam/my_handler_errors.c:139
7163
7027
msgid "The event was corrupt, leading to illegal data being read"
7166
#: storage/myisam/my_handler_errors.c:139
7030
#: storage/myisam/my_handler_errors.c:141
7167
7031
msgid "The table is of a new format not supported by this version"
7170
#: storage/myisam/my_handler_errors.c:141
7034
#: storage/myisam/my_handler_errors.c:143
7171
7035
msgid "The event could not be processed no other hanlder error happened"
7174
#: storage/myisam/my_handler_errors.c:143
7038
#: storage/myisam/my_handler_errors.c:145
7175
7039
msgid "Got a fatal error during initialzaction of handler"
7178
#: storage/myisam/my_handler_errors.c:145
7042
#: storage/myisam/my_handler_errors.c:147
7179
7043
msgid "File to short; Expected more data in file"
7182
#: storage/myisam/my_handler_errors.c:147
7046
#: storage/myisam/my_handler_errors.c:149
7183
7047
msgid "Read page with wrong checksum"
7186
#: storage/myisam/my_handler_errors.c:149
7050
#: storage/myisam/my_handler_errors.c:151
7187
7051
msgid "Lock or active transaction"
7190
#: storage/myisam/my_handler_errors.c:151
7054
#: storage/myisam/my_handler_errors.c:153
7191
7055
msgid "No such table space"
7194
#: storage/myisam/my_handler_errors.c:153
7058
#: storage/myisam/my_handler_errors.c:155
7195
7059
msgid "Tablespace not empty"