1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-16 11:21:15 +03:00
Commit Graph

216 Commits

Author SHA1 Message Date
6056cfadfc Merge with 4.0.16 2003-10-07 15:42:26 +03:00
a5c83b05bd Move init_compiled_charsets to own file
Remove dependency of charsets (in my_init) to get smaller binaries when charsets are not used
Simple code cleanup
2003-10-06 22:56:34 +03:00
9df504d277 Fix for the bug mysql.cc assumes DATABASE() doesn't return NULL 2003-10-06 15:47:17 +05:00
33250a01ba Fixed Bug#1291, client displays wrong prompt when in the middle of
backticks.
2003-09-17 21:41:36 +03:00
45aa92c574 After merge fixes.
Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code)
2003-09-11 19:06:23 +03:00
77a70a0a24 merge with 4.0.15 2003-08-29 13:44:35 +03:00
fe9dc5e711 Add column names for metadata when running mysql with -T
Change metadata info so that that MIN() and code MAX() reports that they can return NULL. Bug 
2003-08-27 10:26:03 +03:00
66b160c253 vio ssl structure renames (to get rid of ending _)
Added TCP/IP read/write timeout for windows
Check on windows if second server is started with same TCP/IP port
2003-08-27 02:51:39 +03:00
4f7512160b After merge fixes
Use server character set if --default-character-set is not used
Added convert_string() for more efficient alloc+character-set convert of strings
2003-08-19 00:08:08 +03:00
2263e3e51f Merge with 4.0.14 2003-08-11 22:44:43 +03:00
bc753e138c bugfix for the bugfix for the bug 2003-07-15 17:38:01 +05:00
e1aaa670cc mysql should ignore ' " ` symbols inside comments (Bug ). 2003-07-15 14:38:48 +05:00
f3af0d7ce4 Status query on killed mysql connection results in segmentation fault (Bug )
Added MAX_PASSWORD_LENGTH. This increased master-slave passwords to 32 bytes (Bug )
Fixed server crash on purge master logs or show master logs when binlog is off. (Bug )
2003-07-04 03:18:15 +03:00
c21728f8c8 Cleaner implementation if INSERT ... SELECT with same tables
Tests cleanup (put drop database first in tests)
2003-07-03 11:55:36 +03:00
1e62d6070a Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into narttu.mysql.fi:/my/mysql-4.1
2003-06-14 11:38:09 +03:00
a1034db4b9 Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/slave will now use the 4.1 protocol
Fixed wrong value for SQLSTATE_LENGTH
Added CLIENT_REMEMBER_OPTIONS to mysql_real_connect()
Changed mysql_port and mysql_unix_port to mysqld_xxxx
2003-06-14 11:37:42 +03:00
9f67e10d0d consistency fix - all help texts for command-line options should end with a dot. 2003-06-13 10:59:02 +02:00
dad0664579 merge with public tree 2003-06-05 00:12:45 +03:00
40109c574a Merge with 4.0.13 2003-06-04 19:21:51 +03:00
23145cfed7 Added SQLSTATE to client/server protocol
bmove_allign -> bmove_align
Added OLAP function ROLLUP
Split mysql_fix_privilege_tables to a script and a .sql data file
Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects.
Added table_alias_charset, for easier --lower-case-table-name handling
Better SQL_MODE handling (Setting complex options also sets sub options)
New (faster) assembler string functions for x86
2003-06-04 18:28:51 +03:00
9bd57aa40e Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2003-06-02 14:14:10 +03:00
b4014b903b new version of help 2003-05-29 17:47:31 -04:00
67c6703463 --with-collation argument for configure. Now one can for example use this:
./configure --with-charset=latin1 --with-collation=latin1_danish_ci
2003-05-28 16:23:04 +05:00
7ffcf6f64a "mysql" now sends client character set to server. 2003-05-28 13:54:18 +05:00
bdb66d24dd ORDER BY optimization
Fixed new bug when reading field types
2003-05-27 18:40:37 +03:00
381492093e Fixed problem with mysql prompt when server disconnect. (Bug 356)
Fixed problem with localtime -> gmt where some times resulted in
different (but correct) timestamps. Now MySQL should use the smallest
possible timestamp value in this case.  (Bug 316)
2003-05-27 16:40:14 +03:00
b1adadd510 mysqlimport.c, mysqldump.c, mysqlcheck.c:
Bug fix: latin1 is not compiled charset and is not specified..
mysql.cc:
  Bug fix: latin1 is not compiled charset and is not specified...
2003-05-22 14:37:01 +05:00
dd2b7918cd Merge with 4.0.13 2003-05-19 16:35:49 +03:00
07c2c4a67c A fix for the crashing bug in mysql client program 2003-05-01 20:01:39 +03:00
1d9d1221f0 do not execute \* commands inside identifiers 2003-04-23 22:46:47 +04:00
8c8ebd5c14 Added --delimiter option to mysql 2003-04-23 03:29:03 +03:00
4250b44dc9 fixed bug with locales in libedit 2003-04-06 20:14:36 -04:00
a7708c7904 Merge with 4.0 2003-04-03 21:19:12 +03:00
75015595b1 Fixed a bug when printing error messages. stdout and stderr were
mixed wrongly sometimes.
2003-04-03 19:55:37 +03:00
0002beb7a4 my_strncasecmp() is not used anymore. Use my_strncoll() instead. 2003-04-01 14:17:28 +05:00
080b73ee18 Manual merge of Novell's changes for NetWare platform from 4.0, 4.1 patches 2003-03-28 14:24:32 -05:00
67985efed5 Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utilize new LibC 2003-03-21 16:45:39 -05:00
3d090552da Fixed a bug in comment handling. 2003-03-21 14:14:36 +02:00
b883a9c01c Merge with 4.0.12 2003-03-19 22:25:44 +02:00
5eddd40bc9 Fixed a bug in --one-database. 2003-03-17 15:50:56 +02:00
1daed63ed8 mysqltest.c, mysqlimport.c, mysqldump.c, mysqlcheck.c, mysql.cc:
system_charset_info was removed
2003-03-16 11:20:45 +04:00
f71a7e4b05 set_default_charset() is not used anymore
Some system_charset_info were removed
2003-03-16 10:56:14 +04:00
eebc00a531 A fix for mysql client program when use or connect were used
without arguments ...
2003-03-12 21:43:40 +02:00
b9d94d2b6f Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client.
Disabling can be safer when the server silently dies & restarts.
This is for SCRUM task .
2003-03-01 23:34:34 +01:00
8439a4949f merge fix 2003-02-22 17:14:50 +02:00
90bf074438 Merge with 4.0.11 tree to get latest bug fixes 2003-02-17 05:43:37 +02:00
6051b2f998 Fixed multi-table-delete for InnoDB tables
Novell patches
2003-02-17 02:14:37 +02:00
c75fa953e3 merge 2003-02-13 15:16:00 +02:00
e327393e9d Fixed a lot of wrong memory references as reported by valgrind
Portability fixes
Added new client function: mysql_get_server_version()
New server help code (From Victor Vagin)
Fixed wrong usage of binary()
Disabled RTREE usage for now.
2003-02-12 21:55:37 +02:00
60556efaca Update lengths for fields in MYSQL_FIELD 2003-02-08 01:00:35 +02:00