monty@narttu.mysql.fi
873033932a
Fixed bug when installing mysqld as a service with 2 arguments (option + service-name)
2003-05-26 20:09:53 +03:00
monty@narttu.mysql.fi
01de316fc2
Fixed problem with 'kill pid-of-mysqld' on Mac OS X
2003-05-26 17:24:16 +03:00
monty@mashka.mysql.fi
f88097eee9
Fix possible memory overrun when reading broken character set files
2003-04-26 17:57:19 +03:00
monty@mashka.mysql.fi
9f6aa11769
Changed innobase_flush_log_at_trx_commit to be 1 as default
...
Fixed problem with not freed thr_alarm() on slave connect
2003-04-07 21:36:45 +03:00
lenz@mysql.com
2c849470e0
- typo fix for newly added error message
2003-03-10 13:41:37 +01:00
monty@narttu.mysql.fi
c231b747e3
Don't allow multiple --user options to mysqld
...
(First one is used)
2003-03-10 12:24:22 +02:00
Sinisa@sinisa.nasamreza.org
9034ed296b
A better, but larger fix for server_id bug ..
2003-03-05 15:34:58 +02:00
Sinisa@sinisa.nasamreza.org
4d83bdef2a
Fix for SHOW VARIABLES on 64-bit platforms
2003-03-04 18:23:15 +02:00
monty@mashka.mysql.fi
d88eb71f34
Fixed handling of lower_case_table_names in SHOW TABLE STATUS, mysql_list_fields() and mysql_table_dump().
...
This fixes some Errcode 13 errors on Windows when deleting tables.
2003-01-29 18:56:34 +02:00
Sinisa@sinisa.nasamreza.org
a90a0cc966
small fix for SHOW STATUS
2003-01-23 15:49:56 +02:00
monty@mashka.mysql.fi
c729c0ea05
Safety fix to not allow one to specify too big max_alloc_packet to mysqld
...
Safety fix to not cause conflicts with extended packages in 4.0.
2002-12-26 17:50:07 +02:00
serg@sergbook.mysql.com
78e0a8497b
removed chroot() bugfix, now --chroot in 3.23 is broken again :((
2002-12-20 18:39:53 +01:00
monty@mashka.mysql.fi
00e005cbdb
Make --lower-case-table-names default on MacOSX
2002-12-14 12:25:33 +02:00
monty@mashka.mysql.fi
53ac261312
Added back -max to server name if we are using InnoDB.
2002-12-11 12:59:55 +02:00
miguel@hegel.br
c5e18e6ad2
Update Windows binaries prefix according MySQL Pro release package
2002-12-10 04:17:31 -04:00
Sinisa@sinisa.nasamreza.org
9b331dc354
Proper fix for SHOW VARS on 64-bit systems
2002-12-02 15:33:16 +02:00
serg@serg.mysql.com
665554d7a2
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2002-11-28 19:38:22 +01:00
serg@serg.mysql.com
a798185ca1
chroot() need chdir("/") afterwards to work
2002-11-28 19:38:01 +01:00
miguel@hegel.br
0bf945896c
Fix for shutdown on several instances servers started as standalone
2002-11-27 10:05:49 -04:00
monty@mashka.mysql.fi
b6446addf7
Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23
2002-11-22 13:38:37 +02:00
monty@mashka.mysql.fi
e1af5fb24d
Fixed bug with indexed NULL column <=> NULL
...
Fix for Mac OS X shutdown
2002-11-22 13:35:43 +02:00
Sinisa@sinisa.nasamreza.org
c1fa8f6485
A fix for --bind-address=hostname
2002-11-21 17:55:49 +02:00
monty@hundin.mysql.fi
685dba5bac
Fix to get core file on Linux
2002-11-05 00:04:36 +02:00
nick@mysql.com
84779e3999
Merge mysql.com:/home/nick/mysql/repository/mysql-3.23
...
into mysql.com:/home/nick/mysql/mysql-3.23
2002-10-29 12:28:45 -07:00
nick@mysql.com
e10d3ed129
moved RAND initialization from mysqld.cc to sql_class.cc:THD::THD()
2002-10-29 12:28:14 -07:00
lenz@mysql.com
f00f2a6515
- fixed typo in mysqld.cc: "agaist" -> "against"
2002-10-17 11:08:04 +02:00
miguel@hegel.br
927472d025
Added optional NT service and fix the TZ variable bug
2002-10-16 21:51:03 -02:00
monty@hundin.mysql.fi
367e2d4396
Remove wrong clear of mysql_port when using --skip-show-databases
2002-10-08 16:40:50 +03:00
monty@hundin.mysql.fi
649413f773
Don't reset Delayed_insert_threads on FLUSH STATUS
2002-09-27 12:01:26 +03:00
lenz@mysql.com
019b5ab7b4
- backported gcc 3.0 linking fix from 4.0
...
- some cosmetical fixups (typos, comments)
2002-09-24 22:24:30 +02:00
heikki@hundin.mysql.fi
48063238e2
mysqld.cc:
...
update help innobase_flush_log_at_trx_commitcan have vals 0, 1, 2
ha_innobase.h, ha_innobase.cc:
make innobase_flush_log_at_trx_commit a long, like other params
2002-09-10 14:23:46 +03:00
monty@hundin.mysql.fi
3ee79d3a50
Fixed bug in mysqld when using configure --localstatedir
2002-08-23 10:33:18 +03:00
monty@hundin.mysql.fi
4dfe327a06
Fix after merge
2002-08-12 06:49:28 +03:00
monty@hundin.mysql.fi
b779b63862
Fixed problem with BIGINT and shutdown on AIX
...
Moved IF(test,column,NULL) code to 4.0
Changed mysys_priv.h to include my_pthread.h or my_no_pthread.h.
Removed some CR's in os2 files.
2002-08-12 03:28:02 +03:00
monty@mashka.mysql.fi
274f80626e
Changed initialization of RND() to be less predictable.
...
Use MYSQL_CONFIG_NAME instead of "my" as the configuration file name.
2002-08-06 03:21:12 +03:00
lenz@mysql.com
8c827e2800
Added some patches provided by SuSE to fix build problems on
...
ppc64 and x86-64, fixed a compile bug when building with TCP wrapper
support on Linux
2002-07-15 13:33:56 +02:00
heikki@hundin.mysql.fi
7390d81f43
Many files:
...
Merge InnoDB-3.23.52b
2002-07-08 19:34:49 +03:00
heikki@hundin.mysql.fi
7a2b5b750a
mysqld.cc:
...
Add option innodb_flush_log_at_trx_commit=2 which means we always write the log to file at commit, but only do fsync about once per second
2002-06-22 20:17:58 +03:00
monty@hundin.mysql.fi
0762b00d86
Backported fix from 4.0 which caused core dumps for some complex queries.
2002-06-17 15:00:06 +03:00
Sinisa@sinisa.nasamreza.org
a2ec51cec1
Fixed a problem with --skip-networking.
...
This fix should be merged into 4.0 and 4.1
2002-05-31 13:35:20 +03:00
monty@hundin.mysql.fi
353fb57b74
New my_gethostbyname_r() handling
...
Changed some status variable names
Fix bug in GRANT ... PASSWORD string
2002-05-16 16:32:51 +03:00
monty@tik.mysql.fi
e29bd611f9
Abort if 'listen()' on TCP/IP fails.
2002-04-17 11:45:26 +03:00
monty@tik.mysql.fi
c0d9954cc7
Fixed pthread_cond_timedwait() for HPUX and DCE threads
...
Cleanup of LIBWRAP handling
2002-04-16 16:29:14 +03:00
Sinisa@sinisa.nasamreza.org
0541b54fb7
libwrap bug fix for Linux only
2002-04-13 13:44:08 +03:00
serg@serg.mysql.com
fa5717b950
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2002-04-02 14:59:40 +00:00
miguel@hegel.local
6b290a7daf
Fix compiler error on mysqld.cc
2002-03-26 18:47:50 -03:00
monty@hundin.mysql.fi
3a571c7c13
Fixed overflow bug
2002-03-26 13:24:50 +02:00
monty@hundin.mysql.fi
93948645e7
Fixes for --enable-named-pipe
2002-03-25 18:10:36 +02:00
miguel@hegel.local
14a22085e7
Changing on NT the default named pipe for an optional user
...
variable
2002-03-24 23:39:03 -03:00
monty@hundin.mysql.fi
a01775c5eb
Added help for --local-infile
...
Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys.
Allow SET PASSWORD for anonymous user
2002-03-12 11:38:22 +02:00