1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-03 05:41:09 +03:00
Files
mariadb/mysql-test/t
unknown 306ebf7b1c Fixes during review of new code
- Mostly indentation fixes
- Added missing test
- Ensure that Item_func_case() checks for stack overruns
- Use real_item() instead of (Item_ref*) item
- Fixed wrong error handling


myisam/mi_unique.c:
  Improved comments
myisam/myisampack.c:
  Updated version number
mysql-test/r/group_by.result:
  Added test that was lost during earlier merge
mysql-test/r/information_schema.result:
  Safety fix: Drop procedures before used
mysql-test/t/group_by.test:
  Added test that was lost during earlier merge
mysql-test/t/information_schema.test:
  Safety fix: Drop procedures before used
mysys/hash.c:
  Updated comment
sql/field.cc:
  false -> FALSE
sql/ha_ndbcluster.cc:
  Fix some style issues
  - No () around argument to 'case'
  - Space before ( in switch and if
  - Removed 'goto'
  - Added {}
  - Added () to make expressions easier to read
  - my_snprintf -> strmov
sql/handler.cc:
  if( -> if (
sql/item.cc:
  Indentation changes
sql/item.h:
  false -> FALSE
sql/item_cmpfunc.cc:
  Ensure that Item_func_case() check for stack overrun properly
sql/item_cmpfunc.h:
  Ensure that Item_func_case() check for stack overrun properly
sql/item_func.cc:
  Indentation fixes
  Fixed wrong goto label
sql/mysqld.cc:
  Remove test for opt_disable_networking as this flag can never be set here
sql/opt_range.cc:
  Simplify code
sql/sql_class.h:
  Move define out from middle of class definition
sql/sql_parse.cc:
  Remove extra empty lines
sql/sql_select.cc:
  use real_item() instead of (Item_ref*) item
  Modifed function comment to be align with others
  Simple optimization
sql/sql_union.cc:
  Portability fix:
  Don't use 'bool_variable|=...'
sql/sql_view.cc:
  Move List_iterator_fast out from loops (rewind is faster than creating a new itearator)
strings/ctype-utf8.c:
  if( -> if (
strings/ctype.c:
  Remove disabled code
strings/decimal.c:
  Indentation fixes
strings/xml.c:
  Indentation fixes
2005-07-04 03:42:33 +03:00
..
2005-05-14 16:24:36 +03:00
2005-06-03 17:13:43 +02:00
2005-05-07 08:25:59 -07:00
2005-06-16 10:09:05 +02:00
2005-06-23 19:05:36 +02:00
2005-06-15 08:39:00 -07:00
2005-03-15 16:54:11 +03:00
2005-06-09 17:15:06 +01:00
2005-05-05 10:36:17 -07:00
2005-04-13 10:38:11 -07:00
2005-05-14 12:38:12 +04:00
2005-06-01 17:36:21 +02:00
2005-02-22 15:47:00 +02:00
2005-03-16 09:23:38 +01:00
2005-04-02 20:28:58 +02:00
2005-02-09 02:50:45 +04:00
2005-06-07 00:31:53 +03:00
2005-06-14 00:05:27 +02:00
2005-01-20 15:38:56 +04:00
2005-03-22 15:57:24 +02:00
2005-05-18 13:54:36 -07:00
2005-07-04 03:42:33 +03:00
2005-01-04 13:46:53 +02:00
2005-06-23 01:02:43 +04:00
2005-04-11 22:36:07 +02:00
2005-04-05 19:45:34 -07:00
2005-05-24 15:52:48 +01:00
2005-05-18 13:54:36 -07:00
2005-05-18 11:06:34 -07:00
2005-06-22 20:49:58 +02:00
2005-06-16 12:46:09 +02:00
2005-04-21 10:26:14 +02:00
2005-05-19 20:38:48 +02:00
2005-04-21 11:11:37 +02:00
2005-04-19 17:23:49 +02:00
2005-04-21 11:11:37 +02:00
2005-04-21 10:26:14 +02:00
2005-04-21 10:26:14 +02:00
2005-04-21 10:26:14 +02:00
2005-04-21 10:26:14 +02:00
2005-04-19 17:23:49 +02:00
2005-04-19 17:23:49 +02:00
2005-04-19 17:23:49 +02:00
2005-04-21 10:26:14 +02:00
2005-04-05 20:55:06 -07:00
2005-05-30 05:47:50 -07:00
2005-04-01 00:03:26 +05:00
2005-04-05 19:45:34 -07:00
2005-05-14 16:24:36 +03:00
2005-05-14 14:42:25 +04:00
2005-06-23 12:08:56 +03:00
2005-03-16 04:32:47 +03:00
2005-02-23 19:58:54 +01:00
2005-03-16 04:32:47 +03:00
2005-03-16 04:32:47 +03:00
2005-01-30 10:24:03 +00:00
2005-01-31 13:18:36 +00:00
2005-04-06 12:20:55 +02:00
2005-02-25 17:12:06 +02:00
2005-02-28 19:59:38 +04:00
2005-06-22 00:17:08 +03:00
2005-06-23 02:08:30 -07:00
2005-03-03 15:01:46 -08:00
2005-05-07 08:25:58 -07:00
2005-04-05 19:45:34 -07:00
2005-04-05 19:45:34 -07:00
2005-05-28 01:28:18 +02:00
2005-06-24 21:47:17 +04:00
2005-06-07 00:31:53 +03:00