unknown
0ce12f70ed
Reviewing new pushed code
...
- CHAR() now returns binary string as default
- CHAR(X*65536+Y*256+Z) is now equal to CHAR(X,Y,Z) independent of the character set for CHAR()
- Test for both ETIMEDOUT and ETIME from pthread_cond_timedwait()
(Some old systems returns ETIME and it's safer to test for both values
than to try to write a wrapper for each old system)
- Fixed new introduced bug in NOT BETWEEN X and X
- Ensure we call commit_by_xid or rollback_by_xid for all engines, even if one engine has failed
- Use octet2hex() for all conversion of string to hex
- Simplify and optimize code
client/mysqldump.c:
Simple optimizations of new code
Indentation fixes
client/mysqltest.c:
Removed not needed variable
include/mysql_com.h:
Made octec2hex() more usable
mysql-test/r/ctype_utf8.result:
CHAR() now returns binary string as default
mysql-test/r/func_str.result:
CHAR() now returns binary string as default
mysql-test/r/range.result:
Added test to verify new introduced bug in NOT BETWEEN X and X
mysql-test/r/user_var-binlog.result:
CHAR() now returns binary string as default
mysql-test/r/view.result:
More tests of view rename
mysql-test/t/ctype_utf8.test:
CHAR() now returns binary string as default
mysql-test/t/func_str.test:
CHAR() now returns binary string as default
mysql-test/t/range.test:
Added test to verify new introduced bug in NOT BETWEEN X and X
mysql-test/t/view.test:
More tests of view rename
mysys/mf_keycache.c:
Indentation changes
Test for both ETIMEDOUT and ETIME from pthread_cond_timedwait()
mysys/my_os2cond.c:
Fix to MySQL coding style
Optimized functions
mysys/thr_lock.c:
Test for both ETIMEDOUT and ETIME from pthread_cond_timedwait()
mysys/thr_mutex.c:
Test for both ETIMEDOUT and ETIME from pthread_cond_timedwait()
server-tools/instance-manager/instance.cc:
Test for both ETIMEDOUT and ETIME from pthread_cond_timedwait()
server-tools/instance-manager/thread_registry.cc:
Test for both ETIMEDOUT and ETIME from pthread_cond_timedwait()
sql/ha_federated.cc:
Use octet2hex()
sql/ha_ndbcluster.cc:
Removed not used variable
sql/handler.cc:
Simplify code
Use *NONE* instead of 'none' for not existing storage engine
Ensure we call commit_by_xid or rollback_by_xid for all engines, even if one engine has failed
sql/item.h:
Remove not needed test for *ref. (If ref is set, it should never point at 0)
sql/item_func.cc:
Test for both ETIMEDOUT and ETIME from pthread_cond_timedwait()
Simplify code
More comments
Require that last argument to find_and_check_access() is given
(Made code shorter and faster)
sql/item_strfunc.cc:
Changed CHAR() to return result in binary collation
CHAR(X*65536+Y*256+Z) is now equal to CHAR(X,Y,Z) independent of the character set for CHAR()
Bar will shortly add the following syntax:
CHAR(.... USING character_set)
and ensure that
CONVERT(CHAR(....) USING utf8) cuts not legal utf8 strings
Use ocet2hex()
sql/item_strfunc.h:
CHAR() now returns a binary string
sql/log_event.cc:
Use octet2hex()
Simplify code
sql/parse_file.cc:
Indentation fixes
Use for() instead of while()
sql/password.c:
Make octet2hex() more generally usable by returning pointer to end 0
sql/slave.cc:
Test for both ETIMEDOUT and ETIME from pthread_cond_timedwait()
sql/sql_base.cc:
Indentation fixes
sql/sql_insert.cc:
Test for both ETIMEDOUT and ETIME from pthread_cond_timedwait()
sql/sql_manager.cc:
Test for both ETIMEDOUT and ETIME from pthread_cond_timedwait()
sql/sql_parse.cc:
Don't check thd->db when checking for function privileges
sql/sql_prepare.cc:
Fixed wrong merge
sql/sql_select.cc:
Fixed new bug for NOT BETWEEN X and X
sql/sql_show.cc:
Removed not used variable
sql/sql_table.cc:
Indentation fixed
Removed DBUG_PRINT that is obvious from context
sql/sql_view.cc:
Simplify code
sql/unireg.cc:
Use octet2hex()
2005-10-12 00:58:22 +03:00
..
2005-07-28 17:09:54 +03:00
2005-10-06 17:54:43 +03:00
2005-09-11 22:10:04 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-30 11:04:23 -07:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-23 18:08:04 +03:00
2005-07-28 03:22:47 +03:00
2005-09-14 01:41:44 +03:00
2005-07-28 03:22:47 +03:00
2005-03-16 23:12:27 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-09-28 11:34:53 +02:00
2005-07-28 17:09:54 +03:00
2005-04-04 12:43:58 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-09-09 10:54:59 +04:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-09-01 17:21:03 +02:00
2005-09-12 20:18:49 +03:00
2005-07-28 03:22:47 +03:00
2005-09-21 23:10:51 +05:00
2005-07-28 03:22:47 +03:00
2005-09-21 23:10:51 +05:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-18 13:38:56 -07:00
2005-09-21 23:10:51 +05:00
2005-07-28 17:09:54 +03:00
2005-09-21 23:10:51 +05:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-09-21 23:10:51 +05:00
2005-09-21 23:10:51 +05:00
2005-10-06 14:40:18 +02:00
2005-07-28 17:09:54 +03:00
2005-10-06 14:40:18 +02:00
2005-10-06 14:40:18 +02:00
2005-10-12 00:58:22 +03:00
2005-07-28 17:09:54 +03:00
2005-09-25 15:44:05 +02:00
2005-08-01 17:00:03 -07:00
2005-07-28 17:09:54 +03:00
2005-09-08 18:15:05 +01:00
2005-07-28 03:22:47 +03:00
2005-09-25 11:35:32 +02:00
2005-09-15 21:05:42 +02:00
2005-07-28 03:22:47 +03:00
2005-09-01 17:21:03 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-08-12 19:27:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-09-13 23:31:17 -07:00
2005-09-16 16:17:44 -07:00
2005-09-30 16:26:48 -07:00
2005-07-28 17:09:54 +03:00
2005-09-01 17:01:23 +02:00
2005-08-03 02:01:27 +04:00
2005-09-01 17:21:03 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-12 19:27:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-12 19:27:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-08-02 15:28:09 -07:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-09-09 10:54:59 +04:00
2005-09-23 09:18:56 +02:00
2005-07-28 17:09:54 +03:00
2005-09-24 02:39:52 +04:00
2005-07-28 03:22:47 +03:00
2005-09-06 16:16:10 +05:00
2005-09-06 20:51:15 +03:00
2005-08-19 15:51:40 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-10-12 00:58:22 +03:00
2005-08-08 19:09:54 +05:00
2005-08-26 22:25:45 -07:00
2005-08-24 15:50:58 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-27 18:10:46 +05:00
2005-08-27 20:06:35 +05:00
2005-09-01 23:25:29 +04:00
2005-03-22 15:57:24 +02:00
2005-04-04 12:43:58 -07:00
2005-07-28 17:09:54 +03:00
2005-08-08 19:04:10 +05:00
2005-09-09 12:43:25 +02:00
2005-09-25 15:44:05 +02:00
2005-09-01 17:21:03 +02:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-08-09 11:21:45 +03:00
2005-07-28 03:22:47 +03:00
2005-10-01 01:14:50 +04:00
2005-10-01 01:14:50 +04:00
2005-10-01 01:14:50 +04:00
2005-10-01 01:14:50 +04:00
2005-10-01 01:14:50 +04:00
2005-10-01 01:14:50 +04:00
2005-10-01 11:56:01 +04:00
2005-05-16 13:34:23 +03:00
2005-06-20 11:05:38 +02:00
2005-05-24 14:35:23 +04:00
2005-10-06 17:54:43 +03:00
2005-10-06 17:54:43 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-04-07 19:24:14 +03:00
2005-09-01 17:21:03 +02:00
2005-09-01 17:21:03 +02:00
2005-07-28 03:22:47 +03:00
2005-09-30 20:20:10 +02:00
2005-07-28 03:22:47 +03:00
2005-09-15 21:05:42 +02:00
2005-08-10 22:17:53 +01:00
2005-07-28 17:09:54 +03:00
2005-08-12 17:57:19 +03:00
2005-09-29 19:34:21 +05:00
2005-09-06 23:49:54 +04:00
2005-08-23 18:08:04 +03:00
2005-08-07 20:39:17 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-29 21:06:45 +02:00
2005-07-28 17:09:54 +03:00
2005-10-01 01:14:50 +04:00
2005-09-01 17:15:37 +02:00
2005-07-28 17:09:54 +03:00
2005-09-23 14:37:22 +02:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-08-02 15:58:41 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-31 19:12:16 -07:00
2005-09-02 09:50:17 +03:00
2005-09-29 14:07:32 +02:00
2005-08-10 18:32:17 -07:00
2005-07-28 17:09:54 +03:00
2005-10-06 17:54:43 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-09-21 13:53:22 +02:00
2005-07-28 03:22:47 +03:00
2005-08-09 12:17:28 -07:00
2005-08-09 12:17:28 -07:00
2005-07-28 03:22:47 +03:00
2005-10-08 03:37:23 +03:00
2005-07-28 17:09:54 +03:00
2005-09-24 04:11:51 +02:00
2005-09-26 22:43:09 -07:00
2005-09-30 16:37:02 +02:00
2005-10-06 17:54:43 +03:00
2005-09-28 11:34:53 +02:00
2005-09-22 09:10:11 +02:00
2005-09-01 17:21:03 +02:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-09-14 15:46:31 +02:00
2005-07-28 03:22:47 +03:00
2005-04-21 11:11:37 +02:00
2005-04-21 11:11:37 +02:00
2005-04-21 11:11:37 +02:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-06-01 11:56:47 +02:00
2005-09-30 12:19:15 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-09-01 14:12:48 +02:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-04-21 11:11:37 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-23 18:08:04 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-09-15 22:21:30 +04:00
2005-09-05 22:49:36 +02:00
2005-08-23 18:08:04 +03:00
2005-07-28 03:22:47 +03:00
2005-10-07 14:16:44 +05:00
2005-07-28 03:22:47 +03:00
2005-08-03 17:38:55 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-09-08 21:30:05 +02:00
2005-07-28 03:22:47 +03:00
2005-08-11 13:07:08 +03:00
2005-09-29 10:25:44 +02:00
2005-07-28 03:22:47 +03:00
2005-10-12 00:58:22 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-08-18 12:07:14 +03:00
2005-09-01 17:21:03 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-30 12:24:37 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-09-01 17:21:03 +02:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-09-14 14:42:39 -04:00
2005-09-01 17:21:03 +02:00
2005-08-19 11:38:14 +03:00
2005-07-28 03:22:47 +03:00
2005-08-25 10:19:06 +03:00
2005-09-01 17:21:03 +02:00
2005-09-01 17:21:03 +02:00
2005-09-01 17:21:03 +02:00
2005-07-28 17:09:54 +03:00
2005-09-12 22:47:15 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-09-01 17:21:03 +02:00
2005-09-12 22:47:15 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-09-01 17:21:03 +02:00
2005-07-28 03:22:47 +03:00
2005-08-02 15:15:28 -06:00
2005-09-12 22:47:15 +02:00
2005-07-28 17:09:54 +03:00
2005-09-01 17:21:03 +02:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-09-12 22:47:15 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-09-12 22:47:15 +02:00
2005-07-28 03:22:47 +03:00
2005-09-14 06:31:38 -06:00
2005-09-14 06:31:38 -06:00
2005-09-23 16:59:19 +04:00
2005-09-12 22:47:15 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-09-23 16:59:19 +04:00
2005-07-28 03:22:47 +03:00
2005-08-11 17:14:11 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-09-02 11:01:00 +02:00
2005-09-12 22:47:15 +02:00
2005-07-28 03:22:47 +03:00
2005-09-01 17:21:03 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-04-01 15:04:50 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-09-12 10:50:42 +02:00
2005-08-25 17:34:34 +04:00
2005-08-25 17:34:34 +04:00
2005-09-07 19:39:47 +04:00
2005-05-05 14:20:53 +02:00
2005-05-05 14:20:53 +02:00
2005-09-01 17:15:37 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-03-22 00:26:12 +01:00
2005-07-28 17:09:54 +03:00
2005-08-15 20:08:58 +03:00
2005-09-01 17:21:03 +02:00
2005-07-28 17:09:54 +03:00
2005-05-07 06:55:47 -07:00
2005-07-28 17:09:54 +03:00
2005-09-14 23:12:01 +03:00
2005-07-28 03:22:47 +03:00
2005-08-10 17:45:00 +04:00
2005-09-30 10:39:17 +03:00
2005-08-17 17:51:10 +02:00
2005-05-26 16:44:46 +02:00
2005-09-14 10:53:09 +03:00
2005-09-22 23:03:53 +04:00
2005-06-07 16:48:38 +02:00
2005-09-22 02:11:21 +04:00
2005-09-03 03:13:18 +04:00
2005-09-21 15:28:28 +02:00
2005-07-01 15:25:51 +02:00
2005-08-03 03:37:32 +00:00
2005-08-20 11:00:00 +03:00
2005-08-10 21:17:52 +00:00
2005-09-27 17:07:28 +02:00
2005-09-29 14:07:32 +02:00
2005-07-28 03:22:47 +03:00
2005-09-14 01:41:44 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-23 18:08:04 +03:00
2005-04-07 19:24:14 +03:00
2005-04-07 19:24:14 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-08-31 15:24:06 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-10-06 17:54:43 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-09-15 03:56:09 +04:00
2005-07-28 03:22:47 +03:00
2005-08-08 11:42:09 -07:00
2005-09-22 03:23:07 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-08-09 00:13:49 +03:00
2005-09-23 09:18:56 +02:00
2005-07-28 03:22:47 +03:00
2005-09-30 12:01:39 +02:00
2005-07-28 03:22:47 +03:00
2005-09-14 07:25:32 +04:00
2005-08-23 18:08:04 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-05-25 18:11:47 -07:00
2005-07-28 03:22:47 +03:00
2005-09-23 09:18:56 +02:00
2005-09-22 02:38:14 +04:00
2005-04-04 12:43:58 -07:00
2005-07-28 17:09:54 +03:00
2005-08-01 17:54:57 -07:00
2005-07-28 03:22:47 +03:00
2005-09-07 15:38:09 +05:00
2005-09-14 10:53:09 +03:00
2005-09-26 19:08:26 +04:00
2005-10-12 00:58:22 +03:00
2005-07-28 17:09:54 +03:00
2005-08-31 18:32:15 -07:00
2005-10-05 19:58:16 +02:00