1191
1191
msgid "Tablespace not empty"
1194
#: drizzled/drizzled.cc:551
1196
msgid "Got error %d from pthread_cond_timedwait"
1199
#: drizzled/drizzled.cc:691 drizzled/drizzled.cc:1769
1200
msgid "Can't create thread to kill server"
1203
#: drizzled/drizzled.cc:758
1205
msgid "Got signal %d from thread %ld"
1208
#: drizzled/drizzled.cc:792
1212
#: drizzled/drizzled.cc:991
1213
msgid "One can only use the --user switch if running as root\n"
1216
#: drizzled/drizzled.cc:999
1218
"Fatal error: Please read \"Security\" section of the manual to find out how "
1219
"to run mysqld as root!\n"
1222
#: drizzled/drizzled.cc:1023
1225
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1229
#: drizzled/drizzled.cc:1198
1231
msgid "Retrying bind on TCP/IP port %u"
1234
#: drizzled/drizzled.cc:1204
1235
msgid "Can't start server: Bind on TCP/IP port"
1238
#: drizzled/drizzled.cc:1205
1240
msgid "Do you already have another drizzled server running on port: %d ?"
1243
#: drizzled/drizzled.cc:1211
1244
msgid "Can't start server: listen() on TCP/IP port"
1247
#: drizzled/drizzled.cc:1212
1249
msgid "listen() on TCP/IP failed with error %d"
1252
#: drizzled/drizzled.cc:1592
1254
"setrlimit could not change the size of core files to 'infinity'; We may not "
1255
"be able to generate a core file on signals"
1258
#: drizzled/drizzled.cc:1661
1260
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1263
#: drizzled/drizzled.cc:1749
1265
msgid "Got signal %d to shutdown mysqld"
1268
#: drizzled/drizzled.cc:1796
1270
msgid "Got signal: %d error: %d"
1273
#: drizzled/drizzled.cc:2064
1275
msgid "gethostname failed, using '%s' as hostname"
1278
#: drizzled/drizzled.cc:2128
1281
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1284
#: drizzled/drizzled.cc:2133
1287
"Could not increase number of max_open_files to more than %u (request: %u)"
1290
#: drizzled/drizzled.cc:2215
1292
msgid "Unknown locale: '%s'"
1295
#: drizzled/drizzled.cc:2235
1297
"Although a path was specified for the --log option, log tables are used. To "
1298
"enable logging to files use the --log-output option."
1301
#: drizzled/drizzled.cc:2242
1303
"Although a path was specified for the --log-slow-queries option, log tables "
1304
"are used. To enable logging to files use the --log-output=file option."
1307
#: drizzled/drizzled.cc:2312
1308
msgid "Can't create thread-keys"
1311
#: drizzled/drizzled.cc:2359
1312
msgid "Out of memory"
1315
#: drizzled/drizzled.cc:2366
1316
msgid "You need to use --log-bin to make --binlog-format work."
1319
#: drizzled/drizzled.cc:2388
1321
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1322
"impossible, it would lead to infinite loops in this server."
1325
#: drizzled/drizzled.cc:2408
1328
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1329
"replication may break when this Drizzle server acts as a master and has his "
1330
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1333
#: drizzled/drizzled.cc:2442
1334
msgid "Failed to initialize plugins."
1337
#: drizzled/drizzled.cc:2482
1338
msgid "Can't init databases"
1341
#: drizzled/drizzled.cc:2505
1343
msgid "Unknown/unsupported table type: %s"
1346
#: drizzled/drizzled.cc:2511
1348
msgid "Default storage engine (%s) is not available"
1351
#: drizzled/drizzled.cc:2534
1352
msgid "Can't initialize tc_log"
1355
#: drizzled/drizzled.cc:2565
1357
msgid "Failed to lock memory. Errno: %d\n"
1360
#: drizzled/drizzled.cc:2635
1362
msgid "Asked for %u thread stack, but got %llu"
1365
#: drizzled/drizzled.cc:2671
1367
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1368
"value: we force server id to 1; updates will be logged to the binary log, "
1369
"but connections from slaves will not be accepted."
1372
#: drizzled/drizzled.cc:2729
1373
msgid "Before Lock_thread_count"
1376
#: drizzled/drizzled.cc:2736
1377
msgid "After lock_thread_count"
1380
#: drizzled/drizzled.cc:2845
1382
msgid "drizzled: Got error %d from select"
1385
#: drizzled/drizzled.cc:3100 drizzled/drizzled.cc:3219
1386
#: drizzled/drizzled.cc:3393
1387
msgid "Option used by mysql-test for debugging and testing of replication."
1390
#: drizzled/drizzled.cc:3104
1391
msgid "Auto-increment columns are incremented by this"
1394
#: drizzled/drizzled.cc:3109
1396
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1400
#: drizzled/drizzled.cc:3115
1402
"Path to installation directory. All paths are usually resolved relative to "
1406
#: drizzled/drizzled.cc:3119
1407
msgid "IP address to bind to."
1410
#: drizzled/drizzled.cc:3123
1412
"Does not have any effect without '--log-bin'. Tell the master the form of "
1413
"binary logging to use: either 'row' for row-based binary logging, or "
1414
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1415
"statement-based binary logging except for those statements where only row-"
1416
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1417
"the UUID() function; for those, row-based binary logging is automatically "
1421
#: drizzled/drizzled.cc:3133
1423
"Tells the master it should log updates for the specified database, and "
1424
"exclude all others not explicitly mentioned."
1427
#: drizzled/drizzled.cc:3137
1429
"Tells the master that updates to the given database should not be logged "
1433
#: drizzled/drizzled.cc:3141
1435
"The maximum size of a row-based binary log event in bytes. Rows will be "
1436
"grouped into events smaller than this size if possible. The value has to be "
1437
"a multiple of 256."
1440
#: drizzled/drizzled.cc:3152
1441
msgid "Don't ignore client side character set value sent during handshake."
1444
#: drizzled/drizzled.cc:3157
1445
msgid "Set the filesystem character set."
1448
#: drizzled/drizzled.cc:3169
1449
msgid "Chroot mysqld daemon during startup."
1452
#: drizzled/drizzled.cc:3173
1453
msgid "Set the default collation."
1456
#: drizzled/drizzled.cc:3177
1457
msgid "Default completion type."
1460
#: drizzled/drizzled.cc:3182
1461
msgid "Write error output on screen."
1464
#: drizzled/drizzled.cc:3186
1465
msgid "Write core on errors."
1468
#: drizzled/drizzled.cc:3190
1469
msgid "Path to the database root."
1472
#: drizzled/drizzled.cc:3194
1474
"Set the default character set (deprecated option, use --character-set-server "
1478
#: drizzled/drizzled.cc:3199
1480
"Set the default collation (deprecated option, use --collation-server "
1484
#: drizzled/drizzled.cc:3204
1485
msgid "Set the default storage engine (table type) for tables."
1488
#: drizzled/drizzled.cc:3208
1489
msgid "Set the default time zone."
1492
#: drizzled/drizzled.cc:3212
1493
msgid "Type of DELAY_KEY_WRITE."
1496
#: drizzled/drizzled.cc:3215
1498
"Don't flush key buffers between writes for any MyISAM table (Deprecated "
1499
"option, use --delay-key-write=all instead)."
1502
#: drizzled/drizzled.cc:3225
1503
msgid "Print a symbolic stack trace on failure."
1506
#: drizzled/drizzled.cc:3231
1507
msgid "Push supported query conditions to the storage engine."
1510
#: drizzled/drizzled.cc:3237
1511
msgid "Used for debugging; Use at your own risk!"
1514
#: drizzled/drizzled.cc:3240
1515
msgid "Flush tables to disk between SQL commands."
1518
#: drizzled/drizzled.cc:3245
1519
msgid "Set up signals usable for debugging"
1522
#: drizzled/drizzled.cc:3249
1523
msgid "Enable general query log"
1526
#: drizzled/drizzled.cc:3253
1527
msgid "Command(s) that are executed for each new connection"
1530
#: drizzled/drizzled.cc:3257
1531
msgid "Read SQL commands from this file at startup."
1534
#: drizzled/drizzled.cc:3261
1535
msgid "Command(s) that are executed when a slave connects to this master"
1538
#: drizzled/drizzled.cc:3265
1542
#: drizzled/drizzled.cc:3269
1543
msgid "Set the language used for the month names and the days of the week."
1546
#: drizzled/drizzled.cc:3274
1547
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1550
#: drizzled/drizzled.cc:3279
1551
msgid "Log connections and queries to file."
1554
#: drizzled/drizzled.cc:3283
1556
"Log update queries in binary format. Optional argument is the location for "
1557
"the binary log files.(Strongly recommended to avoid replication problems if "
1558
"server's hostname changes)"
1561
#: drizzled/drizzled.cc:3290
1562
msgid "File that holds the names for last binary log files."
1565
#: drizzled/drizzled.cc:3298
1567
"If equal to 0 (the default), then when --log-bin is used, creation of a "
1568
"stored function (or trigger) is allowed only to users having the SUPER "
1569
"privilege and only if this stored function (trigger) may not break binary "
1570
"logging. Note that if ALL connections to this server ALWAYS use row-based "
1571
"binary logging, the security issues do not exist and the binary logging "
1572
"cannot break, so you can safely set this to 1."
1575
#: drizzled/drizzled.cc:3307
1576
msgid "Error log file."
1579
#: drizzled/drizzled.cc:3311
1580
msgid "Log all MyISAM changes to file."
1583
#: drizzled/drizzled.cc:3315
1585
"Log some extra information to update log. Please note that this option is "
1586
"deprecated; see --log-queries-not-using-indexes option."
1589
#: drizzled/drizzled.cc:3320
1591
"Syntax: log-output[=value[,value...]], where \"value\" could be TABLE, FILE "
1595
#: drizzled/drizzled.cc:3326
1597
"Log queries that are executed without benefit of any index to the slow log "
1601
#: drizzled/drizzled.cc:3332
1602
msgid "Don't log extra information to update and slow-query logs."
1605
#: drizzled/drizzled.cc:3336
1607
"Tells the slave to log the updates from the slave thread to the binary log. "
1608
"You will need to turn it on if you plan to daisy-chain the slaves."
1611
#: drizzled/drizzled.cc:3343
1613
"Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to the "
1614
"slow log if it is open."
1617
#: drizzled/drizzled.cc:3349
1619
"Log slow statements executed by slave thread to the slow log if it is open."
1622
#: drizzled/drizzled.cc:3355
1624
"Log slow queries to a table or log file. Defaults logging to table mysql."
1625
"slow_log or hostname-slow.log if --log-output=file is used. Must be enabled "
1626
"to activate other slow log options."
1629
#: drizzled/drizzled.cc:3361
1631
"Path to transaction coordinator log (used for transactions that affect more "
1632
"than one storage engine, when binary log is disabled)"
1635
#: drizzled/drizzled.cc:3367
1636
msgid "Size of transaction coordinator log."
1639
#: drizzled/drizzled.cc:3373
1640
msgid "Log some not critical warnings to the log file."
1643
#: drizzled/drizzled.cc:3378
1644
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1647
#: drizzled/drizzled.cc:3383
1649
"The location and name of the file that remembers the master and where the I/"
1650
"O replication thread is in the master's binlogs."
1653
#: drizzled/drizzled.cc:3388
1655
"The number of tries the slave will make to connect to the master before "
1659
#: drizzled/drizzled.cc:3397
1660
msgid "Lock mysqld in memory."
1663
#: drizzled/drizzled.cc:3401
1665
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1666
"BACKUP, FORCE or QUICK."
1669
#: drizzled/drizzled.cc:3406
1670
msgid "Use very new possible 'unsafe' functions."
1673
#: drizzled/drizzled.cc:3411
1674
msgid "Use old, non-optimized alter table."
1677
#: drizzled/drizzled.cc:3416
1679
"Enable old-style user limits (before 5.0.3 user resources were counted per "
1680
"each user+host vs. per account)"
1683
#: drizzled/drizzled.cc:3421
1684
msgid "Pid file used by safe_mysqld."
1687
#: drizzled/drizzled.cc:3425
1689
"Port number to use for connection or 0 for default to, in order of "
1690
"preference, my.cnf, $DRIZZLE_TCP_PORT, /etc/services, built-in default ("
1693
#: drizzled/drizzled.cc:3434
1695
"Maximum time in seconds to wait for the port to become free. (Default: no "
1699
#: drizzled/drizzled.cc:3439
1700
msgid "The location and name to use for relay logs."
1703
#: drizzled/drizzled.cc:3443
1705
"The location and name to use for the file that keeps a list of the last "
1709
#: drizzled/drizzled.cc:3448
1711
"The location and name of the file that remembers where the SQL replication "
1712
"thread is in the relay logs."
1715
#: drizzled/drizzled.cc:3453
1717
"Tells the slave thread to restrict replication to the specified database. To "
1718
"specify more than one database, use the directive multiple times, once for "
1719
"each database. Note that this will only work if you do not use cross-"
1720
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
1721
"having selected a different or no database. If you need cross database "
1722
"updates to work, use replicate-wild-do-table=db_name.%."
1725
#: drizzled/drizzled.cc:3462
1727
"Tells the slave thread to restrict replication to the specified table. To "
1728
"specify more than one table, use the directive multiple times, once for each "
1729
"table. This will work for cross-database updates, in contrast to replicate-"
1733
#: drizzled/drizzled.cc:3468
1735
"Tells the slave thread to not replicate to the specified database. To "
1736
"specify more than one database to ignore, use the directive multiple times, "
1737
"once for each database. This option will not work if you use cross database "
1738
"updates. If you need cross database updates to work, use replicate-wild-"
1739
"ignore-table=db_name.%. "
1742
#: drizzled/drizzled.cc:3475
1744
"Tells the slave thread to not replicate to the specified table. To specify "
1745
"more than one table to ignore, use the directive multiple times, once for "
1746
"each table. This will work for cross-datbase updates, in contrast to "
1747
"replicate-ignore-db."
1750
#: drizzled/drizzled.cc:3481
1752
"Updates to a database with a different name than the original. Example: "
1753
"replicate-rewrite-db=master_db_name->slave_db_name."
1756
#: drizzled/drizzled.cc:3485
1758
"In replication, if set to 1, do not skip events having our server id. "
1759
"Default value is 0 (to break infinite loops in circular replication). Can't "
1760
"be set to 1 if --log-slave-updates is used."
1763
#: drizzled/drizzled.cc:3492
1765
"Tells the slave thread to restrict replication to the tables that match the "
1766
"specified wildcard pattern. To specify more than one table, use the "
1767
"directive multiple times, once for each table. This will work for cross-"
1768
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
1769
"only updates to tables in all databases that start with foo and whose table "
1770
"names start with bar."
1773
#: drizzled/drizzled.cc:3500
1775
"Tells the slave thread to not replicate to the tables that match the given "
1776
"wildcard pattern. To specify more than one table to ignore, use the "
1777
"directive multiple times, once for each table. This will work for cross-"
1778
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
1779
"updates to tables in databases that start with foo and whose table names "
1783
#: drizzled/drizzled.cc:3509
1785
"Hostname or IP of the slave to be reported to to the master during slave "
1786
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
1787
"you do not want the slave to register itself with the master. Note that it "
1788
"is not sufficient for the master to simply read the IP of the slave off the "
1789
"socket once the slave connects. Due to NAT and other routing issues, that IP "
1790
"may not be valid for connecting to the slave from the master or other hosts."
1793
#: drizzled/drizzled.cc:3522
1795
"Port for connecting to slave reported to the master during slave "
1796
"registration. Set it only if the slave is listening on a non-default port or "
1797
"if you have a special tunnel from the master or other clients to the slave. "
1798
"If not sure, leave this option unset."
1801
#: drizzled/drizzled.cc:3529
1802
msgid "Skip some optimize stages (for testing)."
1805
#: drizzled/drizzled.cc:3532
1807
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1808
"specified directory"
1811
#: drizzled/drizzled.cc:3537
1813
"Uniquely identifies the server instance in the community of replication "
1817
#: drizzled/drizzled.cc:3542
1819
"Change the value of a variable. Please note that this option is deprecated;"
1820
"you can set variables directly with --variable-name=value."
1823
#: drizzled/drizzled.cc:3546
1824
msgid "Don't use new, possible wrong routines."
1827
#: drizzled/drizzled.cc:3549
1828
msgid "If set, slave is not autostarted."
1831
#: drizzled/drizzled.cc:3553
1832
msgid "Don't print a stack trace on failure."
1835
#: drizzled/drizzled.cc:3557
1837
"Don't allow symlinking of tables. Deprecated option. Use --skip-symbolic-"
1841
#: drizzled/drizzled.cc:3561
1842
msgid "Don't give threads different priorities."
1845
#: drizzled/drizzled.cc:3565
1847
"The location where the slave should put its temporary files when replicating "
1848
"a LOAD DATA INFILE command."
1851
#: drizzled/drizzled.cc:3570
1853
"Tells the slave thread to continue replication when a query event returns an "
1854
"error from the provided list."
1857
#: drizzled/drizzled.cc:3574
1859
"Modes for how replication events should be executed. Legal values are "
1860
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
1861
"stop for operations that are idempotent. In STRICT mode, replication will "
1862
"stop on any unexpected difference between the master and the slave."
1865
#: drizzled/drizzled.cc:3582
1866
msgid "Enable|disable slow query log"
1869
#: drizzled/drizzled.cc:3586
1873
#: drizzled/drizzled.cc:3589
1874
msgid "Enable symbolic link support."
1877
#: drizzled/drizzled.cc:3598
1879
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1882
#: drizzled/drizzled.cc:3603
1884
"Decision to use in heuristic recover process. Possible values are COMMIT or "
1888
#: drizzled/drizzled.cc:3608
1890
"Using this option will cause most temporary files created to use a small set "
1891
"of names, rather than a unique name for each new file."
1894
#: drizzled/drizzled.cc:3613
1896
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1899
#: drizzled/drizzled.cc:3618
1901
"Path for temporary files. Several paths may be specified, separated by a "
1902
"colon (:), in this case they are used in a round-robin fashion."
1905
#: drizzled/drizzled.cc:3624
1906
msgid "Default transaction isolation level."
1909
#: drizzled/drizzled.cc:3628
1911
"Enable symbolic link support. Deprecated option; use --symbolic-links "
1915
#: drizzled/drizzled.cc:3633
1916
msgid "Run mysqld daemon as user."
1919
#: drizzled/drizzled.cc:3641
1920
msgid "Deprecated; use --log-warnings instead."
1923
#: drizzled/drizzled.cc:3646
1925
"The number of outstanding connection requests MySQL can have. This comes "
1926
"into play when the main MySQL thread gets very many connection requests in a "
1930
#: drizzled/drizzled.cc:3652
1932
"The size of the cache to hold the SQL statements for the binary log during a "
1933
"transaction. If you often use big, multi-statement transactions you can "
1934
"increase this to get more performance."
1937
#: drizzled/drizzled.cc:3658
1939
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1943
#: drizzled/drizzled.cc:3664
1945
"The number of seconds the mysqld server is waiting for a connect packet "
1946
"before responding with 'Bad handshake'."
1949
#: drizzled/drizzled.cc:3669
1950
msgid "The DATE format (For future)."
1953
#: drizzled/drizzled.cc:3674
1954
msgid "The DATETIME/TIMESTAMP format (for future)."
1957
#: drizzled/drizzled.cc:3679
1958
msgid "The default week format used by WEEK() functions."
1961
#: drizzled/drizzled.cc:3684
1963
"Precision of the result of '/' operator will be increased on that value."
1966
#: drizzled/drizzled.cc:3690
1968
"If non-zero, binary logs will be purged after expire_logs_days days; "
1969
"possible purges happen at startup and at binary log rotation."
1972
#: drizzled/drizzled.cc:3696
1973
msgid "The maximum length of the result of function group_concat."
1976
#: drizzled/drizzled.cc:3701
1978
"The number of seconds the server waits for activity on an interactive "
1979
"connection before closing it."
1982
#: drizzled/drizzled.cc:3707
1983
msgid "The size of the buffer that is used for full joins."
1986
#: drizzled/drizzled.cc:3713
1987
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1990
#: drizzled/drizzled.cc:3727
1992
"This characterizes the number of hits a hot block has to be untouched until "
1993
"it is considered aged enough to be downgraded to a warm block. This "
1994
"specifies the percentage ratio of that number of hits to the total number of "
1995
"blocks in key cache"
1998
#: drizzled/drizzled.cc:3736
1999
msgid "The default size of key cache blocks"
2002
#: drizzled/drizzled.cc:3742
2003
msgid "The minimum percentage of warm blocks in key cache"
2006
#: drizzled/drizzled.cc:3748
2008
"Log all queries that have taken more than long_query_time seconds to execute "
2009
"to file. The argument will be treated as a decimal value with microsecond "
2013
#: drizzled/drizzled.cc:3754
2014
msgid "Max packetlength to send/receive from to server."
2017
#: drizzled/drizzled.cc:3759
2019
"Can be used to restrict the total size used to cache a multi-transaction "
2023
#: drizzled/drizzled.cc:3764
2025
"Binary log will be rotated automatically when the size exceeds this value. "
2026
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2027
"for this variable is 4096."
2030
#: drizzled/drizzled.cc:3770
2032
"If there is more than this number of interrupted connections from a host "
2033
"this host will be blocked from further connections."
2036
#: drizzled/drizzled.cc:3777
2037
msgid "The number of simultaneous clients allowed."
2040
#: drizzled/drizzled.cc:3782
2041
msgid "Max number of errors/warnings to store for a statement."
2044
#: drizzled/drizzled.cc:3787
2045
msgid "Don't allow creation of heap tables bigger than this."
2048
#: drizzled/drizzled.cc:3793
2050
"Joins that are probably going to read more than max_join_size records return "
2054
#: drizzled/drizzled.cc:3799
2055
msgid "Max number of bytes in sorted records."
2058
#: drizzled/drizzled.cc:3804
2060
"If non-zero: relay log will be rotated automatically when the size exceeds "
2061
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2062
"excepted, the minimum value for this variable is 4096."
2065
#: drizzled/drizzled.cc:3811
2066
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2069
#: drizzled/drizzled.cc:3816
2071
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2072
"max_sort_length bytes of each value are used; the rest are ignored)."
2075
#: drizzled/drizzled.cc:3823
2076
msgid "Maximum number of temporary tables a client can keep open at a time."
2079
#: drizzled/drizzled.cc:4312
2081
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2082
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2083
"and you are welcome to modify and redistribute it under the GPL license\n"
2085
"Starts the Drizzle database server\n"
2088
#: drizzled/drizzled.cc:4330
2091
"To see what values a running Drizzle server is using, type\n"
2092
"'drizzleadmin variables' instead of 'drizzled --help'."
2095
#: drizzled/drizzled.cc:4515
2098
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2102
#: drizzled/drizzled.cc:4689
2103
msgid "Can't start server: cannot resolve hostname!"
2106
#: drizzled/drizzled.cc:4695
2107
msgid "Can't start server: bind-address refers to multiple interfaces!"
2110
#: drizzled/drizzled.cc:4870
2112
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2113
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2116
#: drizzled/drizzled.cc:3718
2118
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2119
"this to get better index handling (for all reads and multiple writes) to as "
2120
"much as you can afford;"
1194
2123
#: drizzled/drizzled_error_messages.h:32
1195
2124
msgid "hashchk"